@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

ul {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  min-height: 100vh;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body {
  min-height: 100%;
  overflow-x: hidden;
  line-height: 1.7;
  word-break: break-all;
  color: #4C3501;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

img {
  height: auto;
  max-width: 100%;
  transition: 0.3s;
  vertical-align: top;
}

svg {
  height: 100%;
  width: 100%;
}

img[srcset] {
  width: 100%;
  transition: 0.3s;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

.mincho {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.st-Width {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .st-Width {
    max-width: min(min(var(--vw, 1vw), 1svh) * 1280 / 375 * 100, 1280px);
    padding: 0;
  }
}

br.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  br.pc {
    display: block;
  }

  br.sp {
    display: none;
  }
}

.main {
  background-color: #154B2D;
  padding: calc(var(--vw, 1vw) * 40 / 768 * 100) calc(var(--vw, 1vw) * 32 / 768 * 100) calc(var(--vw, 1vw) * 170 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .main {
    padding: min(var(--vw, 1vw) * 50 / 1300 * 100, 50px) min(var(--vw, 1vw) * 10 / 1300 * 100, 10px);
  }
}

.white-wap {
  background: #fff;
  border-radius: calc(var(--vw, 1vw) * 40.96 / 768 * 100);
  padding-bottom: calc(var(--vw, 1vw) * 65 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .white-wap {
    border-radius: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
    padding-bottom: min(var(--vw, 1vw) * 50 / 1300 * 100, 50px);
  }
}

.breadcrumb {
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: calc(var(--vw, 1vw) * 28.672 / 768 * 100);
  padding: calc(var(--vw, 1vw) * 30 / 768 * 100);
  border-bottom: 1px solid #E8E8E6;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    font-size: clamp(12px, min(var(--vw, 1vw) * 13 / 1300 * 100, 13px), min(var(--vw, 1vw) * 13 / 1300 * 100, 13px));
    padding: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px) min(var(--vw, 1vw) * 60 / 1300 * 100, 60px);
  }
}

.breadcrumb ol,
.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {

  .breadcrumb ol,
  .breadcrumb ul {
    overflow: hidden;
  }
}

.breadcrumb li {
  position: relative;
  padding-right: calc(var(--vw, 1vw) * 55 / 768 * 100);
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .breadcrumb li {
    padding-right: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
  }
}

.breadcrumb li::before {
  content: ">";
  position: absolute;
  right: calc(var(--vw, 1vw) * 20 / 768 * 100);
  top: calc(var(--vw, 1vw) * -3 / 768 * 100);
  transform: scale(0.5, 1);
  color: #4C3501;
}

@media screen and (min-width: 768px) {
  .breadcrumb li::before {
    right: min(var(--vw, 1vw) * 5 / 1300 * 100, 5px);
    top: calc(min(var(--vw, 1vw) * 2 / 1300 * 100, 2px) * -1);
  }
}

.breadcrumb li:last-child {
  padding-right: 0;
}

.breadcrumb li:last-child::before {
  content: "";
}

@media screen and (max-width: 767px) {
  .breadcrumb li:last-child {
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
  }
}

.breadcrumb a {
  color: #4C3501;
  white-space: nowrap;
}

.breadcrumb [aria-current=page] {
  color: #4C3501;
}

@media screen and (max-width: 767px) {
  .breadcrumb [aria-current=page] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
  }
}

.voice-Sec1 {
  padding: calc(var(--vw, 1vw) * 40 / 768 * 100) calc(var(--vw, 1vw) * 40 / 768 * 100) 0;
}

@media screen and (min-width: 768px) {
  .voice-Sec1 {
    padding: min(var(--vw, 1vw) * 70 / 1300 * 100, 70px) 0 0;
    width: min(var(--vw, 1vw) * 1000 / 1300 * 100, 1000px);
    margin: 0 auto;
  }
}

.voice-Sec1 .ttl {
  font-size: calc(var(--vw, 1vw) * 65.536 / 768 * 100);
  font-weight: 700;
  color: #154B2D;
  margin-bottom: calc(var(--vw, 1vw) * 50 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec1 .ttl {
    font-size: clamp(20px, min(var(--vw, 1vw) * 48 / 1300 * 100, 48px), min(var(--vw, 1vw) * 48 / 1300 * 100, 48px));
    margin-bottom: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
  }
}

.voice-Sec1 .wap {
  display: grid;
  grid-template-columns: calc(var(--vw, 1vw) * 297.984 / 768 * 100) calc(var(--vw, 1vw) * 297.984 / 768 * 100);
  gap: calc(var(--vw, 1vw) * 23 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec1 .wap {
    grid-template-columns: min(var(--vw, 1vw) * 235 / 1300 * 100, 235px) min(var(--vw, 1vw) * 235 / 1300 * 100, 235px) min(var(--vw, 1vw) * 235 / 1300 * 100, 235px) min(var(--vw, 1vw) * 235 / 1300 * 100, 235px);
    justify-content: space-between;
    gap: min(var(--vw, 1vw) * 10 / 1300 * 100, 10px);
  }
}

.voice-Sec1 .unit .unit-ttl {
  font-size: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
  color: #4C3501;
  display: grid;
  place-content: center;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .voice-Sec1 .unit .unit-ttl {
    font-size: clamp(16px, min(var(--vw, 1vw) * 20 / 1300 * 100, 20px), min(var(--vw, 1vw) * 20 / 1300 * 100, 20px));
  }
}

.voice-Sec1 .unit a {
  background: #fff;
  box-shadow: calc(var(--vw, 1vw) * 14 / 768 * 100) calc(var(--vw, 1vw) * 10 / 768 * 100) 0px calc(var(--vw, 1vw) * 4 / 768 * 100) #E6E6E6;
  border-radius: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
  display: grid;
  grid-template-rows: calc(var(--vw, 1vw) * 104.448 / 768 * 100) calc(var(--vw, 1vw) * 49.152 / 768 * 100);
  height: 100%;
  text-decoration: none;
  color: #154B2D;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .voice-Sec1 .unit a {
    box-shadow: min(var(--vw, 1vw) * 7 / 1300 * 100, 7px) min(var(--vw, 1vw) * 5 / 1300 * 100, 5px) 0px min(var(--vw, 1vw) * 2 / 1300 * 100, 2px) #E6E6E6;
    border-radius: min(var(--vw, 1vw) * 24 / 1300 * 100, 24px);
    grid-template-rows: min(var(--vw, 1vw) * 84 / 1300 * 100, 84px) min(var(--vw, 1vw) * 37 / 1300 * 100, 37px);
    font-size: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
  }

  .voice-Sec1 .unit a:hover {
    background: #ccc;
  }

  .voice-Sec1 .unit a:hover .ico {
    padding: min(var(--vw, 1vw) * 10 / 1300 * 100, 10px) 0 0;
  }
}

.voice-Sec1 .unit .ico {
  background-color: #154B2D;
  padding: calc(var(--vw, 1vw) * 10 / 768 * 100) 0;
  border-bottom-right-radius: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
  border-bottom-left-radius: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec1 .unit .ico {
    transition: 0.3s;
    padding: min(var(--vw, 1vw) * 5 / 1300 * 100, 5px) 0;
    border-bottom-right-radius: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
    border-bottom-left-radius: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
    display: grid;
    place-content: center;
  }
}

.voice-Sec1 .unit .ico img {
  width: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec1 .unit .ico img {
    width: min(var(--vw, 1vw) * 16 / 1300 * 100, 16px);
  }
}

.voice-Sec2 {
  padding: calc(var(--vw, 1vw) * 110 / 768 * 100) calc(var(--vw, 1vw) * 40 / 768 * 100) 0;
}

@media screen and (min-width: 768px) {
  .voice-Sec2 {
    padding: min(var(--vw, 1vw) * 50 / 1300 * 100, 50px) 0 0;
    width: min(var(--vw, 1vw) * 1000 / 1300 * 100, 1000px);
    margin: 0 auto;
  }
}

.voice-Sec2 .en-ttl {
  text-align: center;
  font-size: calc(var(--vw, 1vw) * 81.92 / 768 * 100);
  color: #F5F1E9;
  line-height: 1;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .voice-Sec2 .en-ttl {
    font-size: min(var(--vw, 1vw) * 64 / 1300 * 100, 64px);
  }
}

.voice-Sec2 .ttl {
  text-align: center;
  font-size: calc(var(--vw, 1vw) * 49.152 / 768 * 100);
  font-weight: 700;
  color: #514327;
  margin-bottom: calc(var(--vw, 1vw) * 80 / 768 * 100);
  letter-spacing: 0.15rem;
}

@media screen and (min-width: 768px) {
  .voice-Sec2 .ttl {
    font-size: min(var(--vw, 1vw) * 28 / 1300 * 100, 28px);
    margin-bottom: min(var(--vw, 1vw) * 40 / 1300 * 100, 40px);
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .voice-Sec2 .wap {
    display: grid;
    grid-template-columns: 1fr min(var(--vw, 1vw) * 285 / 1300 * 100, 285px);
    align-items: start;
    gap: min(var(--vw, 1vw) * 60 / 1300 * 100, 60px);
  }
}

.voice-Sec2 .heading {
  font-size: calc(var(--vw, 1vw) * 40.96 / 768 * 100);
  font-weight: 700;
  margin-bottom: calc(var(--vw, 1vw) * 40 / 768 * 100);
  letter-spacing: 0.2rem;
}

@media screen and (min-width: 768px) {
  .voice-Sec2 .heading {
    font-size: clamp(20px, min(var(--vw, 1vw) * 24 / 1300 * 100, 24px), min(var(--vw, 1vw) * 24 / 1300 * 100, 24px));
    margin-bottom: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
  }
}

.voice-Sec2 .heading span {
  color: #316146;
  text-decoration: underline;
}

.voice-Sec2 .txt {
  font-size: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec2 .txt {
    font-size: clamp(14px, min(var(--vw, 1vw) * 20 / 1300 * 100, 20px), min(var(--vw, 1vw) * 20 / 1300 * 100, 20px));
  }
}

.voice-Sec2 .txt span {
  background: linear-gradient(transparent 60%, #D2EBB3 0%);
}

.voice-Sec2 .img {
  width: calc(var(--vw, 1vw) * 413.696 / 768 * 100);
  margin: calc(var(--vw, 1vw) * 10 / 768 * 100) auto 0;
}

@media screen and (min-width: 768px) {
  .voice-Sec2 .img {
    width: min(var(--vw, 1vw) * 285 / 1300 * 100, 285px);
    margin: 0;
  }
}

.voice-Sec3 {
  padding: calc(var(--vw, 1vw) * 20 / 768 * 100) calc(var(--vw, 1vw) * 40 / 768 * 100) 0;
}

@media screen and (min-width: 768px) {
  .voice-Sec3 {
    padding: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px) 0 0;
    width: min(var(--vw, 1vw) * 1000 / 1300 * 100, 1000px);
    margin: 0 auto;
  }
}

.voice-Sec3 .content {
  background: #F4F1EB;
  border-radius: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
  padding: calc(var(--vw, 1vw) * 80 / 768 * 100) calc(var(--vw, 1vw) * 30 / 768 * 100) calc(var(--vw, 1vw) * 55 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec3 .content {
    border-radius: min(var(--vw, 1vw) * 24 / 1300 * 100, 24px);
    padding: min(var(--vw, 1vw) * 40 / 1300 * 100, 40px) min(var(--vw, 1vw) * 30 / 1300 * 100, 30px) min(var(--vw, 1vw) * 30 / 1300 * 100, 30px);
  }
}

.voice-Sec3 .ttl {
  text-align: center;
  font-size: calc(var(--vw, 1vw) * 49.152 / 768 * 100);
  font-weight: 700;
  color: #514327;
  margin-bottom: calc(var(--vw, 1vw) * 80 / 768 * 100);
  letter-spacing: 0.15rem;
}

@media screen and (min-width: 768px) {
  .voice-Sec3 .ttl {
    font-size: clamp(20px, min(var(--vw, 1vw) * 32 / 1300 * 100, 32px), min(var(--vw, 1vw) * 32 / 1300 * 100, 32px));
    margin-bottom: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
  }
}

.voice-Sec3 .box {
  background: #154B2D;
  padding: calc(var(--vw, 1vw) * 30 / 768 * 100) calc(var(--vw, 1vw) * 30 / 768 * 100) calc(var(--vw, 1vw) * 45 / 768 * 100);
  border-radius: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec3 .box {
    padding: min(var(--vw, 1vw) * 40 / 1300 * 100, 40px) min(var(--vw, 1vw) * 22 / 1300 * 100, 22px) min(var(--vw, 1vw) * 25 / 1300 * 100, 25px);
    border-radius: min(var(--vw, 1vw) * 24 / 1300 * 100, 24px);
  }
}

.voice-Sec3 .box-ttl {
  color: #fff;
  font-size: calc(var(--vw, 1vw) * 40.96 / 768 * 100);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15rem;
}

@media screen and (min-width: 768px) {
  .voice-Sec3 .box-ttl {
    font-size: clamp(20px, min(var(--vw, 1vw) * 24 / 1300 * 100, 24px), min(var(--vw, 1vw) * 24 / 1300 * 100, 24px));
    margin-bottom: min(var(--vw, 1vw) * 5 / 1300 * 100, 5px);
  }
}

.voice-Sec3 .txt {
  color: #fff;
  font-size: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec3 .txt {
    font-size: clamp(16px, min(var(--vw, 1vw) * 18 / 1300 * 100, 18px), min(var(--vw, 1vw) * 18 / 1300 * 100, 18px));
    text-align: center;
  }
}

.voice-Sec3 .txt span {
  background: linear-gradient(transparent 60%, #D2EBB3 0%);
}

.voice-Sec3 .list {
  margin-top: calc(var(--vw, 1vw) * 50 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec3 .list {
    margin-top: min(var(--vw, 1vw) * 25 / 1300 * 100, 25px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: min(var(--vw, 1vw) * 12 / 1300 * 100, 12px);
  }
}

.voice-Sec3 .list li {
  background: #F5F9E9;
  font-size: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
  position: relative;
  padding: calc(var(--vw, 1vw) * 20 / 768 * 100) calc(var(--vw, 1vw) * 60 / 768 * 100) calc(var(--vw, 1vw) * 20 / 768 * 100) calc(var(--vw, 1vw) * 90 / 768 * 100);
  font-weight: 500;
  border-radius: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
  margin-bottom: calc(var(--vw, 1vw) * 26 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec3 .list li {
    font-size: clamp(18px, min(var(--vw, 1vw) * 20 / 1300 * 100, 20px), min(var(--vw, 1vw) * 20 / 1300 * 100, 20px));
    padding: min(var(--vw, 1vw) * 25 / 1300 * 100, 25px) min(var(--vw, 1vw) * 30 / 1300 * 100, 30px) min(var(--vw, 1vw) * 25 / 1300 * 100, 25px) min(var(--vw, 1vw) * 70 / 1300 * 100, 70px);
    border-radius: min(var(--vw, 1vw) * 24 / 1300 * 100, 24px);
    margin-bottom: 0;
  }
}

.voice-Sec3 .list li:last-child {
  margin-bottom: 0;
}

.voice-Sec3 .list li::before {
  content: "";
  position: absolute;
  left: calc(var(--vw, 1vw) * 35 / 768 * 100);
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/plan/ico_check.svg) no-repeat;
  background-size: contain;
  width: calc(var(--vw, 1vw) * 34.816 / 768 * 100);
  height: calc(var(--vw, 1vw) * 22.528 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec3 .list li::before {
    left: min(var(--vw, 1vw) * 30 / 1300 * 100, 30px);
    width: min(var(--vw, 1vw) * 25 / 1300 * 100, 25px);
    height: min(var(--vw, 1vw) * 17 / 1300 * 100, 17px);
  }
}

.voice-Sec3 .other-list {
  margin-top: calc(var(--vw, 1vw) * 25 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec3 .other-list {
    margin-top: min(var(--vw, 1vw) * 12 / 1300 * 100, 12px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: min(var(--vw, 1vw) * 12 / 1300 * 100, 12px);
  }
}

.voice-Sec3 .other-list li {
  position: relative;
  border: #154B2D calc(var(--vw, 1vw) * 6.144 / 768 * 100) solid;
  background: #D9D9D9;
  color: #154B2D;
  font-size: calc(var(--vw, 1vw) * 40.96 / 768 * 100);
  position: relative;
  padding: calc(var(--vw, 1vw) * 30 / 768 * 100) 0;
  text-align: center;
  font-weight: 700;
  border-radius: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
  margin-bottom: calc(var(--vw, 1vw) * 26 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec3 .other-list li {
    border: #154B2D 3px solid;
    font-size: clamp(20px, min(var(--vw, 1vw) * 24 / 1300 * 100, 24px), min(var(--vw, 1vw) * 24 / 1300 * 100, 24px));
    padding: min(var(--vw, 1vw) * 30 / 1300 * 100, 30px) 0;
    border-radius: min(var(--vw, 1vw) * 24 / 1300 * 100, 24px);
    margin-bottom: 0;
  }
}

.voice-Sec3 .other-list li:last-child {
  margin-bottom: 0;
}

.voice-Sec3 .other-list li.option {
  border: #154B2D calc(var(--vw, 1vw) * 6.144 / 768 * 100) dashed;
  background: #fff;
  padding-left: calc(var(--vw, 1vw) * 70 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec3 .other-list li.option {
    border: #154B2D 3px dashed;
    padding-left: 0;
  }
}

.voice-Sec3 .other-list li.option::before {
  content: "";
  background: url(../images/plan/ico_option.svg) no-repeat;
  background-size: contain;
  width: calc(var(--vw, 1vw) * 73.728 / 768 * 100);
  height: calc(var(--vw, 1vw) * 73.728 / 768 * 100);
  position: absolute;
  top: 50%;
  left: calc(var(--vw, 1vw) * 60 / 768 * 100);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .voice-Sec3 .other-list li.option::before {
    width: min(var(--vw, 1vw) * 36 / 1300 * 100, 36px);
    height: min(var(--vw, 1vw) * 36 / 1300 * 100, 36px);
    left: min(var(--vw, 1vw) * 30 / 1300 * 100, 30px);
  }
}

.voice-Sec4 {
  padding: calc(var(--vw, 1vw) * 70 / 768 * 100) calc(var(--vw, 1vw) * 40 / 768 * 100) 0;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 {
    padding: min(var(--vw, 1vw) * 51 / 1300 * 100, 51px) 0 0;
    width: min(var(--vw, 1vw) * 1000 / 1300 * 100, 1000px);
    margin: 0 auto;
  }
}

.voice-Sec4 .bg-white {
  border: #154B2D calc(var(--vw, 1vw) * 4.096 / 768 * 100) solid;
  border-radius: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
  background: #fff;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .bg-white {
    border: #154B2D 2px solid;
    border-radius: min(var(--vw, 1vw) * 24 / 1300 * 100, 24px);
  }
}

.voice-Sec4 .en-ttl {
  text-align: center;
  font-size: calc(var(--vw, 1vw) * 81.92 / 768 * 100);
  color: #F5F1E9;
  line-height: 1;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .en-ttl {
    font-size: min(var(--vw, 1vw) * 64 / 1300 * 100, 64px);
  }
}

.voice-Sec4 .ttl1 {
  text-align: center;
  font-size: calc(var(--vw, 1vw) * 49.152 / 768 * 100);
  font-weight: 700;
  color: #514327;
  margin-bottom: calc(var(--vw, 1vw) * 80 / 768 * 100);
  letter-spacing: 0.15rem;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .ttl1 {
    font-size: min(var(--vw, 1vw) * 28 / 1300 * 100, 28px);
    margin-bottom: min(var(--vw, 1vw) * 40 / 1300 * 100, 40px);
    line-height: 1;
  }
}

.voice-Sec4 .ttl {
  background: #154B2D;
  color: #fff;
  border-top-left-radius: calc(var(--vw, 1vw) * 29 / 768 * 100);
  border-top-right-radius: calc(var(--vw, 1vw) * 29 / 768 * 100);
  font-size: calc(var(--vw, 1vw) * 49.152 / 768 * 100);
  font-weight: 700;
  position: relative;
  padding: calc(var(--vw, 1vw) * 44 / 768 * 100) calc(var(--vw, 1vw) * 60 / 768 * 100);
  letter-spacing: 0.15rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .ttl {
    border-top-left-radius: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
    border-top-right-radius: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
    font-size: clamp(22px, min(var(--vw, 1vw) * 28 / 1300 * 100, 28px), min(var(--vw, 1vw) * 28 / 1300 * 100, 28px));
    padding: min(var(--vw, 1vw) * 25 / 1300 * 100, 25px);
  }
}

.voice-Sec4 .txt {
  font-size: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
  padding: calc(var(--vw, 1vw) * 40 / 768 * 100) calc(var(--vw, 1vw) * 35 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .txt {
    font-size: clamp(14px, min(var(--vw, 1vw) * 18 / 1300 * 100, 18px), min(var(--vw, 1vw) * 18 / 1300 * 100, 18px));
    text-align: center;
    padding: min(var(--vw, 1vw) * 35 / 1300 * 100, 35px) min(var(--vw, 1vw) * 30 / 1300 * 100, 30px);
  }
}

.voice-Sec4 .flow {
  padding: 0 calc(var(--vw, 1vw) * 35 / 768 * 100) calc(var(--vw, 1vw) * 120 / 768 * 100);
  position: relative;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .flow {
    width: 100%;
    padding: 0 min(var(--vw, 1vw) * 30 / 1300 * 100, 30px);
    display: grid;
    grid-template-columns: 2fr 1fr 2fr 1fr;
    gap: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
    padding-bottom: min(var(--vw, 1vw) * 65 / 1300 * 100, 65px);
  }
}

.voice-Sec4 .flow::before {
  content: "";
  background: url(../images/plan/ico_plan2.svg) no-repeat;
  background-size: contain;
  width: calc(var(--vw, 1vw) * 55 / 768 * 100);
  height: calc(var(--vw, 1vw) * 80 / 768 * 100);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .flow::before {
    width: min(var(--vw, 1vw) * 30 / 1300 * 100, 30px);
    height: min(var(--vw, 1vw) * 43 / 1300 * 100, 43px);
  }
}

.voice-Sec4 .flow .flow-item {
  margin-bottom: calc(var(--vw, 1vw) * 80 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .flow .flow-item {
    display: contents;
    margin-bottom: 0;
  }
}

.voice-Sec4 .flow .flow-item:last-child {
  margin-bottom: 0;
}

.voice-Sec4 .flow .unit {
  display: grid;
  grid-template-columns: calc(var(--vw, 1vw) * 120 / 768 * 100) 1fr;
  gap: calc(var(--vw, 1vw) * 20 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .flow .unit {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.voice-Sec4 .flow .two {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(var(--vw, 1vw) * 20 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .flow .two {
    grid-template-columns: 1fr 1fr;
    gap: min(var(--vw, 1vw) * 10 / 1300 * 100, 10px);
  }
}

.voice-Sec4 .flow .two .unit-box {
  margin-bottom: 0;
}

.voice-Sec4 .flow .day-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #154B2D;
  color: #fff;
  writing-mode: vertical-rl;
  text-align: center;
  font-size: calc(var(--vw, 1vw) * 36.864 / 768 * 100);
  text-orientation: upright;
  position: relative;
  height: calc(100% - var(--vw, 1vw) * 54 / 768 * 100);
  letter-spacing: 1rem;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .flow .day-txt {
    writing-mode: unset;
    font-size: clamp(14px, min(var(--vw, 1vw) * 18 / 1300 * 100, 18px), min(var(--vw, 1vw) * 18 / 1300 * 100, 18px));
    height: min(var(--vw, 1vw) * 40 / 1300 * 100, 40px);
    width: 100%;
    letter-spacing: 0.1rem;
    clip-path: polygon(0 0, calc(100% - min(var(--vw, 1vw) * 20 / 1300 * 100, 20px)) 0, 100% 50%, calc(100% - min(var(--vw, 1vw) * 20 / 1300 * 100, 20px)) 100%, 0 100%);
    margin-bottom: min(var(--vw, 1vw) * 10 / 1300 * 100, 10px);
  }
}

.voice-Sec4 .flow .day-txt::before {
  content: "";
  position: absolute;
  bottom: calc(var(--vw, 1vw) * -54 / 768 * 100);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #154B2D transparent transparent transparent;
  border-width: calc(var(--vw, 1vw) * 55 / 768 * 100) calc(var(--vw, 1vw) * 60 / 768 * 100) 0 calc(var(--vw, 1vw) * 60 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .flow .day-txt::before {
    display: none;
  }
}

.voice-Sec4 .flow .unit-box {
  border: #C1C1C1 1px solid;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .flow .unit-box {
    margin-bottom: 0;
  }
}

.voice-Sec4 .flow .unit-box:last-child {
  margin-bottom: 0;
}

.voice-Sec4 .flow .unit-img {
  width: 100%;
}

.voice-Sec4 .flow .unit-img img {
  width: 100%;
  height: auto;
  display: block;
}

.voice-Sec4 .flow .unit-ttl {
  font-size: calc(var(--vw, 1vw) * 36.864 / 768 * 100);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .flow .unit-ttl {
    font-size: clamp(14px, min(var(--vw, 1vw) * 18 / 1300 * 100, 18px), min(var(--vw, 1vw) * 18 / 1300 * 100, 18px));
    padding: min(var(--vw, 1vw) * 7 / 1300 * 100, 7px) 0;
  }
}

.voice-Sec4 .flow-bottom {
  padding: calc(var(--vw, 1vw) * 50 / 768 * 100) calc(var(--vw, 1vw) * 35 / 768 * 100) calc(var(--vw, 1vw) * 55 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .flow-bottom {
    padding: 0 min(var(--vw, 1vw) * 30 / 1300 * 100, 30px);
    margin-bottom: min(var(--vw, 1vw) * 60 / 1300 * 100, 60px);
  }
}

.voice-Sec4 .flow-bottom .bottom-ttl {
  font-size: calc(var(--vw, 1vw) * 36.864 / 768 * 100);
  font-weight: 700;
  line-height: 1.5;
  color: #154B2D;
  margin-bottom: calc(var(--vw, 1vw) * 40 / 768 * 100);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .flow-bottom .bottom-ttl {
    font-size: clamp(22px, min(var(--vw, 1vw) * 28 / 1300 * 100, 28px), min(var(--vw, 1vw) * 28 / 1300 * 100, 28px));
    margin: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px) 0 min(var(--vw, 1vw) * 25 / 1300 * 100, 25px);
  }
}

.voice-Sec4 .flow-bottom .unit {
  border: 2px solid transparent;
  border-image: repeating-linear-gradient(45deg, #154B2D 0, #154B2D 2px, transparent 2px, transparent 10px) 1;
  border-radius: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
  padding: calc(var(--vw, 1vw) * 35 / 768 * 100) calc(var(--vw, 1vw) * 40 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .flow-bottom .unit {
    border-radius: min(var(--vw, 1vw) * 24 / 1300 * 100, 24px);
    padding: min(var(--vw, 1vw) * 25 / 1300 * 100, 25px) min(var(--vw, 1vw) * 24 / 1300 * 100, 24px);
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
  }
}

.voice-Sec4 .flow-bottom .unit-ttl {
  font-size: calc(var(--vw, 1vw) * 28.672 / 768 * 100);
  font-weight: 700;
  margin-bottom: calc(var(--vw, 1vw) * 10 / 768 * 100);
  letter-spacing: 0.3rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .flow-bottom .unit-ttl {
    font-size: clamp(21px, min(var(--vw, 1vw) * 26 / 1300 * 100, 26px), min(var(--vw, 1vw) * 26 / 1300 * 100, 26px));
    margin-bottom: min(var(--vw, 1vw) * 10 / 1300 * 100, 10px);
    text-align: left;
  }
}

.voice-Sec4 .flow-bottom .unit-ttl span {
  font-size: calc(var(--vw, 1vw) * 61.44 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .flow-bottom .unit-ttl span {
    font-size: clamp(32px, min(var(--vw, 1vw) * 40 / 1300 * 100, 40px), min(var(--vw, 1vw) * 40 / 1300 * 100, 40px));
  }
}

.voice-Sec4 .flow-bottom .unit-ttl span.mi {
  font-size: calc(var(--vw, 1vw) * 40.96 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .flow-bottom .unit-ttl span.mi {
    font-size: clamp(21px, min(var(--vw, 1vw) * 26 / 1300 * 100, 26px), min(var(--vw, 1vw) * 26 / 1300 * 100, 26px));
  }
}

.voice-Sec4 .flow-bottom .img {
  width: calc(var(--vw, 1vw) * 264.192 / 768 * 100);
  margin: 0 auto calc(var(--vw, 1vw) * 20 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .flow-bottom .img {
    width: min(var(--vw, 1vw) * 160 / 1300 * 100, 160px);
    margin: 0;
  }
}

.voice-Sec4 .plan {
  padding: calc(var(--vw, 1vw) * 50 / 768 * 100) calc(var(--vw, 1vw) * 35 / 768 * 100) calc(var(--vw, 1vw) * 55 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan {
    padding: 0 min(var(--vw, 1vw) * 30 / 1300 * 100, 30px) min(var(--vw, 1vw) * 30 / 1300 * 100, 30px);
  }
}

.voice-Sec4 .plan .plan-unit {
  margin-bottom: calc(var(--vw, 1vw) * 140 / 768 * 100);
  position: relative;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .plan-unit {
    display: flex;
  }
}

.voice-Sec4 .plan .plan-unit:last-of-type {
  margin-bottom: 0;
}

.voice-Sec4 .plan .plan-img {
  overflow: hidden;
  border-top-left-radius: calc(var(--vw, 1vw) * 48 / 768 * 100);
  border-top-right-radius: calc(var(--vw, 1vw) * 48 / 768 * 100);
  flex: 0 0 auto;
  /* または flex: none; */
  max-width: 40%;
  /* 画像の最大幅を制限 */
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .plan-img {
    height: auto;
    min-height: min(var(--vw, 1vw) * 440 / 1300 * 100, 440px);
    border-top-left-radius: min(var(--vw, 1vw) * 24 / 1300 * 100, 24px);
    border-bottom-left-radius: min(var(--vw, 1vw) * 24 / 1300 * 100, 24px);
    border-top-right-radius: 0;
  }
}

.voice-Sec4 .plan .plan-img img {
  width: 100%;
  height: auto;
  display: block;
}

.voice-Sec4 .plan .fukidashi {
  position: absolute;
  width: 100%;
  top: calc(var(--vw, 1vw) * -80 / 768 * 100);
  left: 0;
  background: #F5F9E9;
  border: 2px solid #154B2D;
  border-radius: calc(var(--vw, 1vw) * 24 / 768 * 100);
  color: #154B2D;
  padding: calc(var(--vw, 1vw) * 25 / 768 * 100) calc(var(--vw, 1vw) * 20 / 768 * 100);
  font-size: calc(var(--vw, 1vw) * 28.672 / 768 * 100);
  text-align: center;
  z-index: 1;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .fukidashi {
    top: calc(min(var(--vw, 1vw) * 30 / 1300 * 100, 30px) * -1);
    left: calc(min(var(--vw, 1vw) * 10 / 1300 * 100, 10px) * -1);
    border-radius: min(var(--vw, 1vw) * 12 / 1300 * 100, 12px);
    padding: min(var(--vw, 1vw) * 15 / 1300 * 100, 15px) min(var(--vw, 1vw) * 10 / 1300 * 100, 10px);
    text-align: center;
    font-size: clamp(14px, min(var(--vw, 1vw) * 20 / 1300 * 100, 20px), min(var(--vw, 1vw) * 20 / 1300 * 100, 20px));
    width: min(var(--vw, 1vw) * 410 / 1300 * 100, 410px);
  }
}

.voice-Sec4 .plan .fukidashi::before {
  content: "";
  background: url(../images/plan/fukidashi.svg) no-repeat;
  background-size: contain;
  width: calc(var(--vw, 1vw) * 45 / 768 * 100);
  height: calc(var(--vw, 1vw) * 45 / 768 * 100);
  position: absolute;
  bottom: calc(var(--vw, 1vw) * -26 / 768 * 100);
  left: calc(var(--vw, 1vw) * 70 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .fukidashi::before {
    width: min(var(--vw, 1vw) * 26 / 1300 * 100, 26px);
    height: min(var(--vw, 1vw) * 28 / 1300 * 100, 28px);
    bottom: calc(min(var(--vw, 1vw) * 18 / 1300 * 100, 18px) * -1);
    right: min(var(--vw, 1vw) * 30 / 1300 * 100, 30px);
    left: auto;
  }
}

.voice-Sec4 .plan .plan-txtarea {
  background: #EFEFEF;
  border-bottom-left-radius: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
  border-bottom-right-radius: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .plan-txtarea {
    border-top-right-radius: min(var(--vw, 1vw) * 24 / 1300 * 100, 24px);
    border-bottom-right-radius: min(var(--vw, 1vw) * 24 / 1300 * 100, 24px);
    border-bottom-left-radius: 0;
    padding: 0 16px;
  }
}

.voice-Sec4 .plan .plan-ttl {
  text-align: center;
  color: #154B2D;
  font-size: calc(var(--vw, 1vw) * 53.248 / 768 * 100);
  font-weight: 700;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .plan-ttl {
    letter-spacing: 0.35rem;
    font-size: clamp(20px, min(var(--vw, 1vw) * 32 / 1300 * 100, 32px), min(var(--vw, 1vw) * 32 / 1300 * 100, 32px));
  }
}

.voice-Sec4 .plan .price-txt {
  font-size: calc(var(--vw, 1vw) * 36.864 / 768 * 100);
  text-align: center;
  border-bottom: #E2D6BC 2px dashed;
  padding-bottom: calc(var(--vw, 1vw) * 10 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .price-txt {
    border-bottom: none;
    padding-bottom: 0;
    text-align: left;
    font-size: clamp(16px, min(var(--vw, 1vw) * 18 / 1300 * 100, 18px), min(var(--vw, 1vw) * 18 / 1300 * 100, 18px));
  }
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .pricebox {
    display: grid;
    grid-template-columns: min(var(--vw, 1vw) * 150 / 1300 * 100, 150px) 1fr;
    align-items: center;
    justify-content: center;
    border-bottom: #E2D6BC 2px dashed;
  }
}

.voice-Sec4 .plan .price {
  display: grid;
  grid-template-columns: calc(var(--vw, 1vw) * 80 / 768 * 100) 1fr;
  grid-template-rows: 1fr 1fr;
  color: #A48D48;
  margin: calc(var(--vw, 1vw) * 20 / 768 * 100) 0 0 calc(var(--vw, 1vw) * 30 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .price {
    grid-template-columns: min(var(--vw, 1vw) * 60 / 1300 * 100, 60px) 1fr;
    margin: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px) 0 0;
  }
}

.voice-Sec4 .plan .price .mark {
  grid-column: 1;
  grid-row: 1;
  font-size: calc(var(--vw, 1vw) * 75.3664 / 768 * 100);
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .price .mark {
    font-size: clamp(28px, min(var(--vw, 1vw) * 36 / 1300 * 100, 36px), min(var(--vw, 1vw) * 36 / 1300 * 100, 36px));
  }
}

.voice-Sec4 .plan .price .tax {
  grid-column: 1;
  grid-row: 2;
  font-size: calc(var(--vw, 1vw) * 18 / 768 * 100);
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .price .tax {
    font-size: clamp(10px, min(var(--vw, 1vw) * 14 / 1300 * 100, 14px), min(var(--vw, 1vw) * 14 / 1300 * 100, 14px));
  }
}

.voice-Sec4 .plan .price .yen {
  grid-column: 2;
  grid-row: 1/3;
  font-size: calc(var(--vw, 1vw) * 94.208 / 768 * 100);
  line-height: 1;
  letter-spacing: 0.15rem;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .price .yen {
    font-size: clamp(42px, min(var(--vw, 1vw) * 57 / 1300 * 100, 57px), min(var(--vw, 1vw) * 57 / 1300 * 100, 57px));
    line-height: 0.9;
  }
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .catbox {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 16px;
  }
}

.voice-Sec4 .plan .cat-txt {
  text-align: center;
  font-size: calc(var(--vw, 1vw) * 36.864 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .cat-txt {
    border-bottom: none;
    text-align: left;
    font-size: clamp(14px, min(var(--vw, 1vw) * 18 / 1300 * 100, 18px), min(var(--vw, 1vw) * 18 / 1300 * 100, 18px));
  }
}

.voice-Sec4 .plan .cat-list {
  display: flex;
  max-width: 240px;
  gap: calc(var(--vw, 1vw) * 20 / 768 * 100) calc(var(--vw, 1vw) * 25 / 768 * 100);
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .cat-list {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: auto;
    gap: min(var(--vw, 1vw) * 12 / 1300 * 100, 12px);
    justify-content: left;
  }
}

.voice-Sec4 .plan .cat-list li {
  flex-wrap: wrap;
  font-size: calc(var(--vw, 1vw) * 40.96 / 768 * 100);
  text-align: center;
  background: #154B2D;
  color: #fff;
  border-radius: calc(var(--vw, 1vw) * 5 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .cat-list li {
    font-size: clamp(14px, min(var(--vw, 1vw) * 16 / 1300 * 100, 16px), min(var(--vw, 1vw) * 16 / 1300 * 100, 16px));
    border-radius: min(var(--vw, 1vw) * 4 / 1300 * 100, 4px);
    padding: min(var(--vw, 1vw) * 4 / 1300 * 100, 4px) min(var(--vw, 1vw) * 8 / 1300 * 100, 8px);
  }
}

.voice-Sec4 .plan .cat-list li.off {
  background: #fff;
  color: rgba(76, 53, 1, 0.2);
}

.voice-Sec4 .plan .peoplebox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border: 1px solid #154B2D;
  border-radius: calc(var(--vw, 1vw) * 20 / 768 * 100);
  margin-top: calc(var(--vw, 1vw) * 40 / 768 * 100);
  color: #154B2D;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .peoplebox {
    display: grid;
    place-content: center;
    place-items: center;
    grid-template-columns: 1fr;
    align-items: center;
    border-radius: min(var(--vw, 1vw) * 15 / 1300 * 100, 15px);
    margin-top: 0;
    gap: 0;
    min-height: min(var(--vw, 1vw) * 100 / 1300 * 100, 100px);
  }
}

.voice-Sec4 .plan .peoplebox .people-txt {
  font-size: calc(var(--vw, 1vw) * 28.672 / 768 * 100);
  text-align: right;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .peoplebox .people-txt {
    text-align: center;
    font-size: clamp(12px, min(var(--vw, 1vw) * 14 / 1300 * 100, 14px), min(var(--vw, 1vw) * 14 / 1300 * 100, 14px));
  }
}

.voice-Sec4 .plan .peoplebox .people {
  font-size: calc(var(--vw, 1vw) * 28.672 / 768 * 100);
  padding-left: calc(var(--vw, 1vw) * 28.672 / 768 * 100);
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .peoplebox .people {
    font-size: clamp(10px, min(var(--vw, 1vw) * 10 / 1300 * 100, 10px), min(var(--vw, 1vw) * 10 / 1300 * 100, 10px));
    padding-left: 0;
    text-align: center;
  }
}

.voice-Sec4 .plan .peoplebox .people span {
  font-size: calc(var(--vw, 1vw) * 65.536 / 768 * 100);
  margin-right: calc(var(--vw, 1vw) * 5 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .peoplebox .people span {
    font-size: clamp(20px, min(var(--vw, 1vw) * 29 / 1300 * 100, 29px), min(var(--vw, 1vw) * 29 / 1300 * 100, 29px));
    margin-right: 0;
  }
}

.voice-Sec4 .plan .plan-btn {
  height: calc(var(--vw, 1vw) * 98.304 / 768 * 100);
  margin-top: calc(var(--vw, 1vw) * 35 / 768 * 100);
  position: relative;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .plan-btn {
    height: min(var(--vw, 1vw) * 70 / 1300 * 100, 70px);
    width: min(var(--vw, 1vw) * 452 / 1300 * 100, 452px);
    margin: min(var(--vw, 1vw) * 32 / 1300 * 100, 32px) auto 0;
  }
}

.voice-Sec4 .plan .plan-btn a {
  display: grid;
  align-items: center;
  font-size: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
  padding-left: calc(var(--vw, 1vw) * 120 / 768 * 100);
  font-weight: 700;
  height: 100%;
  background: #154B2D;
  text-decoration: none;
  color: #fff;
  border-radius: calc(var(--vw, 1vw) * 80 / 768 * 100);
  box-shadow: calc(var(--vw, 1vw) * 14 / 768 * 100) calc(var(--vw, 1vw) * 10 / 768 * 100) 0px calc(var(--vw, 1vw) * 4 / 768 * 100) #E6E6E6;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .plan-btn a {
    font-size: clamp(14px, min(var(--vw, 1vw) * 20 / 1300 * 100, 20px), min(var(--vw, 1vw) * 20 / 1300 * 100, 20px));
    border-radius: min(var(--vw, 1vw) * 80 / 1300 * 100, 80px);
    padding-left: min(var(--vw, 1vw) * 160 / 1300 * 100, 160px);
    box-shadow: min(var(--vw, 1vw) * 4 / 1300 * 100, 4px) min(var(--vw, 1vw) * 2 / 1300 * 100, 2px) 0px min(var(--vw, 1vw) * 2 / 1300 * 100, 2px) #E6E6E6;
  }

  .voice-Sec4 .plan .plan-btn a:hover {
    opacity: 0.7;
  }

  .voice-Sec4 .plan .plan-btn a:hover::before {
    right: min(var(--vw, 1vw) * 25 / 1300 * 100, 25px);
  }
}

.voice-Sec4 .plan .plan-btn a::before {
  content: "";
  background: url(../images/plan/ico_d_btn.svg) no-repeat;
  background-size: contain;
  width: calc(var(--vw, 1vw) * 39.936 / 768 * 100);
  height: calc(var(--vw, 1vw) * 32.01024 / 768 * 100);
  position: absolute;
  top: 50%;
  right: calc(var(--vw, 1vw) * 72 / 768 * 100);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .plan .plan-btn a::before {
    transition: 0.3s;
    width: min(var(--vw, 1vw) * 19 / 1300 * 100, 19px);
    height: min(var(--vw, 1vw) * 15 / 1300 * 100, 15px);
    right: min(var(--vw, 1vw) * 35 / 1300 * 100, 35px);
  }
}

.voice-Sec4 .cost {
  margin-top: calc(var(--vw, 1vw) * 170 / 768 * 100);
  position: relative;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .cost {
    margin-top: min(var(--vw, 1vw) * 127 / 1300 * 100, 127px);
  }
}

.voice-Sec4 .cost::before {
  content: "";
  background: url(../images/plan/ico_option.svg) no-repeat;
  background-size: contain;
  width: calc(var(--vw, 1vw) * 108 / 768 * 100);
  height: calc(var(--vw, 1vw) * 108 / 768 * 100);
  position: absolute;
  top: calc(var(--vw, 1vw) * -140 / 768 * 100);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .cost::before {
    width: min(var(--vw, 1vw) * 52 / 1300 * 100, 52px);
    height: min(var(--vw, 1vw) * 52 / 1300 * 100, 52px);
    top: calc(min(var(--vw, 1vw) * 94 / 1300 * 100, 94px) * -1);
  }
}

.voice-Sec4 .cost .cost-ttl {
  font-size: calc(var(--vw, 1vw) * 49.152 / 768 * 100);
  border-top-left-radius: calc(var(--vw, 1vw) * 29 / 768 * 100);
  border-top-right-radius: calc(var(--vw, 1vw) * 29 / 768 * 100);
  padding: calc(var(--vw, 1vw) * 44 / 768 * 100) calc(var(--vw, 1vw) * 120 / 768 * 100);
  font-weight: 700;
  color: #154B2D;
  background: #D9D9D9;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .cost .cost-ttl {
    font-size: clamp(24px, min(var(--vw, 1vw) * 28 / 1300 * 100, 28px), min(var(--vw, 1vw) * 28 / 1300 * 100, 28px));
    border-top-left-radius: min(var(--vw, 1vw) * 24 / 1300 * 100, 24px);
    border-top-right-radius: min(var(--vw, 1vw) * 24 / 1300 * 100, 24px);
    padding: min(var(--vw, 1vw) * 15 / 1300 * 100, 15px);
  }
}

.voice-Sec4 .cost .cost-txt {
  font-size: calc(var(--vw, 1vw) * 40.96 / 768 * 100);
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .cost .cost-txt {
    font-size: 16px;
    text-align: center;
  }
}

.voice-Sec4 .cost .cost-table {
  text-align: center;
  margin-top: calc(var(--vw, 1vw) * 30 / 768 * 100);
  width: 100%;
  border-left: 1px solid #B3B3B3;
  border-top: 1px solid #B3B3B3;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .cost .cost-table {
    margin-top: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
  }
}

.voice-Sec4 .cost .cost-table th {
  display: block;
  width: 100%;
  background: #FAFBFB;
  border-right: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  font-size: calc(var(--vw, 1vw) * 36.864 / 768 * 100);
  font-weight: 500;
  padding: calc(var(--vw, 1vw) * 14 / 768 * 100) 0;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .cost .cost-table th {
    display: table-cell;
    width: min(var(--vw, 1vw) * 327 / 1300 * 100, 327px);
    font-size: clamp(16px, min(var(--vw, 1vw) * 18 / 1300 * 100, 18px), min(var(--vw, 1vw) * 18 / 1300 * 100, 18px));
    padding: min(var(--vw, 1vw) * 25 / 1300 * 100, 25px) 0;
  }
}

.voice-Sec4 .cost .cost-table td {
  display: block;
  width: 100%;
  border-right: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  font-size: calc(var(--vw, 1vw) * 28.672 / 768 * 100);
  padding: calc(var(--vw, 1vw) * 30 / 768 * 100) 0;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .cost .cost-table td {
    display: table-cell;
    width: auto;
    font-size: clamp(16px, min(var(--vw, 1vw) * 18 / 1300 * 100, 18px), min(var(--vw, 1vw) * 18 / 1300 * 100, 18px));
    padding: min(var(--vw, 1vw) * 25 / 1300 * 100, 25px) 0;
  }
}

.voice-Sec4 .cost .cost-table td span {
  font-size: calc(var(--vw, 1vw) * 57.344 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .cost .cost-table td span {
    font-size: clamp(22px, min(var(--vw, 1vw) * 28 / 1300 * 100, 28px), min(var(--vw, 1vw) * 28 / 1300 * 100, 28px));
  }
}

.voice-Sec4 .option {
  margin-top: calc(var(--vw, 1vw) * 170 / 768 * 100);
  position: relative;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .option {
    margin-top: min(var(--vw, 1vw) * 127 / 1300 * 100, 127px);
  }
}

.voice-Sec4 .option::before {
  content: "";
  background: url(../images/plan/ico_option.svg) no-repeat;
  background-size: contain;
  width: calc(var(--vw, 1vw) * 108 / 768 * 100);
  height: calc(var(--vw, 1vw) * 108 / 768 * 100);
  position: absolute;
  top: calc(var(--vw, 1vw) * -140 / 768 * 100);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .option::before {
    width: min(var(--vw, 1vw) * 52 / 1300 * 100, 52px);
    height: min(var(--vw, 1vw) * 52 / 1300 * 100, 52px);
    top: calc(min(var(--vw, 1vw) * 94 / 1300 * 100, 94px) * -1);
  }
}

.voice-Sec4 .option .option-ttl {
  font-size: calc(var(--vw, 1vw) * 49.152 / 768 * 100);
  border-top-left-radius: calc(var(--vw, 1vw) * 29 / 768 * 100);
  border-top-right-radius: calc(var(--vw, 1vw) * 29 / 768 * 100);
  padding: calc(var(--vw, 1vw) * 44 / 768 * 100) calc(var(--vw, 1vw) * 120 / 768 * 100);
  font-weight: 700;
  border-bottom: #154B2D 2px dashed;
  color: #154B2D;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .option .option-ttl {
    font-size: clamp(20px, min(var(--vw, 1vw) * 28 / 1300 * 100, 28px), min(var(--vw, 1vw) * 28 / 1300 * 100, 28px));
    border-top-left-radius: min(var(--vw, 1vw) * 24 / 1300 * 100, 24px);
    border-top-right-radius: min(var(--vw, 1vw) * 24 / 1300 * 100, 24px);
    padding: min(var(--vw, 1vw) * 15 / 1300 * 100, 15px);
  }
}

.voice-Sec4 .option .option-txt {
  padding: calc(var(--vw, 1vw) * 40 / 768 * 100) calc(var(--vw, 1vw) * 30 / 768 * 100);
  font-size: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .option .option-txt {
    font-size: clamp(14px, min(var(--vw, 1vw) * 18 / 1300 * 100, 18px), min(var(--vw, 1vw) * 18 / 1300 * 100, 18px));
    padding: min(var(--vw, 1vw) * 40 / 1300 * 100, 40px) 0 min(var(--vw, 1vw) * 65 / 1300 * 100, 65px);
    text-align: center;
    position: relative;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .voice-Sec4 .option .option-txt::before {
    content: "";
    background: url(../images/plan/ico_plan2.svg) no-repeat;
    background-size: contain;
    width: min(var(--vw, 1vw) * 30 / 1300 * 100, 30px);
    height: min(var(--vw, 1vw) * 43 / 1300 * 100, 43px);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.voice-Sec4 .option .option-wap {
  padding: 0 calc(var(--vw, 1vw) * 30 / 768 * 100) calc(var(--vw, 1vw) * 40 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .option .option-wap {
    padding: 0 0 min(var(--vw, 1vw) * 30 / 1300 * 100, 30px);
    display: grid;
    grid-template-columns: min(var(--vw, 1vw) * 426 / 1300 * 100, 426px) min(var(--vw, 1vw) * 426 / 1300 * 100, 426px);
    justify-content: center;
    gap: min(var(--vw, 1vw) * 30 / 1300 * 100, 30px) min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
  }
}

.voice-Sec4 .option .option-unit {
  border-left: 1px solid #A48D48;
  border-right: 1px solid #A48D48;
  border-bottom: 1px solid #A48D48;
  border-radius: calc(var(--vw, 1vw) * 49.152 / 768 * 100);
  padding-bottom: calc(var(--vw, 1vw) * 30 / 768 * 100);
  margin-bottom: calc(var(--vw, 1vw) * 40 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .option .option-unit {
    border-radius: min(var(--vw, 1vw) * 24 / 1300 * 100, 24px);
    padding-bottom: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
    margin-bottom: 0;
  }
}

.voice-Sec4 .option .option-unit:last-of-type {
  margin-bottom: 0;
}

.voice-Sec4 .option .op-img {
  width: 100%;
  position: relative;
  height: calc(var(--vw, 1vw) * 273 / 768 * 100);
  overflow: hidden;
  border-top-left-radius: calc(var(--vw, 1vw) * 49.152 / 768 * 100);
  border-top-right-radius: calc(var(--vw, 1vw) * 49.152 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .option .op-img {
    height: min(var(--vw, 1vw) * 235 / 1300 * 100, 235px);
    border-top-left-radius: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
    border-top-right-radius: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
  }
}

.voice-Sec4 .option .op-img img {
  position: absolute;
  width: 100%;
}

.voice-Sec4 .option .op-heading {
  text-align: center;
  font-size: calc(var(--vw, 1vw) * 36.864 / 768 * 100);
  margin: calc(var(--vw, 1vw) * 35 / 768 * 100) 0 calc(var(--vw, 1vw) * 10 / 768 * 100);
  padding: 0 calc(var(--vw, 1vw) * 30 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .option .op-heading {
    font-size: clamp(16px, min(var(--vw, 1vw) * 18 / 1300 * 100, 18px), min(var(--vw, 1vw) * 18 / 1300 * 100, 18px));
    margin: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px) min(var(--vw, 1vw) * 20 / 1300 * 100, 20px) min(var(--vw, 1vw) * 5 / 1300 * 100, 5px);
    padding: 0 calc(var(--vw, 1vw) * 30 / 768 * 100);
  }
}

.voice-Sec4 .option .op-ttl {
  text-align: center;
  font-size: calc(var(--vw, 1vw) * 49.152 / 768 * 100);
  padding: 0 calc(var(--vw, 1vw) * 60 / 768 * 100);
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .option .op-ttl {
    font-size: clamp(16px, min(var(--vw, 1vw) * 18 / 1300 * 100, 18px), min(var(--vw, 1vw) * 18 / 1300 * 100, 18px));
    padding: 0 min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
  }
}

.voice-Sec4 .option .op-cost {
  text-align: center;
  color: #A48D48;
  letter-spacing: 0.2;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .option .op-cost {
    margin-bottom: min(var(--vw, 1vw) * 5 / 1300 * 100, 5px);
  }
}

.voice-Sec4 .option .op-cost .mark {
  font-size: calc(var(--vw, 1vw) * 69.632 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .option .op-cost .mark {
    font-size: clamp(28px, min(var(--vw, 1vw) * 34 / 1300 * 100, 34px), min(var(--vw, 1vw) * 34 / 1300 * 100, 34px));
    margin-right: min(var(--vw, 1vw) * 10 / 1300 * 100, 10px);
  }
}

.voice-Sec4 .option .op-cost .yen {
  font-size: calc(var(--vw, 1vw) * 77.824 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .option .op-cost .yen {
    font-size: clamp(32px, min(var(--vw, 1vw) * 38 / 1300 * 100, 38px), min(var(--vw, 1vw) * 38 / 1300 * 100, 38px));
  }
}

.voice-Sec4 .option .op-cost .tax {
  font-size: calc(var(--vw, 1vw) * 20.48 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .option .op-cost .tax {
    font-size: clamp(10px, min(var(--vw, 1vw) * 10 / 1300 * 100, 10px), min(var(--vw, 1vw) * 10 / 1300 * 100, 10px));
  }
}

.voice-Sec4 .option .op-txt {
  font-size: calc(var(--vw, 1vw) * 28.672 / 768 * 100);
  padding: 0 calc(var(--vw, 1vw) * 30 / 768 * 100);
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .voice-Sec4 .option .op-txt {
    font-size: clamp(13px, min(var(--vw, 1vw) * 14 / 1300 * 100, 14px), min(var(--vw, 1vw) * 14 / 1300 * 100, 14px));
    padding: 0 min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
  }
}

.voice-Sec5 {
  padding: calc(var(--vw, 1vw) * 110 / 768 * 100) calc(var(--vw, 1vw) * 40 / 768 * 100) 0;
}

@media screen and (min-width: 768px) {
  .voice-Sec5 {
    padding: min(var(--vw, 1vw) * 70 / 1300 * 100, 70px) 0 0;
    width: min(var(--vw, 1vw) * 1000 / 1300 * 100, 1000px);
    margin: 0 auto;
  }
}

.voice-Sec5 .en-ttl {
  text-align: center;
  font-size: calc(var(--vw, 1vw) * 81.92 / 768 * 100);
  color: #F5F1E9;
  line-height: 1;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .voice-Sec5 .en-ttl {
    font-size: min(var(--vw, 1vw) * 64 / 1300 * 100, 64px);
  }
}

.voice-Sec5 .ttl {
  text-align: center;
  font-size: calc(var(--vw, 1vw) * 49.152 / 768 * 100);
  font-weight: 700;
  color: #514327;
  margin-bottom: calc(var(--vw, 1vw) * 80 / 768 * 100);
  letter-spacing: 0.15rem;
}

@media screen and (min-width: 768px) {
  .voice-Sec5 .ttl {
    font-size: min(var(--vw, 1vw) * 28 / 1300 * 100, 28px);
    margin-bottom: min(var(--vw, 1vw) * 40 / 1300 * 100, 40px);
    line-height: 1;
  }
}

.voice-Sec5 .wap {
  position: relative;
  padding-bottom: calc(var(--vw, 1vw) * 100 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec5 .wap {
    padding-bottom: 0;
  }
}

.voice-Sec5 .wap::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/plan/ico_sc.svg) no-repeat;
  background-size: contain;
  width: calc(var(--vw, 1vw) * 83 / 768 * 100);
  height: calc(var(--vw, 1vw) * 62 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec5 .wap::before {
    background: none;
  }
}

.voice-Sec5 .wap-inner {
  width: 100%;
  overflow-x: scroll;
  padding-bottom: calc(var(--vw, 1vw) * 30 / 768 * 100);
  scrollbar-color: #154b2d #e2e2e2;
  scrollbar-width: thin;
}

@media screen and (min-width: 768px) {
  .voice-Sec5 .wap-inner {
    overflow-x: visible;
    padding-bottom: 0;
  }
}

.voice-Sec5 .wap-inner img {
  width: auto;
  min-width: calc(var(--vw, 1vw) * 1800 / 768 * 100);
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .voice-Sec5 .wap-inner img {
    width: 100%;
    min-width: auto;
  }
}

.voice-Sec5 .table {
  width: calc(var(--vw, 1vw) * 2000 / 768 * 100);
  border-right: #bebebe 1px solid;
  border-top: #bebebe 1px solid;
}

@media screen and (min-width: 768px) {
  .voice-Sec5 .table {
    width: 100%;
  }
}

.voice-Sec5 .table thead tr {
  background: #154B2D;
  color: #fff;
  font-size: calc(var(--vw, 1vw) * 36.864 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec5 .table thead tr {
    font-size: clamp(16px, min(var(--vw, 1vw) * 20 / 1300 * 100, 20px), min(var(--vw, 1vw) * 20 / 1300 * 100, 20px));
  }
}

.voice-Sec5 .table thead th {
  border-left: #bebebe 1px solid;
  border-bottom: #bebebe 1px solid;
}

@media screen and (min-width: 768px) {
  .voice-Sec5 .table thead th {
    padding: min(var(--vw, 1vw) * 10 / 1300 * 100, 10px) 0;
  }
}

.voice-Sec5 .table tbody td {
  border-left: #bebebe 1px solid;
  border-bottom: #bebebe 1px solid;
}

.voice-Sec5 .table tbody td:first-of-type {
  width: calc(var(--vw, 1vw) * 370 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec5 .table tbody td:first-of-type {
    width: min(var(--vw, 1vw) * 185 / 1300 * 100, 185px);
  }
}

.voice-Sec5 .table tbody td:nth-of-type(2) {
  width: calc(var(--vw, 1vw) * 440 / 768 * 100);
  font-size: calc(var(--vw, 1vw) * 28.672 / 768 * 100);
  text-align: center;
  color: #154B2D;
}

@media screen and (min-width: 768px) {
  .voice-Sec5 .table tbody td:nth-of-type(2) {
    width: min(var(--vw, 1vw) * 220 / 1300 * 100, 220px);
    font-size: clamp(10px, min(var(--vw, 1vw) * 12 / 1300 * 100, 12px), min(var(--vw, 1vw) * 12 / 1300 * 100, 12px));
  }
}

.voice-Sec5 .table tbody td:nth-of-type(3) {
  width: calc(var(--vw, 1vw) * 520 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec5 .table tbody td:nth-of-type(3) {
    width: min(var(--vw, 1vw) * 260 / 1300 * 100, 260px);
  }
}

.voice-Sec5 .table-ttl {
  font-size: calc(var(--vw, 1vw) * 49.152 / 768 * 100);
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .voice-Sec5 .table-ttl {
    font-size: clamp(16px, min(var(--vw, 1vw) * 21 / 1300 * 100, 21px), min(var(--vw, 1vw) * 21 / 1300 * 100, 21px));
    margin-top: min(var(--vw, 1vw) * 5 / 1300 * 100, 5px);
  }
}

.voice-Sec5 .cost {
  text-align: center;
  color: #A48D48;
  letter-spacing: 0.1rem;
}

.voice-Sec5 .cost .mark {
  font-size: calc(var(--vw, 1vw) * 69.632 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec5 .cost .mark {
    font-size: clamp(20px, min(var(--vw, 1vw) * 44 / 1300 * 100, 44px), min(var(--vw, 1vw) * 44 / 1300 * 100, 44px));
    margin-right: min(var(--vw, 1vw) * 10 / 1300 * 100, 10px);
  }
}

.voice-Sec5 .cost .yen {
  font-size: calc(var(--vw, 1vw) * 77.824 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec5 .cost .yen {
    font-size: clamp(20px, min(var(--vw, 1vw) * 48 / 1300 * 100, 48px), min(var(--vw, 1vw) * 48 / 1300 * 100, 48px));
  }
}

.voice-Sec5 .cost .tax {
  font-size: calc(var(--vw, 1vw) * 20.48 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec5 .cost .tax {
    font-size: clamp(10px, min(var(--vw, 1vw) * 18 / 1300 * 100, 18px), min(var(--vw, 1vw) * 18 / 1300 * 100, 18px));
    writing-mode: vertical-rl;
    text-align: center;
  }
}

.voice-Sec5 .flow {
  display: grid;
  grid-template-columns: calc(var(--vw, 1vw) * 64 / 768 * 100) calc(var(--vw, 1vw) * 64 / 768 * 100) calc(var(--vw, 1vw) * 64 / 768 * 100) calc(var(--vw, 1vw) * 64 / 768 * 100) calc(var(--vw, 1vw) * 64 / 768 * 100) calc(var(--vw, 1vw) * 64 / 768 * 100);
  gap: calc(var(--vw, 1vw) * 40 / 768 * 100);
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .voice-Sec5 .flow {
    grid-template-columns: min(var(--vw, 1vw) * 32 / 1300 * 100, 32px) min(var(--vw, 1vw) * 32 / 1300 * 100, 32px) min(var(--vw, 1vw) * 32 / 1300 * 100, 32px) min(var(--vw, 1vw) * 32 / 1300 * 100, 32px) min(var(--vw, 1vw) * 32 / 1300 * 100, 32px) min(var(--vw, 1vw) * 32 / 1300 * 100, 32px);
    gap: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
  }
}

.voice-Sec5 .flow p {
  font-size: calc(var(--vw, 1vw) * 40.96 / 768 * 100);
  background: #154B2D;
  color: #fff;
  text-align: center;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: calc(var(--vw, 1vw) * 3 / 768 * 100);
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .voice-Sec5 .flow p {
    font-size: clamp(12px, min(var(--vw, 1vw) * 18 / 1300 * 100, 18px), min(var(--vw, 1vw) * 18 / 1300 * 100, 18px));
    border-radius: min(var(--vw, 1vw) * 3 / 1300 * 100, 3px);
    min-height: min(var(--vw, 1vw) * 125 / 1300 * 100, 125px);
  }
}

.voice-Sec5 .flow p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(var(--vw, 1vw) * -30 / 768 * 100);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #819e8e;
  border-width: calc(var(--vw, 1vw) * 22 / 768 * 100) 0px calc(var(--vw, 1vw) * 22 / 768 * 100) calc(var(--vw, 1vw) * 20 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec5 .flow p::before {
    right: calc(min(var(--vw, 1vw) * 15 / 1300 * 100, 15px) * -1);
    border-width: min(var(--vw, 1vw) * 16 / 1300 * 100, 16px) 0px min(var(--vw, 1vw) * 16 / 1300 * 100, 16px) min(var(--vw, 1vw) * 10 / 1300 * 100, 10px);
  }
}

.voice-Sec5 .flow p:last-of-type::before {
  border-color: transparent;
  border-width: 0;
}

.voice-Sec6 {
  padding: calc(var(--vw, 1vw) * 110 / 768 * 100) calc(var(--vw, 1vw) * 80 / 768 * 100) 0;
}

@media screen and (min-width: 768px) {
  .voice-Sec6 {
    padding: min(var(--vw, 1vw) * 70 / 1300 * 100, 70px) 0 0;
    width: min(var(--vw, 1vw) * 1000 / 1300 * 100, 1000px);
    margin: 0 auto;
  }
}

.voice-Sec6 .en-ttl {
  text-align: center;
  font-size: calc(var(--vw, 1vw) * 81.92 / 768 * 100);
  color: #F5F1E9;
  line-height: 1;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .voice-Sec6 .en-ttl {
    font-size: min(var(--vw, 1vw) * 64 / 1300 * 100, 64px);
  }
}

.voice-Sec6 .ttl {
  text-align: center;
  font-size: calc(var(--vw, 1vw) * 49.152 / 768 * 100);
  font-weight: 700;
  color: #514327;
  margin-bottom: calc(var(--vw, 1vw) * 70 / 768 * 100);
  letter-spacing: 0.15rem;
}

@media screen and (min-width: 768px) {
  .voice-Sec6 .ttl {
    font-size: min(var(--vw, 1vw) * 28 / 1300 * 100, 28px);
    margin-bottom: min(var(--vw, 1vw) * 40 / 1300 * 100, 40px);
    line-height: 1;
  }
}

.voice-Sec6 .txt {
  font-size: calc(var(--vw, 1vw) * 28.672 / 768 * 100);
  text-align: center;
  margin-bottom: calc(var(--vw, 1vw) * 65 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec6 .txt {
    font-size: clamp(14px, min(var(--vw, 1vw) * 16 / 1300 * 100, 16px), min(var(--vw, 1vw) * 16 / 1300 * 100, 16px));
    margin-bottom: min(var(--vw, 1vw) * 40 / 1300 * 100, 40px);
  }
}

@media screen and (min-width: 768px) {
  .voice-Sec6 .search-ttl {
    font-size: clamp(22px, min(var(--vw, 1vw) * 28 / 1300 * 100, 28px), min(var(--vw, 1vw) * 28 / 1300 * 100, 28px));
    font-weight: 700;
    color: #154B2D;
    position: relative;
    padding-left: min(var(--vw, 1vw) * 35 / 1300 * 100, 35px);
    margin-bottom: min(var(--vw, 1vw) * 17 / 1300 * 100, 17px);
  }

  .voice-Sec6 .search-ttl::before {
    content: "";
    width: min(var(--vw, 1vw) * 7 / 1300 * 100, 7px);
    height: min(var(--vw, 1vw) * 32 / 1300 * 100, 32px);
    background-color: #154B2D;
    border-radius: min(var(--vw, 1vw) * 20 / 1300 * 100, 20px);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.voice-Sec6 .map {
  background: url(../images/plan/map.svg) no-repeat center;
  background-size: calc(var(--vw, 1vw) * 560 / 768 * 100);
  height: calc(var(--vw, 1vw) * 700 / 768 * 100);
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .voice-Sec6 .map {
    width: min(var(--vw, 1vw) * 448 / 1300 * 100, 448px);
    background-size: 100%;
    height: min(var(--vw, 1vw) * 537 / 1300 * 100, 537px);
  }
}

.voice-Sec6 .map-btn {
  position: relative;
  width: calc(var(--vw, 1vw) * 333.824 / 768 * 100);
  height: calc(var(--vw, 1vw) * 114.688 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec6 .map-btn {
    width: min(var(--vw, 1vw) * 190 / 1300 * 100, 190px);
    height: min(min(var(--vw, 1vw), 1svh) * 65 / 375 * 100, 65px);
  }
}

.voice-Sec6 .map-btn a {
  text-decoration: none;
  box-shadow: calc(var(--vw, 1vw) * 4 / 768 * 100) calc(var(--vw, 1vw) * 4 / 768 * 100) calc(var(--vw, 1vw) * 10 / 768 * 100) calc(var(--vw, 1vw) * -5 / 768 * 100) rgba(0, 0, 0, 0.6);
  color: #4C3501;
  font-size: calc(var(--vw, 1vw) * 40.96 / 768 * 100);
  display: grid;
  place-content: center;
  height: 100%;
  background: #fff;
  border-radius: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
  border: #E1E1E1 1px solid;
}

@media screen and (min-width: 768px) {
  .voice-Sec6 .map-btn a {
    box-shadow: min(var(--vw, 1vw) * 4 / 1300 * 100, 4px) min(var(--vw, 1vw) * 4 / 1300 * 100, 4px) min(var(--vw, 1vw) * 10 / 1300 * 100, 10px) calc(min(var(--vw, 1vw) * 5 / 1300 * 100, 5px) * -1) rgba(0, 0, 0, 0.6);
    font-size: clamp(16px, min(var(--vw, 1vw) * 20 / 1300 * 100, 20px), min(var(--vw, 1vw) * 20 / 1300 * 100, 20px));
    border-radius: min(var(--vw, 1vw) * 16 / 1300 * 100, 16px);
    padding-right: min(var(--vw, 1vw) * 5 / 1300 * 100, 5px);
  }

  .voice-Sec6 .map-btn a:hover {
    background: #ccc;
  }

  .voice-Sec6 .map-btn a:hover::before {
    right: min(var(--vw, 1vw) * 10 / 1300 * 100, 10px);
  }
}

.voice-Sec6 .map-btn a::before {
  content: "";
  position: absolute;
  right: calc(var(--vw, 1vw) * 33 / 768 * 100);
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/plan/ico_btn.png) no-repeat;
  background-size: contain;
  width: calc(var(--vw, 1vw) * 36 / 768 * 100);
  height: calc(var(--vw, 1vw) * 36 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec6 .map-btn a::before {
    transition: 0.3s;
    right: min(var(--vw, 1vw) * 15 / 1300 * 100, 15px);
    width: min(var(--vw, 1vw) * 17 / 1300 * 100, 17px);
    height: min(var(--vw, 1vw) * 17 / 1300 * 100, 17px);
  }
}

.voice-Sec6 .map-btn.gunma {
  position: absolute;
  top: calc(var(--vw, 1vw) * 170 / 768 * 100);
  left: calc(var(--vw, 1vw) * 50 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec6 .map-btn.gunma {
    top: min(var(--vw, 1vw) * 160 / 1300 * 100, 160px);
    left: min(var(--vw, 1vw) * 60 / 1300 * 100, 60px);
  }
}

.voice-Sec6 .map-btn.saitama {
  position: absolute;
  top: calc(var(--vw, 1vw) * 410 / 768 * 100);
  right: calc(var(--vw, 1vw) * 10 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec6 .map-btn.saitama {
    top: min(var(--vw, 1vw) * 327 / 1300 * 100, 327px);
    left: min(var(--vw, 1vw) * 200 / 1300 * 100, 200px);
  }
}

.voice-Sec6 .map-btn.tokyo {
  position: absolute;
  bottom: 0;
  right: calc(var(--vw, 1vw) * 10 / 768 * 100);
}

@media screen and (min-width: 768px) {
  .voice-Sec6 .map-btn.tokyo {
    bottom: 0;
    right: min(var(--vw, 1vw) * 60 / 1300 * 100, 60px);
  }
}

.voice-Sec6 .search-btn {
  margin-top: calc(var(--vw, 1vw) * 50 / 768 * 100);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .voice-Sec6 .search-btn {
    width: min(var(--vw, 1vw) * 500 / 1300 * 100, 500px);
    margin: min(var(--vw, 1vw) * 68 / 1300 * 100, 68px) auto min(var(--vw, 1vw) * 180 / 1300 * 100, 180px);
  }
}

.voice-Sec6 .search-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--vw, 1vw) * 20 / 768 * 100);
  height: calc(var(--vw, 1vw) * 131.072 / 768 * 100);
  padding: 0 calc(var(--vw, 1vw) * 30 / 768 * 100);
  font-size: calc(var(--vw, 1vw) * 36.864 / 768 * 100);
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: #154B2D;
  border: #E1E1E1 1px solid;
  border-radius: calc(var(--vw, 1vw) * 32.768 / 768 * 100);
  box-shadow: calc(var(--vw, 1vw) * 14 / 768 * 100) calc(var(--vw, 1vw) * 10 / 768 * 100) 0px calc(var(--vw, 1vw) * 4 / 768 * 100) #E6E6E6;
}

@media screen and (min-width: 768px) {
  .voice-Sec6 .search-btn a {
    gap: min(var(--vw, 1vw) * 10 / 1300 * 100, 10px);
    height: min(var(--vw, 1vw) * 96 / 1300 * 100, 96px);
    padding: 0 min(var(--vw, 1vw) * 30 / 1300 * 100, 30px);
    font-size: clamp(20px, min(var(--vw, 1vw) * 24 / 1300 * 100, 24px), min(var(--vw, 1vw) * 24 / 1300 * 100, 24px));
    border-radius: min(var(--vw, 1vw) * 16 / 1300 * 100, 16px);
    box-shadow: min(var(--vw, 1vw) * 7 / 1300 * 100, 7px) min(var(--vw, 1vw) * 5 / 1300 * 100, 5px) 0px min(var(--vw, 1vw) * 2 / 1300 * 100, 2px) #E6E6E6;
  }

  .voice-Sec6 .search-btn a:hover {
    opacity: 0.7;
  }

  .voice-Sec6 .search-btn a:hover svg {
    transform: translateX(5px);
  }
}

.voice-Sec6 .search-btn a svg {
  width: calc(var(--vw, 1vw) * 40 / 768 * 100);
  height: calc(var(--vw, 1vw) * 40 / 768 * 100);
  background: #b98f2d;
  padding: calc(var(--vw, 1vw) * 8 / 768 * 100);
  border-radius: 50%;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .voice-Sec6 .search-btn a svg {
    width: min(var(--vw, 1vw) * 36 / 1300 * 100, 36px);
    height: min(var(--vw, 1vw) * 36 / 1300 * 100, 36px);
    padding: min(var(--vw, 1vw) * 8 / 1300 * 100, 8px);
    transition: transform 0.3s;
  }
}

/*-----------------------------------------
    plan
-----------------------------------------*/
.plan {
  padding-top: 7rem;
  padding-bottom: 9.3rem;
}

@media (max-width: 767px) {
  .plan {
    padding-top: 3.6rem;
    padding-bottom: 5.6rem;
  }
}

.plan__lead {
  color: #F5F1E9;
}

.plan__title {
  margin-top: -3rem;
}

@media (max-width: 767px) {
  .plan__title {
    margin-top: 0;
  }
}

.plan__content {
  margin-top: 4.5rem;
}

@media (max-width: 767px) {
  .plan__content {
    margin-top: 1.5rem;
  }
}

.plan__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(100px, 9vw, 120px);
}

@media (max-width: 767px) {
  .plan__items {
    gap: 64px;
  }
}

.plan__item {
  width: 100%;
}

.plan__item .head h3 {
  color: #154B2D;
  text-align: center;
  font-weight: 600;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: 0.15rem;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .plan__item .head h3 {
    font-size: clamp(18px, 3.3vw, 20px);
    letter-spacing: 0.05rem;
    white-space: nowrap;
  }
}

.plan__item .head .campaign {
  margin-top: 2.2rem;
  border-radius: 2.4rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100% 100%'%3E%3Crect x='5' y='3' width='99%' height='95%' fill='none' stroke='%23154B2D' stroke-width='2' stroke-dasharray='1.5 10' stroke-linecap='round' rx='12' ry='12'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 2.8rem 2rem;
}

@media (max-width: 767px) {
  .plan__item .head .campaign {
    margin-top: 2.2rem;
    gap: 2rem;
    padding: 2.3rem 2rem;
    border-radius: 1.6rem;
    flex-direction: row-reverse;
    align-items: center;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100% 100%'%3E%3Crect x='4' y='5' width='98%' height='93%' fill='none' stroke='%23E2D6BC' stroke-width='3' stroke-dasharray='2 8' stroke-linecap='round' rx='12' ry='12'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  }
}

.plan__item .head .campaign .left h4 {
  font-weight: 600;
  font-size: clamp(20px, 1.7vw, 24px);
  letter-spacing: 0.2rem;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .plan__item .head .campaign .left h4 {
    letter-spacing: 0.05rem;
    text-align: center;
    line-height: 1.3;
    font-size: clamp(14px, 3.7vw, 18px);
  }
}

.plan__item .head .campaign .left h4 .big {
  font-size: clamp(28px, 2.8vw, 38px);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.4rem;
  margin-left: 1rem;
}

@media (max-width: 767px) {
  .plan__item .head .campaign .left h4 .big {
    font-size: clamp(26px, 8vw, 30px);
    letter-spacing: 0.05rem;
  }
}

.plan__item .head .campaign .left h4 .mid {
  font-size: clamp(22px, 2.2vw, 26px);
}

@media (max-width: 767px) {
  .plan__item .head .campaign .left h4 .mid {
    font-size: clamp(16px, 5vw, 18px);
  }
}

.plan__item .head .campaign .left p {
  margin-top: 8px;
  font-size: clamp(13px, 1.3vw, 14px);
  line-height: 2;
  letter-spacing: 0.04rem;
}

@media (max-width: 767px) {
  .plan__item .head .campaign .left p {
    margin-top: 2rem;
  }
}

.plan__item .head .campaign .right {
  width: clamp(90px, 9vw, 122px);
}

@media (max-width: 767px) {
  .plan__item .head .campaign .right {
    width: clamp(56px, 14vw, 90px);
  }
}

.plan__item .body {
  margin-top: 5rem;
  width: 100%;
}

@media (max-width: 767px) {
  .plan__item .body {
    margin-top: 6.5rem;
    width: 100%;
  }
}

.plan__item .body .plan__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(50px, 4vw, 58px);
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists {
    gap: 98px;
  }
}

.plan__item .body .plan__lists li {
  position: relative;
  width: 100%;
}

.plan__item .body .plan__lists li .plan-fukidasi {
  position: absolute;
  top: -5%;
  left: -2%;
  -o-border-image: url(../images/plan-fukidashi.webp) 46 fill/100px/0px round;
  border-image: url(../images/plan-fukidashi.webp) 46 fill/100px/0px round;
  font-size: clamp(16px, 1.4vw, 20px);
  color: #154B2D;
  text-align: center;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  width: clamp(297px, 32vw, 400px);
  padding: 2rem 2rem 4rem;
  letter-spacing: 0.05rem;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .plan-fukidasi {
    font-size: 18px;
    width: 92%;
    left: 52%;
    top: -7%;
    max-width: 380px;
    transform: translateX(-50%);
    padding: 1.8rem 1rem 3.8rem;
    -o-border-image: url(../images/plan-fukidashi_sp.webp) 58 fill/100px/0px round;
    border-image: url(../images/plan-fukidashi_sp.webp) 58 fill/100px/0px round;
  }
}

.plan__item .body .plan__lists li .flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .flex {
    flex-direction: column;
  }
}

.plan__item .body .plan__lists li .flex .left {
  border-radius: 2.4rem 0 0 2.4rem;
  overflow: hidden;
}

.plan__item .body .plan__lists li .flex .left .img {
  vertical-align: bottom;
  line-height: 1em;
  width: 500px !important;
  object-fit: contain;
}

.plan__item .body .plan__lists li .flex .left .img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .flex .left {
    border-radius: 2.4rem 2.4rem 0 0;
  }

  .plan__item .body .plan__lists li .flex .left .img img {
    /* object-fit: none; */
  }
}

.plan__item .body .plan__lists li .flex .right {
  border-radius: 0 2.4rem 2.4rem 0;
  background: #F1F6F3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .flex .right {
    width: 100%;
    border-radius: 0 0 2.4rem 2.4rem;
    padding-top: 1.5rem;
    padding-bottom: 2.2rem;
  }
}

.plan__item .body .plan__lists li .flex .right2 {
  background: #EFEFEF;
}

.plan__item .body .plan__lists li .rightInner {
  padding: 16px 16px;
}

.plan__item .body .plan__lists li .rightInner h4 {
  text-align: center;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 600;
  letter-spacing: 0.3rem;
  color: #154B2D;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner h4 {
    font-size: clamp(22px, 7.8vw, 28px);
  }
}

.plan__item .body .plan__lists li .rightInner .priceWrap {
  gap: 2rem;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .priceWrap {
    margin-top: 0;
    gap: 0;
    flex-direction: column;
  }
}

.plan__item .body .plan__lists li .rightInner .priceWrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: radial-gradient(circle, #E2D6BC 1px, transparent 2px) repeat-x;
  background-size: 9px 3px;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .priceWrap::after {
    display: none;
  }
}

.plan__item .body .plan__lists li .rightInner .priceWrap .text {
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04rem;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .priceWrap .text {
    font-size: 18px;
    padding-bottom: 7px;
    position: relative;
    width: 100%;
    text-align: center;
  }

  .plan__item .body .plan__lists li .rightInner .priceWrap .text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: radial-gradient(circle, #E2D6BC 1px, transparent 1px) repeat-x;
    background-size: 4px 2px;
  }
}

.plan__item .body .plan__lists li .rightInner .priceWrap .priceFlex {
  color: #A48D48;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan__item .body .plan__lists li .rightInner .priceWrap .priceFlex .en-zei {
  text-align: center;
}

.plan__item .body .plan__lists li .rightInner .priceWrap .priceFlex .en-zei .en {
  font-weight: 600;
  font-size: 36.8px;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}

.plan__item .body .plan__lists li .rightInner .priceWrap .priceFlex .en-zei .zei {
  font-size: clamp(10px, 1.2vw, 14px);
  color: #4C3501;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .priceWrap .priceFlex .en-zei .zei {
    font-size: 10px;
  }
}

.plan__item .body .plan__lists li .rightInner .priceWrap .priceFlex .num {
  font-size: clamp(40px, 4.5vw, 57px);
  margin-left: 1.2rem;
  margin-top: -5px;
  font-weight: 500;
  letter-spacing: 0.3rem;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .priceWrap .priceFlex .num {
    font-size: 46px;
    margin-left: 4px;
  }
}

.plan__item .body .plan__lists li .rightInner .metaWrap {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .metaWrap {
    margin-top: 1rem;
    flex-direction: column;
    gap: 1.2rem;
  }
}

.plan__item .body .plan__lists li .rightInner .metaWrap .text {
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04rem;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .metaWrap .text {
    font-size: 18px;
    padding-bottom: 7px;
    position: relative;
    width: 100%;
    text-align: center;
  }

  .plan__item .body .plan__lists li .rightInner .metaWrap .text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: radial-gradient(circle, #E2D6BC 1px, transparent 1px) repeat-x;
    background-size: 4px 2px;
  }
}

.plan__item .body .plan__lists li .rightInner .metaWrap .tags {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 1.2rem;
  width: clamp(190px, 18vw, 258px);
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .metaWrap .tags {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.2rem;
  }
}

.plan__item .body .plan__lists li .rightInner .metaWrap .tags .tag {
  padding: 4px 8px;
  border-radius: 0.4rem;
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 600;
  color: #D3CFC4;
  background: #fff;
  width: auto;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .metaWrap .tags .tag {
    font-size: 20px;
    text-align: center;
  }
}

.plan__item .body .plan__lists li .rightInner .metaWrap .tags .tagon {
  background: #154B2D;
  color: #fff;
}

.plan__item .body .plan__lists li .rightInner .metaWrap .ninzu {
  width: clamp(80px, 7vw, 100px);
  height: clamp(80px, 7vw, 100px);
  border-radius: 1.2rem;
  border: 1px solid #154B2D;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .metaWrap .ninzu {
    flex-direction: unset;
    width: 100%;
    height: auto;
    padding: 0.4rem;
    gap: 1.2rem;
    margin-top: 2rem;
  }
}

.plan__item .body .plan__lists li .rightInner .metaWrap .ninzu .ninzu-top {
  font-size: clamp(12px, 1.3vw, 14px);
  text-align: center;
  letter-spacing: 0.04rem;
  line-height: 2;
  color: #154B2D;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .metaWrap .ninzu .ninzu-top {
    font-size: 14px;
  }
}

.plan__item .body .plan__lists li .rightInner .metaWrap .ninzu .ninzu-bottom {
  font-size: clamp(22px, 2.1vw, 29px);
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-weight: 600;
  color: #154B2D;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .metaWrap .ninzu .ninzu-bottom {
    font-size: 26px;
  }
}

.plan__item .body .plan__lists li .rightInner .metaWrap .ninzu .ninzu-bottom span {
  font-size: clamp(14px, 1.4vw, 16px);
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .metaWrap .ninzu .ninzu-bottom span {
    font-size: 13px;
  }
}

.plan__item .body .plan__lists li .rightInner .metaWrap .ninzu .ninzu-bottom span.ninzuSpan {
  font-size: 10px;
}

.plan__item .body .plan__lists li .rightInner .plan__button {
  margin-top: 3.2rem;
  text-align: center;
}

@media (max-width: 767px) {
  .plan__item .body .plan__lists li .rightInner .plan__button {
    margin-top: 1.6rem;
    text-align: center;
  }
}

.plan__item .body .plan__lists li .rightInner .plan__btn {
  height: 72px;
  line-height: 72px;
  font-size: 20px;
}

.plan__item .body .plan__lists li .rightInner .plan__btn::after {
  width: 25px;
  height: 25px;
}
