@charset 'UTF-8';

.cmn_section:last-of-type {
  padding-bottom: 13.6rem;
}

/*  system  */
#sys {
  padding-top: 11.2rem;
}
@media screen and (min-width: 768px) {
  #sys .container {
    display: flex;
  }
  #sys .text {
    padding-right: calc(42 / 1200 * 100%);
    flex-basis: 77.7rem;
    box-sizing: border-box;
  }
  #sys .photo {
    flex-basis: 42.3rem;
  }
}
#sys h3 {
  padding-bottom: 0.4em;
  margin: 0;
  font-family: var(--NotoSerifJP);
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: rgb(11, 16, 87);
  border-bottom: solid 1px rgb(11, 16, 87, 0.5);
  position: relative;
  white-space: nowrap;
}
#sys h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 13.6rem;
  height: 0.4rem;
  background-color: rgb(11, 16, 87);
}
#sys .desc {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
@media screen and (min-width: 768px) {
  #sys .desc {
    padding-bottom: 0;
  }
}
#sys .desc p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
#sys .photo .image {
  height: 100%;
  text-align: center;
}
#sys .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 65%;
  width: 100%;
  height: 100%;
  max-width: 323px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  #sys .photo img {
    max-width: none;
  }
}
#sys .sig {
  padding-top: 1rem;
  margin: 0 auto;
  max-width: 323px;
}
@media screen and (min-width: 768px) {
  #sys .sig {
    margin: 0;
    max-width: none;
  }
}
#sys .sig p {
  margin: 0;
  font-family: var(--NotoSerifJP);
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: right;
}
#sys .sig .post {
  font-size: calc(18 / 30 * 100%);
}

/*  sys phil  */
#sys .phil {
  padding-top: 4.2rem;
  padding-bottom: 6.8rem;
}
@media screen and (min-width: 768px) {
  #sys .phil {
    display: flex;
  }
  #sys .phil .texts {
    padding-right: calc(40 / 1200 * 100%);
    flex-basis: 77.7rem;
    box-sizing: border-box;
  }
  #sys .phil .photos {
    flex-basis: 42.3rem;
  }
}
#sys .phil .column {
  padding: 4.8rem calc(48 / 737 * 100%);
  display: flex;
  flex-direction: column;
  border: solid 3px rgb(11, 16, 87);
  outline: solid 1px rgb(11, 16, 87);
  outline-offset: -12px;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #sys .phil .column {
    padding: calc(48 / 737 * 100%);
  }
}
#sys .phil .texts h4 {
  padding: 2.6rem 0;
  margin: 0;
  font-family: var(--ShipporiMincho);
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: calc(1.25 / 25 * 1em);
  text-align: center;
  color: rgb(247, 79, 124);
}
@media screen and (min-width: 768px) {
  #sys .phil .texts h4 {
    padding: min(26 / 1280 * 100vw, 2.6rem) 0;
    font-size: min(25 / 1280 * 100vw, 2.5rem);
  }
}
#sys .phil .texts .motto {
  margin: 0;
  order: -1;
  font-family: var(--NotoSerifJP);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: calc(2.33 / 31 / 1em);
  text-align: center;
  color: rgb(11, 16, 87);
}
@media screen and (min-width: 768px) {
  #sys .phil .texts .motto {
    font-size: min(31 / 1280 * 100vw, 3.1rem);
  }
}
#sys .phil .texts ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#sys .phil .texts li {
  padding: 0.5em 0 0.5em 1.1em;
  font-family: var(--NotoSerifJP);
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-indent: -1.1em;
  color: rgb(11, 16, 87);
}
@media screen and (min-width: 768px) {
  #sys .phil .texts li {
    padding: 0.18em 0 0.18em 1.1em;
    font-size: min(25 / 1280 * 100vw, 2.5rem);
    letter-spacing: 0.1em;
  }
}
#sys .phil .photos {
  padding-top: 2.6rem;
}
@media screen and (min-width: 768px) {
  #sys .phil .photos {
    padding-top: 0;
  }
}
#sys .phil .photos .image {
  text-align: center;
}
#sys .phil .photos .image:not(:first-of-type) {
  padding-top: 2.6rem;
}
#sys .phil .photos img {
  border-radius: 20px;
  width: 100%;
  max-width: 323px;
}
@media screen and (min-width: 768px) {
  #sys .phil .photos img {
    max-width: none;
  }
}

/*  specist  */
#specist .lead {
  padding-top: 6rem;
}
#specist .lead .image {
  text-align: center;
}
#specist .lead img {
  border-radius: 20px;
}
#specist .lead .desc {
  padding-top: 1.6rem;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#specist .lead .desc p {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: calc(1.28 / 17 * 1em);
}

/*  specist .qualifi  */
#specist .qualifi {
  padding-top: 4.6rem;
}
#specist .qualifi dl {
  margin: 0;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #specist .qualifi dl div {
    display: flex;
  }
}
#specist .qualifi dt {
  padding: 1em 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background-color: rgb(237, 233, 237);
  text-align: center;
}
#specist .qualifi dl div:not(:first-of-type) dt {
  border-top: solid 8px rgb(255, 252, 243);
}
@media screen and (min-width: 768px) {
  #specist .qualifi dt {
    padding: 4.6rem calc(46 / 1200 * 100%);
    flex-basis: 34rem;
    text-align: start;
  }
  #specist .qualifi dl div:not(:first-of-type) dt {
    border-top: solid 1px rgb(255, 255, 255);
  }
}
#specist .qualifi dd {
  padding: 3rem 2rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #specist .qualifi dd {
    padding: 3rem calc(20 / 1200 * 100%);
    flex-basis: 86rem;
  }
  #specist .qualifi dl div:not(:first-of-type) dd {
    border-top: solid 1px rgb(203, 194, 208);
  }
}
#specist .qualifi dd p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

/*  specist .voice  */
#specist .voice {
  padding-top: 5rem;
}
#specist .voice section {
  padding: 2.2rem 2rem;
  border-radius: 20px;
  border: solid 1px rgb(11, 16, 87, 0.5);
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #specist .voice section {
    padding: 2.2rem 3.8rem;
    display: grid;
    grid-template-rows: 1fr auto;
  }
  #specist .voice h3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #specist .voice .desc {
    grid-row: 1 / 3;
  }
  #specist .voice .ill {
    grid-row: 2 / 3;
  }
  #specist .voice section:nth-of-type(odd) {
    grid-template-columns: 302fr 820fr;
  }
  #specist .voice section:nth-of-type(odd) h3 {
    grid-column: 1 / 2;
    padding-right: 1.7rem;
  }
  #specist .voice section:nth-of-type(odd) .desc {
    grid-column: 2 / 3;
    padding-right: 1.7rem;
  }
  #specist .voice section:nth-of-type(odd) .ill {
    grid-column: 1 / 2;
    padding-right: 1.7rem;
  }
  #specist .voice section:nth-of-type(even) {
    grid-template-columns: 820fr 302fr;
  }
  #specist .voice section:nth-of-type(even) h3 {
    grid-column: 2 / 3;
    padding-left: 1.7rem;
  }
  #specist .voice section:nth-of-type(even) .desc {
    grid-column: 1 / 2;
  }
  #specist .voice section:nth-of-type(even) .ill {
    grid-column: 2 / 3;
    padding-left: 1.7rem;
  }
}
#specist .voice section:not(:first-of-type) {
  margin-top: 5rem;
}
#specist .voice h3 {
  margin: 0;
  font-family: var(--NotoSerifJP);
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
}
#specist .voice h3 .name {
  display: block;
  font-size: 2.7rem;
}
#specist .voice .desc {
  padding: 1.4rem 0;
}
@media screen and (min-width: 768px) {
  #specist .voice .desc {
    padding: 0;
  }
}
#specist .voice .desc p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-indent: 1.05em;
}
#specist .voice .ill .image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #specist .voice .ill .image {
    margin-bottom: 0.8rem;
  }
  #specist .voice section:nth-of-type(1) .ill .image {
    margin-bottom: 3.2rem;
  }
}
#specist .voice .ill img {
  transform: scale(0.85);
}
@media screen and (min-width: 768px) {
  #specist .voice .ill img {
    transform: none;
  }
}

/*  ojt  */
#ojt .newface {
  padding-top: 5.4rem;
}
#ojt .newface h3 {
  margin: 0;
  font-family: var(--NotoSerifJP);
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: rgb(247, 79, 124);
}
#ojt .newface h3 + .desc {
  padding-top: 4.2rem;
}
#ojt .newface h3 + .desc p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #ojt .newface h3 + .desc p {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #ojt .newface section {
    padding-top: 7rem;
    margin: 0 auto;
    display: flex;
    max-width: 90.7rem;
  }
  #ojt .newface section .text {
    flex-basis: 32rem;
  }
  #ojt .newface section .chart {
    padding-left: calc(40 / 907 * 100%);
    flex-basis: 58.7rem;
    box-sizing: border-box;
  }
}
#ojt .newface section h4 {
  padding-bottom: 0.8rem;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--NotoSerifJP);
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: rgb(11, 16, 87);
  border-bottom: solid 4px rgb(11, 16, 87);
}
@media screen and (min-width: 768px) {
  #ojt .newface section h4 {
    padding-bottom: calc(8 / 21 * 1em);
    font-size: min(21 / 1024 * 100vw, 2.1rem);
  }
}
#ojt .newface section .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-align: center;
  aspect-ratio: 1 / 1;
  align-items: center;
  border: dotted 3px rgb(11, 16, 87);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  margin: 2.4rem auto 5rem auto;
  max-width: 32rem;
}
@media screen and (min-width: 768px) {
  #ojt .newface section .text {
    margin: 0 auto;
  }
}
#ojt .newface section .desc {
  padding-top: 2.6rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  #ojt .newface section .desc {
    padding-top: calc(26 / 16 * 1em);
    font-size: min(16 / 1024 * 100vw, 1.6rem);
  }
}
#ojt .newface section .desc p {
  margin: 0;
  font-size: inherit;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: center;
}
#ojt .newface > .chart {
  padding-top: 7rem;
}
#ojt .newface > .chart .image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #ojt .newface > .chart .image {
    margin: 0 auto;
    max-width: min(706 / 1024 * 100vw, 70.6rem);
  }
}
#ojt .newface .cmn_button {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  #ojt .newface .cmn_button a {
    line-height: 1.4;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  #ojt .newface .cmn_button a > span {
    display: flex;
    flex-direction: column;
  }
  #ojt .newface .cmn_button a span span {
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0;
  }
}
#ojt .training {
  padding-top: 9.4rem;
}
#ojt .training h3 {
  padding-bottom: 0.8rem;
  margin: 0 auto 4.8rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: calc(1.58 / 21 * 1em);
  text-indent: calc(1.58 / 21 * 1em);
  text-align: center;
  color: rgb(11, 16, 87);
  border-bottom: solid 4px rgb(11, 16, 87);
}
#ojt .training .desc {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#ojt .training .desc p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
#ojt .training table {
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
  max-width: 100rem;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  border: solid 1px rgb(11, 16, 87, 0.5);
}
#ojt .training thead {
  border-bottom: solid 1px rgb(11, 16, 87, 0.5);
}
#ojt .training thead th {
  padding: 0.5rem 0;
  font-weight: normal;
}
#ojt .training thead th:not(:first-of-type) {
  border-left: solid 1px rgb(11, 16, 87, 0.5);
}
#ojt .training thead th:nth-of-type(n + 3) {
  border-left-style: dashed;
}
#ojt .training thead th,
#ojt .training tbody td {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#ojt .training tbody th {
  padding: 2.2rem 3rem;
  font-family: var(--NotoSerifJP);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: start;
  color: rgb(255, 255, 255);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #ojt .training tbody th {
    padding: 2.2rem min(30 / 1024 * 100vw, 3rem);
  }
}
#ojt .training tbody tr:nth-of-type(3n + 1) th {
  background-color: rgb(73, 131, 187);
}
#ojt .training tbody tr:nth-of-type(3n + 2) th {
  background-color: rgb(153, 131, 190);
}
#ojt .training tbody tr:nth-of-type(3n + 3) th {
  background-color: rgb(128, 206, 207);
}
#ojt .training tbody tr:nth-of-type(3n + 1) td {
  background-color: rgb(234, 238, 244);
}
#ojt .training tbody tr:nth-of-type(3n + 1) td:first-of-type {
  color: rgb(9, 79, 148);
}
#ojt .training tbody tr:nth-of-type(3n + 2) td {
  background-color: rgb(246, 244, 249);
}
#ojt .training tbody tr:nth-of-type(3n + 2) td:first-of-type {
  color: rgb(153, 131, 190);
}
#ojt .training tbody tr:nth-of-type(3n + 3) td {
  background-color: rgb(242, 250, 249);
}
#ojt .training tbody tr:nth-of-type(3n + 3) td:first-of-type {
  color: rgb(66, 167, 180);
}
#ojt .training tbody tr td {
  padding: 0 2.4rem;
}
@media screen and (min-width: 768px) {
  #ojt .training tbody tr td {
    padding: 0 min(24 / 1024 * 100vw, 2.4rem);
  }
}
@media screen and (min-width: 1280px) {
  #ojt .training tbody tr td:nth-of-type(1) {
    white-space: nowrap;
  }
}
#ojt .training tbody tr:not(:last-of-type) th {
  border-bottom: solid 1px rgb(255, 255, 255);
}
#ojt .training tbody tr:not(:last-of-type) td {
  border-bottom: solid 1px rgb(11, 16, 87, 0.5);
}
#ojt .training tbody td:not(:first-of-type) {
  border-left: dashed 1px rgb(11, 16, 87, 0.5);
}
#ojt .training tbody tr td span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #ojt .training thead {
    display: none;
  }
  #ojt .training table,
  #ojt .training tbody,
  #ojt .training tr,
  #ojt .training th,
  #ojt .training td {
    display: block;
  }
  #ojt .training tbody,
  #ojt .training tr,
  #ojt .training th,
  #ojt .training td {
    border: none !important;
  }
  #ojt .training td:first-of-type {
    padding-top: 1em;
    padding-bottom: 0.5em;
  }
  #ojt .training td:last-of-type {
    padding-top: 0;
    padding-bottom: 1em;
  }
}

/*  work  */
#work h2 {
  margin-bottom: 5.8rem;
}
#work section {
  padding: 5.6rem calc(100 / 1200 * 100%);
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  #work section {
    display: grid;
    grid-template-columns: 430fr 510fr;
    grid-template-rows: 1fr auto auto;
    gap: 0 calc(60 / 1000 * 100%);
  }
  #work section .text {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  #work section dl {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }
  #work section .photo {
    grid-column: 1 / 2;
    grid-row: 2 / 4;
  }
  #work section .photos {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }
}
#work section:not(:first-of-type) {
  margin-top: 2.6rem;
}
#work .day {
  background-color: rgb(254, 237, 240);
}
#work .night {
  background-color: rgb(237, 233, 237);
}
#work h3 {
  padding: 2.4rem;
  margin: 1.4rem 0 0 0;
  font-family: var(--NotoSerifJP);
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: calc(7.92 / 33 * 1em);
  border-top: dashed 1px;
  border-bottom: dashed 1px;
  box-sizing: border-box;
  white-space: nowrap;
}
#work .day h3 {
  color: rgb(247, 79, 124);
  background-color: rgb(255, 246, 247);
}
#work .night h3 {
  color: rgb(11, 16, 87);
  background-color: rgb(242, 239, 242);
}
#work .desc {
  padding: 3.2rem 0;
}
#work .desc p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
#work dl {
  margin: 0;
  position: relative;
  z-index: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#work dl div {
  display: flex;
}
#work dl div dt {
  flex-basis: 11.8rem;
  flex-shrink: 0;
}
#work .day dl div:last-of-type dt {
  background-color: rgb(254, 237, 240);
}
#work .night dl div:last-of-type dt {
  background-color: rgb(237, 233, 237);
}
#work dl div:last-of-type dt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(4rem + 8px - 5px / 2);
  z-index: -10;
  width: 5px;
}
#work .day dl div:last-of-type dt::before {
  background-color: rgb(250, 149, 171);
}
#work .night dl div:last-of-type dt::before {
  background-color: rgb(178, 165, 187);
}
#work dt time {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 8rem;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: calc(1.35 / 18 * 1em);
  text-indent: calc(1.35 / 18 * 1em);
  text-align: center;
  color: rgb(255, 255, 255);
  border-radius: 25px;
  white-space: nowrap;
  border: 8px solid;
  position: relative;
}
#work .day dt time {
  background-color: rgb(241, 157, 174);
  border-color: rgb(254, 237, 240);
}
#work .night dt time {
  background-color: rgb(11, 16, 87);
  border-color: rgb(237, 233, 237);
}
#work dl div:not(:first-of-type) dt time::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 18px solid;
  border-left: 9.5px solid;
  border-right: 9.5px solid;
}
#work .day dl div:not(:first-of-type) dt time::before {
  border-top-color: rgb(250, 149, 171);
  border-left-color: rgb(254, 237, 240);
  border-right-color: rgb(254, 237, 240);
}
#work .night dl div:not(:first-of-type) dt time::before {
  border-top-color: rgb(178, 165, 187);
  border-left-color: rgb(237, 233, 237);
  border-right-color: rgb(237, 233, 237);
}
#work dd {
  padding: 8px 0;
  margin: 0;
  flex-grow: 1;
}
#work dd ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#work dd li {
  padding: 0.3em 0 0.3em 1.25em;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-indent: -1.25em;
}
#work .rest {
  padding: 0 1.25em;
  margin-top: 0.45em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-indent: 0;
}
#work .day .rest {
}
#work .night .rest {
  color: rgb(58, 50, 110);
  background-color: rgb(198, 188, 203);
}
#work dd li:not(.rest)::before {
  content: "\25CF";
  margin-right: 0.25em;
  letter-spacing: 0;
}
#work .day dd li:not(.rest)::before {
  color: rgb(249, 129, 162);
}
#work .night dd li:not(.rest)::before {
  color: rgb(58, 50, 110);
}
#work .photo {
  padding-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  #work .photo {
    padding-top: 0;
  }
  #work .photos {
    padding-top: 1.2rem;
    display: flex;
    justify-content: space-between;
  }
  #work .photos .image {
    flex-basis: calc(243 / 510 * 100%);
  }
}
#work .image {
  padding-top: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #work .image {
    padding-top: 0;
  }
}
#work .image img {
  max-width: 243px;
  aspect-ratio: 243 / 142;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #work .image img {
    max-width: 100%;
    aspect-ratio: auto;
    -o-object-fit: none;
    object-fit: none;
  }
}

/*  voice  */
#voice h2 {
  margin-bottom: 6.2rem;
}
#voice .ppl {
  padding: 4.6rem calc((50vw - 50%) / 2);
  margin: 0 calc((50% - 50vw) / 2);
  border-radius: 20px;
  border: solid 1px rgb(11, 16, 87);
  background-color: rgb(255, 255, 255);
  counter-reset: vnum;
}
@media screen and (min-width: 768px) {
  #voice .ppl {
    padding: 6.4rem calc(74 / 1198 * 100%);
    margin: 0;
  }
}
#voice .ppl:not(:first-of-type) {
  margin-top: 10rem;
}
#voice .f {
  border-color: rgb(247, 79, 124);
}
#voice h3 {
  padding-bottom: 2.1rem;
  margin: 0;
  font-weight: normal;
}
#voice h3 .image {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3.7rem;
  margin-right: 1.7rem;
  width: 12.4rem;
}
#voice h3 .name {
  font-family: var(--NotoSerifJP);
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: calc(2.16 / 18 * 1em);
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #voice h3 .name {
    display: inline;
    line-height: 1.6;
  }
}
#voice h3 .name span {
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  display: block;
}
@media screen and (min-width: 768px) {
  #voice h3 .name span {
    display: inline;
  }
}
#voice .que {
  counter-increment: vnum;
}
#voice .que:not(:first-of-type) {
  padding-top: 4rem;
}
#voice h4 {
  padding: 1.1rem;
  margin: 0;
  display: flex;
  font-family: var(--NotoSerifJP);
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: rgb(11, 16, 87);
  background-color: rgb(242, 239, 242);
}
@media screen and (min-width: 768px) {
  #voice h4 {
    padding: 1.1rem 2.6rem;
  }
}
#voice .f h4 {
  color: rgb(247, 79, 124);
  background-color: rgb(254, 240, 243);
}
#voice h4::before {
  content: counter(vnum);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.1em;
  margin-right: 1.1rem;
  flex-shrink: 0;
  width: 3.8rem;
  height: 3.8rem;
  font-size: 2.7rem;
  line-height: 1;
  letter-spacing: 0;
  border: solid 1px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #voice h4::before {
    margin-right: 1.4rem;
  }
}
#voice .ans {
  padding-top: 2.4rem;
}
#voice .ans p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5em;
  -webkit-text-decoration-color: rgb(178, 165, 187);
  text-decoration-color: rgb(178, 165, 187);
}
#voice .f .ans p {
  -webkit-text-decoration-color: rgb(211, 163, 144);
  text-decoration-color: rgb(211, 163, 144);
}
#voice .ans p::before {
  content: "\3000";
}
