@charset "UTF-8";
:root {
  --color-star: #ffcf48;
  --bg-faq: #ffef4a;
  --green-color: #018b29;
  --num-font: "Oswald", sans-serif;
  --green-bg: #ecfaf0;
  --bg-zero: #fffde0;
  --bg-review: #fffde0;
  --bg-gray: #646464;
  --bg-gray-ver2: #878787;
  --line-gray: #e8e8e8;
  --mark: #ffef4a;
}

body {
  color: #000;
}

.br_pc{
    display: block;
  }

.mod_contact--cta {
    padding: 0.6rem 0;
}

.plan__wrapContent .items li.is-hidden {
  display: none;
}

.plan__wrapContent .items li.anim-open {
  animation: slideIn 0.4s ease forwards;
}


.plan__wrapContent .items li.anim-close {
  animation: slideOut 0.4s ease forwards;
  pointer-events: none; 
}


@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}

p {
  color: #000;
}

.fv_main * {
  box-sizing: border-box;
  position: relative;
}

.fv_main a {
  cursor: pointer;
  transition: opacity 0.3s; 
}

.mod_contact{
  background:white;
}

.fv_main a:hover {
  opacity: 0.8;
}


.fv_main .mod_contact {
    margin-top: 0.72rem;
    background: none;
    padding: 0;
}

.fv_main .mod_contact .bnrBox .bnr .ph .mod_tel {
    font-size: 0.22rem;
    font-weight: bold;
    top: 52%;
    transform: translateY(-50%);
    left: 1.1rem;
}

.fv_main {
  background: rgba(255, 255, 173, 0.08);
  font-weight: 700;
  padding-bottom: 0.7rem;
}

.fontNum {
  font-family: var(--num-font);
  font-weight: 400;
}

.fontGreen_bold {
  color: var(--green-color);
  font-weight: bold;
}



.arrow {
  display: flex;
  justify-content: center;
  margin-bottom: 0.2rem;
}

.mv .fontNum {
  font-size: 0.62rem;
  top: 0.03rem;
}


.container {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
  padding: 0.6rem 0;
}

.container--type2 {
  padding: 0.6rem 0.3rem;
}

.mv .container {
  padding: 0.3rem 0 0.56rem;
}

.solve .container,
.review .container {
  background: var(--green-bg);
}

.solve .container {
  border-radius: 0.4rem 0.4rem 0 0;
}

.plan .container {
  background: url(../plan/abashiri_komi/img/bg-plan-1.svg) no-repeat center
    center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.faq .container {
  background: url(../plan/abashiri_komi/img/bg-faq.svg) no-repeat center
    center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0.4rem 0.4rem;
  padding-top: 0.6rem;
}

.fontGreen {
  color: var(--green-color);
}

.safe {
  background: var(--green-color);
  color: white;
  border-radius: 0.1rem;
  padding: 0.08rem 0.08rem;
  font-size: 0.25rem;
  margin-right: 0.04rem;
  top: -2px;
}

.heading__wrap {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  max-width: 840px;
  width: 100%;
  justify-content: center;
}

.mv__wrap {
  margin-top: -0.1rem;
}

.heading__wrap h1 {
  font-size: 0.6rem;
  line-height: 1.4;
  width: fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
}

.btn span {
  text-align: center;
  color: white;
  font-size: 0.28rem;
}
.btn {
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
  background: var(--green-color);
  display: block;
  padding: 0.2rem 0.8rem 0.2rem 0.3rem;
  text-align: center;
  border-radius: 0.1rem;
  z-index: 1;
  box-shadow: 6px 6px 0 #e0f5e0;
}

.btn--link img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}



.btn--accordion {
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
  background: var(--green-color);
  display: block;
  padding: 0.2rem 0.8rem 0.2rem 0.3rem;
  text-align: center;
  border-radius: 0.1rem;
  z-index: 1;
}

.btn--accordion span::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #fdf158;
  background-size: 3px 60%, 60% 3px;
  border-radius: 50%;
  background-image: linear-gradient(#008d4a, #008d4a),
     linear-gradient(#008d4a, #008d4a);
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: -0.4rem;
  /* z-index: 2; */
}

.btn--accordion.is-open span::after {
  background-size: 0 0, 60% 3px;
}

.btn--accordion span::after {
  transition: background-size 0.3s;
}

/* en */
.plan__fee-wrap {
  top: -0.2rem;
}

.plan__fee-wrap .en-type2 {
    left: 0.06rem;
}

.plan__fee-wrap .en-type2 .yen {
    left: -0.04rem;
}

.en-type1 .yen:before {
  position: absolute;
  content: "（税込）";
  font-size: 0.16rem;
  top: -0.22rem;
  left: -0.02rem;
  color: #000;
}

.en-type1 {
  color: var(--green-color);
}

.en-type2 .num_plan {
  font-size: 0.35rem;
}

.en-type2 .yen {
  font-size: 0.25rem;
}

.en-type2 .yen:after {
  position: absolute;
  content: "(税込)";
  font-size: 0.16rem;
  white-space: nowrap;
  bottom: -2px;
}

.br_sp {
  display: none;
}


.review-wrap {
  background: var(--bg-review);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.1rem;
  margin-bottom: 0.5rem;
  padding: 0.15rem 0;
}

.review-wrap::after {
  content: "";
  position: absolute;

  bottom: -20px; 
  left: 50%; 
  transform: translateX(-50%); 
  border-top: 20px solid var(--bg-review); 
  border-left: 20px solid transparent; 
  border-right: 20px solid transparent; 
  border-bottom: 0;
}

.review-total {
  background-color: white;
  font-size: 0.2rem;
  padding: 0.03rem 0.1rem;
}

.review-widget {
  display: flex;
  align-items: center;
  gap: 0.12rem; 
  border-radius: 0.04rem;
  font-family: sans-serif;
}


.review-stars {
  color: var(--color-star); 
  font-size: 0.24rem; 
  letter-spacing: 0.02rem;
  line-height: 1;
}

.review-score {
    font-size: 0.32rem;
    color: var(--green-color);
}



/
.review-score {
  color: var(--green-color);
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 1;
}

.review__items .review-score {
  color: black;
  font-size: 0.23rem;
}


.review-count {
  display: flex;
  align-items: center;
  gap: 4px; 
  color: #333;
  font-weight: 100;
  font-size: 0.2rem;
}


.icon-comment {
  width: 20px; 
  height: 20px;
  fill: #fff; 
  border-radius: 50%;
  padding: 4px; 
  fill: #666; 
}

/* mv */

.mv {
  background: url(../plan/abashiri_komi/img/bg-mv.svg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0.7rem;
}

.mv__txt {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 600;
  margin-bottom: 0.12rem;
  align-items: center;
  z-index: 2;
}


.mv__txt > span::before,
.mv__txt > span::after {
  content: "";
  position: absolute;
  background-color: var(
    --green-color
  ); 
  width: 0.04rem;
  height: 0.4rem; 
  top: 50%; 
  border-radius: 2px;
}


.mv__txt > span::before {
  left: -0.2rem;
 
  transform: translateY(-50%) rotate(-25deg);
}


.mv__txt > span::after {
  right: -0.2rem;
  transform: translateY(-50%) rotate(25deg);
}

.mv__items {
  display: flex;
  justify-content: center;
  font-size: 0.2rem;
  gap: 0.16rem;
  padding: 0.16rem;
  background: white;
  border-radius: 0.24rem;
  border: 3px solid var(--green-color);
}

.mv__items li {
  display: flex;
  align-items: center;
}

.mv__items li img {
  top: 0;
}

.mv__txt:before {
  position: absolute;
  content: "";
  background: url(../plan/abashiri_komi/img/pic-mv.png);
  width: 1.2rem;
  aspect-ratio: 122/122;
  right: 0.28rem;
  bottom: -0.22rem;
}

/* solve */

.solve h2 {
  text-align: center;
  font-size: 0.3rem;
  margin-bottom: 0.46rem;
}

.solve h2:before {
  position: absolute;
  content: "";
  background: url(../plan/abashiri_komi/img/line-solve.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5.3rem;
  aspect-ratio: 312/17;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.zero {
  background: var(--bg-zero);
  color: var(--green-color);
  border-radius: 0.06rem;
  padding: 0.08rem;
  margin: 0.08rem;
}

.mark span {
    left: 0.1rem;
}

.mark:before {
  position: absolute;
  content: "";
  width: 102%;
  height: 0.28rem;
  background: var(--mark);
  bottom: 0px;
  border-radius: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.en-type1 .num_plan {
  font-size: 1.19rem;
}

.num_plan {
  font-family: var(--num-font);
  font-weight: 500;
}
.en-type1 .yen {
  font-size: 0.68rem;
}

.solve h3 {
  font-size: 0.42rem;
  text-align: center;
  padding-bottom: 0.16rem;
}

.solve h3:before {
  content: "";
  position: absolute;
  background: url(../plan/abashiri_komi/img/pic-solve-1.png);
  width: 1.06rem;
  height: 1.06rem;
  top: -1rem;
}


.solve h3 .fontNum {
  font-size: 0.51rem;
  font-family: '游ゴシック', '游ゴシック体', 'Yu Gothic', YuGothic,
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN',
    'Hiragino Kaku Gothic Pro', verdana, 'メイリオ', 'Meiryo', 'Osaka',
    sans-serif;
}

.plan__items-type1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.2rem;
}

.plan__items-type1 li {
  background: white;
  text-align: center;
  font-size: 0.22rem;
  border-radius: 0.1rem;
  padding: 0.12rem;
}



.plan__items-type1 li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%; 
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-top-color: #fff; 
}

.plan__items-type2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.14rem;
  margin-top: -0.84rem;
  margin-bottom: 0.16rem;
}

.plan__items-type2 li:first-child {
  padding: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan__items-type2 li {
  text-align: center;
  background: var(--green-color);
  color: white;
  font-size: 0.22rem;
  padding: 0.24rem 0.68rem;
  border-radius: 0.14rem;
}

.plan__heading {
  text-align: center;
  border-radius: 100vh;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 0.36rem;
  max-width: 94%;
}

.plan__heading:before {
  position: absolute;
  content: "";
  background: url(../plan/abashiri_komi/img/bg-btn.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 102%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0.06rem;
  z-index: -1;
}



.plan__heading h3 {
  font-size: 0.34rem;
  /* white-space: nowrap; */
  color: var(--green-color);
  padding: 0.2rem 0.6rem;
  border: 4px solid var(--green-color);
  border-radius: 999vh;
}

.plan__heading--small h3 {
    font-size: 0.26rem;
}

.plan__wrapContent > p {
  text-align: center;
  font-size: 0.19rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  margin-top: 0.16rem;
}

.plan__wrapContent .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.2rem;
  margin-bottom: 0.82rem;
}

.plan__wrapContent .items li {
  display: flex;
  background: white;
  font-size: 0.22rem;
  padding: 0.2rem 0.16rem;
  justify-content: space-between;
  border-radius: 0.1rem;
  align-items: center;
}

.plan__wrapContent {
  margin-bottom: 0.6rem;
  z-index: 1;
  margin-top: -0.9rem;
}

.plan__fee {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}



.plan h2 {
    text-align: center;
    font-size: 0.41rem;
}

.plan h2 span {
    font-size: 0.41rem;
    color: var(--green-color);
}



.fee_txt {
  font-size: 0.4rem;
}

.plan__chat > .txt {
  text-align: center;
  max-width: 6.6rem;
  width: 100%;
  margin: 0 auto;
  padding: 0.16rem 0.2rem;
  border: 2px solid var(--green-color);
  border-radius: 0.1rem;
  margin-bottom: 0.18rem;
}

.plan__chat > .txt:before {
  position: absolute;
  content: "";
  background: url(../plan/abashiri_komi/img/arrow-plan.png);
  background-size: contain;
  width: 0.7rem;
  aspect-ratio: 35/54;
  bottom: -0.86rem;
  right: 1.1rem;
}

.plan__chat > .txt p span {
  font-size: 0.2rem;
  color: var(--green-color);
  line-height: 1.5;
}

.plan__chatWrap {
  max-width: 6.6rem;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
}

.planBg {
  top: -0.68rem;
  z-index: 2;
}



.plan__heading--small {
  max-width: 94%;
  margin: 0 auto 0.4rem;
}

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

.planA .item {
  display: flex;
  flex-direction: column;
  gap: 0.06rem;
}

.planA .items {
  display: flex;
  flex-direction: column;
  gap: 0.06rem;
  align-items: center;
}

.planA .items li {
  background: var(--bg-gray);
  color: white;
  width: 100%;
  text-align: center;
  font-size: 0.17rem;
  padding: 0.12rem 0;
}

.gray_thin {
  background: #878787;
}

.planA .items .gray_thin {
  background: var(--bg-gray-ver2);
  padding: 0.26rem;
}

.planA .items .gray_thin p {
  color: white;
}

.planA .items .gray_thin .fee {
  padding-bottom: 0.16rem;
  font-size: 0.2rem;
}

.planA .items .gray_thin .total {
  padding-top: 0.1rem;
  font-size: 0.32rem;
}

.planA .items .gray_thin .total span {
  font-size: 0.27rem;
}

.planA .items .gray_thin > p:nth-child(2) {
  font-size: 0.17rem;
}

.fee:before {
  position: absolute;
  content: "";
  width: 0.42rem;
  height: 0.02rem;
  background: white;
  left: 0.2rem;
  top: 30%;
}

.fee:after {
  position: absolute;
  content: "";
  width: 0.42rem;
  height: 0.02rem;
  background: white;
  right: 0.2rem;
  top: 30%;
}

.plan__chatWrap .txt {
  font-size: 0.22rem;
  text-align: center;
  line-height: 1.4;
  min-height: 0.61rem;
}

.planFamily .items {
  background: var(--green-color);
  padding: 0.85rem 0.4rem;
  text-align: center;
}

.planFamily .total {
  text-align: center;
  font-size: 0.27rem;
  color: var(--green-color);
}

.planFamily .items li p {
  color: white;
}

.planFamily .items .fee {
  font-size: 0.2rem;
}

.planFamily .fee:before {
  top: 50%;
  transform: translateY(-50%);
  left: 0.02rem;
}

.planFamily .fee:after {
  transform: translateY(-50%);
  top: 50%;
  right: 0.02rem;
}

.planFamily .items li > p:nth-child(2) {
  margin-top: 0.22rem;
  font-size: 0.24rem;
}


.plan__chatWrap .total {
  padding-bottom: 0.06rem;
  font-size: 0.27rem;
}

.planFamily .total::before {
  content: "\\";
  position: absolute;
  left: 0.2rem;
  bottom: 0.2rem;
  transform: scaleY(1.2);
}


.planFamily .total::after {
  content: "/";
  position: absolute;
  transform: scaleY(1.2);
  right: 0.2rem;
  bottom: 0.2rem;
}

.plan__chatWrap .total span {
  font-family: var(--num-font);
}

.planFamily .total .en {
  font-size: 0.5rem;
  bottom: -0.06rem;
}

.plan__chat .items {
  margin-bottom: 0.12rem;
}

.planBg img {
  height: 4.4rem; */
}

.plan__gb {
  width: 100%;
  height: 2.2rem;
  background: white;
  margin-top: -2rem;
  margin-bottom: 0.35rem;
}

.plan__chat {
  z-index: 2;
}

.plan__note {
  margin-bottom: 0.6rem;
}

.plan__gb {
  background: white;
  width: 100%;
  height: 2.2rem;
  border-radius: 0.2rem;
  margin-top: -1.9rem;
  margin-bottom: 0.35rem;
  opacity: 0.78;
}

.plan__chat {
  z-index: 1;
}

.plan__note {
  font-size: 0.14rem;
  font-weight: 500;
}

.plan__note > p:first-child {
  margin-bottom: 0.24rem;
}

.review h2 {
  text-align: center;
  font-size: 0.29rem;
  margin-bottom: 0.3rem;
}

.review h2 span {
  font-size: 0.41rem;
  color: var(--green-color);
}

.review__items li {
  background: white;
  border-radius: 0.08rem;
  padding: 0.2rem;
}

.review__items li:not(:last-child) {
  margin-bottom: 0.24rem;
}

.review__items {
    margin-bottom: 0.45rem;
}

.review__heading {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  margin-bottom: 0.13rem;
  border-bottom: 1px solid var(--line-gray);
  gap: 0.08rem;
}

.review__heading .wrap {
  display: flex;
  flex-direction: column;
  gap: 0.06rem;
}


.review__items .txt::before {
  content: ""; 
  position: absolute;
  top: 50%; 
  right: 0; 
  width: 0.14rem;
  height: 2px; 
  background: #009e3c;
  transform: translateY(-50%);
}


.review__items .txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0; 
  width: 6px; 
  height: 6px;
  border-top: 2px solid #009e3c; 
  border-right: 2px solid #009e3c; 
  transform: translateY(-50%) rotate(45deg); 
}

.review__heading .other {
  display: flex;
  gap: 0.06rem;
  align-items: center;
}

.review__heading .other p:nth-child(1) {
  font-size: 0.14rem;
  font-weight: 200;
}

.review__heading .other icon {
  background: var(--green-colr);
}

.review__heading .other .icon {
  border: 1px solid var(--green-color);
  color: var(--green-color);
  border-radius: 0.04rem;
  padding: 0rem 0.06rem;
  top: -0.02rem;
  font-size: 0.16rem;
}

.review__txt {
  font-size: 0.17rem;
  font-weight: 300;
}

.review__items .txt {
  text-align: end;
  font-size: 0.16rem;
  color: var(--green-color);
  padding-right: 0.16rem;
  /* font-weight: 400; */
}

.faq__heading {
  background: var(--bg-faq);
  text-align: center;
  max-width: 395px;
  width: 100%;
  margin: 0 auto;
  padding: 0.12rem;
  border-radius: 999vh;
  margin-bottom: 0.48rem;
}

.faq__heading h2 {
  font-size: 0.3rem;
}

.faq__title {
  display: flex;
  gap: 0.17rem;
  align-items: center;
  margin-bottom: 0.16rem;
}

.faq__title > p {
  font-size: 0.22rem;
}

.faq .stripe-bg {
  /* background: var(--bg-faq); */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 999vh;
}

.faq .stripe-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../plan/abashiri_komi/img/faq-icon-bg.png) no-repeat center center;
  background-size: contain; 
  display: block;
}

.faq .q-icon {
  font-size: 0.2rem;
}

.faq__txt {
  background: white;
  border-radius: 0.1rem;
  padding: 0.2rem;
  font-size: 0.16rem;
  font-weight: 400;
}

.faq__items li:not(:last-child) {
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  border-bottom: 0.015rem solid var(--bg-faq);
}


.faq .btn--link {
    display: none;
}

@media(max-width: 1439px){
 .fv_main .mod_contact .bnrBox .bnr .ph .mod_tel {
    left: 1.2rem;
    top: 52%;
    font-size: 0.24rem;
}   

 

  .plan__heading h3{
    font-size:0.36rem;
  }

   .plan__heading--small h3{
    font-size:0.3rem;
  }

  .en-type1 .num_plan {
    font-size: 1.3rem;
}

.en-type1 .yen {
    font-size: 0.72rem;
}

.en-type2 .num_plan {
    font-size: 0.4rem;
}

.en-type2 .yen {font-size: 0.3rem;}

  .plan__chat {
    margin-top:-0.1rem;
}
}

@media(max-width: 1365px){
    .fv_main .mod_contact .bnrBox .bnr .ph .mod_tel {
    font-size: 0.26rem;
    left: 1.3rem;
}
}


@media(max-width: 1279px){
    .fv_main .mod_contact .bnrBox .bnr .ph .mod_tel {
    font-size: 0.26rem;
    left: 1.4rem;
}
}



@media (max-width: 640px) {
  .br_pc{
    display: none;
  }

  .br_sp{
    display: block;
  }
  .fv_main .mod_contact .bnrBox {
    width: 100%;
}

  .fv_main {
    padding-bottom: 0;
}
  
  .btn--accordion {
    padding: 0.2rem 0;
}

  .mark {
    left: -0.05rem;
}

.mark:before{
    border-radius: initial;
    width: 90%;
    height: 70%;
    left: 0.9rem;
}
  .pc {
    display: none;
  }

  .txt_sp {
    display: none;
}

  .container--type2 {
    padding: 0.3rem 0.18rem;
}

  .heading__wrap h1 {
    display: block;
  }

  .heading__wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .mv {
    margin-bottom: 0;
}

  .sp img {
    width: 100%;
}

.mv .container {
    padding: 0 0 0.3rem 0;
}

  .mv__wrapImg {
    top: -0.38rem;
    right: 0.13rem;
}

  .mv__wrapImg img {
    max-width: 2.7rem;
}

.mv__items {
    background: inherit;
    border: none;
}

.mv__txt > span::before, .mv__txt > span::after {
    content: none;
}

.mv__wrap {
    margin-top: 0;
    background: white;
    border-radius: 0.2rem;
    margin: 0 0.2rem;
    border: 3px solid var(--green-color);
    padding: 0 0.2rem 0.2rem 0.2rem;
    margin-top: -0.18rem;
}

  
.mv__wrap:after {
    position: absolute;
    content: "";
    background: url(../plan/abashiri_komi/img/icon-mv-1-sp.svg);
    background-repeat: no-repeat;
    width: 0.82rem;
    aspect-ratio: 41/28;
    top: -0.3rem;
}

.mv__txt {
    font-size: 0.2rem;
    padding-bottom: 0.08rem;
    margin-bottom: 0.1rem;
    border-bottom: 2px solid var(--green-color);
}

.safe {
    display: none;
}

.mv .fontNum {
    font-size: 0.4rem;
}

.mv__items {
    display: flex;
    flex-direction: column;
    gap: 0.06rem;
    padding: 0;
}

.mv__txt:before{
    content:none;
}

.mv__wrap:before {
    position: absolute;
    content: "";
    background: url(../plan/abashiri_komi/img/pic-mv.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.1rem;
    aspect-ratio: 122/122;
    right: -0.14rem;
    bottom: 1.9rem;
}

  .solve h2 {
    font-size: 0.24rem;
    margin-bottom: 0.32rem;
}

.solve h2:before {
    width: 100%;
    bottom: -0.3rem;
}

.solve h3:before {
    content: none;
}

.solve h3 {
    font-size: 0.33rem;
    line-height: 1.4;
    padding-bottom: revert-layer;
    margin-bottom: 0.48rem;
}

.solve h3 .fontNum {
    font-size: 0.4rem;
}
  
  .plan .container {
  background: url(../plan/abashiri_komi/img/bg-plan-1-sp.svg) no-repeat center  center;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0.7rem;
}

  .fv_main .plan .mod_contact {
    margin-top: 0.7rem;
}

  .plan__items-type1:before{
        position: absolute;
        content: "";
        background: url(../plan/abashiri_komi/img/pic-solve-1.png);
        background-size: contain;
        width: 0.7rem;
        height: 0.7rem;
        left: 0px;
        bottom: 0.62rem;
        background-repeat: no-repeat;
        z-index: 2;
  }

.plan__items-type1 li {
    font-size: 0.14rem;
    padding: 0.16rem 0.06rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

  .plan__items-type1 li::before{
  content: "";
  position: absolute;
  background: url(../plan/abashiri_komi/img/icon-solve-1-sp.svg);
  width: 0.38rem;
  height: 0.38rem;
  bottom: 0.56rem;
  right: -0.1rem;
}


.plan__items-type2 li {
    font-size: 0.19rem;
    padding: 0.16rem 0.1rem !important;
}

  .plan__items-type2 {
    margin-top: -0.3rem;
    margin-bottom: 0.28rem;
}



.solve .container {
    border-radius: 0;
}

.plan__heading {
    max-width: 100%;
}
  
.plan__heading h3 {
    font-size: 0.2rem;
    padding: 0.16rem 0.2rem;
    white-space: initial;
    border-radius: 0.08rem;
    border: 3px solid var(--green-color);
}

  .plan__heading--small {
    margin-top: -11px;
    z-index: 1;
    max-width: 100%;
}

    .plan h2 {
    font-size: 0.28rem;
  }

  .plan h2 span {
    font-size: 0.28rem;
}


  .plan__heading--small:after {
    position:absolute;
    content:"";
    background: url(../plan/abashiri_komi/img/pic-mv.png);
    background-size: contain;
    width: 1rem;
    aspect-ratio: 1/1;
    bottom: 1.07rem;
    right: 0;
    background-repeat: no-repeat;
}

  .arrow {
    margin: 0 auto;
}

.arrow img {
    max-width: 0.91rem;
}

  .arrow,.arrow img {
    margin-bottom: 0;
    z-index: 2;
}

.plan__wrapContent {
    margin-top: -0.42rem;
}

.plan__wrapContent {
    margin-bottom: 0.7rem;
}

.plan__note {
    margin-bottom: 0.3rem;
}

.plan__wrapContent > p {
    font-size: 0.16rem;
    margin-top: 0.1rem;
    line-height: 1.6;
    margin-bottom: 0.2rem;
    font-weight: 600;
}

.plan__wrapContent .items {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.24rem;
}


.plan__chat > .txt p span {
    font-size: 0.16rem;
}

.plan__wrapContent .items li {
    font-size: 0.2rem;
    padding: 0.12rem 0.16rem;
}

  .plan__chatWrap .total {
    font-size: 0.2rem;
}

.plan__chatWrap .total span {
    font-size: 0.3rem;
}

.planA .items li {
    font-size: 0.14rem;
    padding: 0.06rem 0;
}

.planA .items .gray_thin > p:nth-child(2) {
    font-size: 0.14rem;
}

.fee:before {
    width: 0.3rem;
    left: 0.02rem;
}

.fee:after {
    width: 0.3rem;
    right: 0.02rem;
}

.planA .items .gray_thin .fee {
    font-size: 0.16rem;
    padding-bottom: 0.08rem;
}


  .planA .items .gray_thin .total {
    padding-top: 0;
    font-size: 0.26rem;
}

  
.plan__chatWrap .total {
    padding-bottom: 0.06rem;
}

.planFamily .total .en {
    font-size: 0.32rem;
    top: 1px;
}

.planFamily .total::before {
    left: 0;
    bottom: 0.1rem;
}

.planFamily .total::after {
    right: 0;
    bottom: 0.1rem;
}

.planFamily .items {
    padding: 0.65rem 0.1rem;
}

.planFamily .items .fee {
    font-size: 0.16rem;
}  

.planFamily .items li > p:nth-child(2) {
    font-size: 0.16rem;
    margin-top: 0.1rem;
}

  
.plan__chatWrap .txt {font-size: 0.18rem;color: #333;}

.plan__gb {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 1.74rem;
    margin-top: -1.7rem;
    border-radius: inherit;
    margin-bottom: 0.3rem;
    opacity: 0.78;
}

.btn span {
    font-size: 0.24rem;
    white-space: nowrap;
}

  .btn--accordion span{
    left: -0.14rem;
    font-size: 0.19rem;
  }

  .btn--accordion span::after {
  width: 0.26rem;
  height: 0.26rem;
  right: -0.31rem;
  top: 0.08rem;
}
  

.fee_txt {
    font-size: 0.26rem;
    white-space: nowrap;
}

  .en-type2 {
    display: block;
    text-align: right;
    padding-right: 0.42rem;
    top: -0.14rem;
}

  .en-type1 .num_plan {
    font-size: 0.98rem;
}

.en-type1 .yen {
    font-size: 0.56rem;
}

.en-type2 .num_plan {
    font-size: 0.28rem;
}

.en-type2 .yen {
    font-size: 0.2rem;
}

.en-type2 .yen:after {
    font-size: 0.15rem;
    bottom: -0.04rem;
}

  .plan__chat {
    margin-top: -0.14rem;
}

.plan__chatWrap {
  grid-template-columns: 1fr 0.19rem 1fr;
}


  .plan__chat > .txt{
    margin-bottom: 0.1rem;
    padding: 0.16rem 0.2rem;
  }

  .plan__chat > .txt:before {
    right: 0.7rem;
    background: url(../plan/abashiri_komi/img/arrow-plan-sp.png);
    background-repeat: no-repeat;
    bottom: -0.87rem;
    right: 50px;
}
  
.planBg img{
  height:auto;
  width: 100%;
}
  
.planA .items .gray_thin {
    padding: 0.16rem 0.1rem 0.1rem;
}

  .review .container--type2 {
    padding-bottom: 0.5rem;
}

.review h2 {
    line-height: 1.3;
    font-size: 0.2rem;
}

.review h2 span {
    font-size: 0.28rem;
}

.review-stars {
    font-size: 0.16rem;
}

.review-total {
    font-size: 0.16rem;
}

.review-score {
    font-size: 0.25rem;
}

  .review__items {
    margin-bottom: 0;
}

.review-count {
    font-size: 0.16rem;
}

.review-wrap {
    padding: 0.1rem 0.08rem;
    gap: 0.08rem;
    margin-bottom: 0.4rem;
}

.review-widget {
    gap: 0.06rem;
}

.review__items li {
    padding: 0.14rem;
}

.review__heading .other p:nth-child(1) {
    font-size: 0.13rem;
}

.review__heading .other .icon {
    font-size: 0.13rem;
    top: -1px;
}

.review__txt {
    margin-bottom: 0.06rem;
}

.faq__heading {
    background: white;
    border: 0.03rem solid var(--bg-faq);
    margin-bottom: 0.3rem;
} 

.faq__heading h2 {
    font-size: 0.28rem;
}

.faq__title > p {
    font-size: 0.18rem;
}

  
.faq__title {
    display: grid;
    grid-template-columns: 0.43rem 1fr;
}

  .faq .q-icon {
    left: -0.02rem;
}

.faq__txt {
    line-height: 1.8;
}

  
.faq .btn--link {
    display: block;
    margin: 0.6rem 0 0.3rem;
}

  .review .btn--link {
    display:none;
  }

  .mark span {left: 0.13rem;}

  .btn--link img {width: 0.36rem;
}



.btn--link span {font-size: 0.23rem;white-space: nowrap;
}
}