.secMv .swiper {
  position: relative;
  overflow: visible;
}
.secMv .swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background-image: url(../../shared/images/icon_ar_right.svg);
  position: absolute;
  bottom: 20px;
  top: auto;
  right: -30px;
  z-index: 20;
}
.secMv .swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-image: url(../../shared/images/icon_ar_right.svg);
  position: absolute;
  bottom: 20px;
  top: auto;
  left: -30px;
  z-index: 20;
  transform: rotate(180deg);
}
.secMv .swiper .swiper-pagination {
  position: absolute;
  bottom: -18px;
  text-align: left;
  padding-left: 16px;
  display: flex;
  justify-content: left;
  gap: 10px;
}
.secMv .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  border: 1px solid #1f1f1f;
  opacity: 1;
  padding: 0;
  margin: 0;
}
.secMv .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1f1f1f;
}
.secMv .mvTxt {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 58px auto 0;
}
.secMv .mvTxt > p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 58px;
  line-height: 1.6em;
}
.secMv .mvTxt > p span {
  color: #ff9538;
}

@media print, screen and (min-width: 900px) {
  .secMv {
    display: none;
  }
}
@media print, screen and (max-width: 899px) {
  .secMv {
    display: block;
  }
}
.swiper_mv1 {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 18px;
  margin-top: 80px;
}
.swiper_mv1 #swiper1 {
  position: relative;
  width: calc(75% - 10px);
  z-index: 5;
}
.swiper_mv1 #swiper1 .mv_txt {
  position: absolute;
  right: -22px;
  top: -22px;
}
.swiper_mv1 #swiper1 .swiper-button-prev {
  display: none;
}
.swiper_mv1 #swiper1 .swiper-wrapper {
  overflow: hidden;
}
.swiper_mv1 #swiper1 .swiper-wrapper .swiper-slide {
  aspect-ratio: 11/7;
}
.swiper_mv1 #swiper1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 100px 0 0;
}
.swiper_mv1 #swiper2 {
  position: relative;
  width: calc(25% - 10px);
  z-index: 3;
}
.swiper_mv1 #swiper2 .swiper-wrapper .swiper-slide {
  aspect-ratio: 9/8;
  background-color: #ddd;
}
.swiper_mv1 #swiper2 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.swiper_mv2 {
  padding-top: 14px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 18px;
}
.swiper_mv2 #swiper3 {
  position: relative;
  width: calc(75% - 10px);
  z-index: 5;
}
.swiper_mv2 #swiper3 .swiper-wrapper {
  overflow: hidden;
}
.swiper_mv2 #swiper3 .swiper-wrapper .swiper-slide {
  aspect-ratio: 11/7;
}
.swiper_mv2 #swiper3 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 100px 0 0 0;
}
.swiper_mv2 #swiper3 .swiper-pagination {
  padding-right: 16px;
  justify-content: right;
}
.swiper_mv2 #swiper4 {
  position: relative;
  width: calc(25% - 10px);
  z-index: 3;
}
.swiper_mv2 #swiper4 .swiper-wrapper .swiper-slide {
  aspect-ratio: 9/8;
  background-color: #ddd;
}
.swiper_mv2 #swiper4 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.secNav {
  padding: 62px 0 0;
}
.secNav .wrap {
  padding: 0 18px;
  width: 86%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.secNav .wrap .box img {
  max-width: 240px;
  width: 70%;
  display: block;
  margin: auto;
}
.secNav .wrap .box a {
  display: flex;
  max-width: 355px;
  width: 100%;
  height: 55px;
  border-radius: 28px;
  border: 1px solid #1f1f1f;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px 0 22px;
  margin: 0 auto;
  font-size: 18px;
  color: #1f1f1f;
  letter-spacing: 0;
  font-weight: 700;
}

.secReason .wrap {
  padding-top: 70px;
  margin: 0 auto 0;
}
.secReason .wrap .ttl h2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.secReason .wrap .ttl h2 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6px;
  padding: 0 12px 2px;
  border-bottom: 2px solid #ff9538;
  font-size: 15px;
  font-weight: 700;
}
.secReason .wrap .list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.secReason .wrap .list p {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
}
.secReason .wrap .list p::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background-image: url(../../shared/images/icon_check.svg);
  background-size: cover;
}
.secReason .wrap .border {
  display: block;
  max-width: 356px;
  width: 90%;
  margin: auto;
}
.secReason .wrap .bottom {
  margin: 32px auto 102px;
}
.secReason .wrap .bottom p {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.secReason .wrap .bottom img {
  display: block;
  margin: 40px auto 0;
  max-width: 250px;
  width: 65%;
}

.secSeminar .wrap {
  position: relative;
  border: 10px solid #ff9538;
  padding: 80px 0 90px;
  background-color: #ffffff;
}
.secSeminar .wrap .fukidashi {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  padding-top: 30px;
  margin: auto;
}
.secSeminar .wrap .fukidashi img {
  margin: auto;
  display: block;
}
.secSeminar .wrap .ttl {
  display: block;
}
.secSeminar .wrap .ttl h2 {
  font-size: 24px;
  text-align: center;
}
.secSeminar .wrap .ttl h2 span {
  font-size: 20px;
  text-align: center;
  display: block;
}
.secSeminar .wrap .ttl img {
  margin-top: 36px;
  width: 100%;
  height: auto;
}
.secSeminar .wrap .merit {
  width: 90%;
  margin: 30px auto;
}
.secSeminar .wrap .merit .txt span {
  font-size: 15px;
  text-align: center;
  line-height: 1em;
  border: 1px solid #1f1f1f;
  border-radius: 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 2px 3px;
}
.secSeminar .wrap .merit .txt h3 {
  font-size: 20px;
  text-align: center;
}
.secSeminar .wrap .merit .txt p {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}
.secSeminar .wrap .merit .txt2 {
  margin-top: 40px;
}
.secSeminar .wrap .merit .box {
  background-color: #faf6ef;
  width: 92%;
  max-width: 324px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 115px;
  border-radius: 57px;
  margin: 94px auto 0;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
}
.secSeminar .wrap .merit .box img {
  position: absolute;
  top: -72px;
}
.secSeminar .wrap .merit .swiper .swiper-wrapper {
  width: 100%;
}
.secSeminar .wrap .merit .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
.secSeminar .wrap .merit .swiper .swiper-wrapper .swiper-slide .box {
  width: 92% !important;
  max-width: initial !important;
}
.secSeminar .wrap .merit .swiper .swiper_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  gap: 10px;
  margin-top: 10px;
}
.secSeminar .wrap .merit .swiper .swiper_nav .swiper-button-next {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  background-image: url(../../shared/images/icon_ar_right.svg);
  z-index: 20;
}
.secSeminar .wrap .merit .swiper .swiper_nav .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  background-image: url(../../shared/images/icon_ar_right.svg);
  z-index: 20;
  transform: rotate(180deg);
}
.secSeminar .wrap .merit .swiper .swiper_nav .swiper-pagination {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  top: 0;
  bottom: 0;
}
.secSeminar .wrap .merit .swiper .swiper_nav .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  border: 1px solid #1f1f1f;
  opacity: 1;
  padding: 0;
  margin: 0;
  height: 8px;
}
.secSeminar .wrap .merit .swiper .swiper_nav .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1f1f1f;
}
.secSeminar .wrap .link .btnShadow {
  margin-bottom: 56px;
}

.secQuick .wrap {
  position: relative;
  padding: 80px 0 90px;
  background-color: #ffffff;
}
.secQuick .wrap .fukidashi {
  position: absolute;
  top: -41px;
  width: 100%;
}
.secQuick .wrap .fukidashi img {
  display: block;
  margin: auto;
}
.secQuick .wrap .ttl h2 {
  font-size: 25px;
  text-align: center;
}
.secQuick .wrap .ttl h2 span {
  font-size: 20px;
  text-align: center;
  display: block;
}
.secQuick .wrap .txt {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px 0 40px;
}
.secQuick .wrap .txt .box span {
  font-size: 15px;
  text-align: center;
  line-height: 1em;
  border: 1px solid #1f1f1f;
  border-radius: 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  padding: 2px 5px;
}
.secQuick .wrap .txt .box p {
  text-align: center;
  font-size: 17px;
  line-height: 1.8em;
}

.secAbout .wrap {
  padding: 52px 0 59px;
}
.secAbout .wrap .ttl h2 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 28px;
}
.secAbout .wrap .ttl p {
  font-size: 17px;
  text-align: center;
}
.secAbout .wrap > img {
  display: block;
  width: 100%;
  margin: 26px 0 36px;
}
.secAbout .wrap .txt {
  width: 86%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px 0 40px;
}
.secAbout .wrap .txt .box > span {
  font-size: 15px;
  text-align: center;
  line-height: 1em;
  border: 1px solid #1f1f1f;
  border-radius: 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  padding: 2px 3px;
}
.secAbout .wrap .txt .box p {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5em;
}
.secAbout .wrap .txt .box p span {
  font-weight: 600;
  font-size: 20px;
}
.secAbout .wrap .swiper .swiper-wrapper {
  width: 100%;
}
.secAbout .wrap .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
.secAbout .wrap .swiper .swiper-wrapper .swiper-slide .box {
  max-width: 200px;
  width: 92% !important;
  margin: auto;
}
.secAbout .wrap .swiper .swiper-wrapper .swiper-slide .box img {
  width: 100%;
  border-radius: 100px 100px 0 0;
}
.secAbout .wrap .swiper .swiper-wrapper .swiper-slide .box p {
  display: block;
  width: 100%;
  padding: 1px 2px;
  border: 1px solid #1f1f1f;
  font-size: 13px;
  text-align: center;
  box-sizing: border-box;
}
.secAbout .wrap .swiper .swiper_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  gap: 10px;
  margin-top: 10px;
}
.secAbout .wrap .swiper .swiper_nav .swiper-button-next {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  background-image: url(../../shared/images/icon_ar_right.svg);
  z-index: 20;
}
.secAbout .wrap .swiper .swiper_nav .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  background-image: url(../../shared/images/icon_ar_right.svg);
  z-index: 20;
  transform: rotate(180deg);
}
.secAbout .wrap .swiper .swiper_nav .swiper-pagination {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  top: 0;
  bottom: 0;
}
.secAbout .wrap .swiper .swiper_nav .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  border: 1px solid #1f1f1f;
  opacity: 1;
  padding: 0;
  margin: 0;
  height: 8px;
}
.secAbout .wrap .swiper .swiper_nav .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1f1f1f;
}

.secCta {
  background-color: #ffc796;
  background-image: url(../images/cta_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.secCta .wrap {
  padding: 52px 0 68px;
}
.secCta .wrap .txt {
  margin-bottom: 60px;
}
.secCta .wrap .txt span {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
  text-align: center;
}
.secCta .wrap .txt h2 {
  font-size: 20px;
  text-align: center;
}
.secCta .wrap .link {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.secCta .wrap .btnFuki span {
  background-color: #ffffff;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
}
.secCta .wrap .btnFuki span::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 8px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}

.secVoice .wrap {
  padding: 50px 0;
}
.secVoice .wrap .ttl {
  margin-bottom: 48px;
}
.secVoice .wrap .ttl h2 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}
.secVoice .wrap .ttl p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.7em;
}
.secVoice .wrap .content .box {
  border-bottom: 1px solid #1f1f1f;
  padding: 30px 0;
  width: 92%;
  margin: auto;
}
.secVoice .wrap .content .box:first-of-type {
  padding-top: 0;
}
.secVoice .wrap .content .box:last-of-type {
  padding-bottom: 0;
  border-bottom: 0px solid #1f1f1f;
}
.secVoice .wrap .content .box .txt {
  display: grid;
  grid-template-columns: 64px 1fr;
  margin-bottom: 16px;
}
.secVoice .wrap .content .box .txt .mds p {
  writing-mode: vertical-rl;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5em;
}
.secVoice .wrap .content .box .txt .mds p b {
  font-size: 20px;
  font-weight: 700;
}
.secVoice .wrap .content .box .txt .img {
  padding-right: 24px;
}
.secVoice .wrap .content .box .txt .img img {
  margin-bottom: 6px;
  width: 100%;
}
.secVoice .wrap .content .box .txt .img p {
  font-size: 14px;
  font-weight: 500;
}
.secVoice .wrap .content .box button {
  background-color: #ffffff;
  max-width: 200px;
  width: 80%;
  padding: 7px 0 8px;
  font-size: 20px;
}

.secStaff .wrap {
  padding: 40px 0;
}
.secStaff .wrap .ttl {
  margin-bottom: 48px;
}
.secStaff .wrap .ttl h2 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}
.secStaff .wrap .ttl p {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  line-height: 1.7em;
}
.secStaff .wrap .swiper .swiper-wrapper {
  width: 100%;
}
.secStaff .wrap .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}
.secStaff .wrap .swiper .swiper-wrapper .swiper-slide .box {
  height: 100%;
  max-width: 220px;
  width: 98% !important;
  margin: auto;
  background-color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 100px 100px 0 0;
}
.secStaff .wrap .swiper .swiper-wrapper .swiper-slide .box img {
  width: 100%;
  border-radius: 100px 100px 0 0;
  margin-bottom: 5px;
}
.secStaff .wrap .swiper .swiper-wrapper .swiper-slide .box .txt {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.secStaff .wrap .swiper .swiper-wrapper .swiper-slide .box .txt .job {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.secStaff .wrap .swiper .swiper-wrapper .swiper-slide .box .txt .job span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 11px;
  padding: 1px 4px;
  border-radius: 10px;
  border: 1px solid #1f1f1f;
  letter-spacing: 0em;
}
.secStaff .wrap .swiper .swiper-wrapper .swiper-slide .box .txt h3 {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}
.secStaff .wrap .swiper .swiper-wrapper .swiper-slide .box .txt p {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
}
.secStaff .wrap .swiper .swiper_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  gap: 10px;
  margin-top: 10px;
}
.secStaff .wrap .swiper .swiper_nav .swiper-button-next {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  background-image: url(../../shared/images/icon_ar_right.svg);
  z-index: 20;
}
.secStaff .wrap .swiper .swiper_nav .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  background-image: url(../../shared/images/icon_ar_right.svg);
  z-index: 20;
  transform: rotate(180deg);
}
.secStaff .wrap .swiper .swiper_nav .swiper-pagination {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  top: 0;
  bottom: 0;
}
.secStaff .wrap .swiper .swiper_nav .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  border: 1px solid #1f1f1f;
  opacity: 1;
  padding: 0;
  margin: 0;
  height: 8px;
}
.secStaff .wrap .swiper .swiper_nav .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1f1f1f;
}

.secFaq .wrap {
  padding: 40px 0 50px;
  width: 86%;
}
.secFaq .wrap .ttl {
  margin-bottom: 60px;
}
.secFaq .wrap .ttl h2 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}
.secFaq .wrap .content details summary {
  display: grid;
  grid-template-columns: 48px 1fr 32px;
  padding: 12px 4px;
  align-items: center;
  border-bottom: 1px solid #1f1f1f;
}
.secFaq .wrap .content details summary span {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 40px;
  text-align: center;
}
.secFaq .wrap .content details summary .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.secFaq .wrap .content details summary h3 {
  font-size: 15px;
  line-height: 1.6em;
}
.secFaq .wrap .content details .answer {
  display: grid;
  grid-template-columns: 48px 1fr;
  padding: 12px 32px 12px 4px;
  background-color: #ffffff;
}
.secFaq .wrap .content details .answer span {
  text-align: center;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 40px;
}
.secFaq .wrap .content details .answer p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6em;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.js-modal-dialog {
  position: fixed;
  max-width: 355px;
  width: 92%;
  max-height: 90svh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: initial;
  padding-top: 20px;
}
.js-modal-dialog .js-modal-close {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  width: 106px;
  border-radius: 20px;
  border: 3px solid #1f1f1f;
  background-color: #1f1f1f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px 0 13px;
  z-index: 10;
}
.js-modal-dialog .js-modal-close p {
  color: #ffffff;
  font-size: 15px;
}
.js-modal-dialog::backdrop {
  background-color: rgba(31, 31, 31, 0.5215686275);
  width: 100%;
  height: 100%;
}
.js-modal-dialog .modal_inner {
  background-color: #ffffff;
  max-height: calc(90svh - 50px);
  width: 100%;
  overflow-y: scroll;
}
.js-modal-dialog.modal_voice .modal_inner .top {
  background-color: #ffffff;
  padding: 56px 7% 45px;
}
.js-modal-dialog.modal_voice .modal_inner .top .ttl {
  margin-bottom: 54px;
}
.js-modal-dialog.modal_voice .modal_inner .top .ttl h2 {
  display: block;
  margin: 0 auto 24px;
  writing-mode: vertical-rl;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5em;
}
.js-modal-dialog.modal_voice .modal_inner .top .ttl h2 b {
  font-size: 20px;
  font-weight: 700;
}
.js-modal-dialog.modal_voice .modal_inner .top .ttl .img {
  display: block;
  width: 100%;
}
.js-modal-dialog.modal_voice .modal_inner .top .ttl .img p {
  display: block;
  width: 100%;
  padding: 4px 2px 5px;
  border: 1px solid #1f1f1f;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
}
.js-modal-dialog.modal_voice .modal_inner .top .content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.js-modal-dialog.modal_voice .modal_inner .top .content .box .mds {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: baseline;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #1f1f1f;
}
.js-modal-dialog.modal_voice .modal_inner .top .content .box .mds span {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 20px;
}
.js-modal-dialog.modal_voice .modal_inner .top .content .box .mds h3 {
  font-size: 15px;
  line-height: 1.4em;
}
.js-modal-dialog.modal_voice .modal_inner .top .content .box > p {
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */