@charset "UTF-8";
/******VAR*******/
/******FONT*******/
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda&family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansCJKjp-Regular_subset.woff2") format("woff2"), url("../font/NotoSansCJKjp-Regular_subset.woff") format("woff"), url("../font/NotoSansCJKjp-Regular_subset.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold_subset.woff2") format("woff2"), url("../font/NotoSansCJKjp-Bold_subset.woff") format("woff"), url("../font/NotoSansCJKjp-Bold_subset.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansCJKjp-Medium_subset.woff2") format("woff2"), url("../font/NotoSansCJKjp-Medium_subset.woff") format("woff"), url("../font/NotoSansCJKjp-Medium_subset.ttf") format("truetype");
  font-display: swap;
}
/******COMMON*******/
* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

sup {
  font-size: 60%;
  font-weight: 100;
}

a {
  text-decoration: none;
  color: inherit;
}

em {
  font-weight: bold;
  font-style: normal;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.br-pc {
  display: inline;
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
}
.br-tab-portrait {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .br-tab-portrait {
    display: inline !important;
  }
}
.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}
.note {
  font-size: 14px;
  color: #9FA9AD;
}

@media screen and (max-width: 767px) {
  .note {
    font-size: 12px;
  }
}
.mt-20 {
  margin-top: 20px !important;
}

.marker {
  background: linear-gradient(transparent 60%, #FFF000 60%);
}

.bg-blue {
  background-color: #F7FCFF;
}

.bg-pink {
  background-color: #FFEAEC;
}

.bg-red {
  background-color: #FFF0F0;
}

.bg-green {
  background-color: #ECFFF0;
}

.bg-gray {
  background-color: #F3F3F3;
}

.bg-yellow {
  background-color: #FFFBE2;
}

.font-blue {
  color: #0099FF;
}

.font-green {
  color: #349944;
}

.font-green-l {
  color: #46AB57;
}

.font-green-l2 {
  color: #00C1C8;
}

.font-red {
  color: #CB060F;
}

.font-bold {
  font-weight: 600;
}

.font-normal {
  font-weight: 400;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.color-primary {
  color: #0099FF;
}

.color-green {
  color: #349944;
}

.color-brown {
  color: #CC8806;
}

.text-link-area {
  margin-top: 32px;
  text-align: center;
}

.text-link-area a:hover {
  opacity: 0.6;
  transition: 0.3s;
  box-shadow: none;
}

.text-link {
  font-size: 14px;
  padding: 0 27px 0 0;
  display: inline-block;
  position: relative;
  background: rgba(0, 0, 0, 0);
  line-height: 3px;
  color: #09f;
  transition: 0.2s;
}

.text-link-sm::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 18px;
  height: 18px;
  background: #09f url(../images/common-arrow16_w.svg) 8px 50%/5px auto no-repeat;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1.5px #09f;
  transition: transform 0.2s;
}

.Footer_privacy {
  text-decoration: underline;
}

.Footer_privacy:hover {
  text-decoration: none;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.main {
  display: block;
  padding: 60px 0 0;
  overflow: hidden;
}

.mv-sv {
  background: url(../images/mv_pc_back.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .mv-sv {
    background: url(../images/mv_sp_back.jpg) no-repeat top center/contain;
  }
}
.section-title {
  margin: 0 0 40px;
  font-size: 35px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section-title {
    margin: 0 0 25px;
    font-size: 24px;
  }
}
.section-title-second {
  margin: 0 0 30px;
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section-title-second {
    margin: 0 0 20px;
    font-size: 18px;
  }
}
.section-inner {
  max-width: 1040px;
  padding: 70px 20px 80px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .section-inner {
    padding: 60px 20px;
  }
}
.section-inner + .section-inner {
  padding: 0 20px 80px;
}

@media screen and (max-width: 767px) {
  .section-inner + .section-inner {
    padding: 0 20px 60px;
  }
}
.section-lead {
  margin: 0 0 40px;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section-lead {
    margin: 0 0 20px;
    font-size: 18px;
  }
}
.lead {
  padding: 60px 0 0;
  text-align: center;
  font-family: "Noto Sans JP Medium";
}

@media screen and (max-width: 767px) {
  .lead {
    padding: 30px 0 0;
    font-size: 16px;
  }
}
.lead.bottom {
  padding: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .lead.bottom {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .lead.bottom a {
    width: 100%;
  }
}
.lead a {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 73px;
  border-radius: 50px;
  color: #FFFFFF;
  background: #CB060F;
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(#ECBE67, #CC8806 64px, #e3b62c 128px, #f4d740);
  background-size: 670px 192px;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .lead a {
    padding: 10px 0;
    width: 85%;
    font-size: 24px;
    line-height: 1.25;
    background: linear-gradient(#ECBE67, #CC8806 90px, #e3b62c 180px, #f4d740);
    background-size: 100% 270px;
  }
}
.lead a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 13px;
  width: 24px;
  height: 24px;
  background-image: url(../images/cvbtn-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .lead a::after {
    top: calc(50% - 10px);
    right: 8px;
    width: 20px;
    height: 20px;
    background-image: url(../images/cvbtn-arrow-white_sp.svg);
    background-repeat: no-repeat;
  }
}
.lead a:hover {
  background-position: 0 100%;
  transition: 0.2s;
}

.lead a .small {
  margin: 0 -10px;
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .lead a .small {
    margin: 0 -5px;
    font-size: 18px;
  }
}
.lead p {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 73px;
  border-radius: 50px;
  color: #FFFFFF;
  background: #888888;
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .lead p {
    padding: 10px 0;
    width: 85%;
    font-size: 24px;
    line-height: 1.25;
    background-size: 100% 270px;
  }
}
.cvbtn {
  position: relative;
  max-width: 590px;
  margin: auto;
  text-align: center;
  z-index: 9999;
}

.cvbtn a {
  position: relative;
  display: block;
  max-width: 590px;
  height: 78px;
  margin: 0 auto;
  background-color: #FFEA77;
  text-align: center;
  font-size: 29px;
  line-height: 72px;
  color: #B40F0F;
  text-decoration: none;
  border-radius: 50px;
  border: 3px solid #B40F0F;
  box-shadow: 0px 6px 0px #B40F0F;
  transition: all 0.2s;
}

@media screen and (max-width: 767px) {
  .cvbtn a {
    position: relative;
    left: 10px;
    max-width: 305px;
    height: 56px;
    font-size: 18px;
    line-height: 52px;
  }
}
.cvbtn a:hover {
  background-color: #B40F0F;
  color: #FFEA77;
  transform: translate(0, 6px);
  box-shadow: none;
}

.cvbtn a:hover::after {
  background-image: url(../images/cvbtn-arrow-yellow.png);
}

.cvbtn a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  width: 11px;
  height: 21px;
  margin: auto;
  background-image: url(../images/cvbtn-arrow-red.png);
  background-size: 11px 21px;
}

@media screen and (max-width: 767px) {
  .cvbtn a::after {
    right: 15px;
    width: 7px;
    height: 14px;
    background-size: 7px 14px;
  }
}
@media screen and (max-width: 767px) {
  .cvbtn a span {
    position: relative;
    left: 10px;
  }
}
.cvbtn.notyet .label {
  position: relative;
  display: block;
  max-width: 590px;
  height: 78px;
  margin: 0 auto;
  background-color: #FFEA77;
  text-align: center;
  font-size: 29px;
  line-height: 72px;
  color: #B40F0F;
  text-decoration: none;
  border-radius: 50px;
  border: 3px solid #B40F0F;
}

@media screen and (max-width: 767px) {
  .cvbtn.notyet .label {
    position: relative;
    max-width: 305px;
    height: 56px;
    font-size: 18px;
    line-height: 52px;
  }
}
.cvbtn.limit .label {
  position: relative;
  display: block;
  max-width: 590px;
  height: 78px;
  margin: 0 auto;
  background-color: #9fa9ad;
  text-align: center;
  font-size: 29px;
  line-height: 72px;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  border: 3px solid #9fa9ad;
}

@media screen and (max-width: 767px) {
  .cvbtn.limit .label {
    position: relative;
    max-width: 305px;
    height: 56px;
    font-size: 18px;
    line-height: 52px;
  }
}
.cvbtn-icon {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: -55px;
  bottom: 0;
  width: 124px;
  height: 124px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .cvbtn-icon {
    left: 0;
    width: 78px;
    height: 78px;
  }
}
.js-limit {
  display: none;
}

.cvbtn-green a {
  background-color: #FFEA77;
  color: #0c4822;
  border: 3px solid #0c4822;
  box-shadow: 0px 6px 0px #0c4822;
}

.cvbtn-green a:hover {
  background-color: #0c4822;
  color: #FFEA77;
}

.cvbtn-green a::after {
  background-image: url(../images/cvbtn-arrow-green.png);
}

.cvbtn-green .label {
  background-color: #FFEA77;
  color: #0c4822 !important;
  border: 3px solid #0c4822 !important;
}

/* フェードインアニメーション */
.hidden {
  opacity: 0;
  visibility: hidden;
}

/* 下からふわっと */
@-webkit-keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上からふわっと */
@-webkit-keyframes fade-in-down {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fade-in-up 1s forwards;
  animation: fade-in-up 1s forwards;
}

.fade-in-down {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fade-in-down 1s forwards;
  animation: fade-in-down 1s forwards;
}

/* 通常のフェードイン */
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fade-in 0.5s forwards;
  animation: fade-in 0.5s forwards;
}

/* MV */
.mv__inner {
  position: relative;
}

.mv-visual picture img {
  width: 100%;
  height: auto;
}

.mv__tokuten {
  position: absolute;
  bottom: 12rem;
  left: calc(50% - 35rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  margin: 4rem 0 0;
}

@media screen and (max-width: 767px) {
  .mv__tokuten {
    gap: 0.7rem;
  }
}
.mv__tokuten ul {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 72.2rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .mv__tokuten ul {
    gap: 3rem;
  }
}
.mv__tokuten ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.8rem;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mv__tokuten ul li {
    grid-template-columns: auto;
    grid-template-rows: repeat(2, auto);
    font-size: 1.6rem;
    text-align: center;
  }
}
.mv__tokuten ul li + li {
  position: relative;
}

.mv__tokuten ul li + li::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 50%;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/plus_bl.svg);
  background-repeat: no-repeat;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .mv__tokuten ul li + li::before {
    top: -3rem;
  }
}
.mv__tokuten ul li .detail {
  line-height: 1rem;
}

.mv__tokuten ul li .large {
  color: #FF5A5A;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .mv__tokuten ul li .large {
    font-size: 3.2rem;
  }
}
.mv__tokuten .em {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mv__tokuten .em {
    font-size: 2rem;
    text-align: center;
  }
}
.mv__tokuten .em::before, .mv__tokuten .em::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2.7rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.mv__tokuten .em::before {
  left: -3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231%22%20height%3D%2242%22%20viewBox%3D%220%200%2031%2042%22%20fill%3D%22none%22%3E%20%3Cline%20x1%3D%2210.0487%22%20y1%3D%220.590697%22%20x2%3D%2228.9499%22%20y2%3D%2240.7673%22%20stroke%3D%22%2300C1AA%22%20stroke-width%3D%222.54237%22%2F%3E%20%3Cline%20x1%3D%221.15025%22%20y1%3D%220.590697%22%20x2%3D%2220.0514%22%20y2%3D%2240.7673%22%20stroke%3D%22%2300C1AA%22%20stroke-width%3D%222.54237%22%2F%3E%3C%2Fsvg%3E");
}

.mv__tokuten .em::after {
  right: -3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231%22%20height%3D%2242%22%20viewBox%3D%220%200%2031%2042%22%20fill%3D%22none%22%3E%20%3Cline%20y1%3D%22-1.27119%22%20x2%3D%2244.4006%22%20y2%3D%22-1.27119%22%20transform%3D%22matrix(0.425696%20-0.904866%20-0.904866%20-0.425696%200.762695%2040.3086)%22%20stroke%3D%22%2300C1AA%22%20stroke-width%3D%222.54237%22%2F%3E%20%3Cline%20y1%3D%22-1.27119%22%20x2%3D%2244.4006%22%20y2%3D%22-1.27119%22%20transform%3D%22matrix(0.425696%20-0.904866%20-0.904866%20-0.425696%209.66113%2040.3086)%22%20stroke%3D%22%2300C1AA%22%20stroke-width%3D%222.54237%22%2F%3E%3C%2Fsvg%3E");
}

.mv__tokuten .em__large {
  color: #ff7f2c;
  font-size: 6.3rem;
}

@media screen and (max-width: 767px) {
  .mv__tokuten .em__large {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__tokuten .em .sp-small {
    font-size: 1.6rem;
  }
}
.mv__tokuten-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 8rem 0 12rem;
}

@media screen and (max-width: 767px) {
  .mv__tokuten-flow {
    padding: 2.8rem 2rem;
  }
}
.mv__tokuten-flow h2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 5.2rem;
  margin: 0 auto;
  padding: 0 5rem;
  color: #ffffff;
  background-color: #FF5A5A;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mv__tokuten-flow h2 {
    padding: 0.8rem;
    height: auto;
    font-size: 1.6rem;
  }
}
.mv__tokuten-flow h3 {
  display: flex;
  align-items: center;
  max-width: 67rem;
  margin: 0 auto;
  color: #FF5A5A;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mv__tokuten-flow h3 {
    font-size: 1.6rem;
  }
}
.mv__tokuten-flow h3::before, .mv__tokuten-flow h3::after {
  content: "";
  flex-grow: 1;
  height: 0.1rem;
  background-color: #FF5A5A;
}

.mv__tokuten-flow h3::before {
  margin-right: 1rem;
}

.mv__tokuten-flow h3::after {
  margin-left: 1rem;
}

.mv__tokuten-flow--inner {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin: 3rem 0 0;
  width: 100%;
}

.mv__tokuten-flow ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  margin: 2rem 0 0;
}

.mv__tokuten-flow ul li {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mv__tokuten-flow ul li {
    font-size: 1.6rem;
    text-align: center;
  }
}
.mv__tokuten-flow ul li a {
  color: #0271d3;
  text-decoration: underline;
}

.mv__tokuten-flow ul li + li {
  position: relative;
}

.mv__tokuten-flow ul li + li::before {
  content: "";
  position: absolute;
  top: -2.7rem;
  left: 50%;
  display: inline-block;
  width: 3rem;
  height: 1.7rem;
  background-color: #FF5A5A;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.row-column2 .col {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .row-column2 .col {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .row-column3 .col {
    width: 100%;
  }
}
.row .col img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .row .col + .col {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .row figure {
    padding: 0 20px;
  }
}
.solve .section-subtext {
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  color: #CB060F;
}

@media screen and (max-width: 767px) {
  .solve .section-subtext {
    font-size: 110%;
  }
}
/* 通常との比較 */
.chance {
  background-color: #FFF3C3;
}

.chance-wrapper {
  background: url(../images/sv_back.png) repeat left bottom/75%;
}

@media screen and (max-width: 767px) {
  .chance-wrapper {
    background: url(../images/sv_back.png) repeat left bottom/180%;
  }
}
.chance-inner {
  width: 100%;
  margin: 0 auto;
  padding: 70px 20px 72px;
}

@media screen and (max-width: 767px) {
  .chance-inner {
    padding: 60px 20px 60px;
  }
}
@media screen and (min-width: 1800px) {
  .chance-inner {
    width: 70vw;
  }
}
.chance-text {
  display: block;
  padding: 85px 20px 40px;
}

@media screen and (max-width: 767px) {
  .chance-text {
    padding: 60px 20px 40px;
  }
}
.chance-img {
  display: block;
  padding: 0 5px 90px;
}

.chance-img img {
  width: 1000px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .chance-img {
    padding: 0 5px 40px;
    width: 100%;
  }
}
.chance-img-01 {
  display: block;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .chance-img-01 {
    margin-bottom: 32px;
  }
}
.chance-img-02 {
  display: block;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .chance-img-03 {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
}
.about-title {
  margin: 0 0 30px;
  color: #491603;
}

.about-table {
  background-color: #fffcf1;
}

.about-table-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.about-table-row.row-column2 .about-table-col {
  width: 50%;
  padding: 0 3px 0 0;
}

@media screen and (max-width: 767px) {
  .about-table-row.row-column2 .about-table-col {
    width: 100%;
    padding: 0;
  }
}
.about-table-row.row-column2 .about-table-col + .about-table-col {
  padding: 0 0 0 3px;
}

.about-table dl {
  width: 100%;
  margin: 0;
}

.about-table dl dt {
  padding: 0 0 0 15px;
  font-size: 18px;
  font-size: bold;
  line-height: 32px;
  color: #fff;
  background-color: #491603;
}

.about-table dl dd {
  padding: 15px;
  margin: 0;
  color: #444;
}

.about-table dl dd .title {
  display: table;
  margin: 0 0 5px;
  font-size: 16px;
}

.about-table dl dd .circle {
  display: table-cell;
}

.about-table dl dd .text {
  display: table-cell;
}

.about-table p {
  margin: 0;
}

.about-table-img {
  display: block;
  padding: 20px 0;
}

.about-table-contact {
  display: flex;
  margin: 0.5em 0 0;
}

@media screen and (max-width: 767px) {
  .about-table-contact {
    display: block;
  }
}
.about-table-contact div {
  display: flex;
}

.about-table-contact div + div {
  margin: 0 0 0 30px;
}

@media screen and (max-width: 767px) {
  .about-table-contact div + div {
    margin: 5px 0 0;
  }
}
.about-table-contact .item {
  display: block;
  position: relative;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
  .about-table-contact .item {
    width: 70px;
    text-align: center;
  }
}
.about-table-contact .item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #0099FF;
}

@media screen and (max-width: 767px) {
  .about-table-contact .indent-sp {
    display: block;
    width: calc(100% + 70px);
    margin: 0 0 0 -70px;
  }
}
@media screen and (max-width: 767px) {
  .about-table-contact p {
    width: calc(100% - 70px);
  }
}
.list-circle {
  padding: 0 0 0 1.5em;
  margin: 0;
  list-style-type: circle;
}

.price {
  background-color: #F5FEFF;
}

.price-title {
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .price-title {
    margin: 0 0 30px;
  }
}
.price .section-inner {
  padding: 70px 0 80px;
  width: 1008px;
}

@media screen and (max-width: 1310px) and (min-width: 751px) {
  .price .section-inner {
    padding: 70px 20px 80px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .price .section-inner {
    padding: 60px 20px;
    width: 100%;
  }
}
.price .section-inner img {
  width: 1008px;
  height: auto;
}

.price .banner {
  padding: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .price .banner {
    padding: 40px 0 0;
  }
}
.price .banner a {
  display: block;
  margin: 0 auto;
  width: 600px;
  height: 220px;
}

@media screen and (max-width: 767px) {
  .price .banner a {
    width: 100%;
    height: auto;
  }
}
.price .banner a img {
  width: 100%;
  height: auto;
}

.function .section-inner {
  padding: 70px 20px 80px;
}

.box {
  margin: 32px 0 0;
  padding: 24px 24px 16px;
  background-color: #fff;
  border-radius: 0.02rem;
  box-shadow: inset 0 0 0 1px #dee6eb;
}

.box-label {
  font-size: 20px;
  text-align: center;
}

.box-text {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .box-text {
    text-align: justify;
  }
}
.functionList {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 30px 0 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #F4F9FD, 0.4px 0.8px 16px rgba(132, 175, 199, 0.2);
}

.functionList.is-all li {
  width: 16.6666666667%;
}

@media screen and (max-width: 767px) {
  .functionList.is-all li {
    width: 50%;
  }
}
.functionList.is-all li:nth-child(-n+5) {
  border-top-style: solid;
}

.functionList.is-all li:nth-child(5n+1) {
  border-left-style: solid;
}

@media screen and (max-width: 767px) {
  .functionList.is-all li:nth-child(5n+1) {
    border-left-style: none;
  }
}
.functionList.is-all li:nth-child(-n+6) {
  border-top-style: none;
}

@media screen and (max-width: 767px) {
  .functionList.is-all li:nth-child(-n+6) {
    border-top-style: solid;
  }
}
.functionList.is-all li:nth-child(6n+1) {
  border-left-style: none;
}

@media screen and (max-width: 767px) {
  .functionList.is-all li:nth-child(1) {
    border-top-style: none;
  }
}
@media screen and (max-width: 767px) {
  .functionList.is-all li:nth-child(2) {
    border-top-style: none;
  }
}
@media screen and (max-width: 767px) {
  .functionList.is-all li:nth-child(6) {
    border-left-style: none;
  }
}
.functionList li {
  list-style: none;
  box-sizing: border-box;
  width: 20%;
  border-top: 1px solid #DEE6EB;
  border-left: 1px solid #DEE6EB;
}

@media screen and (max-width: 767px) {
  .functionList li {
    width: 50%;
  }
}
.functionList li:nth-child(-n+5) {
  border-top-style: none;
}

@media screen and (max-width: 767px) {
  .functionList li:nth-child(-n+5) {
    border-top-style: solid;
  }
}
.functionList li:nth-child(5n+1) {
  border-left-style: none;
}

@media screen and (max-width: 767px) {
  .functionList li:nth-child(6) {
    border-left-style: solid !important;
  }
}
@media screen and (max-width: 767px) {
  .functionList li:nth-child(-n+2) {
    border-top-style: none;
  }
}
@media screen and (max-width: 767px) {
  .functionList li:nth-child(odd) {
    border-left-style: none;
  }
}
.functionList a {
  display: block;
  box-sizing: border-box;
  height: 103px;
  padding: 68px 0 0;
  background-position: center 38%;
  background-size: 36px;
  background-repeat: no-repeat;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
  line-height: 1.4285714286;
  text-align: center;
  transition: opacity 0.2s;
}

html:not(.mobile) .functionList a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .functionList a {
    display: flex;
    align-items: center;
    height: 72px;
    padding: 0 0 0 56px;
    background-position: 12px 50%;
    background-size: 35px auto;
    text-align: left;
  }
}
.functionList a.jyuchu {
  background-image: url(../images/functions-ico01@2x.png);
}

.functionList a.zaiko {
  background-image: url(../images/functions-ico02@2x.png);
}

.functionList a.shohin {
  background-image: url(../images/functions-ico03@2x.png);
}

.functionList a.kessai {
  padding: 55px 0 0;
  background-position: center 25%;
  background-image: url(../images/functions-ico04@2x.png);
}

@media screen and (max-width: 767px) {
  .functionList a.kessai {
    background-position: 12px 50%;
    padding: 0 0 0 56px;
    font-size: 12px;
  }
}
.functionList a.okurijo {
  padding: 55px 0 0;
  background-position: center 23%;
  background-image: url(../images/functions-ico05@2x.png);
}

@media screen and (max-width: 767px) {
  .functionList a.okurijo {
    background-position: 12px 50%;
    padding: 0 0 0 56px;
    font-size: 12px;
  }
}
.functionList a.souko {
  background-image: url(../images/functions-ico06@2x.png);
}

.functionList a.pos {
  background-image: url(../images/functions-ico07@2x.png);
}

.functionList a.mail {
  background-image: url(../images/functions-ico08@2x.png);
}

@media screen and (max-width: 767px) {
  .functionList a.mail {
    background-position: 15px 50%;
  }
}
.functionList a.hattyu {
  background-image: url(../images/functions-ico09@2x.png);
}

.functionList a.app {
  padding: 55px 0 0;
  background-position: center 23%;
  background-image: url(../images/functions-ico10@2x.png);
}

@media screen and (max-width: 767px) {
  .functionList a.app {
    background-position: 12px 50%;
    padding: 0 0 0 56px;
    font-size: 12px;
  }
}
.functionList a.kikan {
  padding: 55px 0 0;
  background-position: center 23%;
  background-image: url(../images/functions-ico11@2x.png);
}

@media screen and (max-width: 767px) {
  .functionList a.kikan {
    background-position: 12px 50%;
    padding: 0 0 0 56px;
    font-size: 12px;
  }
}
.functionList a.mailmarketing {
  padding: 55px 0 0;
  background-position: center 23%;
  background-image: url(../images/functions-ico12@2x.png);
}

@media screen and (max-width: 767px) {
  .functionList a.mailmarketing {
    background-position: 12px 50%;
    padding: 0 0 0 56px;
    font-size: 12px;
  }
}
.share {
  padding: 80px 0 0 !important;
}

@media screen and (max-width: 767px) {
  .share {
    padding: 70px 0 0 !important;
  }
}
.share-no1 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .share-no1 {
    font-size: 20px;
  }
}
.share-no1 span {
  position: relative;
}

.share-no1 span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -15px;
  width: 1px;
  height: 26px;
  background-color: #333;
  transform: rotate(-30deg);
}

@media screen and (max-width: 767px) {
  .share-no1 span::before {
    top: 0;
  }
}
.share-no1 span::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -15px;
  width: 1px;
  height: 26px;
  background-color: #333;
  transform: rotate(30deg);
}

@media screen and (max-width: 767px) {
  .share-no1 span::after {
    top: 0;
  }
}
.share-title {
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .share-title {
    margin: 0 0 30px;
  }
}
.share-title p {
  margin: 0 0 5px;
  font-size: 35px;
}

@media screen and (max-width: 767px) {
  .share-title p {
    font-size: 24px;
    line-height: 1.4;
  }
}
.share-title p:nth-child(2) {
  margin: 0 0 -2px;
}

.share-title p .large {
  font-size: 45px;
  color: #0099FF;
}

@media screen and (max-width: 767px) {
  .share-title p .large {
    font-size: 36px;
    line-height: 1.4;
  }
}
.share-title p .sup {
  font-size: 14px;
  font-weight: 400;
  vertical-align: 1.9em;
  color: #9fa9ad;
}

@media screen and (max-width: 767px) {
  .share-title p .sup {
    font-size: 12px;
    vertical-align: 2em;
  }
}
.share-title .note-about {
  margin: 0 auto;
  max-width: 530px;
  font-size: 12px;
  font-weight: 400;
  color: #9fa9ad;
  text-align: right;
}

.share span.color-green {
  font-size: 45px;
}

@media screen and (max-width: 767px) {
  .share span.color-green {
    font-size: 32px;
  }
}
.share-text {
  margin: 40px 0;
}

.share-row {
  padding: 42px 52px 30px;
  border-radius: 20px;
  border: 3px solid #0099FF;
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .share-row {
    padding: 20px 13px;
  }
}
.share-row .achievements {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .share-row .achievements {
    margin-bottom: 15px;
  }
}
.share-row .achievements .inner {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .share-row .achievements .inner {
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
  }
}
.share-row .achievements .inner .item {
  padding: 5px 0;
  width: 200px;
  background-image: url(../images/laurel-l.svg), url(../images/laurel-r.svg);
  background-position: 0 100%, 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .share-row .achievements .inner .item {
    padding: 2px 0;
    width: calc(50% - 10px);
  }
}
.share-row .achievements .inner .item .name {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .share-row .achievements .inner .item .name {
    font-size: 14px;
    line-height: 16px;
  }
}
.share-row .achievements .inner .item:first-child .note {
  right: 5px;
}

@media screen and (max-width: 767px) {
  .share-row .achievements .inner .item:first-child .note {
    right: 4px;
  }
}
.share-row .achievements .inner .item .note {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .share-row .achievements .inner .item .note {
    top: 28px;
    right: 48px;
  }
}
.share-row .achievements .inner .item .value {
  position: relative;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .share-row .achievements .inner .item .value {
    font-size: 16px;
  }
}
.share-row .achievements .inner .item .value.reflect {
  position: relative;
  overflow: hidden;
}

.share-row .achievements .inner .item .value .number {
  font-size: 38px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .share-row .achievements .inner .item .value .number {
    margin-right: 1px;
    font-size: 25px;
    vertical-align: -1px;
    letter-spacing: -1px;
  }
}
.share-row .achievements .inner .item .sup {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 12px;
  color: #9fa9ad;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .share-row .achievements .inner .item .sup {
    top: -3px;
    right: 20px;
    font-size: 10px;
  }
}
.share-row .achievements .inner .item:nth-child(1) .sup {
  top: 5px;
  right: 32px;
}

@media screen and (max-width: 767px) {
  .share-row .achievements .inner .item:nth-child(1) .sup {
    top: -3px;
    right: 27px;
  }
}
.share-row .achievements .note-about {
  margin: 3px auto 0 auto;
  max-width: 420px;
  color: #9fa9ad;
  font-size: 12px;
  text-align: right;
  line-height: 1.8;
}

.share-row .company h2 {
  margin: 0 0 10px;
  text-align: center;
}

.share-row .company .logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .share-row .company .logo {
    margin: 0;
  }
}
.share-row .company .logo li {
  width: 140px;
  margin: 0 6.5px 0 0;
}

@media screen and (max-width: 767px) {
  .share-row .company .logo li {
    width: 33.3333333333%;
    margin: 0;
  }
}
.share-row .company .logo li:nth-child(5n+5), .share-row .company .logo li:last-child {
  margin-right: 0;
}

.share-row .company .note {
  margin: 0;
  text-align: right;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .share-img02 {
    margin: 0 -20px;
  }
}
.share .section-inner {
  padding: 0;
}

.advice {
  position: relative;
  padding: 40px 20px;
  background-color: #CCEBFF;
}

.advice::after {
  content: "";
  position: absolute;
  bottom: -64px;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 64px 100px 0 100px;
  border-color: #ccebff transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .advice::after {
    bottom: -45px;
    border-width: 45px 70px 0 70px;
  }
}
.advice-title {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .advice-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .costcut-title {
    font-size: 18px;
  }
}
.develop-title {
  font-size: 35px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .develop-title {
    font-size: 24px;
  }
}
.card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card > li {
  max-width: 228px;
  margin: 0 30px 0 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(132, 175, 199, 0.2);
}

@media screen and (max-width: 767px) {
  .card > li {
    max-width: 250px;
    margin: auto;
  }
  .card > li + li {
    margin: 30px auto 0;
  }
}
.card > li .card-item {
  display: block;
  height: 100%;
  padding: 0 0 18px;
  position: relative;
}

.card > li .card-item .image {
  border-radius: 0.04rem 0.04rem 0 0;
  overflow: hidden;
}

.card > li .card-item .image img {
  width: 100%;
}

.card > li .text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3em;
  padding: 18px 18px 0;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.alignment-title {
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .alignment-title {
    font-size: 22px;
  }
}
.alignment-img {
  display: block;
  margin: 0 0 60px;
}

/* 吹き出し */
.balloon-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #EDFEFF;
  color: #491603;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .balloon-wrapper {
    padding: 40px 20px;
  }
}
.balloon-wrapper::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #EDFEFF;
  width: 0;
  height: 0;
}

@media screen and (max-width: 767px) {
  .balloon-wrapper::after {
    bottom: -35px;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 35px solid #EDFEFF;
  }
}
.balloon-wrapper h1 {
  margin: 0;
  font-size: 35px;
}

@media screen and (max-width: 767px) {
  .balloon-wrapper h1 {
    font-size: 24px;
  }
}
.balloon-wrapper h1 span {
  font-size: 42px;
  color: #0099FF;
}

@media screen and (max-width: 767px) {
  .balloon-wrapper h1 span {
    font-size: 30px;
  }
}
/* ネットショップの運営は大変 */
.problem .section-inner {
  max-width: 1200px;
}

.problem .row-column3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
}

@media screen and (max-width: 767px) {
  .problem .row-column3 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.problem .row-column3 .col {
  width: 100%;
  min-width: 0;
}

.problem .row-column3 .col p {
  font-size: 18px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .problem .row-column3 .col p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .problem .row-column3 .col p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .problem .row-column3 .col p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .problem .row-column3 .col p .br-pc {
    display: none;
  }
}
/* 事例 */
.example-wrapper {
  width: 100%;
  height: 100%;
  background-image: url("../images/beforeafter-back01.svg"), url("../images/beforeafter-back02.svg");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

@media screen and (max-width: 767px) {
  .example-wrapper {
    background-size: 50%, 50%;
  }
}
.example .section-inner {
  padding: 140px 20px 80px;
}

@media screen and (max-width: 767px) {
  .example .inner {
    padding: 100px 20px 72px;
  }
}
.example .inner .ex-info {
  position: relative;
  width: 612px;
  padding: 43px 100px 54px;
  margin: 0 auto 70px;
  background-color: #FFFFFF;
  border: 3px solid #0099FF;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .example .inner .ex-info {
    width: 100%;
    padding: 43px 30px 30px;
    margin: 0 auto 50px;
  }
}
.example .inner .ex-info::before {
  content: "";
  position: absolute;
  top: -60px;
  left: calc(50% - 47px);
  display: block;
  width: 94px;
  height: 94px;
  background: url(../images/icon-shop.svg);
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .example .inner .ex-info::before {
    top: -38px;
    left: calc(50% - 37.5px);
    width: 75px;
    height: 75px;
    background-size: contain;
  }
}
.example .inner .ex-info h3 {
  font-size: 26px;
  margin: 0 0 28px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .example .inner .ex-info h3 {
    font-size: 20px;
  }
}
.example .inner .ex-info dl {
  display: flex;
  margin: 0 0 20px;
  justify-content: space-between;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .example .inner .ex-info dl {
    font-size: 18px;
  }
}
.example .inner .ex-info dl:nth-last-child(1) {
  margin: 0;
}

.example .inner .table h3 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.example .inner .table-before {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .example .inner .table-before {
    margin-bottom: 60px;
  }
}
.example .inner .table-before h3 {
  margin: 0 0 25px;
  color: #888888;
}

@media screen and (max-width: 767px) {
  .example .inner .table-before h3 {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .example .inner .table-before table thead th {
    font-size: 18px;
  }
}
.example .inner .table-before table thead td {
  background: #888888;
  border: 2px solid #888888;
}

.example .inner .table-before table tbody tr:nth-last-child(1) th, .example .inner .table-before table tbody tr:nth-last-child(1) td {
  border-bottom: 2px solid #888888;
}

.example .inner .table-before table tbody tr th, .example .inner .table-before table tbody tr td {
  border-top: 2px solid #888888;
  border-left: 2px solid #888888;
}

.example .inner .table-before table tbody tr th {
  background: #F0F0F0;
}

.example .inner .table-before table tbody tr td {
  border-right: 2px solid #888888;
}

.example .inner .table-after {
  margin-bottom: 20px;
}

.example .inner .table-after h3 {
  margin: 40px 0;
  color: #CB060F;
}

@media screen and (max-width: 767px) {
  .example .inner .table-after h3 {
    margin: 20px 0 40px;
  }
}
.example .inner .table-after table thead td {
  background: #E91388;
  border: 2px solid #E91388;
}

.example .inner .table-after table tbody tr:nth-last-child(1) th, .example .inner .table-after table tbody tr:nth-last-child(1) td {
  border-bottom: 2px solid #E91388;
}

.example .inner .table-after table tbody tr th, .example .inner .table-after table tbody tr td {
  border-top: 2px solid #E91388;
  border-left: 2px solid #E91388;
}

.example .inner .table-after table tbody tr th {
  background: #FFF0F0;
}

.example .inner .table-after table tbody tr td {
  border-right: 2px solid #E91388;
}

.example .inner .table-after table tbody tr td .marker {
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .example .inner .table-after table tbody tr td .marker {
    font-size: 18px;
  }
}
.example .inner .table table {
  margin: 0 auto;
  width: 765px;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

@media screen and (max-width: 767px) {
  .example .inner .table table {
    width: 100%;
  }
}
.example .inner .table table th, .example .inner .table table td {
  padding: 15px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .example .inner .table table th, .example .inner .table table td {
    font-size: 16px;
  }
}
.example .inner .table table thead tr th, .example .inner .table table thead tr td {
  padding: 10px 0;
}

.example .inner .table table thead tr th {
  width: 405px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .example .inner .table table thead tr th {
    position: relative;
    width: 55vw;
  }
}
.example .inner .table table thead tr th p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .example .inner .table table thead tr th p {
    position: absolute;
    bottom: 10px;
    width: 55vw;
    font-size: 18px;
    text-align: center;
  }
}
.example .inner .table table thead tr th p span {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .example .inner .table table thead tr th p span {
    font-size: 14px;
  }
}
.example .inner .table table thead tr td {
  border-radius: 10px 10px 0 0;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .example .inner .table table thead tr td {
    padding: 6px 0;
    font-size: 18px;
  }
}
.example .inner .table table tbody tr:nth-child(1) th {
  border-radius: 10px 0 0 0;
}

.example .inner .table table tbody tr:nth-last-child(1) th {
  border-radius: 0 0 0 10px;
}

.example .inner .table table tbody tr:nth-last-child(1) td {
  border-radius: 0 0 10px 0;
}

.example .inner .table table tbody tr td {
  background: #FFFFFF;
}

.example .inner .table .result {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .example .inner .table .result {
    padding: 0 10px;
  }
}
.example .inner .table .result-01 {
  margin-bottom: 15px;
}

.example .inner .table .result-02 {
  margin-top: 20px;
}

.example .inner .lead {
  padding: 60px 0 40px;
}

@media screen and (max-width: 767px) {
  .example .inner .lead {
    padding: 30px 0 0;
  }
}
.soukorenkei {
  text-align: center;
}

.soukorenkei .section-inner {
  padding: 92px 20px 100px;
}

@media screen and (max-width: 767px) {
  .soukorenkei .section-inner {
    padding: 60px 20px 80px;
  }
}
.soukorenkei h1 {
  margin: 0;
}

.soukorenkei .result {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .soukorenkei .result {
    padding: 0 10px;
  }
}
.soukorenkei .result-01 {
  margin-bottom: 15px;
}

.soukorenkei .consolidate-wrap {
  max-width: 1000px;
  padding: 20px 30px 0;
  position: relative;
  border-radius: 20px;
  border: 4px solid #e8e8e8;
  overflow: hidden;
  background: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .soukorenkei .consolidate-wrap {
    padding: 20px;
    margin: 0 auto;
  }
}
.soukorenkei .consolidate-wrap .text-link-area {
  margin: 32px 0 60px;
}

@media screen and (max-width: 767px) {
  .soukorenkei .consolidate-wrap .text-link-area {
    margin: 0 0 30px;
  }
}
.soukorenkei h3 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .soukorenkei h3 {
    margin-top: 20px;
  }
}
.soukorenkei .consolidate ul {
  max-width: 890px;
  display: flex;
  align-items: center;
  margin: 100px auto 0;
  grid-gap: 10px;
}

.soukorenkei .consolidate ul li {
  display: flex;
  flex-flow: column;
}

.soukorenkei .consolidate ul li span {
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
}

.soukorenkei .consolidate ul .oms {
  position: relative;
}

.soukorenkei .consolidate ul .oms_img {
  position: absolute;
  width: calc(100% + 100px);
  margin: 0 -50px;
  top: -50px;
}

@media screen and (max-width: 750px) {
  .soukorenkei h3 {
    font-size: 24px;
  }
  .soukorenkei .consolidate ul {
    flex-wrap: wrap;
    margin: 60px auto 0;
  }
  .soukorenkei .consolidate ul li.pc-view {
    display: none;
  }
  .soukorenkei .consolidate ul li.store {
    width: calc(45% - 6.6666666667px);
  }
  .soukorenkei .consolidate ul li.arrow {
    width: calc(10% - 6.6666666667px);
  }
  .soukorenkei .consolidate ul .oms_img {
    width: calc(100% + 20px);
    margin: 0 -10px;
    top: -30px;
  }
  .soukorenkei .consolidate ul li span {
    font-size: 16px;
  }
}
.soukorenkei .wms {
  padding: 60px 0 10px;
}

.soukorenkei .wms h3 {
  margin-top: 0;
}

.soukorenkei .wms h3 .super {
  position: relative;
}

.soukorenkei .wms h3 .super::after {
  content: "※";
  position: absolute;
  top: -11px;
  right: -5px;
  font-size: 12px;
  color: #333;
}

.soukorenkei .wms .green {
  position: relative;
}

.soukorenkei .wms .green span {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 12px;
  color: #333;
}

.soukorenkei .wms .system {
  text-align: right;
  font-size: 11px;
  max-width: 690px;
  margin: 0 auto 10px;
}

.soukorenkei .wms .auto {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 100px;
  font-weight: 500;
  background: url(../images/introduction_flow_auto_pc.svg) no-repeat;
  background-position: center left;
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .soukorenkei .wms .auto {
    background: url(../images/introduction_flow_auto_pc.svg) no-repeat;
    background-position: center top;
    background-size: 70px;
    padding: 60px 0 0 0;
  }
  .soukorenkei .wms {
    padding: 60px 0 30px;
  }
}
.soukorenkei .outer_system::before {
  background-image: url(../images/introduction_wms_icon.svg) !important;
}

.soukorenkei .outer_system::after {
  top: -8rem !important;
  right: 2rem !important;
  width: 30.6rem !important;
  height: 16.459rem !important;
  background-image: url(../images/introduction_wms_fukidashi.svg) !important;
  pointer-events: none;
}

.soukorenkei .outer_system ul {
  padding: 3.5rem 6rem;
}

.soukorenkei .outer_system li {
  background: #DBFAFB;
}

.soukorenkei .outer_system h3 {
  color: #00C1C8;
}

.soukorenkei .note {
  font-size: 14px;
}

.soukorenkei .cooperation {
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .soukorenkei .outer_system::after {
    top: -10rem !important;
    right: -2rem !important;
    width: 15.3rem !important;
    height: 8.29rem !important;
  }
}
.soukorenkei .ne_voice {
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .soukorenkei .ne_voice picture img {
    padding: 0 10%;
  }
}
@media screen and (max-width: 750px) {
  .soukorenkei .ne_voice picture img {
    padding: 0 6%;
  }
}
.soukorenkei .ne_voice .voice_box {
  max-width: 1000px;
  margin: 60px auto 0;
  position: relative;
  border-radius: 20px;
  border: 4px solid #E8E8E8;
  overflow: hidden;
  background: #fff;
}

.soukorenkei .ne_voice .voice_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  background: linear-gradient(171deg, #FB488F 6.63%, #FB488F 50.78%, #f1a9d1 94.94%);
  border-radius: 20px 0 0 20px;
}

@media screen and (max-width: 767px) {
  .soukorenkei .ne_voice .voice_box::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: linear-gradient(171deg, #FB488F 6.63%, #FB488F 50.78%, #f1a9d1 94.94%);
    border-radius: 0 0 20px 20px;
  }
}
.soukorenkei .ne_voice .voice_box .feature_box {
  width: 70%;
  padding: 40px 20px 40px 30px;
}

.soukorenkei .ne_voice .voice_box .feature_box h3 {
  margin: 0;
}

.soukorenkei .ne_voice .voice_box .feature_box h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.soukorenkei .ne_voice .voice_box .feature_box h4:before {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 40px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E91388;
  border-radius: 2px;
}

.soukorenkei .ne_voice .voice_box .feature_box h3 {
  font-size: 32px;
  font-weight: 700;
  color: #09f;
  padding: 40px 0 20px;
  margin-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .soukorenkei .ne_voice .voice_box .feature_box h3 {
    font-size: 28px;
  }
}
.soukorenkei .ne_voice .voice_box .feature_box p {
  font-weight: 500;
  margin: 0 0 40px;
}

.soukorenkei .ne_voice .voice_box .voice_img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
  background: url(../images/voice_img_1.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

.soukorenkei .ne_voice .voice_box2 .voice_img {
  background: url(../images/voice_img_2.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

.soukorenkei .ne_voice .voice_box .voice_img img {
  display: none;
}

.soukorenkei .md-view {
  display: none;
}

@media screen and (max-width: 1024px) {
  .soukorenkei .ne_voice .voice_box .feature_box {
    width: 60%;
  }
  .soukorenkei .ne_voice .voice_box .voice_img {
    width: 40%;
  }
  .soukorenkei .ne_voice .voice_box .pc-view {
    display: none;
  }
  .soukorenkei .md-view {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .soukorenkei .ne_voice .voice_box .feature_box {
    width: 100%;
    margin-top: 200px;
  }
  .soukorenkei .ne_voice .voice_box .voice_img {
    height: 200px;
    width: 100%;
  }
  .soukorenkei .ne_voice .voice_box .feature_box h4 {
    font-size: 20px;
  }
  .soukorenkei .ne_voice .voice_box .feature_box h3 {
    font-size: 24px;
  }
  .soukorenkei .ne_voice .voice_box {
    margin: 30px auto 0;
  }
}
.bottom-copy {
  margin: 0;
  text-align: center;
}

.bottom-copy p {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .bottom-copy p {
    font-size: 30px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 767px) {
  .bottom-copy p span {
    letter-spacing: normal;
  }
}
.bottom-copy p span.marker {
  color: #CB060F;
}

.bottom-copy p span.small {
  display: inline-block;
  font-size: 28px;
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .bottom-copy p span.small {
    font-size: 26px;
  }
}
.bottom-copy .cv-btn-full {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .bottom .lead a {
    width: 100%;
  }
}
.end-display {
  margin: 0 auto !important;
}

.cv__area2 {
  position: relative;
}

.cv__area2-inner {
  padding: 50px 0 80px;
  background-image: url(../images/cta-back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .cv__area2-inner {
    background-image: url(../images/cta-back_sp.jpg);
  }
  .cv__area2-inner img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cv__area2-inner {
    background-image: url(../images/cta-back_tab.jpg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .cv__area2-inner {
    background-image: url(../images/cta-back_tab.jpg);
  }
}
@media screen and (max-width: 767px) {
  .cv__area2-inner {
    padding: 40px 0 75px;
  }
}
.cv2__ttl {
  margin: 0;
  text-align: center;
}

.cv2__ttl picture {
  position: relative;
  display: block;
  width: 100%;
  /*
  &::after {
    content: url(../images/cv2_right.svg);
    position: absolute;
    right: 0;
    top: 0;
  }

  &::before {
    content: url(../images/cv2_left.svg);
    position: absolute;
    left: -2rem;
    bottom: -2rem;
  }

  @media screen and (max-width: 1050px) {
    &::after,
    &::before {
      scale: 0.7;
    }
  }

  @media screen and (max-width: 820px) {
    &::after {
      top: -2rem;
    }
    &::before {
      left: -3rem;
      bottom: -6rem;
    }
  }
  */
}

/* キャンペーン概要 */
.summary__list {
  padding-left: 15px;
}

.summary__list li {
  text-indent: -11px;
  padding-left: 8px;
  line-height: 1.5556;
  letter-spacing: -0.1px;
}

.summary__list li::before {
  content: "●";
  display: inline-block;
  margin-right: 3px;
  font-size: 18px;
}

.summary__list li + li {
  margin-top: 10px;
}

.summary__list li span {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .summary__list li span {
    display: block;
    margin-left: -22px;
    text-indent: 0;
  }
}
.summary04 .summary__list li + li {
  margin-top: 0;
}

.campaign__about__flex {
  display: flex;
  gap: 49px;
  margin-top: 10px;
  padding: 0 15px;
  line-height: 1.6667;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .campaign__about__flex {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .campaign__about__flex {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
.campaign__about__flex--ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}

.campaign__about__flex--ttl::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  margin-top: 6px;
  background-color: #333;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .campaign__about__flex--ttl::after {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .campaign__about__flex--ttl::after {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .campaign__about__flex--ttl {
    position: relative;
    justify-content: center;
    width: 70px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .campaign__about__flex--ttl {
    position: relative;
    justify-content: center;
    width: 70px;
    text-align: center;
  }
}
.campaign__about__flex > div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.campaign__about__flex > div.pc {
  display: flex;
}

@media screen and (max-width: 767px) {
  .campaign__about__flex > div.pc {
    display: none;
  }
}
.campaign__about__flex > div.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .campaign__about__flex > div.sp {
    display: block;
  }
  .campaign__about__flex > div.sp > div {
    display: flex;
    gap: 10px;
  }
}
html {
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: normal !important;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
img {
  max-width: 100%;
}

.pc-view {
  display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pc-view {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-view {
    display: none;
  }
}
.sp-view {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-view {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-view {
    display: inline-block;
  }
}
.pc-view {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .pc-view {
    display: none;
  }
}
.sp-tab-view {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-tab-view {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .sp-tab-view {
    display: inline-block;
  }
}
.annotation-ex {
  width: 81.6rem;
  margin: 0 auto !important;
  text-align: right;
  font-size: 1.2rem;
  color: #7C8386;
}

@media screen and (max-width: 767px) {
  .annotation-ex {
    width: auto;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 999;
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 0 1.6rem 0 1rem;
  width: 100%;
  margin: 0 auto;
}

.header__logo {
  width: 20rem;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 15rem;
  }
}
.header__logo img {
  vertical-align: middle;
}

.header__tel {
  display: flex;
  align-items: center;
}

.header__group {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.header__link {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

@media screen and (max-width: 767px) {
  .header__link .cta-button {
    padding: 0.4rem 0.8rem;
  }
}
.header h1 {
  margin: 0;
}

/*ヘッダー モーダル付き*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 0 0 0 15px !important;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  padding: 5px 20px;
}

.header__inner img {
  vertical-align: bottom;
}

.header__inner .header__group {
  display: flex;
  align-items: center;
}

.header__inner .header__group button,
#modal,
.icon_close {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header__inner .header__tel {
  margin-right: 64px;
}

.header__inner .header__group .header__share {
  position: absolute;
  right: 0;
  padding: 16px;
  border-left: 2px solid #eee;
  cursor: pointer;
}

.header__inner .header__group .header__share:hover {
  opacity: 0.7;
}

.sp-tel {
  display: none;
}

/*モーダル*/
#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  -webkit-animation: fadeIn 0.3s ease;
  animation: fadeIn 0.3s ease;
  z-index: 1000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

#modal.is-active {
  opacity: 1;
  visibility: visible;
}

#modal .modal-container {
  background: #fff;
  padding: 30px 20px;
  border-radius: 30px;
  width: 440px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 250px auto auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

#modal button {
  cursor: pointer;
}

#modal .icon_close {
  position: absolute;
  top: 20px;
  right: 20px;
}

#modal p {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #D9D9D9;
}

#modal .sns_container {
  display: flex;
  justify-content: center;
  gap: 38px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 0 !important;
  }
  .header__logo img {
    width: 80%;
  }
  .header__inner {
    padding: 5px 20px 5px 5px;
  }
  .header__inner::before {
    right: 50px;
  }
  .header__inner .header__tel {
    margin-right: 40px;
  }
  .header__inner .header__group .header__share {
    margin-left: 0;
    position: absolute;
    right: 0;
    padding: 16px 12px;
    height: 60px;
  }
  .header__inner .header__group .header__share img {
    width: 20px;
    height: 20px;
  }
  .sp-tel {
    margin-right: 40px;
    display: block;
  }
  #modal .modal-container {
    margin: auto;
    width: 80%;
    padding: 20px;
  }
  #modal p {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #modal .sns_container {
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  #modal p {
    font-size: 5vw;
  }
}
/*ヘッダー モーダル付き終わり*/
/* ===== END SHARE CSS ===== */
main {
  color: #333;
}

a:hover {
  opacity: 0.7;
}

/* MV */
.mv__image {
  position: relative;
}

.mv__image picture img {
  width: 100%;
  height: auto;
}

.mv__tokuten {
  position: absolute;
  bottom: 12rem;
  left: calc(50% - 35rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  margin: 4rem 0 0;
}

@media screen and (max-width: 767px) {
  .mv__tokuten {
    gap: 0.7rem;
  }
}
.mv__tokuten ul {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 72.2rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .mv__tokuten ul {
    gap: 3rem;
  }
}
.mv__tokuten ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.8rem;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mv__tokuten ul li {
    grid-template-columns: auto;
    grid-template-rows: repeat(2, auto);
    font-size: 1.6rem;
    text-align: center;
  }
}
.mv__tokuten ul li + li {
  position: relative;
}

.mv__tokuten ul li + li::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: 50%;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/plus_bl.svg);
  background-repeat: no-repeat;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .mv__tokuten ul li + li::before {
    top: -3rem;
  }
}
.mv__tokuten ul li .detail {
  line-height: 1rem;
}

.mv__tokuten ul li .large {
  color: #FF5A5A;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .mv__tokuten ul li .large {
    font-size: 3.2rem;
  }
}
.mv__tokuten .em {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mv__tokuten .em {
    font-size: 2rem;
    text-align: center;
  }
}
.mv__tokuten .em::before, .mv__tokuten .em::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2.7rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.mv__tokuten .em::before {
  left: -3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231%22%20height%3D%2242%22%20viewBox%3D%220%200%2031%2042%22%20fill%3D%22none%22%3E%20%3Cline%20x1%3D%2210.0487%22%20y1%3D%220.590697%22%20x2%3D%2228.9499%22%20y2%3D%2240.7673%22%20stroke%3D%22%2300C1AA%22%20stroke-width%3D%222.54237%22%2F%3E%20%3Cline%20x1%3D%221.15025%22%20y1%3D%220.590697%22%20x2%3D%2220.0514%22%20y2%3D%2240.7673%22%20stroke%3D%22%2300C1AA%22%20stroke-width%3D%222.54237%22%2F%3E%3C%2Fsvg%3E");
}

.mv__tokuten .em::after {
  right: -3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231%22%20height%3D%2242%22%20viewBox%3D%220%200%2031%2042%22%20fill%3D%22none%22%3E%20%3Cline%20y1%3D%22-1.27119%22%20x2%3D%2244.4006%22%20y2%3D%22-1.27119%22%20transform%3D%22matrix(0.425696%20-0.904866%20-0.904866%20-0.425696%200.762695%2040.3086)%22%20stroke%3D%22%2300C1AA%22%20stroke-width%3D%222.54237%22%2F%3E%20%3Cline%20y1%3D%22-1.27119%22%20x2%3D%2244.4006%22%20y2%3D%22-1.27119%22%20transform%3D%22matrix(0.425696%20-0.904866%20-0.904866%20-0.425696%209.66113%2040.3086)%22%20stroke%3D%22%2300C1AA%22%20stroke-width%3D%222.54237%22%2F%3E%3C%2Fsvg%3E");
}

.mv__tokuten .em__large {
  color: #ff7f2c;
  font-size: 6.3rem;
}

@media screen and (max-width: 767px) {
  .mv__tokuten .em__large {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__tokuten .em .sp-small {
    font-size: 1.6rem;
  }
}
.mv__tokuten-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 8rem 0 12rem;
}

@media screen and (max-width: 767px) {
  .mv__tokuten-flow {
    padding: 2.8rem 2rem;
  }
}
.mv__tokuten-flow h2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 5.2rem;
  margin: 0 auto;
  padding: 0 5rem;
  color: #ffffff;
  background-color: #FF5A5A;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mv__tokuten-flow h2 {
    padding: 0.8rem;
    height: auto;
    font-size: 1.6rem;
  }
}
.mv__tokuten-flow h3 {
  display: flex;
  align-items: center;
  max-width: 67rem;
  margin: 0 auto;
  color: #FF5A5A;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mv__tokuten-flow h3 {
    font-size: 1.6rem;
  }
}
.mv__tokuten-flow h3::before, .mv__tokuten-flow h3::after {
  content: "";
  flex-grow: 1;
  height: 0.1rem;
  background-color: #FF5A5A;
}

.mv__tokuten-flow h3::before {
  margin-right: 1rem;
}

.mv__tokuten-flow h3::after {
  margin-left: 1rem;
}

.mv__tokuten-flow--inner {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin: 3rem 0 0;
  width: 100%;
}

.mv__tokuten-flow ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  margin: 2rem 0 0;
}

.mv__tokuten-flow ul li {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mv__tokuten-flow ul li {
    font-size: 1.6rem;
    text-align: center;
  }
}
.mv__tokuten-flow ul li a {
  color: #0271d3;
  text-decoration: underline;
}

.mv__tokuten-flow ul li + li {
  position: relative;
}

.mv__tokuten-flow ul li + li::before {
  content: "";
  position: absolute;
  top: -2.7rem;
  left: 50%;
  display: inline-block;
  width: 3rem;
  height: 1.7rem;
  background-color: #FF5A5A;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}

/* MV下コメント */
.sv {
  padding: 60px 20px 80px;
  width: 1060px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sv {
    padding: 40px 40px 70px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sv {
    padding: 40px 30px 60px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sv {
    padding: 60px 20px 56px;
    width: 100%;
  }
}
.sv__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sv__inner {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.sv__photo {
  position: relative;
  width: 50%;
  flex-shrink: 0;
}

.sv__photo img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .sv__photo {
    width: 100%;
  }
}
.sv__text {
  position: relative;
  flex: 1;
  min-width: 0;
}

.sv__text img {
  width: 100%;
}

.sv__text p {
  width: 87%;
  margin: 10px auto 0;
  font-size: 20px;
  line-height: 2;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sv__text p {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .sv__text p {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .sv__text p {
    width: 100%;
    margin: 15px auto 0;
    font-size: 18px;
  }
}
.sv__copy {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sv__copy img {
    width: 80%;
    margin: 0 auto;
  }
}
.alignment {
  padding: 8rem 1rem 8rem;
}

@media screen and (max-width: 767px) {
  .alignment {
    padding: 3.2rem 2rem;
  }
}
.alignment__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .alignment__inner {
    gap: 2.8rem;
  }
}
.alignment__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.6rem;
  margin-bottom: 3.6rem;
}

@media screen and (max-width: 767px) {
  .alignment__head {
    gap: 2.2rem;
    margin-bottom: 0;
  }
}
.alignment__head--ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4091CD;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .alignment__head--ttl {
    align-items: flex-end;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.alignment__head--ttl::before, .alignment__head--ttl::after {
  content: "";
  display: inline-block;
  width: 4.3rem;
  height: 5.5rem;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .alignment__head--ttl::before, .alignment__head--ttl::after {
    width: 4.3rem;
    height: 4.5rem;
  }
}
.alignment__head--ttl::before {
  background-image: url(../images/head_line_bl_l.svg);
}

.alignment__head--ttl::after {
  background-image: url(../images/head_line_bl_r.svg);
}

.alignment__head--text {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.6rem;
}

@media screen and (max-width: 767px) {
  .alignment__head--text {
    font-size: 1.8rem;
    line-height: 1.2rem;
  }
}
.alignment__head--text .highlight {
  background: linear-gradient(to bottom, transparent 60%, #FFEC01 60%);
}

.alignment__head--text .dot {
  position: relative;
}

.alignment__head--text .dot::before {
  content: "";
  position: absolute;
  top: -0.9rem;
  left: 50%;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #00CBFF;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .alignment__head--text .dot::before {
    top: -0.5rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}
.alignment__note {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 1.6rem;
  margin: 0 auto;
  border-radius: 1.2rem;
  background: #FF5A5A;
}

@media screen and (max-width: 767px) {
  .alignment__note {
    padding: 1.2rem;
  }
}
.alignment__note--text {
  color: #FFFFFF;
  text-align: center;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .alignment__note--text {
    font-size: 2rem;
  }
}
.alignment__note--text .large {
  font-size: 4rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .alignment__note--text .large {
    font-size: 2.4rem;
  }
}
.alignment__note::before {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 50%;
  display: inline-block;
  width: 2rem;
  height: 1.2rem;
  background-color: #FF5A5A;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}

.alignment__list--inner {
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
}

@media screen and (max-width: 767px) {
  .alignment__list--inner {
    gap: 2.8rem;
  }
}
.alignment__list .item {
  display: grid;
  grid-template-areas: "align_icon align_border align_ttl align_image" "align_icon align_border align_text align_image";
  align-items: center;
  grid-template-columns: 13rem 4rem 1fr 31rem;
  padding: 3.5rem 2rem 3.5rem 3rem;
  border: 1rem solid #FFE6E8;
  border-radius: 2rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .alignment__list .item {
    grid-template-areas: "align_icon align_border align_ttl" "align_text align_text align_text" "align_image align_image align_image";
    grid-template-columns: 5rem 1.5rem 1fr;
    padding: 3rem 1.5rem;
    border: 0.5rem solid #FFE6E8;
  }
}
.alignment__list .item.new {
  position: relative;
}

@media screen and (max-width: 767px) {
  .alignment__list .item.new {
    padding-top: 4.5rem;
  }
}
.alignment__list .item.new::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  display: block;
  width: 12.8rem;
  height: 12.8rem;
  background: url(../images/icon_box_new.svg) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .alignment__list .item.new::before {
    content: "NEW";
    width: calc(100% + 1rem);
    height: auto;
    top: -0.5rem;
    left: -0.5rem;
    padding: 0.8rem 2rem 0.6rem 2rem;
    border-radius: 20px 20px 0px 0px;
    background: #FF5A5A;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
}
.alignment__list .item.new .alignment__list--border {
  height: 43rem;
}

@media screen and (max-width: 767px) {
  .alignment__list .item.new .alignment__list--border {
    height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .alignment__list--wrapper {
    width: 29.5rem;
    margin: 0 auto;
  }
}
.alignment__list--ttl {
  grid-area: align_ttl;
  align-self: end;
  color: #E5010F;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.4rem;
}

@media screen and (max-width: 767px) {
  .alignment__list--ttl {
    align-self: center;
    font-size: 1.6rem;
  }
}
.alignment__list--text {
  grid-area: align_text;
  align-self: start;
  width: 100%;
  margin: 1.4rem 0 0;
  font-size: 1.8rem;
  line-height: 3.2rem;
}

@media screen and (max-width: 767px) {
  .alignment__list--text {
    margin: 2.2rem 0 2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.alignment__list--text.top {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .alignment__list--text.top {
    margin: 2.2rem 0 2rem;
  }
}
.alignment__list--text .small {
  font-size: 1.4rem;
}

.alignment__list--image {
  padding-left: 2.5rem;
  grid-area: align_image;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .alignment__list--image {
    padding: 0;
  }
}
.alignment__list--icon {
  grid-area: align_icon;
  max-width: 11.3rem;
  max-height: 7.1rem;
  margin-right: 2.1rem;
}

@media screen and (max-width: 767px) {
  .alignment__list--icon {
    max-width: 4.1rem;
    margin-right: 0.9rem;
  }
}
.alignment__list--border {
  grid-area: align_border;
  width: 0.4rem;
  height: 21rem;
  background-image: linear-gradient(to bottom, #FFA8AE 0.6rem, transparent 0.6rem);
  background-repeat: repeat-y;
  background-size: 0.4rem 1.2rem;
}

@media screen and (max-width: 767px) {
  .alignment__list--border {
    width: 0.2rem;
    height: 4rem;
    margin-right: 1.4rem;
  }
}
.alignment__list--attention {
  margin-top: 1.2rem;
  padding: 0.8rem;
  border-radius: 8px;
  background: #FFE6E8;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .alignment__list--attention {
    margin-top: -1rem;
    font-size: 1.4rem;
  }
}
.alignment__list--attention ul li {
  margin-left: 2.5rem;
  list-style-type: disc;
}

.alignment__list--note {
  margin-top: 1.6rem;
}

@media screen and (max-width: 767px) {
  .alignment__list--note {
    margin-bottom: 3.6rem;
  }
}
.alignment__list--note h2 {
  font-weight: 700;
  font-size: 1.6rem;
}

.alignment__list--note h2::before {
  content: "●";
  display: inline-block;
  margin-right: 0.3rem;
  color: #FF5A5A;
}

@media screen and (max-width: 767px) {
  .alignment__list--note h2 {
    margin-bottom: 0.6rem;
  }
}
.alignment__list--note ul {
  margin-top: 0.1rem;
  font-size: 1.6rem;
}

.alignment__list--note ul li {
  margin-left: 2.5rem;
  list-style-type: disc;
}

@media screen and (max-width: 767px) {
  .alignment__list--note ul li {
    margin-bottom: 0.6rem;
    line-height: 2.2rem;
  }
}
.alignment__list--note ul li span {
  display: inline-block;
  margin-left: 1.2rem;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  background: #D9F5FF;
  font-size: 1.4rem;
  line-height: 1.9rem;
}

@media screen and (max-width: 767px) {
  .alignment__list--note ul li span {
    margin-left: 0;
  }
}
.about-mercari-shop {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  padding: 6.8rem 1rem 8.5rem;
}

@media screen and (max-width: 767px) {
  .about-mercari-shop {
    padding: 3.8rem 2rem 5.8rem;
  }
}
.about-mercari-shop__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.9rem;
}

.about-mercari-shop__heading h2 {
  color: #00cbff;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about-mercari-shop__heading h2 {
    font-size: 2.4rem;
  }
}
.about-mercari-shop__heading p {
  font-size: 2.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about-mercari-shop__heading p {
    max-width: 26rem;
    font-size: 1.6rem;
    text-align: left;
  }
}
.about-mercari-shop__wrap {
  padding: 6.5rem 0 0;
}

.about-mercari-shop__list {
  display: flex;
  gap: 7.2rem;
}

@media screen and (max-width: 767px) {
  .about-mercari-shop__list {
    flex-direction: column;
    gap: 6.9rem;
  }
}
.about-mercari-shop__list li {
  position: relative;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto 9.5rem;
  gap: 3.2rem;
}

@media screen and (max-width: 767px) {
  .about-mercari-shop__list li {
    grid-template-rows: repeat(2, auto);
    gap: 2.9rem;
    width: 100%;
  }
}
.about-mercari-shop__list--heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4.2rem 3.7rem;
  border-radius: 4rem;
  background-color: #EEF9FF;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 3.8rem;
}

@media screen and (max-width: 767px) {
  .about-mercari-shop__list--heading {
    padding: 3rem 0;
    border-radius: 2rem;
    font-size: 2rem;
  }
}
.about-mercari-shop__list--heading::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  display: inline-block;
  width: 3rem;
  height: 1.5rem;
  background-color: #EEF9FF;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}

.about-mercari-shop__list--heading.icon1::before {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  top: -3rem;
  width: 5.3rem;
  height: 5.8rem;
  background-image: url(../images/icon_about_03.svg);
}

.about-mercari-shop__list--heading.icon2::before {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  top: -2rem;
  width: 6rem;
  height: 4.9rem;
  background-image: url(../images/icon_about_02.svg);
}

.about-mercari-shop__list--heading.icon3::before {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  top: -3.3rem;
  width: 6.3rem;
  height: 6.3rem;
  background-image: url(../images/icon_about_01.svg);
}

.about-mercari-shop__list--text {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about-mercari-shop__list--text {
    max-width: 29rem;
    margin: 0 auto;
    font-size: 1.6rem;
  }
}
.about-mercari-shop__red-text {
  margin: 2.9rem 0 0;
  color: #ff0211;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about-mercari-shop__red-text {
    margin: 3rem 0 0;
    font-size: 1.6rem;
  }
}
.campaign__inner {
  display: flex;
  flex-direction: column;
  gap: 3.9rem;
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  padding: 5.6rem 2rem 9.3rem;
}

@media screen and (max-width: 767px) {
  .campaign__inner {
    gap: 2.4rem;
    padding: 4.4rem 2rem 4.1rem;
  }
}
.campaign__title {
  color: #FF5A5A;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .campaign__title {
    font-size: 2.4rem;
  }
}
.campaign__table {
  width: 100%;
  background-color: #FFFDF7;
}

.campaign__table dt {
  padding: 0.5rem 1rem;
  color: #ffffff;
  background-color: #FF5A5A;
  font-size: 1.8rem;
  font-weight: 700;
}

.campaign__table dd {
  padding: 1.8rem 1.6rem 2rem;
}

@media screen and (max-width: 767px) {
  .campaign__table--row {
    font-size: 1.6rem;
  }
}
.campaign__table--row.column-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  gap: 0.4rem;
}

@media screen and (max-width: 767px) {
  .campaign__table--row.column-2 {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 767px) {
  .campaign__table--row.tokuten {
    font-size: 1.6rem;
  }
}
.campaign__table--row.warning {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .campaign__table--row.warning {
    font-size: 1.4rem;
  }
}
.campaign__detail--text {
  display: flex;
  flex-direction: column;
}

.campaign__detail--text strong::before {
  content: "●";
  margin-right: 0.5rem;
}

@media screen and (max-width: 767px) {
  .campaign__detail--text strong {
    padding-left: 2rem;
    text-indent: -2rem;
  }
}
.campaign__detail--text span {
  padding-left: 2rem;
}

.campaign__detail--rows {
  display: flex;
  gap: 2rem;
  margin: 0.4rem 0 0;
}

@media screen and (max-width: 767px) {
  .campaign__detail--rows {
    flex-direction: column;
    gap: 0.4rem;
  }
}
.campaign__detail--rows .cell {
  display: grid;
  grid-template-areas: "campaign_heading campaign_text";
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .campaign__detail--rows .cell {
    grid-template-areas: "campaign_heading campaign_heading" "campaign_text campaign_text";
  }
}
.campaign__detail--rows .cell > span {
  padding-left: 0;
}

.campaign__detail--rows .cell .heading {
  grid-area: campaign_heading;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .campaign__detail--rows .cell .heading {
    padding-left: 3rem;
    text-indent: -3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .campaign__detail--rows .cell .heading {
    padding-left: 3rem;
    text-indent: -3rem;
  }
}
.campaign__detail--rows .cell .text {
  grid-area: campaign_text;
}

.campaign__detail--list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

@media screen and (max-width: 767px) {
  .campaign__detail--list {
    gap: 1rem;
    font-size: 1.6rem;
  }
}
.warning .campaign__detail--list li {
  text-indent: -2rem;
  padding-left: 2rem;
}

.campaign__detail--list li::before {
  content: "●";
  margin-right: 0.5rem;
}

.campaign .target__inner {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.campaign .target__inner--cell h3 {
  font-weight: bold;
}

.campaign .target__inner--cell h3::before {
  content: "■";
  margin-right: 0.5rem;
}

.campaign .target__inner--cell h4 {
  font-weight: bold;
}

.campaign .target__inner--cell h4 .red {
  color: #FF0211;
}

.campaign .target__inner ol {
  list-style-type: lower-alpha;
  margin-top: 2rem;
  padding-left: 2rem;
}

.cta {
  padding: 4rem 0;
  background-color: #FFF386;
}

.cta.end {
  margin: 0 auto;
}

.cta__inner {
  width: 100%;
}

.cta__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cta__wrap {
    gap: 1.5rem;
  }
}
.cta a:hover {
  opacity: 1 !important;
}

@media screen and (max-width: 767px) {
  .cta {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding: 0 1rem;
  }
}
.cta__bubble {
  position: relative;
  max-width: 46.8rem;
  width: 100%;
  margin: 0 auto 3rem;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta__bubble {
    max-width: 32.4rem;
    font-size: 1.6rem;
  }
}
.cta__bubble::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  display: inline-block;
  width: 3rem;
  height: 1.5rem;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}

.cta__bubble .highlight {
  color: #FF5A5A;
}

@media screen and (max-width: 767px) {
  .cta__bubble .highlight {
    display: block;
  }
}
.cta__button {
  position: relative;
  max-width: 47rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cta__button {
    max-width: 34rem;
  }
}
.cta__button:nth-child(2) a {
  border-radius: 37px;
  border: 2px solid #FF5A5A;
  color: #FF5A5A;
  background: #FFFFFF;
}

.cta__button a, .cta__button.end span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 49rem;
  width: 100%;
  padding: 1.4rem 0 1.7rem;
  border-radius: 999px;
  color: #ffffff;
  background-color: #FF5A5A;
  box-shadow: 0 0.6rem 0 0 #CA4646;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

@media screen and (max-width: 767px) {
  .cta__button a, .cta__button.end span {
    padding: 1.2rem 0 1.7rem;
    box-shadow: 0 0.4rem 0 0 #CA4646;
    font-size: 1.8rem;
  }
}
.cta__button a::after, .cta__button.end span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  display: inline-block;
  width: 1.3rem;
  height: 2.2rem;
  background-image: url(../images/cta_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}

.cta__button a:hover, .cta__button.end span:hover {
  box-shadow: none;
  transform: translateY(0.6rem);
}

@media screen and (max-width: 767px) {
  .cta__button a:hover, .cta__button.end span:hover {
    transform: translateY(0.4rem);
  }
}
.cta__button--user a {
  color: #09f !important;
  border: 0.5rem solid #09f;
  background-color: #fff !important;
  box-shadow: 0 0.6rem 0 0 #2C719E;
}

.cta__button--user a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2222%22%20viewBox%3D%220%200%2014%2022%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M1.5542%201L11.1657%2011L1.5542%2021%22%20stroke%3D%22%230099FF%22%20stroke-width%3D%222.75862%22%2F%3E%3C%2Fsvg%3E");
}

.cta__note {
  margin: 2.1rem 0 0;
  text-align: center;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .cta__note {
    font-size: 1.4rem;
  }
}
.ec-hard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3.7rem;
  max-width: 74.3rem;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0 6.5rem;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ec-hard {
    gap: 2.9rem;
    padding: 3.8rem 2rem;
    font-size: 2.4rem;
  }
}
.ec-efficiency__head {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4.6rem;
  padding: 7.9rem 0 7.6rem;
  background-color: #EBF9FF;
  text-align: center;
  /*
      &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 11rem;
        height: 4.4rem;
        background-color: #fff;
        clip-path: polygon(50% 100%, 0 0, 100% 0);
        transform: translateX(-50%);
      }
  */
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ec-efficiency__head {
    gap: 2rem;
    padding: 6rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .ec-efficiency__head {
    padding: 6.1rem 1.3rem 4rem;
  }
}
.ec-efficiency__head p {
  color: #0271D3;
  font-size: 3rem;
  font-weight: 700;
}

.ec-efficiency__easy {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  padding: 6.9rem 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ec-efficiency__easy {
    padding: 6.9rem 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .ec-efficiency__easy {
    padding: 4rem 2rem 0;
  }
}
.ec-efficiency__easy--head {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ec-efficiency__easy--head {
    font-size: 2.4rem;
  }
}
.ec-efficiency__easy--head .blue {
  color: #0271D3;
}

.ec-efficiency__system {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  max-width: 100rem;
  width: 100%;
  margin: 6rem auto 0;
  border-radius: 2rem;
  background-color: #ccc;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ec-efficiency__system {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 767px) {
  .ec-efficiency__system {
    width: calc(100% - 4rem);
  }
}
.ec-efficiency__system h2 {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .ec-efficiency__system h2 {
    font-size: 2.2rem;
  }
}
.ec-efficiency__system.mall-cart {
  margin: 13rem auto 0;
  padding: 8rem 0 3rem;
  background-color: #EBF9FF;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ec-efficiency__system.mall-cart {
    padding: 8rem 2rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .ec-efficiency__system.mall-cart {
    margin: 8rem auto 0;
    padding: 6rem 2rem 3rem;
  }
}
.ec-efficiency__system.mall-cart::before, .ec-efficiency__system.mall-cart::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

.ec-efficiency__system.mall-cart::before {
  top: -7rem;
  left: 50%;
  width: 13rem;
  height: 13rem;
  background-image: url(../images/ec_resolution_cart_icon1.svg);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .ec-efficiency__system.mall-cart::before {
    top: -3.5rem;
    width: 8.5rem;
    height: 8.5rem;
  }
}
.ec-efficiency__system.mall-cart::after {
  top: -8rem;
  left: 6rem;
  width: 27rem;
  height: 20.4rem;
  background-image: url(../images/ec_resolution_cart_icon2.svg);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ec-efficiency__system.mall-cart::after {
    left: 2rem;
    width: 24rem;
  }
}
@media screen and (max-width: 767px) {
  .ec-efficiency__system.mall-cart::after {
    top: calc(50% + 10.5rem);
    left: 2rem;
    width: 21.9rem;
    height: 16.5rem;
  }
}
.ec-efficiency__system.mall-cart sup {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .ec-efficiency__system.mall-cart sup {
    font-size: 1.3rem;
  }
}
.ec-efficiency__system.mall-cart .blue {
  color: #0271D3;
}

.ec-efficiency__system.mall-cart .big {
  font-size: 4.8rem;
}

@media screen and (max-width: 767px) {
  .ec-efficiency__system.mall-cart .big {
    font-size: 3rem;
  }
}
.ec-efficiency__system.mall-cart .sup-text {
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .ec-efficiency__system.mall-cart .sup-text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .ec-efficiency__system.mall-cart .ec-efficiency__system--note {
    max-width: 15rem;
    width: 100%;
    margin: 10rem 0 0 10rem;
  }
}
.ec-efficiency__system.outer_system {
  margin: 10rem auto 0;
  padding: 11rem 3.5rem 3rem;
  background-color: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .ec-efficiency__system.outer_system {
    padding: 5rem 1.2rem 3rem;
  }
}
.ec-efficiency__system.outer_system::before, .ec-efficiency__system.outer_system::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

.ec-efficiency__system.outer_system::before {
  top: -4rem;
  left: 50%;
  width: 13rem;
  height: 13rem;
  background-image: url(../images/ec_resolution_system_icon1.svg);
  transform: translateX(-50%);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .ec-efficiency__system.outer_system::before {
    width: 8.5rem;
    height: 8.5rem;
  }
}
.ec-efficiency__system.outer_system::after {
  top: -2.5rem;
  right: 2rem;
  width: 22.3rem;
  height: 16.2rem;
  background-image: url(../images/ec_resolution_system_icon2.svg);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .ec-efficiency__system.outer_system::after {
    top: calc(50% + 9rem);
    right: -1.5rem;
    width: 17rem;
    height: 12.4rem;
  }
}
.ec-efficiency__system.outer_system h2 {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .ec-efficiency__system.outer_system h2 {
    font-size: 2rem;
  }
}
.ec-efficiency__system.outer_system h2 .big {
  color: #0271D3;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .ec-efficiency__system.outer_system h2 .big {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .ec-efficiency__system.outer_system .ec-efficiency__system--note {
    max-width: 15rem;
    width: 100%;
    margin: auto auto 0 1rem;
  }
}
.ec-efficiency__system a {
  color: #00f;
  text-decoration: underline;
}

.ec-efficiency__system a::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/link_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.ec-efficiency__system--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.8rem;
  padding: 3.5rem 5.5rem;
  border-radius: 2rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .ec-efficiency__system--list {
    justify-content: flex-start;
    padding: 2rem 2rem 2rem 1.2rem;
    gap: 1rem 0.8rem;
  }
}
.ec-efficiency__system--list li {
  display: inline-block;
  padding: 1.2rem 1.5rem;
  border-radius: 1rem;
  background-color: #EBF9FF;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .ec-efficiency__system--list li {
    padding: 0.6rem 1rem;
    font-size: 1rem;
  }
}
.price-table {
  max-width: 100rem;
  width: 100%;
  margin: 8rem auto;
}

@media screen and (max-width: 767px) {
  .price-table {
    margin: 6rem auto;
    padding: 0 2rem;
  }
}
.price-table__title {
  position: relative;
  width: 100%;
  padding: 2.6rem 0;
  color: #ffffff;
  border-radius: 2rem;
  background-color: #80D2FF;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .price-table__title {
    padding: 2.2rem 0;
    font-size: 2.6rem;
  }
}
.price-table__title::before {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 50%;
  display: inline-block;
  width: 11rem;
  height: 4.4rem;
  background-color: #80D2FF;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .price-table__title::before {
    bottom: -2.5rem;
    width: 7.3rem;
    height: 2.8rem;
  }
}
.price-table__title::after {
  content: "";
  position: absolute;
  top: 4rem;
  right: 2rem;
  width: 23.5rem;
  height: 14.5rem;
  background-image: url(../images/ec_resolution_price_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .price-table__title::after {
    top: auto;
    right: auto;
    left: 0;
    width: 9.9rem;
    height: 9.9rem;
    background-image: url(../images/ec_resolution_price_icon_sp.svg);
    background-size: contain;
  }
}
.price-table__title .yellow {
  color: #FAFF00;
}

.price-table__title .big {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .price-table__title .big {
    font-size: 3.6rem;
  }
}
.price-table__head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 8rem 0 0;
}

@media screen and (max-width: 767px) {
  .price-table__head {
    padding: 5rem 0 0;
  }
}
.price-table__head--copy {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .price-table__head--copy {
    font-size: 1.9rem;
  }
}
.price-table__head--cost {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 3.2rem;
  margin: 2.4rem 0 4.4rem;
}

@media screen and (max-width: 767px) {
  .price-table__head--cost {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin: 0 0 2.3rem;
  }
}
.price-table__head--cost p {
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .price-table__head--cost p {
    letter-spacing: 0.08rem;
  }
}
.price-table__head--cost .blue {
  color: #09f;
  font-size: 4.4rem;
}

@media screen and (max-width: 767px) {
  .price-table__head--cost .blue {
    display: inline-block;
    padding: 0 0.3rem;
    vertical-align: -0.1rem;
  }
}
.price-table__head--border {
  width: 0.4rem;
  height: 3.2rem;
  background-color: #dee6eb;
  transform: rotate(40deg);
}

@media screen and (max-width: 767px) {
  .price-table__head--border {
    width: 21.4rem;
    height: 0.2rem;
    transform: rotate(0);
  }
}
.price-table__wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 82rem;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .price-table__wrap {
    max-width: calc(100% - 4rem);
  }
}
.price-table__wrap table {
  border: 0.1rem solid #dee6eb;
  border-collapse: collapse;
}

.price-table__wrap table td,
.price-table__wrap table th {
  border: 0.1rem solid #dee6eb;
  border-collapse: collapse;
}

.price-table__wrap .table01 th {
  padding: 0.5rem 0.5rem 0.5rem 1.4rem;
  border: 0.1rem solid #dee6eb;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .price-table__wrap .table01 th {
    display: block;
    padding: 0.7rem 0;
    width: 100%;
  }
}
.price-table__wrap .table01 .th01 {
  background-color: #0271cc;
}

.price-table__wrap .table01 .th02 {
  width: 33.3333333333%;
  background-color: #09f;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .price-table__wrap .table01 .th02 {
    width: 100%;
  }
}
.price-table__wrap .table01 td {
  padding: 1rem 1.4rem;
  border: 0.1rem solid #dee6eb;
  border-collapse: collapse;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .price-table__wrap .table01 td {
    display: block;
    padding: 0.7rem 0;
    width: 100%;
  }
}
.price-table__wrap .table01 td:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .price-table__wrap .table01 td:nth-of-type(1) {
    text-align: center;
  }
}
.price-table__wrap .table01 td:nth-of-type(2) {
  background-color: #f7fcff;
  text-align: center;
}

.price-table__wrap .table01 td:nth-of-type(2) .blue {
  color: #09f;
  font-size: 3rem;
  font-weight: 700;
}

.price-table__wrap .table02 td {
  vertical-align: middle;
}

.price-table__wrap .table02 .head {
  width: 20%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .price-table__wrap .table02 .head {
    width: 100%;
    padding: 1rem;
  }
}
.price-table__wrap .table02 .head strong {
  display: inline-block;
  margin: 0 0 0.5rem;
  font-size: 1.8rem;
}

.price-table__wrap .table02 .content {
  width: 33%;
  padding: 0.5rem;
  text-align: right;
}

.price-table__wrap .table02 .content:last-child {
  background-color: #f7fcff;
}

.price-table__wrap .table02 .sp-view {
  display: none;
}

@media screen and (max-width: 767px) {
  .price-table__wrap .table02 .sp-view {
    display: table-cell;
  }
}
.price-table__wrap .table02 .pc-view {
  display: table-cell;
}

@media screen and (max-width: 767px) {
  .price-table__wrap .table02 .pc-view {
    display: none;
  }
}
.price-table__icon--plus {
  text-align: center;
}

.price-table__note {
  margin: 2rem 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .price-table__note {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .price-table__note {
    text-align: left;
  }
}
.price-table__note--head {
  font-weight: 700;
}

.price-table__note p:not(.price-table__note p--head) {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .price-table__note p:not(.price-table__note p--head) {
    font-size: 1.3rem;
  }
}
.achievement {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  padding: 7.2rem 0;
  text-align: center;
}

.achievement__image .annotation-ex {
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .achievement {
    padding: 4.1rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .achievement {
    padding: 5rem 2rem 2.5rem;
  }
}
.achievement hgroup {
  display: inline-block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .achievement hgroup {
    display: block;
  }
}
.achievement__ttl {
  color: #09f;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .achievement__ttl {
    position: relative;
    font-size: 2rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .achievement__ttl::before {
    content: "";
    position: absolute;
    top: -1.8rem;
    left: calc(50% - 1.9rem);
    display: inline-block;
    width: 2.8rem;
    height: 1.7rem;
    background-image: url(../images/introduction_rank.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.achievement__ttl--no1 {
  position: relative;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .achievement__ttl--no1 {
    font-size: 3.6rem;
  }
}
.achievement__ttl--no1::before {
  content: "";
  position: absolute;
  top: -3rem;
  right: 4.5rem;
  display: inline-block;
  width: 2.8rem;
  height: 1.7rem;
  background-image: url(../images/introduction_rank.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .achievement__ttl--no1::before {
    content: none;
  }
}
.achievement__ttl--no1::after {
  content: "※";
  position: absolute;
  top: -1rem;
  right: 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .achievement__ttl--no1::after {
    top: -1.8rem;
    right: 0;
    font-size: 1.1rem;
  }
}
.achievement__ttl--middle {
  display: inline-block;
  font-size: 5rem;
  transform: rotate(10deg);
}

@media screen and (max-width: 767px) {
  .achievement__ttl--middle {
    font-size: 4rem;
  }
}
.achievement__ttl--large {
  font-size: 6rem;
  letter-spacing: -1rem;
}

@media screen and (max-width: 767px) {
  .achievement__ttl--large {
    font-size: 5rem;
  }
}
.achievement__ttl--note {
  font-size: 1.2rem;
  color: #7C8386;
  text-align: right;
}

.achievement__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0 5.2rem;
}

@media screen and (max-width: 767px) {
  .achievement__flex {
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .achievement__flex > img {
    width: 85%;
    height: auto;
  }
}
.achievement__circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.4rem;
  height: 18.4rem;
  margin: 0 2.5rem;
  color: #fff;
  border-radius: 50%;
  background-color: #09f;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .achievement__circle {
    width: 14.7rem;
    height: 14.7rem;
    font-size: 1.5rem;
  }
}
.achievement__circle .large {
  font-size: 4.4rem;
}

@media screen and (max-width: 767px) {
  .achievement__circle .large {
    font-size: 3.5rem;
  }
}
.achievement__circle sup {
  position: absolute;
  top: 47%;
  right: 2.6rem;
  display: inline-block;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .achievement__circle sup {
    right: 2rem;
    font-size: 0.9rem;
  }
}
.achievement__text {
  margin: 3rem 0 0;
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .achievement__text {
    margin: 2.2rem 0 0;
    font-size: 1.9rem;
  }
}
.achievement__note {
  margin: 1rem 0 2rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .achievement__note {
    margin: 1.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .achievement__box1 {
    margin: 2.2rem 0 0;
  }
}
.achievement__box2 {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .achievement__box2 {
    margin: 3.4rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .achievement__box2 img {
    display: none;
  }
}
.achievement__box2 sup {
  right: 4.5rem;
}

@media screen and (max-width: 767px) {
  .achievement__box2 sup {
    right: 4rem;
  }
}
.achievement__detail {
  margin-bottom: 4rem;
}

.achievement__detail ul {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .achievement__detail ul {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.achievement__detail ul li {
  position: relative;
  background: url(../images/leaves.svg) no-repeat center center/contain;
  padding: 1.5rem 0 1rem 0;
  width: 26rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .achievement__detail ul li {
    width: calc(50% - 1rem);
  }
}
.achievement__detail ul li span {
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.achievement__detail ul li span:nth-child(1) {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .achievement__detail ul li span:nth-child(1) {
    font-size: 1.2rem;
  }
}
.achievement__detail ul li span:nth-child(2) {
  font-size: 4.6rem;
  vertical-align: -0.1rem;
}

@media screen and (max-width: 767px) {
  .achievement__detail ul li span:nth-child(2) {
    font-size: 2.8rem;
  }
}
.achievement__detail ul li span:nth-child(3) {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .achievement__detail ul li span:nth-child(3) {
    font-size: 1.6rem;
  }
}
.achievement__detail ul li span.annotation {
  position: absolute;
  top: 5rem;
  right: 4.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #7C8386;
}

@media screen and (max-width: 767px) {
  .achievement__detail ul li span.annotation {
    top: 2.8rem;
    right: 2.5rem;
    font-size: 1rem;
  }
}
.achievement__list ul {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.achievement__list ul li {
  display: flex;
  gap: 0.8rem;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .achievement__list ul li {
    font-size: 1.8rem;
  }
}
.achievement__list ul li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 2.4rem;
  height: auto;
  background: url(../images/icon-check.svg) no-repeat left 1rem/contain;
}

@media screen and (max-width: 767px) {
  .achievement__list ul li::before {
    background: url(../images/icon-check.svg) no-repeat left 0.5rem/contain;
  }
}
.achievement__list ul li:nth-child(2)::before {
  content: "";
  background: url(../images/icon-check.svg) no-repeat left 0.7rem/contain;
}

@media screen and (max-width: 767px) {
  .achievement__list ul li:nth-child(2)::before {
    background: url(../images/icon-check.svg) no-repeat left 0.2rem/contain;
  }
}
.achievement__list ul li span {
  font-size: 2.8rem;
  font-weight: 700;
  background: linear-gradient(to top, #FFEC01 55%, transparent 0%);
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .achievement__list ul li span {
    font-size: 2.2rem;
  }
}
.voice {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  padding: 4.2rem 0 0;
}

@media screen and (max-width: 767px) {
  .voice {
    padding: 2rem 0 0;
  }
}
.voice__head {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  padding: 0 0 8rem;
}

@media screen and (max-width: 767px) {
  .voice__head {
    padding: 0 2rem 7rem;
  }
}
.voice__head .note {
  font-size: 1.4rem;
  font-weight: 400;
  color: #7C8386;
}

.voice__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 3rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .voice__list {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .voice__list {
    grid-template-columns: auto;
    gap: 6rem;
    padding: 0 3rem;
  }
}
.voice__item {
  position: relative;
  padding: 7rem 3rem 2.5rem;
  border-radius: 1rem;
  border: 1rem solid #EBF9FF;
}

@media screen and (max-width: 767px) {
  .voice__item {
    padding: 4.9rem 1.9rem 2.5rem;
  }
}
.voice__item--bubble {
  position: absolute;
  top: -4rem;
  left: 50%;
  max-width: 41.6rem;
  width: 100%;
  padding: 1.2rem 0;
  border-radius: 2rem;
  color: #fff;
  background-color: #09f;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .voice__item--bubble {
    max-width: 26.8rem;
    font-size: 1.2rem;
  }
}
.voice__item--bubble::after {
  content: "";
  position: absolute;
  bottom: -1.4rem;
  left: 50%;
  display: inline-block;
  width: 4rem;
  height: 1.5rem;
  background-color: #09f;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.voice__item--content {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.voice__item--corp {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .voice__item--corp {
    font-size: 1.2rem;
  }
}
.voice__item--text {
  font-size: 1.5rem;
  line-height: 3rem;
}

@media screen and (max-width: 767px) {
  .voice__item--text {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
.voice .marker {
  background: linear-gradient(to bottom, #FFFAA4 100%, transparent 0%);
  font-weight: 700;
}

.voice-other {
  position: relative;
  padding: 14.2rem 0 12rem;
}

@media screen and (max-width: 767px) {
  .voice-other {
    padding: 22rem 0 8rem;
  }
}
.voice-other__inner {
  border-radius: 1.5rem;
  background-color: #EBF9FF;
}

.voice-other__image {
  position: absolute;
  top: 3.5rem;
  left: 7rem;
  width: 22.1rem;
  height: 17.2rem;
  background-image: url(../images/voice_icon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .voice-other__image {
    top: 4rem;
    left: 1rem;
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .voice-other__image {
    top: 5rem;
    left: 50%;
    width: 16.2rem;
    height: 12.6rem;
    transform: translateX(-50%);
  }
}
.voice-other__head {
  position: relative;
  text-align: center;
}

.voice-other__head--bubble {
  position: absolute;
  top: -4rem;
  left: 50%;
  display: inline-block;
  max-width: 31.1rem;
  width: 100%;
  padding: 1rem 0 1rem;
  color: #fff;
  border-radius: 2rem;
  background-color: #09f;
  font-weight: 700;
  text-align: center;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .voice-other__head--bubble {
    max-width: 26.8rem;
    font-size: 1.6rem;
  }
}
.voice-other__head--bubble .large {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .voice-other__head--bubble .large {
    font-size: 2rem;
  }
}
.voice-other__head--bubble::after {
  content: "";
  position: absolute;
  bottom: -1.4rem;
  left: 50%;
  display: inline-block;
  width: 4rem;
  height: 1.5rem;
  background-color: #09f;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.voice-other__details {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 8rem 3.5rem 7.3rem;
}

@media screen and (max-width: 767px) {
  .voice-other__details {
    gap: 2.3rem;
    padding: 6.4rem 2.5rem 4rem;
  }
}
.voice-other__details--item {
  display: grid;
  grid-template-columns: 57.2rem auto;
  grid-template-areas: "head head" "corp image" "text image";
  align-items: center;
  gap: 0 3.6rem;
  padding: 3.4rem 4.4rem 3.4rem 4rem;
  border-radius: 1.5rem;
  background-color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .voice-other__details--item {
    grid-template-columns: minmax(35rem, -webkit-max-content) -webkit-max-content;
    grid-template-columns: minmax(35rem, max-content) max-content;
  }
}
@media screen and (max-width: 767px) {
  .voice-other__details--item {
    grid-template-columns: auto;
    grid-template-areas: "head" "corp" "image" "text";
    gap: 0;
    padding: 2.5rem 2.3rem 2rem;
  }
}
.voice-other__details--content {
  grid-area: content;
}

.voice-other__details--head {
  grid-area: head;
  color: #09f;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .voice-other__details--head {
    font-size: 1.6rem;
    text-align: center;
  }
}
.voice-other__details--corp {
  grid-area: corp;
  margin: 0.9rem 0 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 767px) {
  .voice-other__details--corp {
    margin: 1.1rem 0 0;
    font-size: 1.2rem;
    text-align: center;
  }
}
.voice-other__details--text {
  grid-area: text;
  font-size: 1.5rem;
  line-height: 3rem;
}

@media screen and (max-width: 767px) {
  .voice-other__details--text {
    margin: 1.2rem 0 0;
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
.voice-other__details--image {
  grid-area: image;
}

@media screen and (max-width: 767px) {
  .voice-other__details--image {
    margin: 1.2rem 0 0;
    text-align: center;
  }
}
.finish {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.3rem;
  padding: 4.2rem 0 8.4rem;
}

@media screen and (max-width: 767px) {
  .finish {
    padding: 5rem 2rem 3.6rem;
  }
}
.finish h3 {
  color: #0271D3;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .finish h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin: 0;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  padding: 9rem 0;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    gap: 6.7rem;
    padding: 6.4rem 2rem;
  }
}
.footer__inquiry {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-template-rows: auto;
  gap: 5.3rem;
  max-width: 77.3rem;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer__inquiry {
    grid-template-columns: auto;
  }
}
.footer__inquiry--wrap {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.footer__inquiry--note {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer__inquiry--note {
    font-size: 1.3rem;
  }
}
.footer__inquiry .cell {
  position: relative;
  height: 21.4rem;
  padding: 4rem 0 2.4rem;
  border: 0.3rem solid #E9E9E9;
  border-radius: 2rem;
  text-align: center;
}

.footer__inquiry .cell .icon {
  position: absolute;
  top: -3rem;
  left: 50%;
  width: 6rem;
  height: 6rem;
  transform: translateX(-50%);
}

.footer__inquiry .cell .icon img {
  max-width: none;
  width: 100%;
}

.footer__inquiry .cell-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.footer__inquiry--head {
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .footer__inquiry--head {
    font-size: 2rem;
  }
}
.footer__inquiry--text {
  margin: 2.3rem 0 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .footer__inquiry--text {
    margin: 1.7rem 0 0;
    font-size: 1.3rem;
  }
}
.footer__inquiry--button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  max-width: 15.2rem;
  width: 100%;
  height: 4rem;
  margin: auto auto 0;
  color: #fff;
  border-radius: 99rem;
  background-color: #0271D3;
  text-align: center;
}

.footer__inquiry--button::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 1rem;
  margin: 0.1rem 0 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%220%200%208%2013%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M1%201.5L6%206.5L1%2011.5%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.footer__inquiry--button.mail {
  background-color: #3099FF;
}

@media screen and (max-width: 767px) {
  .footer__inquiry--button.mail {
    margin: 3.3rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__inquiry--button.tel {
    margin: 1.4rem auto 0;
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
}

.footer__links--next-engine {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5rem;
}

.footer__links--next-engine .logo {
  display: inline-block;
  width: 22rem;
}

.footer__links--next-engine .logo img {
  max-width: none;
  width: 100%;
}

.footer__links--ne {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.footer__links--ne a img {
  vertical-align: top;
}

.footer__links--ne-policy {
  color: #09f;
  font-size: 1.1rem;
  text-align: center;
  text-decoration: underline;
}

.footer__links .copyright {
  font-size: 1.1rem;
}

.special {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.6rem;
  max-width: 85rem;
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  background-image: url(../images/special_bg.png);
  background-size: contain;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .special {
    gap: 2rem;
    padding: 1.2rem;
  }
}
.special__inner {
  width: 100%;
  padding: 0.6rem;
  border: 0.6rem solid #C9A063;
  background-color: #ffffff;
}

.special__bd {
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
  padding: 3.9rem 3.5rem 3.5rem 4.5rem;
  border: 0.3rem solid #C9A063;
}

@media screen and (max-width: 767px) {
  .special__bd {
    gap: 0;
    padding: 1.7rem 0 2.2rem;
  }
}
.special__ttl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #FF0211;
  font-size: 3.4rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .special__ttl {
    margin: 0 0 2rem;
    font-size: 1.8rem;
    line-height: normal;
    text-align: center;
  }
}
.special__ttl::before {
  content: "";
  display: inline-block;
  width: 7.1rem;
  height: 5.1rem;
  background-image: url(../images/icon_special_ttl.png?1);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .special__ttl::before {
    width: 5.5rem;
    height: 4.1rem;
    background-size: contain;
  }
}
.special__ttl .large {
  font-size: 4.8rem;
}

@media screen and (max-width: 767px) {
  .special__ttl .large {
    font-size: 2.7rem;
  }
}
.special__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

@media screen and (max-width: 767px) {
  .special__list {
    padding: 0 1.3rem;
  }
}
.special__list li {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  align-items: center;
  gap: 2.3rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .special__list li {
    display: grid;
    grid-template-columns: 3.4rem 1fr;
    gap: 1rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.special__list li strong {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .special__list li strong {
    font-size: 1.4rem;
  }
}
.special__list li::before {
  content: "";
  display: inline-block;
  height: 4.4rem;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .special__list li::before {
    height: 3.1rem;
  }
}
.special__list li:nth-of-type(1)::before {
  background-image: url(../images/ico_step1.png);
}

@media screen and (max-width: 767px) {
  .special__list li:nth-of-type(1)::before {
    background-image: url(../images/ico_step1_sp.png);
  }
}
.special__list li:nth-of-type(2)::before {
  background-image: url(../images/ico_step2.png);
}

@media screen and (max-width: 767px) {
  .special__list li:nth-of-type(2)::before {
    background-image: url(../images/ico_step2_sp.png);
  }
}
.special__list li:nth-of-type(3)::before {
  background-image: url(../images/ico_step3.png);
}

@media screen and (max-width: 767px) {
  .special__list li:nth-of-type(3)::before {
    background-image: url(../images/ico_step3_sp.png);
  }
}
.special__lead {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .special__lead {
    flex-direction: column-reverse;
    padding: 0 1.3rem;
  }
}
.special__lead::before, .special__lead::after {
  content: "";
  display: inline-block;
  width: 5.8rem;
  height: 8.2rem;
  background-image: url(../images/icon_3step3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .special__lead::after {
    content: none;
  }
}
.special__lead--text {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .special__lead--text {
    align-items: flex-end;
    gap: 0.9rem;
  }
}
.special__lead--text::before {
  content: url(../images/icon_3step_line_l.png);
}

@media screen and (max-width: 767px) {
  .special__lead--text::before {
    content: url(../images/icon_3step_line_l_sp.png);
  }
}
.special__lead--text::after {
  content: url(../images/icon_3step_line_r.png);
}

@media screen and (max-width: 767px) {
  .special__lead--text::after {
    content: url(../images/icon_3step_line_r_sp.png);
  }
}
.special__lead--text p {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .special__lead--text p {
    font-size: 1.6rem;
  }
}
.special__lead--text .red {
  color: #ff0211;
}

.special__lead--text .yen {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .special__lead--text .yen {
    font-size: 2.4rem;
  }
}
.special__arrow {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .special__arrow {
    margin: 1.5rem 0 0.6rem;
  }
}
.special__arrow::before {
  content: "";
  display: inline-block;
  width: 3.9rem;
  height: 2.2rem;
  background-color: #FF0211;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

@media screen and (max-width: 767px) {
  .special__arrow::before {
    width: 2.4rem;
    height: 1.3rem;
  }
}
.special a {
  color: #0271D3;
  text-decoration: underline;
}

.faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.6rem;
  max-width: 108rem;
  width: 100%;
  margin: 0 auto 5.9rem;
  padding: 0 2rem;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .faq {
    gap: 1.9rem;
    font-size: 1.4rem;
  }
}
.faq dl {
  border: 1rem solid #FFE6E8;
  border-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .faq dl {
    border: 0.5rem solid #FFE6E8;
  }
}
.faq__ttl {
  color: #E5010F;
  font-size: 3.6rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .faq__ttl {
    font-size: 2.4rem;
  }
}
.faq .grid {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1.5rem;
}

@media screen and (max-width: 767px) {
  .faq .grid {
    grid-template-columns: 4rem 1fr;
  }
}
.faq dt {
  align-items: center;
  padding: 3rem 2.5rem;
  color: #E5010F;
  background-color: #FFE6E8;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .faq dt {
    padding: 1.6rem;
  }
}
.faq dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .faq dt::before {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
  }
}
.faq dd {
  padding: 2.5rem;
  font-weight: 500;
  line-height: 3.6rem;
}

@media screen and (max-width: 767px) {
  .faq dd {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .faq dd {
    line-height: 2.6rem;
  }
}
.faq dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  color: #fff;
  background-color: #E5010F;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .faq dd::before {
    width: 4rem;
    height: 4rem;
    font-size: 2.4rem;
  }
}
.faq dd a {
  text-decoration: underline;
}

.cv-btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 10;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .cv-btn {
    bottom: -10px;
  }
}
@media screen and (max-width: 767px) {
  .cv-btn {
    bottom: -20px;
    width: 100%;
    padding: 0 20px;
  }
}
.cv-btn-cta {
  bottom: 52px;
}

.cv-btn__inner a {
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 17px 100px;
  border: none;
  outline: 3px solid #FB488F;
  border-radius: 50px;
  box-shadow: 0 8px 0 #FB488F;
  color: #FB488F;
  text-decoration: none;
  text-align: center;
  line-height: 1.4482758621;
  font-size: 22px;
  font-weight: bold;
  background: #FFF272;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cv-btn__inner a {
    box-shadow: 0 7px 0 #FB488F;
    padding: 10px 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .cv-btn__inner a {
    box-shadow: 0 7px 0 #FB488F;
    padding: 10px 50px;
  }
}
@media screen and (max-width: 767px) {
  .cv-btn__inner a {
    box-shadow: 0 7px 0 #FB488F;
    padding: 1.2rem;
  }
}
.cv-btn__inner a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 13px;
  width: 24px;
  height: 24px;
  background-image: url(../images/cvbtn-arrow-pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .cv-btn__inner a::after {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cv-btn__inner a::after {
    top: calc(50% - 10px);
    right: 8px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
  }
}
.cv-btn__inner a:hover {
  background-position: 0 100%;
  opacity: 1;
  transform: translateY(8px);
  box-shadow: 0 3px 0 #FB488F;
}

.cv-btn__inner.end a {
  background-color: #9FA9AD !important;
  box-shadow: none !important;
  pointer-events: none;
  border: none !important;
  outline: none !important;
  color: #FFFFFF !important;
}

.cv-btn__inner.end a::after {
  content: none !important;
}

.cv-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 0;
  width: 12.5rem;
  height: 12.5rem;
  background: url(../images/icon-star.svg) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .cv-btn__icon {
    padding: 0.85rem 0 0;
    width: 8rem;
    height: 8rem;
  }
}
.cv-btn__icon p {
  text-align: center;
  line-height: 2.5rem;
}

@media screen and (max-width: 767px) {
  .cv-btn__icon p {
    line-height: 1.8rem;
  }
}
.cv-btn__icon p span {
  color: #FFFFFF;
  font-weight: 700;
}

.cv-btn__icon p span.font-l {
  display: inline-block;
  margin: 0 0.1rem 0;
  font-size: 4rem;
  vertical-align: -0.2rem;
}

@media screen and (max-width: 767px) {
  .cv-btn__icon p span.font-l {
    font-size: 2.8rem;
    vertical-align: -0.1rem;
  }
}
.cv-btn__icon p span.font-m {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .cv-btn__icon p span.font-m {
    font-size: 1.6rem;
  }
}
.cv-btn__icon p span.font-s {
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .cv-btn__icon p span.font-s {
    font-size: 1.6rem;
  }
}
.campaign-overview a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.campaign-overview.arrow-up a span::after {
  transform: scale(1, -1);
}

.sec-01 {
  position: relative;
  padding: 0 0 6.8rem;
}

@media screen and (max-width: 767px) {
  .sec-01 {
    padding: 0 0 2rem;
  }
}
.sec-01::after {
  content: "";
  position: absolute;
  bottom: -4.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.4rem 5.5rem 0 5.5rem;
  border-color: #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.sec-sv {
  padding: 7.6rem 0;
  background: #FFECF3;
}

@media screen and (max-width: 767px) {
  .sec-sv {
    padding: 6.2rem 0;
  }
}
.sec-sv .sec__inner {
  text-align: center;
}

.sec-sv .sec__inner img {
  width: 95.7rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .sec-sv .sec__inner img {
    width: 100%;
  }
}
.sec-sv .sec__inner h2 {
  margin-bottom: 3.6rem;
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .sec-sv .sec__inner h2 {
    font-size: 2rem;
  }
}
.sec-sv .sec__inner h2 span {
  color: #ED4063;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .sec-sv .sec__inner h2 span {
    font-size: 2.4rem;
  }
}
/*# sourceMappingURL=style.css.map */
