@charset "UTF-8";
/******************************************************************
 * 相続手続プランと料金のご紹介
******************************************************************/
.plan {
  overflow: hidden;
  /* 相続手続
  -----------------------------------------------------------------*/
  /* このような方におすすめです
  -----------------------------------------------------------------*/
  /* 料金
  -----------------------------------------------------------------*/
}
.plan .c-mv-sub--plan {
  background-image: url(../img/plan/mv.jpg);
}
.plan .c-mv-sub .c-mv-sub-ttl .ttl-jp {
  transform: none;
}
.plan .price-souzoku {
  margin-top: -10px;
  padding-top: 0;
}
.plan .price-souzoku__txt {
  margin-top: 0;
  font-size: 20px;
  text-align: center;
  transform: translateX(9px);
}
.plan .price-souzoku__txt span {
  letter-spacing: 0.05em;
}
.plan .price-souzoku__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 51px 40px;
}
.plan .price-souzoku__item {
  max-width: 580px;
}
.plan .price-recommend {
  margin-top: 71px;
  padding: 54px 0 72px;
  background-position-y: 95%;
}
.plan .price-recommend__support {
  margin: 40px 6px 0;
}
.plan .price-recommend__list {
  justify-content: center;
  align-items: center;
}
.plan .price-recommend__item {
  width: 220px;
  height: 220px;
}
.plan .price-recommend__item:nth-child(1) .item-inner .item-ttl {
  margin-bottom: 13px;
}
.plan .price-recommend__item:nth-child(2) .item-inner .item-ttl {
  margin-bottom: 30px;
}
.plan .price-recommend__item:nth-child(3) .item-inner .item-ttl {
  margin-bottom: 30px;
}
.plan .price-recommend__item:nth-child(4) .item-inner .item-ttl {
  margin-bottom: 13px;
}
.plan .price-recommend__item:last-child .item-inner .item-ttl {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 18px;
  padding: 0;
}
.plan .price-recommend .item-inner .item-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.plan .price-recommend .item-inner .item-icon--01 {
  margin-bottom: 15px;
}
.plan .price-recommend .item-inner .item-icon--01 svg {
  width: 38px;
  fill: #3bb077;
}
.plan .price-recommend .item-inner .item-icon--02 {
  margin-bottom: 28px;
  padding-left: 10px;
}
.plan .price-recommend .item-inner .item-icon--02 img {
  width: 50px;
}
.plan .price-recommend .item-inner .item-icon--03 {
  margin-bottom: 28px;
}
.plan .price-recommend .item-inner .item-icon--03 svg {
  width: 40px;
  fill: #00645a;
}
.plan .price-recommend .item-inner .item-icon--04 {
  margin-bottom: 17px;
}
.plan .price-recommend .item-inner .item-icon--04 img {
  width: 50px;
}
.plan .price-recommend .item-inner .item-icon--05 {
  margin-bottom: 15px;
}
.plan .price-recommend .item-inner .item-icon--05 svg {
  width: 40px;
}
.plan .price-recommend .item-inner .item-icon--05 svg .fa-secondary {
  fill: #3bb077;
  opacity: 1;
}
.plan .price-recommend .item-inner .item-icon--05 svg .fa-primary {
  fill: #00645a;
}
.plan .c-speedpack {
  margin-top: 70px;
  padding-bottom: 39px;
}
.plan .price-fee {
  margin: 77px 0 0;
}
.plan .price-fee__txt {
  margin-top: 21px;
  text-align: center;
  letter-spacing: 0;
}
.plan .price-fee .top-plan-cont__flow {
  margin: 65px 0 54px;
}
.plan .price-fee-scroll {
  padding-top: 72px;
  margin-top: -72px;
}
.plan .price-fee-table {
  padding-bottom: 85px;
}
.plan .price-fee-table__wrap + .plan .price-fee-table__wrap {
  margin-top: 60px;
}
.plan .price-fee-table__ttl {
  position: relative;
  padding-bottom: 17px;
  text-align: center;
}
.plan .price-fee-table__ttl span {
  font-weight: 700;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 0.02em;
}
.plan .price-fee-table__ttl::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #3bb077;
}
.plan .price-fee-table__txt {
  margin-top: 27px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.plan .price-fee-table .c-table {
  margin-top: 40px;
}
.plan .price-fee-table .c-table table thead tr th {
  padding: 13px 0;
}
.plan .price-fee-table .c-table table tbody tr th,
.plan .price-fee-table .c-table table tbody tr td {
  padding: 16.75px 22px;
}
.plan .price-fee-table .c-table__txt {
  margin: 17px 0 -3px;
}
.plan .price-fee-table .c-table__txt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  position: relative;
  padding-left: 1em;
}
.plan .price-fee-table .c-table__txt p::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* ニーズに合わせた2つのサポートプラン
-----------------------------------------------------------------*/
.plan-support {
  margin-top: 57px;
}

.plan-support-ttl {
  text-align: center;
}
.plan-support-ttl__sub span {
  position: relative;
  display: inline-block;
  font: 500 24px/1.2083333333 "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.02em;
  color: #3bb077;
}
.plan-support-ttl__sub span::before, .plan-support-ttl__sub span::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 27px;
  top: 4px;
}
.plan-support-ttl__sub span::before {
  left: -43px;
  background: url(../img/plan/fee-subttl-l.png) center/cover no-repeat;
}
.plan-support-ttl__sub span::after {
  width: 19px;
  right: -43px;
  background: url(../img/plan/fee-subttl-r.png) center/cover no-repeat;
}
.plan-support-ttl__main {
  display: inline-block;
  font: 700 48px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  background: linear-gradient(transparent 75%, #fffbb2 75%, #fffbb2 90%, transparent 90%);
}
.plan-support-ttl__main strong {
  font-family: "Lato", sans-serif;
  color: #ff9933;
}
.plan-support-ttl__main .num {
  font-size: 58px;
}

.plan-support-head {
  margin-top: 57px;
  background: #eff9f7;
}
.plan-support-head__list {
  padding: 52px 0 48px;
  display: flex;
  justify-content: center;
  gap: 20px 3.6666666667%;
}
.plan-support-head__item {
  position: relative;
  width: 370px;
  padding: 39px 35px 34px;
  border: 5px solid #3bb077;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}
.plan-support-head__item::before {
  position: absolute;
  content: "";
  width: 115px;
  height: 18px;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/top/plan-clip.png) center/cover no-repeat;
}
.plan-support-head__item-balloon {
  position: absolute;
  top: -81px;
  left: 50%;
  transform: translateX(-50%);
  font: 700 20px/1.5 "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.02em;
  color: #fff;
  background: #ff9933;
  border-radius: 25px;
  padding: 10px 13px 10px 25px;
}
.plan-support-head__item-balloon::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff9933;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%);
          clip-path: polygon(0 0, 100% 0, 50% 50%);
}
.plan-support-head__item-ttl {
  position: relative;
  display: inline-block;
  font: 500 24px/1.5 "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  padding-bottom: 21px;
}
.plan-support-head__item-ttl::before {
  position: absolute;
  content: "";
  width: calc(100% + 10px);
  height: 10px;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  background: #fffbb2;
}
.plan-support-head__item-ttl::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #3bb077;
}
.plan-support-head__item-ttl span {
  position: relative;
}
.plan-support-head__item-txt {
  padding-top: 20px;
  font: 400 16px/2 "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  text-align: left;
}

.plan-support-table {
  width: 100%;
  position: relative;
  padding-top: 88px;
}
.plan-support-table__wrapper {
  position: relative;
  width: 100%;
}
.plan-support-table__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.plan-support-table__row:not(:first-of-type) {
  border-bottom: 1px solid #cccccc;
}
.plan-support-table__row:nth-of-type(2n+1) {
  background: #fafafa;
}
.plan-support-table__cell {
  font-size: 18px;
}
.plan-support-table__cell:nth-of-type(2n) {
  border-left: 1px solid #cccccc;
}
.plan-support-table__cell--head01 {
  background: #319973;
  color: #fff;
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 1.8;
  text-align: center;
  padding: 17px 10px;
}
.plan-support-table__cell--head01:last-of-type {
  padding: 3px 10px 0;
}
.plan-support-table__cell--head01 span {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  z-index: 1;
}
.plan-support-table__cell--head02 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 31px 0 33px 39px;
  position: relative;
}
.plan-support-table__cell--head02 .caution {
  display: inline-block;
  font-size: 13px;
  color: #319973;
  transform: translate(-1px, -5px);
}
.plan-support-table__cell--data {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  padding: 8px;
}
.plan-support-table__list li {
  position: relative;
  padding-left: 10px;
  font-weight: 500;
  letter-spacing: 0;
}
.plan-support-table__list li::before {
  position: absolute;
  content: "";
  top: 15px;
  left: -1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #319973;
}
.plan-support-table__recommend-list li {
  position: relative;
  padding-left: 10px;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
}
.plan-support-table__recommend-list li::before {
  position: absolute;
  content: "";
  top: 18px;
  left: -1px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff9933;
}
.plan-support-table__price {
  font-size: 20px;
  color: #3bb077;
  transform: translateY(-3px);
}
.plan-support-table__price-num {
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-weight: 700;
  vertical-align: -2px;
}
.plan-support-table__recommend-price {
  font-size: 20px;
  color: #ff9933;
  transform: translateY(-3px);
}
.plan-support-table__recommend-price-num {
  font-family: "Lato", sans-serif;
  font-size: 42px;
  font-weight: 700;
  vertical-align: -2px;
}
.plan-support-table__circle img {
  width: 36px;
}
.plan-support-table__recommend-circle img {
  width: 42px;
}
.plan-support-table__cross img {
  width: 29px;
}
.plan-support-table__cross-txt {
  padding-top: 11px;
  font: 500 14px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  color: #666666;
}
.plan-support-table__triangle img {
  width: 38px;
}
.plan-support-table__triangle-txt {
  padding-top: 11px;
  font: 500 15px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  color: #666666;
}
.plan-support-table__txt {
  padding-top: 17px;
  font: 400 14px/1.8571428571 "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.02em;
  color: #202929;
}

.plan-support-table-frame {
  position: absolute;
  width: 33.3334%;
  top: 0;
  right: 0;
  bottom: -4px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 4px 100%, 4px calc(100% - 4px), calc(100% - 4px) calc(100% - 4px), calc(100% - 4px) 158px, 4px 158px, 4px 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 4px 100%, 4px calc(100% - 4px), calc(100% - 4px) calc(100% - 4px), calc(100% - 4px) 158px, 4px 158px, 4px 100%, 0 100%);
  padding-top: 58px;
}
.plan-support-table-frame__inner {
  height: 100%;
  background: url("../img/plan/plan-support-table-frame-bg.png") top left/40px;
  border-radius: 15px 15px 0 0;
}

/* プラン2 料金表 
-----------------------------------------------------------------*/
.plan .top-plan-cont__accord.accord01 {
  margin-top: 53px;
}
.plan .top-plan-cont__accord.accord01 .top-plan-cont__accord-btn {
  margin-bottom: 30px;
  padding: 21px 40px;
}
.plan .top-plan-cont__accord.accord01 .top-plan-cont__accord-btn::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 6px solid #ff932f;
  box-sizing: border-box;
  margin-right: 17px;
}
.plan .c-table table thead tr th {
  font-weight: 400;
}

/* 相続発生後に必要な手続き
-----------------------------------------------------------------*/
.plan-process {
  margin: 48px 0 98px;
}
.plan-process__wrap {
  border-radius: 20px;
  border: 4px solid #3bb077;
  position: relative;
  z-index: 0;
  transition: all 0.2s;
}
.plan-process__wrap::after {
  content: "";
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  display: block;
}
.plan-process__wrap:not(:has(.plan-process-btn.active))::before {
  content: "";
  width: 100%;
  height: 30%;
  display: block;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 24px 24px;
  z-index: 1;
}
.plan-process__wrap:not(:has(.plan-process-btn.active)) .plan-process-table {
  position: absolute;
}
.plan-process__wrap:not(:has(.plan-process-btn.active)) .plan-process-table__wrapper {
  height: 715px;
}
.plan-process__ttl {
  border-radius: 14px 14px 0 0;
  background: #3bb077;
  text-align: center;
  padding: 4px 0 8px;
}
.plan-process__ttl span {
  position: relative;
  display: inline-block;
  font: 700 32px/2 "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.03em;
  color: #fff;
  transform: translateX(5px);
}
.plan-process__ttl span strong {
  color: #fff200;
}
.plan-process__ttl span::before {
  position: absolute;
  content: "";
  top: -34px;
  left: -114px;
  width: 66px;
  height: 120px;
  background: url(../img/reason/item01-chara01.png) center/cover no-repeat;
}
.plan-process__ttl span::after {
  position: absolute;
  content: "";
  top: -36px;
  right: -105px;
  width: 81px;
  height: 122px;
  background: url(../img/reason/item01-chara02.png) center/cover no-repeat;
}

.plan-process-table {
  height: auto;
  padding: 66px 50px 60px 42px;
  position: relative;
  top: 0;
  left: 0;
}
.plan-process-table__wrapper {
  height: auto;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
}
.plan-process-table__balloon {
  position: absolute;
  top: 13px;
  left: 185px;
  font: 500 18px "Zen Kaku Gothic New", sans-serif;
  color: #202929;
  background: #fff200;
  border-radius: 5px;
  width: 110px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan-process-table__balloon::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 21px;
  height: 21px;
  background: #fff200;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.plan-process-table__row {
  display: grid;
  grid-template-columns: 240px 1fr;
}
.plan-process-table__row + .plan-process-table__row {
  padding-top: 30px;
}
.plan-process-table__row:nth-of-type(1) .plan-process-table__cont-icon svg {
  width: 18px;
}
.plan-process-table__row:nth-of-type(2) .plan-process-table__cont {
  padding-bottom: 30px;
}
.plan-process-table__row:nth-of-type(2) .plan-process-table__cont-icon svg {
  width: 26px;
}
.plan-process-table__row:nth-of-type(3) .plan-process-table__cont {
  padding-bottom: 26px;
}
.plan-process-table__row:nth-of-type(3) .plan-process-table__cont-icon svg {
  width: 22px;
}
.plan-process-table__row:nth-of-type(3) .plan-process-table__deadline {
  letter-spacing: 0;
  padding-bottom: 0;
}
.plan-process-table__row:nth-of-type(4) .plan-process-table__cont {
  padding-top: 17px;
  padding-bottom: 13px;
}
.plan-process-table__row:nth-of-type(4) .plan-process-table__cont-icon svg {
  width: 24px;
}
.plan-process-table__row:nth-of-type(4) .plan-process-table__cont, .plan-process-table__row:nth-of-type(5) .plan-process-table__cont, .plan-process-table__row:nth-of-type(7) .plan-process-table__cont, .plan-process-table__row:nth-of-type(8) .plan-process-table__cont {
  padding-top: 17px;
  padding-bottom: 13px;
}
.plan-process-table__row:nth-of-type(4) .plan-process-table__cont-icon svg, .plan-process-table__row:nth-of-type(5) .plan-process-table__cont-icon svg, .plan-process-table__row:nth-of-type(7) .plan-process-table__cont-icon svg, .plan-process-table__row:nth-of-type(8) .plan-process-table__cont-icon svg {
  width: 24px;
}
.plan-process-table__deadline {
  flex: 0 0 232px;
  display: flex;
  align-items: center;
  padding: 0 70px 12px 0;
  position: relative;
  z-index: 0;
}
.plan-process-table__deadline::before {
  content: "";
  width: 6px;
  height: 100vh;
  background: #fff;
  position: absolute;
  top: calc(50% + 14px);
  right: 39px;
  z-index: 0;
}
.plan-process-table__deadline::after {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  border: 6px solid #ff9933;
  border-radius: 50%;
  box-sizing: border-box;
  outline: 5px solid #fff;
  position: absolute;
  top: calc(50% - 1px);
  right: 30px;
  transform: translateY(-50%);
  z-index: 1;
}
.plan-process-table__deadline:not(.plan-process-table__row:first-of-type .plan-process-table__deadline) {
  padding: 0 70px 10px 0;
}
.plan-process-table__deadline:not(.plan-process-table__row:first-of-type .plan-process-table__deadline)::after {
  top: 50%;
}
.plan-process-table__deadline:not(.plan-process-table__row:last-child .plan-process-table__deadline)::before {
  background: radial-gradient(circle at center, #202929 0%, #202929 25%, #fff 25%, #fff 100%) 0 0/6px 9px repeat-y;
}
.plan-process-table__deadline-txt {
  width: 100%;
  margin: auto 0;
  font: 700 20px/1.5 "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.06em;
  color: #3bb077;
  text-align: right;
}
.plan-process-table__deadline-txt span {
  font-size: 28px;
}
.plan-process-table__cont {
  position: relative;
  width: 100%;
  max-width: 860px;
  min-height: 80px;
  background: #eff9f7;
  padding: 27px 20px 28px;
}
.plan-process-table__cont-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 6px 0 rgba(59, 176, 119, 0.5);
}
.plan-process-table__cont-icon svg,
.plan-process-table__cont-icon path {
  width: 18px;
  fill: #3bb077;
  opacity: 1;
}
.plan-process-table__cont-list {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 13px;
  margin-left: 17.0731707317%;
}
.plan-process-table__cont-list:has(.plan-process-table__cont-item:nth-child(2)) > li {
  width: 44.1176470588%;
}
.plan-process-table__cont-item {
  width: 100%;
  font: 500 17px "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.03em;
  position: relative;
}
.plan-process-table__cont-item strong {
  color: #3bb077;
}
.plan-process-table__cont-item p {
  padding-left: 15px;
}
.plan-process-table__cont-item p > span {
  font-size: 14px;
}
.plan-process-table__cont-item p::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #319973;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.plan-process-btn {
  width: 280px;
  height: 50px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  z-index: 1;
  cursor: pointer;
}
.plan-process-btn > * {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #ff9933;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 60px;
  box-shadow: 0 4px 0 0 #d5812c;
  transition: all 0.3s ease;
}
.plan-process-btn > *::after {
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 19px;
  content: " ";
  width: 28px;
  height: 28px;
  background: url("../img/plan/under-arrow.png") no-repeat;
  background-size: 100%;
  margin: auto;
}
.plan-process-btn.active > *::after {
  transform: rotate(-180deg);
}
.plan-process-btn:active {
  transform: translateX(-50%) translateY(4px);
}
.plan-process-btn:active span {
  box-shadow: 0 0 0 0 #d5812c;
}

/* 相続税申告プランの参考例
-----------------------------------------------------------------*/
.price-case {
  padding: 157px 0 195px;
  background: #eff9f7;
}
.price-case .c-ttl1-en {
  margin-bottom: 20px;
}
.price-case .c-ttl1-jp {
  letter-spacing: 0;
}
.price-case__txt {
  margin-top: 39px;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0;
}
.price-case__bnr {
  margin-top: 70px;
}

.price-case-list {
  margin-top: 51px;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 44px;
       column-gap: 44px;
}

.price-case-item {
  position: relative;
  width: 30.8333333333%;
  display: flex;
  flex-direction: column;
}
.price-case-item::before {
  content: "+";
  font-size: 28px;
  font-weight: 500;
  color: #3bb077;
  position: absolute;
  top: 50%;
  right: calc(-1em - 8px);
  transform: translateY(-50%);
}
.price-case-item:last-child::before {
  content: none;
}
.price-case-item__icon {
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 3px solid #3bb077;
  border-radius: 50%;
  position: absolute;
  top: -23px;
  left: calc(50% - 3px);
  transform: translateX(-50%);
}
.price-case-item__icon svg {
  -o-object-fit: cover;
     object-fit: cover;
  fill: #3bb077;
}
.price-case-item__icon--01 svg {
  width: 26px;
}
.price-case-item__icon--01 svg .fa-secondary {
  opacity: 1;
}
.price-case-item__icon--02 svg {
  width: 20px;
}
.price-case-item__icon--03 svg {
  width: 19px;
}
.price-case-item__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 10px 19px;
  background: #3bb077;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
  color: #FFF;
  text-align: center;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.price-case-item__main {
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100%;
  padding: 15px;
  background: #FFF;
  border-radius: 0 0 10px 10px;
  flex: 1;
}
.price-case-item__txt {
  margin-top: 22px;
  font-weight: 400;
  font-size: 17px;
  line-height: 2.1176470588;
  padding: 2px 10px;
  width: 100%;
  max-width: 290px;
  background: #f7f7f7;
  text-align: center;
}
.price-case-item__price {
  margin-top: 14px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #3bb077;
  text-align: center;
}
.price-case-item__price .num {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 0.04em;
  margin-left: 10px;
}
.price-case-item__price .tax {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.06em;
  margin: 10px 0 0 7px;
}
.price-case-item--small .price-case-item__txt {
  margin-top: 0;
  width: 100%;
}
.price-case-item--small .price-case-item__price {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.price-case-item--small .price-case-item__price + .price-case-item__txt {
  margin-top: 7px;
}

.price-case-sum {
  margin-top: 88px;
  padding: 29px 0 33px;
  background: #fff4d2;
  position: relative;
}
.price-case-sum::after {
  content: "＝";
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #3bb077;
  position: absolute;
  top: -73px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.price-case-sum__ttl {
  width: 80px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff9933;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  border-radius: 25px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.price-case-sum__content {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.price-case-sum__content::before {
  content: "";
  width: 76px;
  height: 148px;
  display: block;
  background: url(../img/price/case-illust01.png) center/cover no-repeat;
  position: absolute;
  top: calc(50% - 13px);
  left: 10px;
}
.price-case-sum__content::after {
  content: "";
  width: 102px;
  height: 154px;
  display: block;
  background: url(../img/price/case-illust02.png) center/cover no-repeat;
  position: absolute;
  top: calc(50% - 16px);
  right: 0;
}
.price-case-sum__price {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 5px, #fff200 5px, #fff200 15px, rgba(0, 0, 0, 0) 15px);
  font: 700 52px "Lato", sans-serif;
  color: #ff9933;
  letter-spacing: 1.5px;
}
.price-case-sum__price span {
  font: 500 24px "Zen Kaku Gothic New", sans-serif;
}
.price-case-sum__tax {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.price-bnr {
  margin-top: 71px;
}
.price-bnr__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 36px;
}

.price-bnr-item {
  width: 100%;
  max-width: 580px;
  height: 200px;
  padding: 38px 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  border: 3px solid #3bb077;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: 0.2s;
}
.price-bnr-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.price-bnr-item:hover {
  text-shadow: 0px 0px 2px #000;
}
.price-bnr-item:hover::before {
  opacity: 0;
}
.price-bnr-item__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.price-bnr-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.price-bnr-item__subttl {
  position: relative;
  margin-bottom: 15px;
  font-family: "Lato", sans-serif;
  line-height: 1;
  letter-spacing: 2px;
}
.price-bnr-item__ttl {
  position: relative;
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 1;
}
.price-bnr-item__txt {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
}
.price-bnr-item__txt .txt-yellow {
  color: #fff200;
}
.price-bnr-item__txt .txt-en {
  font-size: 28px;
  font-family: "Lato", sans-serif;
  padding-left: 7px;
}
.price-bnr-item--voice .price-bnr-item__ttl {
  margin-bottom: 23px;
}

.price .top-omakase-support {
  margin-top: 61px;
}
.price .c-bottom-sec {
  margin-top: 145px;
}

.price-bottom {
  margin-top: 140px;
}
.price-bottom .c-bottom-sec {
  padding-top: 65px;
}
.price-bottom .c-bottom-sec-img {
  height: auto;
}
.price-bottom .c-bottom-sec-cont {
  width: 100%;
  max-width: 50%;
  margin-left: calc(50% + 23px);
}
.price-bottom .c-bottom-sec-cont__ttl {
  margin-bottom: 17px;
}
.price-bottom .c-bottom-sec-cont__txt {
  margin: 0 0 60px;
  padding-right: 0;
}

.plan-flow {
  background: #eff9f7;
  padding-bottom: 185px;
}
.plan-flow__ttl {
  margin-bottom: 50px;
  padding-top: 84px;
  text-align: center;
  position: relative;
}
.plan-flow__ttl .c-ttl1 {
  padding-top: 74px;
}
.plan-flow__ttl .c-ttl1-back {
  color: #fff;
  top: 0;
  opacity: 1;
}
.plan-flow__subttl {
  padding: 15px 14px;
  background: #fff200;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #202929;
  border-radius: 5px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.plan-flow__subttl::after {
  content: "";
  display: inline-block;
  border-top: 10px solid #fff200;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.plan-flow__subttl span {
  color: #ff9933;
}
.plan-flow__content {
  display: block;
  margin-bottom: 85px;
}
.plan-flow__list {
  counter-reset: num 0;
}
.plan-flow__item {
  display: grid;
  grid-template-columns: 196px 1fr;
  -moz-column-gap: 41px;
       column-gap: 41px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 33px 42px 41px;
  padding: 32.5px 42px 30px;
  background: #fff;
  border: 6px solid #daf2e7;
  border-radius: 20px;
  position: relative;
  transform: translateX(4px);
}
.plan-flow__item::before {
  counter-increment: num 1;
  content: counter(num, decimal-leading-zero);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 700 24px "Lato", sans-serif;
  line-height: 1;
  color: #ff9933;
  background: #fff200;
  border-radius: 50% 50% 0 50%;
  position: absolute;
  top: -16px;
  left: -15px;
}
.plan-flow__item::after {
  content: "";
  width: 28px;
  height: 18px;
  display: inline-block;
  background: url(../img/soudan/arrow-bottom.png) center/cover no-repeat;
  position: absolute;
  bottom: -41px;
  left: calc(50% - 4px);
  transform: translateX(-50%);
}
.plan-flow__item:nth-child(1) {
  -moz-column-gap: 32px;
       column-gap: 32px;
  padding: 30.5px 42px;
}
.plan-flow__item:nth-child(1) .plan-flow__desc {
  padding-top: 4px;
}
.plan-flow__item:nth-child(4) {
  padding-bottom: 41px;
}
.plan-flow__item:last-child::after {
  content: none;
}
.plan-flow__item + .plan-flow__item {
  margin-top: 50px;
}
.plan-flow__picture {
  grid-column: 1;
  grid-row: 1/3;
}
.plan-flow__picture-img {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  border: 3px solid #3bb077;
  overflow: hidden;
}
.plan-flow__picture-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan-flow__item-ttl {
  font-size: 32px;
  font-weight: 700;
  color: #3bb077;
  line-height: 1.5;
}
.plan-flow__desc {
  font-size: 18px;
  line-height: 2;
}
.plan-flow__txt {
  font-size: 18px;
  font-feature-settings: "palt";
  line-height: 2;
  color: #202929;
}
.plan-flow__txt a {
  color: #3BB077;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: 0.2s;
}

.plan-flow-note {
  max-width: 770px;
  margin: 43px auto 0;
  padding: 40px 25px 20px;
  background: #f7f7f7;
  position: relative;
}
.plan-flow-note__ttl {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 11px 18px 12px;
  background: #3bb077;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.plan-flow-note__ttl::after {
  content: "";
  display: inline-block;
  border-top: 8px solid #3bb077;
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.plan-flow-note__list {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.plan-flow-note__list li {
  padding-left: 1em;
  font-size: 18px;
  line-height: 2;
  position: relative;
}
.plan-flow-note__list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #3bb077;
  border-radius: 50%;
  position: absolute;
  top: 16.5px;
  left: 0;
}
.plan-flow-note__txt {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  text-align: center;
}

.plan-flow-bnr {
  display: grid;
  grid-template-columns: 1fr 48%;
  max-width: 770px;
  margin: 31px auto 0;
  background: #fff;
  border: 20px solid #eff9f7;
}
.plan-flow-bnr__content {
  padding: 19px 16px 29px;
  text-align: center;
  position: relative;
}
.plan-flow-bnr__content--tel::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 154px;
  background-image: linear-gradient(to bottom, #b2b2b2 2px, transparent 2px);
  background-size: 2px 6.1px;
  background-repeat: repeat-y;
  background-position: left top;
  position: absolute;
  top: calc(50% + 2px);
  right: 2px;
  transform: translateY(-50%);
}
.plan-flow-bnr__subttl {
  width: 220px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 0.5em;
  background: #fff200;
  font-size: 18px;
  font-weight: 500;
  color: #00645a;
  border-radius: 20px;
}
.plan-flow-bnr__ttl {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
}
.plan-flow-bnr__btn {
  margin: 8px auto 0;
  width: 100%;
  max-width: 300px;
}
.plan-flow-bnr__btn a {
  padding: 0 52px 3px 34px;
  white-space: nowrap;
}
.plan-flow-bnr__btn a::after {
  right: 19px;
}
.plan-flow-bnr__btn-sp {
  max-width: 81px;
  margin: 5px auto 0;
  padding: 22px 3px 6px;
  font-size: 12px;
  line-height: 1.1;
  background: #ff9933;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 0 #d5812c;
  position: relative;
}
.plan-flow-bnr__btn-sp::before {
  content: "";
  width: 16px;
  height: 11px;
  background: #fff;
  -webkit-mask: url(../img/common/envelope.svg) center/cover no-repeat;
          mask: url(../img/common/envelope.svg) center/cover no-repeat;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.plan-flow-tel {
  margin-top: 1px;
}
.plan-flow-tel__number {
  padding-left: 58px;
  font: 600 40px "Lato", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
  position: relative;
}
.plan-flow-tel__number::before {
  content: "";
  width: 52px;
  height: 29px;
  background: url(../img/soudan/tel.png) center/cover no-repeat;
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  transform: translateY(-50%);
}
.plan-flow-tel__txt {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.059em;
}
.plan-flow-tel__txt-time {
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 751px){
  .plan .price-recommend__list {
    gap: 23px;
  }
}
@media screen and (min-width: 960px){
  .plan .c-mv-sub .c-mv-sub-ttl .ttl-jp {
    font-size: 42px;
    line-height: 1.3333333333;
    letter-spacing: 0.02em;
  }
  .plan .c-mv-sub .c-mv-sub-ttl .ttl-en {
    transform: translate(0px, 11px);
  }
  .plan .price-recommend__item:nth-child(4) .item-inner .item-ttl {
    font-size: 20px;
    line-height: 1.5;
  }
  .plan .price-recommend .item-inner .item-ttl {
    font-size: 21px;
    line-height: 1.4285714286;
  }
  .plan .c-speedpack__subttl {
    font-weight: 700;
    letter-spacing: 0.01em;
  }
  .plan .c-speedpack__ttl {
    font-size: 36px;
    line-height: 1.3333333333;
  }
  .plan .c-speedpack__txt {
    margin-top: 25px;
    line-height: 1.8888888889;
  }
  .plan .price-fee .top-plan-cont__flow-wrap .flow-wrap-item__icon.icon01 img {
    width: 36px;
    top: -3px;
    right: -1px;
  }
  .plan .price-fee .top-plan-cont__flow-wrap .flow-wrap-item__icon.icon03 img {
    width: 27px;
    top: -2px;
  }
  .plan .price-fee .top-plan-cont__flow-wrap .flow-wrap-item__num {
    padding-left: 0;
  }
  .plan .price-fee-table .c-table table tbody tr:last-child th {
    padding: 0;
  }
  .plan .soudan-bottom__plan .c-bnr-ttl-jp {
    font-size: 40px;
    white-space: nowrap;
  }
  .plan .top-plan-cont__accord.accord01 .top-plan-cont__accord-btn {
    font-size: 24px;
  }
  .price-case__bnr .c-bnr-ttl-jp {
    margin-bottom: 13px;
  }
  .price-case-item--small .price-case-item__price .num {
    font-size: 40px;
    margin-left: 17px;
    transform: translateY(-3px);
  }
  .price-case-item--small .price-case-item__price .tax {
    font-size: 16px;
    margin: 0;
    transform: translateX(-6px);
  }
  .price-case-sum__content::before {
    transform: translateY(-50%);
  }
  .price-case-sum__content::after {
    transform: translateY(-50%);
  }
  .price-bottom .c-bottom-sec {
    aspect-ratio: 1700/635;
    padding-bottom: 130px;
  }
  .price-bottom .c-bottom-sec-cont__ttl {
    font-size: 40px;
    line-height: 1.5;
  }
  .plan-flow__ttl .c-ttl1-en {
    margin-bottom: 25px;
  }
  .plan-flow__ttl .c-ttl1-en::before {
    top: -88px;
  }
  .plan-flow__ttl .c-ttl1-jp {
    font-size: 42px;
    font-feature-settings: "palt";
    letter-spacing: 0;
  }
  .plan-flow__item:nth-child(1) .plan-flow__item-ttl {
    padding-top: 3px;
  }
  .plan-flow__item:nth-child(1) .plan-flow__txt {
    padding-left: 3px;
  }
  .plan-flow__item:nth-child(3) .plan-flow__desc {
    padding-top: 18px;
  }
  .plan-flow__item-ttl {
    padding-top: 3px;
  }
  .plan-flow__desc {
    padding-top: 2px;
  }
  .plan-flow__txt a:hover {
    opacity: 0.8;
  }
  .plan-flow-bnr__subttl {
    transform: translateX(-4px);
  }
  .plan-flow-tel__txt {
    padding-right: 5px;
  }
  .plan-flow-tel__txt-time {
    padding-left: 1px;
  }
}
@media screen and (min-width: 1701px){
  .price-bottom .c-bottom-sec-img {
    width: calc(50% - 109px);
  }
}
@media screen and (max-width: 1700px) and (min-width: 751px){
  .price-bottom .c-bottom-sec {
    padding: 3.8235294118vw 0 7.6470588235vw;
  }
  .price-bottom .c-bottom-sec-img {
    max-width: 47.0588235294vw;
    top: -2.3529411765vw;
  }
}
@media screen and (max-width: 1700px) and (min-width: 960px){
  .plan-flow-bnr__content--tel::before {
    height: 9.0588235294vw;
  }
  .plan-flow-bnr__subttl {
    width: 12.9411764706vw;
    height: 2.3529411765vw;
    font-size: 1.0588235294vw;
  }
  .plan-flow-bnr__ttl {
    margin-top: 0.4705882353vw;
    font-size: 1.0588235294vw;
  }
  .plan-flow-bnr__btn {
    margin-top: 0.4705882353vw;
    max-width: 17.6470588235vw;
    height: 3.5294117647vw;
  }
  .plan-flow-bnr__btn a {
    padding: 0 3.0588235294vw 0.1764705882vw 2vw;
    font-size: 1.2352941176vw;
  }
  .plan-flow-bnr__btn a::after {
    width: 1.6470588235vw;
    height: 1.6470588235vw;
    right: 1.1176470588vw;
  }
  .plan-flow-tel__number {
    padding-left: 3.4117647059vw;
    font-size: 2.3529411765vw;
  }
  .plan-flow-tel__number::before {
    width: 3.0588235294vw;
    height: 1.7058823529vw;
  }
  .plan-flow-tel__txt {
    margin-top: 0.2941176471vw;
    font-size: 0.9411764706vw;
  }
}
@media screen and (max-width: 1200px){
  .plan .price-recommend__list {
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px){
  .price-bottom .c-bottom-sec-cont__ttl .tb-none {
    display: none;
  }
}
@media (max-width: 1199px){
  .plan .price-recommend__item:last-child .item-inner .item-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px){
  .plan .price-souzoku__list {
    gap: 40px 20px;
  }
  .plan .price-recommend__item:last-child .item-inner .item-ttl {
    font-size: 17px;
  }
  .plan .price-recommend .item-inner .item-icon {
    height: unset;
  }
  .plan .price-recommend .item-inner .item-icon--01 svg {
    width: 45px;
  }
  .plan .price-recommend .item-inner .item-icon--03 svg {
    width: 30px;
  }
  .plan .price-recommend .item-inner .item-icon--05 svg {
    width: 30px;
  }
  .plan-support-table__cell {
    font-size: 16px;
  }
  .plan-support-table__cell--head01 {
    font-size: 16px;
  }
  .plan-support-table__cell--head02 {
    font-size: 16px;
    padding-left: 30px;
  }
  .plan-support-table__recommend-list li {
    font-size: 18px;
  }
  .plan-support-table-frame {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 4px 100%, 4px calc(100% - 4px), calc(100% - 4px) calc(100% - 4px), calc(100% - 4px) 151px, 4px 151px, 4px 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 4px 100%, 4px calc(100% - 4px), calc(100% - 4px) calc(100% - 4px), calc(100% - 4px) 151px, 4px 151px, 4px 100%, 0 100%);
  }
  .plan-process-table {
    padding: 66px 20px 60px;
  }
  .plan-process-table__balloon {
    left: 17%;
  }
  .plan-process-table__row {
    grid-template-columns: 220px 1fr;
  }
  .plan-process-table__deadline-txt {
    font-size: 16px;
  }
  .plan-process-table__deadline-txt span {
    font-size: 20px;
  }
  .plan-process-table__cont-item {
    font-size: 15px;
  }
  .price-case-item__icon {
    left: 50%;
  }
  .price-case-item__ttl {
    font-size: 18px;
  }
  .price-case-item__price .num {
    font-size: 34px;
  }
  .price-bottom .c-bottom-sec-cont__ttl {
    font-size: 21px;
  }
  .price-bottom .c-bottom-sec-cont__txt {
    font-size: 15px;
  }
  .plan-flow__item {
    grid-template-columns: 106px 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .plan-flow__item:nth-child(1) {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .plan-flow__picture {
    grid-row: 1/1;
  }
  .plan-flow__picture-img {
    width: 106px;
    height: 106px;
  }
  .plan-flow__item-ttl {
    display: flex;
    align-items: center;
  }
  .plan-flow__desc {
    grid-column: 1/3;
    padding-top: 9px;
  }
  .plan-flow-bnr__content {
    padding: 15px 10px 22px;
  }
  .plan-flow-bnr__btn {
    max-width: 295px;
    height: 50px;
  }
  .plan-flow-bnr__btn a {
    font-size: 16px;
  }
  .plan-flow-bnr__btn a::after {
    width: 23px;
    height: 23px;
  }
  .plan-flow-tel__number {
    padding-left: 55px;
    font-size: 30px;
  }
  .plan-flow-tel__number::before {
    width: 47px;
    height: 24px;
  }
}
@media screen and (max-width: 750px){
  .plan .price-souzoku {
    margin-top: 0;
  }
  .plan .price-souzoku__txt {
    transform: none;
  }
  .plan .price-souzoku__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .plan .price-recommend {
    margin-top: 60px;
    padding: 50px 0;
  }
  .plan .price-recommend__support {
    margin: 25px 0;
  }
  .plan .price-recommend__list {
    width: 60%;
    padding: 0;
    margin: 0 auto;
  }
  .plan .price-recommend__item {
    max-width: 159px;
    height: 159px;
    margin-bottom: 10px;
  }
  .plan .price-recommend__item:nth-child(1) .item-inner .item-ttl {
    margin-bottom: 6px;
  }
  .plan .price-recommend__item:nth-child(2) .item-inner .item-ttl {
    margin-bottom: 6px;
  }
  .plan .price-recommend__item:nth-child(3) .item-inner .item-ttl {
    margin-bottom: 6px;
  }
  .plan .price-recommend__item:nth-child(4) .item-inner .item-ttl {
    margin-bottom: 6px;
  }
  .plan .price-recommend__item:last-child .item-inner .item-ttl {
    font-size: 16.5px;
  }
  .plan .price-recommend .item-inner .item-icon--01 {
    top: 4px;
    padding-left: 0;
    margin-bottom: 15px;
  }
  .plan .price-recommend .item-inner .item-icon--02 {
    top: 3px;
    padding-left: 0;
    margin-bottom: 14px;
  }
  .plan .price-recommend .item-inner .item-icon--03 {
    top: 5px;
    margin-bottom: 14px;
  }
  .plan .price-recommend .item-inner .item-icon--04 {
    top: 10px;
    margin-bottom: 17px;
  }
  .plan .price-recommend .item-inner .item-icon--05 {
    top: 10px;
    margin-bottom: 10px;
  }
  .plan .c-speedpack {
    padding: 40px 50px 35px;
  }
  .plan .price-fee {
    margin: 40px 0 0;
  }
  .plan .price-fee .top-plan-cont__flow {
    margin: 35px 0 25px;
  }
  .plan .price-fee-scroll {
    padding-top: 0;
    margin-top: 0;
  }
  .plan .price-fee-table {
    padding-bottom: 57px;
  }
  .plan .price-fee-table__wrap + .plan .price-fee-table__wrap {
    margin-top: 30px;
  }
  .plan .price-fee-table__ttl {
    padding-bottom: 8px;
  }
  .plan .price-fee-table__ttl span {
    font-size: 26px;
    line-height: 1.3076923077;
  }
  .plan .price-fee-table__ttl::before {
    height: 2px;
  }
  .plan .price-fee-table__txt {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.8;
  }
  .plan .price-fee-table .c-table {
    margin-top: 20px;
  }
  .plan .price-fee-table .c-table table thead tr th {
    padding: 4px 0 5px;
  }
  .plan .price-fee-table .c-table table tbody tr th,
  .plan .price-fee-table .c-table table tbody tr td {
    padding: 7px 11px 8px;
  }
  .plan .price-fee-table .c-table__txt {
    margin-top: 8px;
  }
  .plan .price-fee-table .c-table__txt p {
    font-size: 11px;
    line-height: 1.5;
  }
  .plan-support {
    margin-top: 20px;
  }
  .plan-support-ttl__sub span::before {
    left: -27px;
  }
  .plan-support-ttl__sub span::after {
    right: -27px;
  }
  .plan-support-ttl__main {
    font-size: 28px;
  }
  .plan-support-ttl__main .num {
    font-size: 34px;
  }
  .plan-support-head {
    margin-top: 20px;
  }
  .plan-support-head__list {
    flex-wrap: wrap;
  }
  .plan-support-head__item {
    width: 100%;
  }
  .plan-support-head__item:has(.plan-support-head__item-balloon) {
    margin-top: 76px;
  }
  .plan-support-head__item-balloon {
    font-size: 18px;
  }
  .plan-support-table {
    width: -moz-max-content;
    width: max-content;
    padding-top: 42px;
  }
  .plan-support-table__wrapper {
    overflow-x: scroll;
  }
  .plan-support-table__row {
    grid-template-columns: repeat(3, 236.6666666667px);
  }
  .plan-support-table__cell {
    font-size: 14px;
    line-height: 1.5;
  }
  .plan-support-table__cell--head01 {
    font-size: 14px;
    padding: 8px 10px 11px;
  }
  .plan-support-table__cell--head01 span {
    font-size: 18px;
  }
  .plan-support-table__cell--head02 {
    font-size: 14px;
    padding: 16px 10px 17px;
  }
  .plan-support-table__list li::before {
    top: 9px;
  }
  .plan-support-table__recommend-list li {
    font-size: 15px;
  }
  .plan-support-table__recommend-list li::before {
    top: 9px;
  }
  .plan-support-table__price {
    font-size: 16px;
    line-height: 1.5;
  }
  .plan-support-table__price-num {
    font-size: 20px;
  }
  .plan-support-table__recommend-price {
    font-size: 16px;
    line-height: 1.5;
  }
  .plan-support-table__recommend-price-num {
    font-size: 28px;
  }
  .plan-support-table-frame {
    width: 236.6666666667px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 2px 100%, 2px calc(100% - 2px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) 87px, 2px 87px, 2px 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 2px 100%, 2px calc(100% - 2px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) 87px, 2px 87px, 2px 100%, 0 100%);
    padding-top: 21px;
  }
  .plan-support-table-frame__inner {
    border-radius: 7px 7px 0 0;
  }
  .plan .top-plan-cont__accord.accord01 {
    margin-top: 25px;
  }
  .plan .top-plan-cont__accord.accord01 .top-plan-cont__accord-btn {
    margin-bottom: 20px;
    padding: 10px 20px;
  }
  .plan .top-plan-cont__accord.accord01 .top-plan-cont__accord-btn::before {
    width: 20px;
    height: 20px;
    border-width: 5px;
    margin-right: 10px;
  }
  .plan-process__ttl span {
    width: 100%;
    padding: 0 45px;
    display: block;
    font-size: 26px;
    line-height: 1.3;
    transform: translateX(0);
  }
  .plan-process__ttl span::before {
    top: auto;
    left: 0;
    bottom: 0;
    width: 33px;
    height: 60px;
  }
  .plan-process__ttl span::after {
    top: auto;
    right: 0;
    bottom: 0;
    width: 40.5px;
    height: 61px;
  }
  .plan-process-table {
    padding: 66px 10px 40px;
  }
  .plan-process-table__balloon {
    top: 20px;
    left: 24.3%;
    font-size: 13px;
    height: 36px;
  }
  .plan-process-table__row {
    grid-template-columns: 45% 1fr;
    align-items: center;
  }
  .plan-process-table__deadline {
    padding-right: 30px;
    padding-bottom: 6px;
    align-items: flex-start;
  }
  .plan-process-table__deadline::before {
    top: calc(50% + 1px);
    right: 10px;
  }
  .plan-process-table__deadline::after {
    width: 16px;
    height: 16px;
    border-width: 4px;
    outline-width: 3px;
    right: 5px;
  }
  .plan-process-table__deadline:not(.plan-process-table__row:first-of-type .plan-process-table__deadline) {
    padding-right: 30px;
    padding-bottom: 6px;
  }
  .plan-process-table__deadline-txt {
    font-size: 12px;
  }
  .plan-process-table__deadline-txt span {
    font-size: 15px;
  }
  .plan-process-table__cont {
    display: flex;
    align-items: center;
    padding: 14px 10px;
  }
  .plan-process-table__cont-icon {
    display: none;
  }
  .plan-process-table__cont-list {
    margin-left: 0;
  }
  .plan-process-table__cont-list:has(.plan-process-table__cont-item:nth-child(2)) > li {
    width: 100%;
  }
  .plan-process-table__cont-item {
    font-size: 12px;
  }
  .plan-process-table__cont-item p {
    padding-left: 12px;
  }
  .plan-process-table__cont-item p > span {
    font-size: 12px;
  }
  .plan-process-table__cont-item p::before {
    top: 7px;
  }
  .plan-process-btn {
    max-width: 240px;
    height: 40px;
  }
  .plan-process-btn > * {
    font-size: 16px;
    letter-spacing: -1px;
  }
  .plan-process-btn > *::after {
    top: 1px;
    right: 15px;
    width: 23px;
    height: 23px;
  }
  .price-case {
    padding: 76px 0 79px;
  }
  .price-case .c-ttl1-jp {
    line-height: 1.2307692308;
  }
  .price-case__txt {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8;
  }
  .price-case__bnr {
    margin-top: 35px;
  }
  .price-case-list {
    margin-top: 25px;
    flex-direction: column;
    row-gap: 40px;
  }
  .price-case-item {
    width: 100%;
  }
  .price-case-item::before {
    font-size: 20px;
    top: auto;
    bottom: -1.92em;
    right: calc(50% - 0.88em);
    transform: translateX(-50%);
  }
  .price-case-item:nth-child(1) .price-case-item__ttl-txt {
    padding-right: 27px;
    letter-spacing: 1.5px;
  }
  .price-case-item__icon {
    width: 41px;
    height: 41px;
    border-width: 2px;
    position: unset;
    transform: unset;
  }
  .price-case-item__icon--01 svg {
    width: 23px;
    margin-bottom: 2px;
  }
  .price-case-item__icon--03 svg {
    width: 16px;
    height: 18.5px;
    margin-bottom: 2px;
  }
  .price-case-item__ttl {
    display: flex;
    align-items: flex-start;
    padding: 7px 10px 9px 18px;
    border-radius: 5px 5px 0 0;
  }
  .price-case-item__ttl-txt {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    margin: auto 0;
    letter-spacing: 0;
    flex: 1;
  }
  .price-case-item__main {
    padding: 11px 10px 15px;
  }
  .price-case-item__txt {
    margin-top: 0;
    padding: 0 10px 3px 12px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .price-case-item__txt--long {
    font-size: 15px;
    padding: 4px 8px 3px;
    letter-spacing: 0.5px;
  }
  .price-case-item__price {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 18px;
  }
  .price-case-item__price .num {
    padding-bottom: 5px;
  }
  .price-case-item__price .tax {
    margin: 3px 0 0 0;
    font-size: 15px;
  }
  .price-case-item--small .price-case-item__main {
    padding: 15px 20px 11px;
  }
  .price-case-item--small .price-case-item__price {
    margin-top: 6px;
  }
  .price-case-item--small .price-case-item__price + .price-case-item__txt {
    margin-top: 12px;
  }
  .price-case-item--small .price-case-item__price .num {
    padding-bottom: 5px;
  }
  .price-case-item--small .price-case-item__price .tax {
    margin-top: 3px;
  }
  .price-case-sum {
    margin-top: 58px;
    padding: 17px 0 16px;
  }
  .price-case-sum::after {
    font-size: 24px;
    top: -49px;
  }
  .price-case-sum__ttl {
    width: 75px;
    height: 30px;
    font-size: 16px;
    top: -16px;
    left: calc(50% - 1px);
  }
  .price-case-sum__content::before {
    width: 45px;
    height: 89px;
    top: -22px;
    left: 11px;
  }
  .price-case-sum__content::after {
    width: 61px;
    height: 92px;
    top: -25px;
    right: 8px;
  }
  .price-case-sum__price {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 4px, #fff200 4px, #fff200 11px, rgba(0, 0, 0, 0) 11px);
    font-size: 37px;
    letter-spacing: 1px;
  }
  .price-case-sum__price span {
    font-size: 20px;
    line-height: 1.5;
  }
  .price-case-sum__tax {
    padding-left: 2px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
  .price-bnr {
    margin-top: 45px;
  }
  .price-bnr-item {
    max-width: 335px;
    height: 125px;
    padding: 17px 20px;
    font-size: 13px;
    line-height: 1.3076923077;
    border-radius: 5px;
  }
  .price-bnr-item__subttl {
    margin-bottom: 4px;
  }
  .price-bnr-item__ttl {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .price-bnr-item__txt {
    line-height: 1.3;
  }
  .price-bnr-item__txt .txt-en {
    font-size: 24px;
  }
  .price-bnr-item--case .price-bnr-item__txt {
    font-size: 14px;
  }
  .price-bnr-item--voice .price-bnr-item__ttl {
    margin-bottom: 10px;
  }
  .price .top-omakase-support {
    margin-top: 46px;
  }
  .price .c-bottom-sec {
    margin-top: 69px;
  }
  .price-bottom {
    margin-top: 66px;
  }
  .price-bottom .c-bottom-sec {
    padding: 0 0 75px;
  }
  .price-bottom .c-bottom-sec-img {
    aspect-ratio: 355/210;
    max-width: calc(100% - 20px);
    top: -19px;
    margin-bottom: 20px;
  }
  .price-bottom .c-bottom-sec-cont {
    max-width: 100%;
    margin-left: 0;
  }
  .price-bottom .c-bottom-sec-cont__ttl {
    margin-bottom: 12px;
  }
  .price-bottom .c-bottom-sec-cont__txt {
    margin-bottom: 30px;
  }
  .plan-flow {
    padding-bottom: 79px;
  }
  .plan-flow__ttl {
    padding-top: 40px;
  }
  .plan-flow__ttl .c-ttl1 {
    padding-top: 36px;
  }
  .plan-flow__subttl {
    padding: 13px 14px;
    font-size: 14px;
  }
  .plan-flow__content {
    margin-bottom: 57px;
  }
  .plan-flow__item {
    grid-template-columns: 86px 1fr;
    padding: 22px 16px 19px;
    border-radius: 10px;
    border-width: 4px;
  }
  .plan-flow__item::before {
    width: 55px;
    height: 55px;
    font-size: 22px;
    line-height: 0.7084090909;
    top: -17px;
    left: -14px;
  }
  .plan-flow__item::after {
    width: 21px;
    height: 13px;
    bottom: -27px;
  }
  .plan-flow__item:nth-child(1) {
    padding: 22px 16px 24px;
  }
  .plan-flow__item:nth-child(1) .plan-flow__desc {
    padding-top: 10px;
  }
  .plan-flow__item + .plan-flow__item {
    margin-top: 38px;
  }
  .plan-flow__picture-img {
    width: 86px;
    height: 86px;
  }
  .plan-flow__item-ttl {
    font-size: 21px;
    line-height: 1.3333333333;
  }
  .plan-flow__txt {
    font-size: 15px;
    line-height: 1.8666666667;
  }
  .plan-flow-note {
    max-width: 295px;
    margin-top: 30px;
    padding: 26px 20px 20px;
  }
  .plan-flow-note__ttl {
    font-size: 14px;
    padding: 8px 6px;
    border-radius: 2px;
  }
  .plan-flow-note__ttl::after {
    border-top-width: 7px;
    border-right-width: 7px;
    border-left-width: 7px;
    bottom: -7px;
  }
  .plan-flow-note__list {
    grid-template-columns: 100%;
  }
  .plan-flow-note__list li {
    padding-left: 0.8em;
    font-size: 14px;
    line-height: 2;
  }
  .plan-flow-note__list li::before {
    width: 4px;
    height: 4px;
    top: 13px;
  }
  .plan-flow-note__txt {
    font-size: 12px;
    line-height: 1.3333333333;
    text-align: left;
  }
  .plan-flow-bnr {
    max-width: 295px;
    margin-top: 20px;
    grid-template-columns: 1fr 102px;
    border-width: 10px;
  }
  .plan-flow-bnr__content--tel {
    padding: 10px 5px 22px 10px;
  }
  .plan-flow-bnr__content--tel .plan-flow-bnr__subttl {
    transform: translateX(-4px);
  }
  .plan-flow-bnr__content--tel::before {
    height: 55px;
    top: 50%;
  }
  .plan-flow-bnr__content--mail {
    padding: 10px 11px 13px 8px;
  }
  .plan-flow-bnr__subttl {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 26px;
    padding: 0 0.6em;
    font-size: 13px;
  }
  .plan-flow-tel {
    margin-top: 4px;
  }
  .plan-flow-tel__number {
    padding-left: 25.5px;
    font-size: 18px;
  }
  .plan-flow-tel__number::before {
    width: 25.5px;
    height: 15px;
    top: 50%;
  }
  .plan-flow-tel__txt {
    margin-top: -2px;
    padding-right: 2px;
    font-size: 12px;
  }
}
@media (max-width: 499px){
  .plan .price-recommend__list {
    width: 100%;
  }
}
@media screen and (max-width: 375px){
  .plan-support-table__row {
    grid-template-columns: repeat(3, 170px);
  }
  .plan-support-table-frame {
    width: 170px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 2px 100%, 2px calc(100% - 2px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) 86px, 2px 86px, 2px 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 2px 100%, 2px calc(100% - 2px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) 86px, 2px 86px, 2px 100%, 0 100%);
  }
}
