@charset "UTF-8";
.mv {
  width: 100%;
}
.mv img {
  width: 100%;
}

h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 4rem;
}

strong {
  font-weight: bold;
}

small {
  font-size: 1.5rem;
}

.sky {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  gap: 0 0.6rem;
  z-index: 100;
}
.sky .sky_list01 a:hover img,
.sky .sky_list02 a:hover img {
  transform: scale(1.05);
  opacity: 1;
}
.sky .sky_list01 a:hover,
.sky .sky_list02 a:hover {
  opacity: 1;
}
.sky .sky_list01 {
  width: 29.8rem;
}
.sky .sky_list02 {
  width: 19.2rem;
}

.sky_bottom {
  display: none;
}

.attention {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.attention ul {
  font-size: 1.2rem;
  counter-reset: number 0;
  text-align: left;
}
.attention ul li {
  display: block;
  position: relative;
  padding-left: 2em;
}
.attention ul li:before {
  padding-right: 3px;
  counter-increment: number;
  content: "※" counter(number);
  position: absolute;
  left: 0;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
  .sky {
    gap: 0 0.6rem;
    z-index: 100;
    display: none;
  }
  .sky_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex !important;
    align-items: flex-end;
    z-index: 200;
    width: 100%;
  }
  .sky_bottom .sky_list01 {
    width: 61.0256410256%;
  }
  .sky_bottom .sky_list02 {
    width: 38.9743589744%;
  }
  .sky_bottom > div img {
    vertical-align: bottom;
    width: 100%;
  }
}
/*--------------
charm
---------------*/
.charm {
  padding: 1rem 0 13.7rem;
  background: url("../img/top/charm_gray.png") no-repeat left/cover;
}
.charm .charm_inr {
  padding-top: 7rem;
  margin: 0 7rem;
}
.charm .charm_inr h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  font-size: 2.5rem;
  color: #0777d7;
  margin-top: 0;
}
.charm .charm_inr .charm_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5.7rem 2.7rem;
  max-width: 124rem;
  margin: 7.2rem auto 0;
}
.charm .charm_inr .charm_list li {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  border: 4px solid #111;
  padding: 7.2rem 2rem 5rem;
  text-align: center;
  width: calc(50% - 1.35rem);
}
.charm .charm_inr .charm_list li .point {
  position: absolute;
  font-size: 2.3rem;
  top: -35px;
  left: 50%;
  display: inline-block;
  width: 300px;
  padding: 3px 0;
  border-radius: 50px;
  background: #0077d7;
  color: #fff;
  font-weight: bold;
  transform: translateX(-50%);
}
.charm .charm_inr .charm_list p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  max-width: 49rem;
  margin: 1rem auto 0;
}

@media screen and (max-width: 768px) {
  .charm {
    padding: 6rem 0;
    background: url("../img/top/charm_gray_sp.png") no-repeat center/cover;
  }
  .charm .charm_inr {
    padding-top: 0;
    margin: 0 2rem;
  }
  .charm .charm_inr h3 {
    font-size: 1.6rem;
    margin-top: 1.8rem;
  }
  .charm .charm_inr .charm_list {
    margin-top: 3.3rem;
    flex-wrap: wrap;
    gap: 2.7rem;
  }
  .charm .charm_inr .charm_list li {
    border-radius: 6px;
    padding: 2rem 0rem 2rem;
    width: 35rem;
  }
  .charm .charm_inr .charm_list li .point {
    font-size: 1.8rem;
    width: 200px;
    top: -29px;
    padding: 0;
  }
  .charm .charm_inr .charm_list p {
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }
}
.charm_btmtext {
  margin-top: 1rem;
  font-size: 1.2rem;
  text-align: right;
}

/*--------------
other
---------------*/
.other {
  padding: 8rem 0;
  background: url("../img/top/other_bg_sp.png") no-repeat center bottom/cover;
}
.other .other_img img {
  width: 1000px;
  margin-top: 1rem;
}
.other .charm_img {
  margin: 3rem auto;
}
.other .smart-bannar {
  width: 100%;
  margin: 4rem auto 0;
  max-width: 55rem;
  padding: 0 1.4rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .other {
    padding: 6rem 0;
    background: url("../img/top/other_bg.png") no-repeat center/cover;
  }
  .other .other_img {
    overflow-x: auto;
    margin-top: 1.4rem;
  }
  .other .charm_img img {
    width: 100%;
  }
}
/*--------------
plan
---------------*/
.plan {
  position: relative;
  padding: 8rem 0;
  background: url(../img/top/campaign_bg02.png) no-repeat center/cover;
}
.plan:before {
  pointer-events: none;
  position: absolute;
  top: -9.8rem;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/top/point_plan.png) no-repeat top left/225px auto;
  z-index: 10;
}
.plan table {
  margin-top: 4rem;
  font-weight: 700;
  font-size: 1.4rem;
  min-width: 100rem;
}
.plan table tr th {
  background: #3c3c3c;
  color: #fff;
  padding: 2.3rem 0;
  width: 40%;
}
.plan table tr th:nth-child(1) {
  width: 18%;
}
.plan table tr td {
  width: 40%;
  padding: 2.3rem 0.6rem;
  background-color: #fff;
}
.plan table tr td .price-text {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.plan table tr td .price-text span.red {
  color: #e32524;
}
.plan table tr td .num-text {
  font-size: 2.4rem;
  margin-left: 1.8rem;
  text-align: center;
  line-height: 1.8;
}
.plan table tr:nth-child(4) > td:nth-child(2) {
  text-align: left;
}
.plan table tr td,
.plan table tr th {
  border: 1px solid #f5f5f5;
  text-align: center;
  vertical-align: middle;
}
.plan .plan_btnarea {
  display: flex;
  padding: 40px 20px 0 20px;
  gap: 20px;
}
.plan .plan_btn {
  padding: 20px 20px;
  cursor: pointer;
  background-color: #fff;
  font-weight: bold;
  flex: 1;
  text-align: center;
}
.plan .plan_btn.active {
  border: #000 solid 2px;
}
.plan .otprice_scroll {
  display: none;
}
.plan .otprice_scroll.active {
  display: block;
}
.plan .plan-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 10px;
}
.plan .plan-box {
  border: 2px solid #000;
  padding: 20px 90px;
  width: 49%;
  text-align: center;
  background: #fff;
  font-family: sans-serif;
}
.plan .plan-title {
  font-size: 2.5rem;
  font-weight: bold;
}
.plan .plan-price {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.plan .label {
  font-size: 1.9rem;
  background-color: #e32524;
  color: #fff;
  height: 50px;
  width: 50px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan .price-row {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: bold;
}
.plan .per {
  writing-mode: vertical-rl;
  font-size: 2.3rem;
}
.plan .yen {
  font-size: 5.4rem;
  font-weight: bold;
  color: #e32524;
}
.plan .number {
  font-size: 3rem;
  position: relative;
  display: inline-block;
}
.plan .number::after {
  font-size: 0.3em;
  content: "(税抜)";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  color: #000;
}
.plan .price-total {
  text-align: right;
  font-size: 2.7rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .plan {
    padding: 6rem 0;
  }
  .plan:before {
    position: absolute;
    top: -3.4rem;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../img/top/point_plan.png) no-repeat top left/13.6rem auto;
    z-index: 10;
  }
  .plan small {
    font-size: 1rem;
  }
  .plan .yen {
    font-size: 6.93vw;
  }
  .plan .price-total {
    font-size: 3.47vw;
  }
  .plan .plan-box {
    width: 49%;
    padding: 5px;
  }
  .plan .plan-boxes {
    gap: 0px;
  }
  .plan .plan-title {
    font-size: 3.2vw;
    font-weight: bold;
  }
  .plan .label {
    font-size: 2.44vw;
    height: 8vw;
    width: 8vw;
  }
  .plan .per {
    font-size: 2.96vw;
  }
  .plan .number {
    font-size: 3.87vw;
  }
  .plan .plan_btnarea {
    display: flex;
    padding: 20px 0 0 0;
    gap: 20px;
  }
  .plan .plan_btn {
    padding: 10px 0px;
    font-size: 1.3rem;
  }
  .plan table {
    margin-top: 2.5rem;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.2;
    min-width: initial;
  }
  .plan table tr th,
  .plan table tr td {
    width: 32%;
  }
  .plan table tr th {
    padding: 1.2rem 0 0.9rem;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .plan table tr th:nth-child(1) {
    width: 12%;
  }
  .plan table tr td .price-text__wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .plan table tr td .price-text__wrap .price-text {
    font-size: 1.4rem;
    margin-left: 0rem;
  }
  .plan table tr td .price-text__wrap .price-text .num-text {
    font-size: 1.3rem;
    margin-left: 0;
  }
}
/*--------------
choice
---------------*/
.choice {
  padding: 80px 0;
  background: #f2f2f2;
}
.choice h2 {
  width: 46.2rem;
}
.choice h3 {
  background-color: #111111;
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
}
.choice h4 {
  font-size: 3.2rem;
  text-align: center;
  color: #ff6600;
}
.choice h5 {
  margin: 1.6rem 0;
  text-align: center;
  position: relative;
}
.choice h5:before {
  margin-right: 1rem;
  content: "/";
  display: inline-block;
  transform: rotate(-36deg);
}
.choice h5:after {
  margin-left: 1rem;
  display: inline-block;
  content: "/";
}
.choice p {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 140%;
}
.choice .choice_posi {
  position: relative;
}
.choice .choice_slider {
  margin-top: 3rem;
  gap: 2rem 2rem;
}
.choice .choice_slider .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}
.choice .choice_slider .swiper-wrapper .term {
  width: 47%;
  margin-top: 20px;
  background-color: #fff;
  background: radial-gradient(circle at top left, transparent 20px, #fff 0) top left, radial-gradient(circle at top right, transparent 20px, #fff 0) top right, radial-gradient(circle at bottom right, transparent 0, #fff 0) bottom right, radial-gradient(circle at bottom left, transparent 0, #fff 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2.6rem 2rem 3rem;
  font-weight: 700;
}
.choice .choice_slider .swiper-wrapper .term:before {
  pointer-events: none;
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 101%;
  background: url(../img/top/choice_frame.png) no-repeat top center/100% 100%;
  content: "";
}
.choice .choice_slider .swiper-wrapper .term .description {
  height: 56px;
}
.choice .choice_img {
  margin: 1.4rem auto auto auto;
  height: 137px;
}
.choice .choice_img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.choice .cite {
  font-size: 1rem;
  font-weight: 400;
}
.choice .choice_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2rem 0 1rem;
}
.choice dl {
  width: 32.5%;
  background-color: #f5f5f5;
  border: 2px solid #000;
  border-radius: 8px;
  position: relative;
  padding: 1rem 1rem 0rem;
  text-align: center;
}
.choice dt {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 500;
  background-color: #111111;
  padding: 2px 1rem;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 11.6rem;
}
.choice .s_text {
  font-size: 1.4rem;
  line-height: 110%;
}
.choice .l_text {
  font-size: 2.8rem;
  line-height: 100%;
}
.choice .c_gram dd,
.choice .c_time dd {
  margin-top: 1rem;
  transform: translateY(10px);
}
.choice .choice_wrap {
  display: flex;
  align-items: center;
  gap: 0 2.5rem;
  justify-content: center;
}
.choice .choice_wrap .c_time {
  margin-top: 1rem;
}
.choice .choice_subttl {
  color: #fff;
  background: #000;
  border-radius: 25px;
  display: block;
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.choice .choice_kaisen img {
  width: 100%;
}
.choice .terminal__slide {
  margin: 2rem auto 0;
  gap: 1.5rem;
  display: flex;
  height: 137px;
  justify-content: center;
  align-items: center;
}
.choice .terminal__slide .terminal__slide--l {
  width: 9rem;
}
.choice .terminal__slide .terminal__slide--r {
  width: 100%;
  width: 19rem;
  aspect-ratio: 200/105;
  position: relative;
}
.choice .terminal__slide .terminal__slide--r img {
  animation-name: animetion01;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  opacity: 0;
  max-width: initial;
  width: 100%;
}
.choice .terminal__slide .terminal__slide--r img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  animation-delay: 4s;
}
@keyframes animetion01 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .choice .terminal__slide .terminal__slide {
    gap: 2rem;
    width: 100%;
    max-width: 45rem;
  }
  .choice .terminal__slide .terminal__slide .terminal__slide--l {
    width: 11.8rem;
  }
  .choice .terminal__slide .terminal__slide .terminal__slide--r {
    width: 100%;
    width: 25rem;
    height: 100%;
    aspect-ratio: 200/105;
    position: relative;
  }
  .choice .terminal__slide .terminal__slide .terminal__slide--r img {
    animation-name: animetion01;
    animation-duration: 7s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .choice {
    padding: 40px 0;
    width: 100%;
  }
  .choice h2 {
    width: 35rem;
  }
  .choice h3 {
    font-size: 3.2rem;
  }
  .choice h4 {
    font-size: 6vw;
  }
  .choice h5 {
    margin: 0.7rem 0;
    font-size: 1.4rem;
  }
  .choice h5:before, .choice h5:after {
    position: absolute;
    top: 0;
    font-size: 3rem;
  }
  .choice h5:before {
    left: 3rem;
  }
  .choice h5:after {
    right: 3rem;
  }
  .choice p {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .choice .choice_slider {
    margin-top: 1.8rem;
  }
  .choice .choice_slider .swiper-wrapper {
    display: block;
  }
  .choice .choice_slider .swiper-wrapper .term {
    width: 100%;
  }
  .choice .description {
    height: 65px;
  }
  .choice .choice_img {
    margin-top: 1rem;
  }
  .choice .choice_list {
    margin-top: 1.8rem;
  }
  .choice dl {
    width: 32.5%;
    border-radius: 5px;
    padding: 1rem 0;
  }
  .choice dt {
    font-size: 1rem;
    padding: 2px 0rem;
    width: 8rem;
  }
  .choice .s_text {
    font-size: 1.2rem;
  }
  .choice .l_text {
    font-size: 2rem;
  }
  .choice .more {
    margin-top: 1.4rem;
  }
  .choice .more a {
    padding: 4px 0;
  }
  .choice .c_gram dd,
  .choice .c_time dd {
    margin-top: 1rem;
  }
  .choice .cite {
    font-size: 0.7rem;
  }
  .choice .choice_wrap {
    display: flex;
    align-items: center;
    gap: 0 2.5rem;
    justify-content: center;
  }
  .choice .choice_wrap .c_time {
    margin-top: 1rem;
  }
}
/*--------------
speed
---------------*/
.speed {
  padding: 8rem 0;
}
.speed h2 {
  width: 100rem;
}
.speed p {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.16rem;
  line-height: 160%;
}
.speed .speed_wrap {
  max-width: 1130px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  margin: -120px auto 0;
  padding-top: 30px;
}
.speed dl {
  font-size: 3.2rem;
  font-weight: 700;
}
.speed dl span {
  line-height: 100%;
  display: inline-block;
  font-size: 10.8rem;
  color: #0777d7;
}
.speed .cite {
  margin-top: -12px;
  text-align: right;
  font-size: 1.4rem;
}
.speed ul {
  display: flex;
  justify-content: space-between;
  gap: 0 1.3rem;
  margin-top: -2.6rem;
}
.speed figcaption {
  text-align: center;
  margin-top: 1rem;
  font-size: 2rem;
  letter-spacing: -0.08em;
  font-weight: 700;
  position: relative;
}
.speed figcaption span {
  color: #0777d7;
}
.speed .recommend_imgarea {
  margin: 50px auto;
  width: 50%;
}
.speed .recommend li {
  text-align: center;
}
.speed .recommend img {
  width: 70%;
}
.speed .under {
  line-height: 100%;
  color: #ff6600;
}

@media screen and (max-width: 768px) {
  .speed {
    padding: 2rem 0;
  }
  .speed h2 {
    width: 39rem;
  }
  .speed p {
    font-size: 2.4rem;
    line-height: 140%;
  }
  .speed .speed_wrap {
    max-width: 35.5rem;
    padding: 0;
    flex-direction: column;
    margin: -2rem auto 0;
    padding-top: 0;
    gap: 1.6rem 0;
  }
  .speed dl {
    font-size: 2.8rem;
  }
  .speed dl span {
    font-size: 8rem;
  }
  .speed ul {
    flex-wrap: wrap;
    gap: 2rem 1rem;
    margin-top: 2rem;
  }
  .speed li {
    width: 11rem;
  }
  .speed figcaption {
    font-size: 1.2rem;
  }
  .speed figcaption:before {
    margin-right: 0.5rem;
  }
  .speed figcaption:after {
    margin-left: 0.5rem;
  }
  .speed .speed_contents02 {
    text-align: center;
  }
  .speed .recommend_imgarea {
    width: 80%;
  }
  .speed .recommend img {
    width: 90%;
  }
  .speed .speed_img {
    text-align: center;
  }
  .speed .speed_img img {
    width: 70%;
  }
}
/*--------------
area
---------------*/
.area {
  padding: 80px 0 0;
  background: url("../img/top/charm_bg2.png") no-repeat center/cover;
}
.area h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.05em;
}
.area .area_contents {
  width: 100%;
}
.area .area_wrap {
  max-width: 1080px;
  padding: 0 20px;
  display: flex;
  margin: 40px auto 0;
}
.area .area_img {
  width: 55%;
}
.area .text {
  margin-top: 1rem;
  font-weight: 700;
  line-height: 180%;
  font-size: 1.9rem;
  width: 59%;
}
.area .sub_txt {
  margin: 1rem 0;
  padding-bottom: 3rem;
  font-weight: 700;
  line-height: 180%;
  font-size: 1.2rem;
  width: 59%;
  display: block;
}
.area .cite {
  font-size: 1.2rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .area {
    padding: 6rem 0 0;
    background: url(../img/top/charm_bg2_sp.png) no-repeat center/cover;
  }
  .area h3 {
    font-size: 1.7rem;
    line-height: 140%;
    margin: 1.8rem 0px;
  }
  .area .area_wrap {
    padding: 0 2rem;
    flex-direction: column;
    margin: 1rem auto 0;
  }
  .area .area_img {
    width: 35rem;
    margin: 1rem auto 0;
  }
  .area .text {
    margin-top: 1rem;
    line-height: 160%;
    font-size: 1.2rem;
    width: 85%;
  }
  .area .sub_txt {
    font-size: 0.9rem;
    width: 90%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/*--------------
cta
---------------*/
.cta {
  margin-top: -9rem;
  padding-top: 9rem;
  position: relative;
}
.cta h2 {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 0 10px;
  margin-top: 2.4rem;
  margin-left: -7.8rem;
}
.cta h2 .text {
  margin-left: 10px;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 4px 18px;
  border: 1px solid #fff;
  color: #fff;
}
.cta:before {
  pointer-events: none;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../img/top/point_cloud.png") no-repeat right top/396px auto;
}
.cta .cta_inr {
  position: relative;
  z-index: 0;
  padding: 6rem 2rem 9rem;
  background: url("../img/top/cta_bg.jpg") no-repeat right top/cover;
}
.cta .cta_inr .logo {
  max-width: 47.6rem;
}
.cta .cta__title {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  position: relative;
}
.cta .header__campaign--box {
  display: flex;
  position: relative;
  margin: 4.6rem auto;
  justify-content: center;
  flex-flow: column;
  border: #fff solid 3px;
  padding: 10px 0;
  text-align: center;
}
.cta .header__campaign--box::after {
  transform: translate(106%, -24%);
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 20.3rem;
  height: 43.6rem;
  z-index: 0;
  background: url(../img/top/point_man-right.png) no-repeat center/cover;
}
.cta .header__campaign--box .header__campaign--write {
  color: #fff;
  font-size: 2.851rem;
  font-weight: bold;
}
.cta .header__campaign--box .header__campain--main {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
}
.cta .header__campaign--box .header__campain--yellow {
  color: #ffe81a;
  font-size: 5.221rem;
  line-height: 0;
  font-weight: bold;
}
.cta .cta__benefit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-flow: row wrap;
  gap: 20px;
}
.cta .cta__benefit--item {
  width: 31%;
}
.cta .cta__sp {
  display: none;
}
.cta .cta__pc {
  display: block;
}
.cta ul {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.cta li {
  margin-top: 14px;
}
.cta li:nth-child(1) {
  position: relative;
}
.cta li:nth-child(1) p {
  margin-top: 14px;
  font-size: 2.2rem;
  font-weight: 700;
}
.cta li:nth-child(1) a {
  padding: 1.5rem 2.5rem 2.5rem;
}
.cta li:nth-child(1):after {
  display: none;
  transform: translate(-100%, -60%);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 28.3rem;
  height: 36.6rem;
  z-index: 0;
  background: url("../img/top/point_man.png") no-repeat center/cover;
}
.cta li:nth-child(2) {
  position: relative;
}
.cta li:nth-child(2):after {
  position: absolute;
  transform: translateX(100%);
  top: -15.6rem;
  right: -7.5rem;
  content: "";
  width: 15.2rem;
  height: 24.1rem;
  background: url("../img/top/point_woman.png") no-repeat center/cover;
}
.cta li:nth-child(2) a {
  background: #aaaaaa;
  border-bottom: 8px solid #7c7c7c;
}
.cta li:nth-child(2) a:hover {
  margin-top: 4px;
  opacity: 1;
  border-bottom: 1px solid #7c7c7c;
}
.cta a {
  width: 39rem;
  height: 6em;
  border-radius: 8px;
  display: block;
  text-align: center;
  padding: 2.5rem 2.5rem 2.5rem;
  font-weight: bold;
  border-bottom: 8px solid #17b233;
  background: #19cb3c;
  color: #fff;
}
.cta a:hover {
  margin-top: 4px;
  opacity: 1;
  border-bottom: 1px solid #17b233;
}
.cta a:hover img {
  opacity: 1;
}
.cta .cite {
  font-size: 1.5rem;
  line-height: 140%;
  color: #111111;
  padding: 0.4rem 4rem;
  border-radius: 50px;
  background-color: #fff;
}
.cta .time {
  font-size: 1.2rem;
  padding: 0.1rem 0.4rem 0.3rem;
  border: 1px solid #111111;
  margin-right: 1rem;
  vertical-align: text-bottom;
}
.cta p {
  margin-top: 4px;
  font-size: 2.2rem;
  font-weight: 700;
}
.cta .arrow {
  width: 2.2rem;
  position: absolute;
  top: 45%;
  transform: translateY(-40%);
  right: 1.6rem;
}
.cta .arrow img {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .cta {
    margin-top: -4.5rem;
    padding-top: 4.5rem;
    /* 20250315ココナラ追加作業 */
  }
  .cta:before {
    background: url("../img/top/point_cloud.png") no-repeat right top/19rem auto;
  }
  .cta h2 {
    width: 34rem;
    margin: 0 auto;
    transform: translateX(-1rem);
    position: relative;
  }
  .cta h2:after {
    transform: translate(32%, -4%);
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    content: "";
    width: 5rem;
    height: 7.8rem;
    background: url("../img/top/point_woman.png") no-repeat center/cover;
  }
  .cta h2 .logo {
    max-width: 71rem;
    width: 90%;
  }
  .cta p {
    margin-top: 0.5rem !important;
    font-size: 2.2rem;
  }
  .cta ul {
    margin-top: 2rem;
    flex-wrap: wrap;
  }
  .cta li:nth-child(2) {
    height: 8.5rem;
  }
  .cta li:nth-child(2) a {
    border-bottom: 4px solid #7c7c7c;
  }
  .cta a {
    width: 35rem;
    height: 7.5rem;
    border-radius: 5px;
    display: block;
    text-align: center;
    padding: 1.2rem 4rem 1.7rem;
    border-bottom: 4px solid #146b00;
  }
  .cta .cta__benefit {
    gap: 10px;
    margin-top: 10px;
  }
  .cta .cta__benefit--item:first-child {
    width: 100%;
  }
  .cta .cta__benefit--item:nth-child(2), .cta .cta__benefit--item:nth-child(3) {
    width: 48%;
  }
  .cta .cta__sp {
    display: block;
  }
  .cta .cta__pc {
    display: none;
  }
  .cta .cta_inr {
    position: relative;
    z-index: 0;
    padding: 4rem 2rem;
  }
  .cta .cite {
    font-size: 1.3rem;
    padding: 0.4rem 2.8rem;
  }
  .cta .time {
    font-size: 1.2rem;
    padding: 0 0.8rem;
  }
  .cta .arrow {
    width: 1.8rem;
  }
}
/*--------------
campaign
---------------*/
.campaign {
  padding: 8rem 0;
  background-color: #f8fcff;
}
.campaign h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 2rem;
}
.campaign h4 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 10px;
  margin: 40px 0 20px;
}
.campaign .campaign_explain {
  text-align: center;
  margin: 30px 0;
}
.campaign .campaign_inr {
  max-width: 114rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.campaign .other_img-area {
  margin: 30px auto;
}
.campaign .circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #111111;
  color: #fff;
  font-size: 2rem;
  line-height: 110%;
  margin-right: 1rem;
}
.campaign .yen img {
  vertical-align: bottom;
}
.campaign .tax {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 700;
}
.campaign .cite {
  position: relative;
  margin-top: 2.2rem;
}
.campaign .cite dt {
  position: absolute;
  top: 0;
  left: 1rem;
  transform: translateY(-50%);
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 50px;
  padding: 0.2rem 1.5rem 0.4rem;
  display: inline-block;
  background-color: #111111;
  color: #fff;
}
.campaign .cite dd {
  background-color: #f5f5f5;
  border-radius: 3px;
  text-align: center;
  padding: 1.3rem 0 1.4rem;
  font-size: 1.2rem;
  font-weight: 400;
}
.campaign .option-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0;
  align-items: flex-end;
}
.campaign .option-card {
  border: 2px solid #000;
  padding: 20px;
  width: 31%;
  position: relative;
  background: #fff;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.campaign .option-card.recommend {
  border-width: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.campaign .option-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.13rem;
  color: #0777d7;
  font-weight: 700;
  margin-top: 2rem;
}
.campaign .option-price {
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 12px;
}
.campaign .option-price .yen {
  font-size: 4rem;
  font-weight: bold;
  color: #e32524;
}
.campaign .number {
  font-size: 2.3rem;
  position: relative;
  display: inline-block;
}
.campaign .number::after {
  font-size: 0.3em;
  content: "(税抜)";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
}
.campaign .option-price .note {
  font-size: 2rem;
  font-weight: bold;
  color: #555;
}
.campaign .option-price .note:nth-of-type(1) {
  margin-right: 1rem;
}
.campaign .badge {
  position: absolute;
  padding: 4px 10px;
  font-size: 1.9rem;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  height: 69px;
  width: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  top: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.campaign .badge.red {
  background-color: #e32524;
}
.campaign .badge.yellow {
  background-color: #ffd700;
  position: static;
  border: solid 1px #000;
  color: #000;
  width: auto;
  height: auto;
  display: inline-block;
  margin-top: 3rem;
}
.campaign .op_badge {
  font-size: 1.7rem;
  text-align: center;
}
.campaign .guarantee {
  background: #f2f2f2;
  padding: 10px;
  margin-top: 10px;
  border-radius: 6px;
  position: relative;
  text-align: center;
  height: 116px;
  width: 100%;
}
.campaign .guarantee .guarantee-label {
  background: #333;
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
  font-size: 1.4rem;
  border-radius: 20px;
  margin-bottom: 6px;
  position: absolute;
  width: 33%;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.campaign .guarantee .guarantee-details {
  font-size: 0.95em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.campaign .option-desc {
  font-size: 1.3rem;
  margin-top: 14px;
  color: #333;
}
.campaign .campaign_head dt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff6600;
  text-align: center;
}
.campaign .campaign_head dt span {
  font-size: 1.4rem;
  border: 2px solid #ff6600;
  padding: 0.2rem 1rem 0.3rem;
  display: inline-block;
  margin-right: 0.5rem;
  border-radius: 3px;
}
.campaign .campaign_head .price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0 3px;
  color: #e60061;
  letter-spacing: -0.07em;
  font-weight: 500;
  line-height: 1;
}
.campaign .campaign_head .num {
  font-size: 6rem;
  color: #e60061;
}
.campaign .campaign_head .tax {
  text-align: right;
  font-size: 1.25rem;
  padding-right: 4rem;
}
.campaign .campaign_head .tax span {
  font-size: 1.875rem;
}

.option-cards:nth-of-type(2) {
  justify-content: center;
  gap: 3rem 3.7rem;
}

.op_price {
  padding-bottom: 2px;
  border-bottom: solid 2px #000;
  margin-bottom: 0;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .campaign {
    padding: 6rem 0 3rem;
  }
  .campaign h3 {
    text-align: center;
    font-size: 2.2rem;
    margin-top: 2rem;
  }
  .campaign h3 .edge {
    width: 11.2rem;
    display: inline-block;
  }
  .campaign h3 .free {
    width: 8.4rem;
    display: inline-block;
  }
  .campaign h3 .sp_contents {
    width: 22.4rem;
  }
  .campaign h4 {
    margin-top: 2rem;
    font-size: 1.7rem;
  }
  .campaign h4 span {
    margin-left: 0.9rem;
    font-size: 1.3rem;
  }
  .campaign ul {
    margin-top: 1rem;
  }
  .campaign ul:nth-of-type(2) li {
    width: 17rem;
  }
  .campaign ul:nth-of-type(2) .cite dt {
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 10rem;
  }
  .campaign li {
    width: 35rem;
    padding: 3rem 0 3rem;
    background-color: #fff;
    border: 0.6rem solid #000;
  }
  .campaign li::before {
    display: none;
  }
  .campaign .for_pc + .for_sp {
    display: block;
    text-align: center;
  }
  .campaign .circle {
    width: 5.4rem;
    height: 5.4rem;
    font-size: 1.4rem;
  }
  .campaign .campaign_head dt {
    font-size: 2.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 110%;
  }
  .campaign .campaign_head dt span {
    font-size: 1.1rem;
    margin-right: 0;
    padding: 0 0.5rem;
  }
  .campaign .campaign_head .num {
    font-size: 4.676rem;
  }
  .campaign .campaign_head .tax {
    font-size: 1.25rem;
  }
  .campaign .campaign_head .tax span {
    font-size: 1.875rem;
  }
  .campaign .cite {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .campaign .cite dt {
    font-size: 1.1rem;
    min-width: 7.4rem;
    left: 2rem;
  }
  .campaign .cite dd {
    padding-left: 1rem;
    padding-right: 1rem;
    letter-spacing: -0.05em;
  }
  .campaign .yen {
    width: 5.8rem;
  }
  .campaign .option-card {
    width: 32%;
    padding: 20px 8px 8px 8px;
  }
  .campaign .badge {
    font-size: 2.67vw;
  }
  .campaign .option-title {
    font-size: 3.85vw;
    margin-top: 1rem;
  }
  .campaign .option-price {
    text-align: center;
  }
  .campaign .option-price .yen {
    font-size: 7vw;
  }
  .campaign .option-price .note {
    font-size: 2.05vw;
    display: block;
    text-align: end;
  }
  .campaign .guarantee-details {
    font-size: 2.56vw;
  }
  .campaign .number {
    font-size: 4.36vw;
  }
  .campaign .number::after {
    font-size: 0.36em;
    top: -3px;
  }
  .campaign .guarantee-label {
    font-size: 2.56vw;
    width: 75%;
  }
  .campaign .badge {
    position: absolute;
    padding: 4px 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    height: 11vw;
    width: 11vw;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    top: -6vw;
    left: -2vw;
    right: auto;
    margin: 0 auto;
  }
  .campaign .guarantee {
    height: auto;
    padding: 20px 0 10px;
  }
  .campaign .badge.yellow {
    margin-top: auto;
  }
  .campaign .op_badge {
    height: 12.05vw;
    width: 12.05vw;
  }
  .campaign .op_price {
    margin-bottom: 10px;
  }
  .campaign .option-cards:nth-of-type(2) {
    flex-flow: column;
    gap: 0;
  }
  .campaign .option-cards:nth-of-type(2) .option-card {
    width: 100%;
    margin-bottom: 32px;
    display: block;
  }
  .campaign .option-cards:nth-of-type(2) .option-title {
    font-size: 3.85vw;
    margin-top: 1rem;
    margin: 0;
    justify-content: center;
  }
  .campaign .option-cards:nth-of-type(2) .option-price .note {
    font-size: 3.05vw;
    display: inline-block;
    text-align: end;
  }
  .campaign .option-desc {
    margin-top: 9px;
  }
}
/*--------------
otprice
---------------*/
.otprice {
  padding: 8rem 0;
  background: url(../img/top/otprice_bg.jpg) no-repeat center/cover;
}
.otprice h2 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
.otprice h2 span {
  display: block;
  font-weight: 600;
  font-size: 2.4rem;
}
.otprice table {
  margin-top: 4rem;
  font-weight: 700;
  font-size: 1.4rem;
  min-width: 100rem;
}
.otprice .transparent {
  background: transparent;
  border: 0;
}
.otprice tr:nth-of-type(2) td .pricebtm-text, .otprice tr:nth-of-type(3) td .pricebtm-text {
  transform: translateX(3rem);
}
.otprice tr :nth-of-type(4) td {
  padding: 0;
}
.otprice tr :nth-of-type(4) td .block {
  padding: 1.5rem;
  display: flex;
  align-items: center;
}
.otprice tr :nth-of-type(4) td .block:nth-of-type(3) {
  background-color: #eeeeee;
}
.otprice tr :nth-of-type(4) td .price-text {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.otprice tr :nth-of-type(4) td .num-text {
  font-size: 2rem;
  margin-left: 0rem;
}
.otprice tr :nth-of-type(4) td .yen-text {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.otprice tr :nth-of-type(4) td .yen-text .mini-text {
  font-size: 0.5rem;
  display: block;
}
.otprice tr :nth-of-type(4) td .pricebtm-text {
  font-size: 1rem;
  display: block;
}
.otprice tr :nth-of-type(4) td .pricebtm-text .tax-text {
  font-size: 1rem;
}
.otprice tr:last-child td .pricebtm-text {
  transform: translateX(7rem);
}
.otprice tr th {
  background: #3c3c3c;
  color: #fff;
  padding: 2.3rem 0;
  width: 40%;
}
.otprice tr th:nth-child(1) {
  width: 18%;
}
.otprice tr td {
  width: 40%;
  padding: 2.3rem 0.6rem;
  background-color: #fff;
}
.otprice tr td .price-text {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.otprice tr td .price-text .tax-text {
  font-size: 1.8rem;
}
.otprice tr td .num-text {
  font-size: 3.6rem;
  margin-left: 1.8rem;
}
.otprice tr td .yen-text {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 0.5rem;
}
.otprice tr td .yen-text .mini-text {
  font-size: 0.6rem;
  display: block;
}
.otprice tr td .pricebtm-text {
  font-size: 1rem;
  display: block;
}
.otprice tr:nth-child(4) > td:nth-child(2) {
  text-align: left;
}
.otprice tr:nth-of-type(4) td .block.for_sp {
  display: flex;
}
.otprice tr:nth-of-type(4) td .block.for_pc {
  display: none;
}
.otprice td,
.otprice th {
  border: 1px solid #f5f5f5;
  text-align: center;
  vertical-align: middle;
}
.otprice .citetext {
  text-align: right !important;
}
.otprice .orange {
  color: #ff6600;
}
@media screen and (max-width: 768px) {
  .otprice .otprice {
    padding: 6rem 0;
  }
  .otprice .otprice h2 {
    font-size: 2rem;
  }
  .otprice .otprice h2 span {
    font-size: 1.4rem;
  }
  .otprice .otprice .otprice_scroll {
    /* overflow-x: auto; */
  }
  .otprice .otprice table {
    margin-top: 2.5rem;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.2;
    min-width: initial;
  }
  .otprice .otprice tr th,
  .otprice .otprice tr td {
    width: 32%;
  }
  .otprice .otprice tr th {
    padding: 1.2rem 0 0.9rem;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .otprice .otprice tr th:nth-child(1) {
    width: 36%;
  }
  .otprice .otprice .citetext {
    text-align: left !important;
  }
  .otprice .price-text__wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .otprice .otprice td .price-text {
    font-size: 1.4rem;
    margin-left: 0rem;
  }
  .otprice .otprice td .num-text {
    font-size: 1.4rem;
  }
  .otprice .otprice td .yen-text {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 0rem;
  }
  .otprice .otprice td .pricebtm-text {
    font-size: 1.4rem;
    display: block;
  }
  .otprice .otprice td .pricebtm-text .tax-text {
    font-size: 1.4rem;
  }
  .otprice .otprice tr:nth-of-type(2) td .pricebtm-text, .otprice .otprice tr:nth-of-type(3) td .pricebtm-text {
    transform: translateX(0);
  }
  .otprice .otprice .orange {
    display: block;
    margin-top: 0.4rem;
  }
  .otprice .otprice tr:nth-of-type(4) td .block {
    padding: 0.8rem;
    display: inline-block;
  }
  .otprice .otprice tr:nth-of-type(4) td .block.for_pc {
    display: none;
  }
  .otprice .otprice tr:nth-of-type(4) td .block.for_sp {
    display: flex;
  }
  .otprice .otprice tr:nth-of-type(4) td .block p {
    display: inline;
  }
  .otprice .otprice tr:nth-of-type(4) td .num-text {
    font-size: 1.4rem;
    margin-left: 0rem;
  }
  .otprice .otprice tr:nth-of-type(4) td .price-text {
    font-size: 1.4rem;
    display: inline;
    line-height: 1;
  }
}

/*--------------
faq
---------------*/
.faq {
  background: url(../img/top/faq_bg.png) no-repeat center/cover;
  padding: 8rem 0;
  /*areaにis-activeというクラスがついた時の形状*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
}
.faq h2 {
  width: 46rem;
}
.faq .area {
  padding: 0;
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  background: none;
}
.faq .area.is-active {
  display: block;
  /*表示*/
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.faq .tab {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.5rem;
  margin-top: 7rem;
}
.faq .tab li {
  text-align: center;
  width: calc(33.33% - 0.33rem);
  font-size: 2rem;
  font-weight: 700;
}
.faq .tab li a {
  display: inline-block;
  border: 2px solid #000;
  max-width: 36.2rem;
  background-color: #fff;
  width: 100%;
  padding: 2.6rem 0;
}
.faq .faq_list {
  margin-top: 6rem;
}
.faq .faq_list a {
  text-decoration: underline;
}
.faq .faq_list li:nth-child(n+2) {
  margin-top: 2rem;
}
.faq dt,
.faq dd {
  display: flex;
  gap: 0 6px;
  align-items: baseline;
  font-weight: 700;
}
.faq dt span,
.faq dd span {
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
}
.faq dt {
  background-color: #fff;
  padding: 15px 20px;
  border: 2px solid #000;
}
.faq dd {
  padding: 15px 20px;
  background-color: #111111;
  color: #fff;
}
.faq .accordionBtn {
  position: relative;
}
.faq .accordionBtn::before, .faq .accordionBtn::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}
.faq .accordionBtn::before {
  top: 48%;
  right: 26px;
  transform: rotate(0deg);
}
.faq .accordionBtn::after {
  top: 48%;
  right: 26px;
  transform: rotate(90deg);
}
.faq .accordionBtn.close::before {
  opacity: 0;
}
.faq .accordionBtn.close::after {
  transform: rotate(0);
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 6rem 0;
  }
  .faq h2 {
    width: 35rem;
  }
  .faq .tab {
    margin-top: 2.4rem;
  }
  .faq .tab li {
    width: calc(33.33% - 0.4rem);
    font-size: 1.1rem;
  }
  .faq .tab li a {
    padding: 0.8rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .faq .faq_list {
    margin-top: 1.8rem;
    font-size: 1.6rem;
    line-height: 150%;
  }
  .faq .faq_list li:nth-child(n+2) {
    margin-top: 1rem;
  }
  .faq dt {
    background-color: #fff;
    padding: 2rem 4.8rem 2rem 2rem;
  }
  .faq dd {
    padding: 2rem 4.8rem 2rem 2rem;
  }
}
/*--------------
flow
---------------*/
.flow {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  background-color: #f3f3f3;
}
.flow .flow_wrap {
  margin-top: 40px;
}
.flow .flow_item {
  border: 2px solid #000;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  text-align: center;
}
.flow .flow_item h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}
.flow .flow_item .flow_btn {
  margin-top: 10px;
}
.flow .flow_item .flow_btn a {
  display: inline-block;
  background: #19cb3c;
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 2px 2px 0 #999;
  transition: 0.2s;
  font-size: 1em;
}
.flow .flow_item .flow_btn span {
  margin-left: 30px;
}
.flow .flow_item .flow_btn span img {
  width: 10%;
}
.flow .flow_item .flow_btn a:hover {
  background: #17b233;
}
.flow .flow_item .flow_btn .entry {
  margin-top: auto;
}
.flow .flow_item .flow_btn .entry a {
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  line-height: 1;
  border-bottom: 8px solid #2b8c45;
}
.flow .flow_item .flow_btn .entry a:hover {
  opacity: 1;
  border-bottom: 0px solid rgb(1, 109, 61);
}
.flow .flow_item .flow_btn .entry a:hover img {
  opacity: 1;
}
.flow .flow_item .flow_btn .entry img {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .flow {
    margin-top: 0;
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .flow::before {
    display: none;
  }
  .flow ol {
    flex-direction: column;
    max-width: 35rem;
    margin: 2rem auto 0;
  }
  .flow li {
    width: 100%;
  }
  .flow li:nth-child(n+2) {
    margin-top: 5rem;
  }
  .flow li:nth-child(n+2):before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2rem;
    height: 2rem;
    transform: translate(-50%, -170%) rotate(45deg);
    content: "";
  }
  .flow dd {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    line-height: 140%;
    max-width: 100%;
    text-align: center;
  }
  .flow .flow_item h3 {
    font-size: 2em;
  }
  .flow .flow_item p {
    font-size: 1.5em;
  }
  .flow .flow_item p span {
    margin: 1rem auto;
    display: block;
  }
  .flow .flow_item .flow_btn a {
    padding: 2rem 4rem;
    font-size: 2em;
  }
  .flow .flow_item .flow_btn .entry {
    margin-top: 0.5rem;
  }
  .flow .flow_item .flow_btn .entry a {
    gap: 0 1rem;
    border-bottom: 0.8rem solid #2b8c45;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100vw;
  height: 100vh;
  display: none;
}

#smart-bannar {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5rem 1.5rem 2rem;
}
#smart-bannar .modal-inner2__wrap {
  position: relative;
}
#smart-bannar .modal-inner2__wrap .modalClose-btn {
  position: absolute;
  top: -2.8125rem;
  right: 0;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  background-color: #c9c9c9;
  border-radius: 50%;
}
#smart-bannar .modal-inner2__wrap .modalClose-btn .bar {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 0.1875rem;
  background-color: #fff;
}
#smart-bannar .modal-inner2__wrap .modalClose-btn .bar:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
#smart-bannar .modal-inner2__wrap .modalClose-btn .bar:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  #smart-bannar .modal-inner2__wrap .modalClose-btn {
    top: -5rem;
    width: 2rem;
    height: 2rem;
    width: 4rem;
    height: 4rem;
  }
  #smart-bannar .modal-inner2__wrap .modalClose-btn .bar {
    width: 2.5rem;
  }
}
#smart-bannar .modal-inner2 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 2.1rem 2rem;
  overflow-y: scroll;
  max-width: 96rem;
  margin: 0 auto;
}
#smart-bannar .modal-inner2 .smart-bannar__content {
  border: 5px solid #ff6600;
  padding: 2rem 2.2rem;
  max-width: 90rem;
  margin: 0 auto;
}
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--title {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  margin-top: 4rem;
}
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--title::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: #0b99ff;
  border-radius: 50%;
  margin-right: 1.2rem;
}
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--image {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 3.2rem;
}
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--image img {
  max-width: 370px;
}
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--image p {
  font-size: 3.375rem;
  font-weight: 700;
}
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--table {
  width: 100%;
  margin-top: 2.5rem;
}
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--table table,
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--table tr,
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--table tbody {
  width: 100%;
}
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--table th,
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--table td {
  font-size: 2rem;
  letter-spacing: -0.04em;
  width: 50%;
  padding: 1.5rem;
  border: 1px solid #d1d1d1;
}
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--table th {
  background-color: #f3f3f4;
  font-weight: 700;
  text-align: left;
}
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--table td {
  font-weight: 500;
  text-align: center;
}
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--table td span {
  color: #fd191f;
}
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--tablebtm {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--text {
  font-size: 2.5rem;
  line-height: 1.55;
  letter-spacing: -0.04em;
  font-weight: 500;
  margin-top: 2rem;
}
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--text .kome-text {
  font-weight: 400;
  display: flex;
  margin-top: 2.4rem;
}
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--text .kome-text::before {
  content: "※";
  display: block;
}
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--block.orange .smart-bannar__content--title::before {
  background-color: #ff6600;
}
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--block.orange .smart-bannar__content--table th,
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--block.orange .smart-bannar__content--table td {
  padding: 4.2rem 2rem;
  text-align: left;
  vertical-align: middle;
}
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--block.orange .smart-bannar__content--table th {
  line-height: 1.8;
}
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--block.orange .atention {
  margin-top: 0.6rem;
  font-size: 1.5rem;
  line-height: 1.28;
  letter-spacing: -0.04em;
}
#smart-bannar .modal-inner2 .smart-bannar__content .smart-bannar__content--tabletoptext {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.04em;
  padding-bottom: 1.2rem;
}

@media screen and (max-width: 768px) {
  .modal-inner2 {
    padding: 1rem;
  }
  .modal-inner2 .smart-bannar__content {
    max-width: 600px;
    padding: 1.2rem 1.5rem;
  }
  .modal-inner2 .smart-bannar__content .smart-bannar__content--title {
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
  .modal-inner2 .smart-bannar__content .smart-bannar__content--title::before {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.8rem;
  }
  .modal-inner2 .smart-bannar__content .smart-bannar__content--image {
    gap: 2px;
    margin-top: 1.2rem;
  }
  .modal-inner2 .smart-bannar__content .smart-bannar__content--image p {
    font-size: 2rem;
  }
  .modal-inner2 .smart-bannar__content .smart-bannar__content--image img {
    width: calc(50% - 1.3rem);
  }
  .modal-inner2 .smart-bannar__content .smart-bannar__content--table th,
  .modal-inner2 .smart-bannar__content .smart-bannar__content--table td {
    font-size: 0.7rem;
    padding: 0.5rem;
  }
  .modal-inner2 .smart-bannar__content .smart-bannar__content--text {
    font-size: 0.9rem;
    margin-top: 0.9rem;
  }
  .modal-inner2 .smart-bannar__content .smart-bannar__content--text .kome-text {
    margin-top: 0.8rem;
  }
  .modal-inner2 .smart-bannar__content .smart-bannar__content--image p {
    font-size: 2rem;
  }
  .modal-inner2 .smart-bannar__content .smart-bannar__content--block.orange .smart-bannar__content--table th,
  .modal-inner2 .smart-bannar__content .smart-bannar__content--block.orange .smart-bannar__content--table td {
    padding: 1.5rem 0.8rem;
    text-align: left;
  }
  .modal-inner2 .smart-bannar__content .smart-bannar__content--block.orange .atention {
    margin-top: 0.3rem;
    font-size: 0.5rem;
    line-height: 1.28;
    letter-spacing: -0.04em;
  }
  .modal-inner2 .smart-bannar__content .smart-bannar__content--tabletoptext {
    font-size: 0.7rem;
    padding-bottom: 0.5rem;
  }
}
/* 20250127追加 *//*# sourceMappingURL=uniq.css.map */