<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea {
  font-family: 'M PLUS Rounded 1c', Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  padding: 0;
  margin: 0;
}

body {
  font-size: 10px;
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-family: 'M PLUS Rounded 1c', Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  position: relative;
}

.u-icon.type-logo:before {
  display: none;
}

.l-header-lp {
  background: #541b2c;
  padding: 20px;
}

.l-header-lp .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header-lp .row a {
  display: inline-block;
}

.l-header-lp .row a img {
  height: 24px;
  width: auto;
}

.container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul,
li {
  list-style: none;
  margin: 0;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
  color: #515eaa;
}

p {
  line-height: 1;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row-nw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.sp {
  display: none;
}

.center {
  text-align: center;
}

.l-toTop {
  z-index: 999;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  p {
    font-size: 1.4rem;
    line-height: 1;
  }
}

/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
.container {
  /*content-area*/
}

.container .l-boxmv {
  width: 100%;
  margin: 0 auto;
  padding-left: 3%;
  padding-right: 3%;
}

.container .l-boxcontent {
  width: 100%;
}

.container .l-boxcontent .l-boxinner {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 3%;
  padding-right: 3%;
}

.container .l-boxcontent .l-boxinner .title {
  position: relative;
  display: inline-block;
}

.container .bg-y {
  position: relative;
  background: #ffe0e0;
}

.container .bg-y::before {
  content: "";
  width: 100%;
  height: 159px;
  position: absolute;
  z-index: 0;
  top: -20px;
  background: url(../img/wave_top.png) top repeat-x;
}

.container .box01 {
  padding: 175px 3%;
  background: url(../img/bg_mv.jpg) repeat;
}

.container .l-boxmidashi {
  position: relative;
  text-align: center;
  padding: 50px 8vw;
  background: #ffde84;
  position: relative;
}

.container .l-boxmidashi::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 20px 0 20px;
  border-color: #ffde84 transparent transparent transparent;
  z-index: 5;
}

.container .l-subtitle {
  padding: 100px 5vw;
  background: #fbfbfb;
}

.container .box02 {
  padding: 50px 0 120px;
}

.container .box02 ul li {
  padding-top: 15px;
}

.container .box02 ul li:first-child {
  padding-top: 0;
}

.container .rouhou {
  background: url(../img/bg_01.jpg) repeat;
}

.container .rouhou .rouhou-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 5vw 120px;
}

.container .rouhou .rouhou-area ul li {
  position: relative;
  margin-left: 40px;
}

.container .rouhou .rouhou-area ul li:first-child {
  margin-left: 0;
}

.container .rouhou .rouhou-area ul li::after {
  content: "";
  position: absolute;
  width: 337px;
  height: 223px;
  background: #fff;
  top: 6px;
  left: 6px;
  z-index: 1;
  border-radius: 30px;
}

.container .rouhou .rouhou-area ul li:nth-of-type(2), .container .rouhou .rouhou-area ul li:nth-of-type(4) {
  margin-top: 40px;
}

.container .rouhou .rouhou-area ul li:nth-of-type(2)::after, .container .rouhou .rouhou-area ul li:nth-of-type(4)::after {
  background: #fff6d4;
}

.container .rouhou .rouhou-area ul li::before {
  position: absolute;
  content: "";
  position: absolute;
  right: -30px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #541b2c;
  z-index: 5;
}

.container .rouhou .rouhou-area ul li:last-child::before {
  display: none;
}

.container .rouhou .rouhou-area ul li .inner {
  position: relative;
  border: 4px solid #541b2c;
  width: 340px;
  height: 226px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  text-align: center;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 40px;
}

.container .rouhou .rouhou-area ul li .inner .top {
  width: 170px;
  margin: 0 auto 40px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  background: #515eaa;
  padding: 6px 30px;
  border-radius: 30px;
}

.container .rouhou .rouhou-area ul li .inner .top.pink {
  background: #d5247c;
}

.container .rouhou .rouhou-area ul li .inner .bottom {
  font-size: 16px;
  color: #554348;
  font-weight: 700;
  line-height: 1.5;
}

.container .box03 {
  background: #fbfbfb;
  padding: 120px 0 120px;
}

.container .box03 .voiceactor-area .aegi {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #d5247c;
  padding-bottom: 40px;
}

.container .box03 .voiceactor-area &gt; ul {
  max-width: 1240px;
  margin: 0 auto 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .box03 .voiceactor-area &gt; ul &gt; li {
  max-width: 580px;
  width: 100%;
  margin: 40px 0 0;
  background: #fff;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
}

.container .box03 .voiceactor-area &gt; ul &gt; li:nth-child(even) {
  margin: 40px 0 0 40px;
}

.container .box03 .voiceactor-area &gt; ul &gt; li .name {
  font-size: 24px;
  color: #554348;
  font-weight: 700;
}

.container .box03 .voiceactor-area &gt; ul &gt; li .name span {
  font-size: 16px;
  color: #554348;
  font-weight: 700;
}

.container .box03 .voiceactor-area &gt; ul &gt; li .detail {
  font-size: 16px;
  color: #554348;
  line-height: 1.5;
  padding: 15px 0;
}

.container .box03 .voiceactor-area &gt; ul &gt; li .samplelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.container .box03 .voiceactor-area &gt; ul &gt; li .samplelist .character-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 28px;
}

.container .box03 .voiceactor-area &gt; ul &gt; li .samplelist .character-box:first-child {
  margin-left: 0;
}

.container .box03 .voiceactor-area &gt; ul &gt; li .samplelist .charaname {
  font-size: 14px;
  color: #554348;
  padding-right: 16px;
  font-weight: 700;
}

.container .box03 .voiceactor-area &gt; ul &gt; li .samplelist .audiolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .box03 .voiceactor-area &gt; ul &gt; li .samplelist .audiolist li {
  margin-left: 10px;
}

.container .box03 .voiceactor-area &gt; ul &gt; li .samplelist .audiolist li:first-child {
  margin-left: 0;
}

.container .box03 .voiceactor-area &gt; ul &gt; li .samplelist .audiolist li a {
  display: block;
}

.container .box03 .voiceactor-area &gt; ul &gt; li .samplelist .audiolist li a span.number {
  text-align: center;
  display: block;
  font-size: 18px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  background: #515eaa;
  color: #fff;
  border-radius: 100%;
}

.container .box03 .voiceactor-area &gt; ul &gt; li .samplelist .audiolist li.r18 a span.number {
  background: #d5247c;
}

.container .box05 {
  background: #ffe0e0;
  padding: 120px 0 120px;
  overflow: hidden;
}

.container .box05 .oubo-area .oubo-box {
  margin-top: 50px;
}

.container .box05 .oubo-area .oubo-box:first-child {
  margin-top: 0;
}

.container .box05 .oubo-area .oubo-box .oubo-title {
  max-width: 900px;
  margin: auto;
  padding: 10px 0;
  background: #d5247c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px 20px 0 0;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}

.container .box05 .oubo-area .oubo-box ul {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 20px 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 20px 20px;
}

.container .box05 .oubo-area .oubo-box ul li {
  border-top: 2px #d2d2d2 dotted;
  text-align: left;
  color: #3e3d3d;
  padding: 30px 0;
}

.container .box05 .oubo-area .oubo-box ul li:first-child {
  border-top: none;
}

.container .box05 .oubo-area .oubo-box ul li .left {
  width: 180px;
  font-weight: 700;
  color: #554348;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  padding-right: 30px;
  line-height: 2;
}

.container .box05 .oubo-area .oubo-box ul li .left span.tag {
  background: #d5247c;
  color: #fff;
  padding: 6px 30px;
  border-radius: 30px;
}

.container .box05 .oubo-area .oubo-box ul li .left span.tag.dlsite {
  background: #515eaa;
}

.container .box05 .oubo-area .oubo-box ul li .right {
  width: 600px;
  font-weight: 700;
  color: #554348;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}

.container .box05 .oubo-area .oubo-box ul li .right span.pink {
  color: #d5247c;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}

.container .box05 .oubo-area .oubo-box ul li .right span.small {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #554348;
  line-height: 1.5;
}

.container .box05 .oubo-area .oubo-box ul li .right span.small.pink {
  position: relative;
  top: -10px;
  font-size: 14px;
  color: #d5247c;
  font-weight: 700;
}

.container .box05.vol02 {
  background: url(../img/bg_01.jpg) repeat;
}

.container .box05.vol02 .oubo-area .oubo-box {
  position: relative;
  margin-top: 50px;
}

.container .box05.vol02 .oubo-area .oubo-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -32px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #541b2c transparent transparent transparent;
  z-index: 5;
}

.container .box05.vol02 .oubo-area .oubo-box:first-child {
  margin-top: 0;
}

.container .box05.vol02 .oubo-area .oubo-box:first-child::after {
  display: none;
}

.container .box05.vol02 .oubo-area .oubo-box .oubo-title {
  max-width: 900px;
  margin: auto;
  padding: 10px 0;
  background: #777883;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px 20px 0 0;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}

.container .box05.vol02 .oubo-area .oubo-box ul {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 0 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 20px 20px;
}

.container .box05.vol02 .oubo-area .oubo-box ul li {
  border-top: 2px #d2d2d2 dotted;
  text-align: left;
  color: #3e3d3d;
  padding: 30px 0;
}

.container .box05.vol02 .oubo-area .oubo-box ul li:first-child {
  border-top: none;
}

.container .box05.vol02 .oubo-area .oubo-box ul li .left {
  width: 180px;
  font-weight: 700;
  color: #554348;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  padding-right: 30px;
  line-height: 2;
  display: inline-block;
}

.container .box05.vol02 .oubo-area .oubo-box ul li .left .tag {
  text-align: center;
}

.container .box05.vol02 .oubo-area .oubo-box ul li .right {
  width: 600px;
  font-weight: 700;
  color: #554348;
  font-size: 16px;
  line-height: 2;
}

.container .box05.vol02 .oubo-area .oubo-box ul li .right span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #554348;
  line-height: 1.5;
}

.container .box07 {
  background: #fbfbfb;
  padding: 120px 0 120px;
}

.container .box07 .apply-area .apply-box {
  margin-bottom: 50px;
}

.container .box07 .apply-area .apply-box ul {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  background: #fff url(../img/qa_torio.png) no-repeat;
  background-position: right 55px bottom -90px;
}

.container .box07 .apply-area .apply-box ul li {
  text-align: left;
  margin-top: 45px;
}

.container .box07 .apply-area .apply-box ul li:first-child {
  margin-top: 0;
}

.container .box07 .apply-area .apply-box ul li .title {
  display: block;
  color: #d5247c;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 2px #d2d2d2 dotted;
}

.container .box07 .apply-area .apply-box ul li .txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.container .box07 .apply-area .qa_box {
  padding-top: 10px;
}

@media (max-width: 1650px) {
  .container .rouhou .rouhou-area ul {
    width: 790px;
    margin: auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

@media (max-width: 1300px) {
  .container .box03 .voiceactor-area &gt; ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .container .box03 .voiceactor-area &gt; ul &gt; li {
    margin: 40px 10vw 0;
  }
  .container .box03 .voiceactor-area &gt; ul &gt; li:nth-child(even) {
    margin: 40px 0 0;
  }
}

@media (max-width: 1000px) {
  .container .rouhou .rouhou-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container .rouhou .rouhou-area ul {
    width: auto;
  }
  .container .rouhou .rouhou-area ul li:nth-of-type(2),
  .container .rouhou .rouhou-area ul li:nth-of-type(4) {
    margin: 20px auto;
  }
  .container .rouhou .rouhou-area ul li {
    margin: 20px auto;
  }
  .container .rouhou .rouhou-area ul li:first-child {
    margin: 0 auto 20px;
  }
  .container .rouhou .rouhou-area ul li::before {
    position: absolute;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -30px;
    top: auto;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 8px 0 8px;
    border-color: #541b2c transparent transparent transparent;
    z-index: 5;
  }
}

@media (max-width: 768px) {
  .container {
    /*content-area*/
  }
  .container .l-boxmv {
    width: 100%;
    margin: 0 auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .container .l-boxmv img {
    width: 96vw;
    margin: auto;
  }
  .container .l-boxcontent {
    width: 100%;
  }
  .container .l-boxcontent .l-boxinner {
    position: relative;
    z-index: 10;
    max-width: none;
    margin: 0 auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .container .l-boxcontent .l-boxinner .title {
    position: relative;
    display: inline-block;
  }
  .container .bg-y {
    position: relative;
  }
  .container .bg-y::before {
    content: "";
    width: 100%;
    height: 159px;
    position: absolute;
    z-index: 0;
    top: -20px;
    background: url(../img/wave_top.png) top repeat-x;
  }
  .container .l-subtitle {
    padding: 14vw 5vw 17vw;
  }
  .container .box01 {
    padding: 15vw 0;
    background: url(../img/bg_mv.jpg) repeat;
  }
  .container .l-boxmidashi img {
    height: 6vw;
  }
  .container .box02 {
    padding: 9vw 0 12vw;
  }
  .container .box02 ul li {
    padding-top: 5vw;
  }
  .container .box02 ul li:first-child {
    padding-top: 0;
  }
  .container .rouhou {
    background: url(../img/bg_01.jpg) repeat;
  }
  .container .rouhou .rouhou-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12vw 5vw 4vw;
  }
  .container .rouhou .rouhou-area ul li {
    position: relative;
    margin: auto;
  }
  .container .rouhou .rouhou-area ul li:first-child {
    margin: auto;
  }
  .container .rouhou .rouhou-area ul li::after {
    content: "";
    position: absolute;
    width: 74vw;
    height: 47vw;
    background: #fff;
    top: 6px;
    left: 6px;
    z-index: 1;
    border-radius: 30px;
  }
  .container .rouhou .rouhou-area ul li:nth-of-type(2), .container .rouhou .rouhou-area ul li:nth-of-type(4) {
    margin: 10vw auto;
  }
  .container .rouhou .rouhou-area ul li:nth-of-type(2)::after, .container .rouhou .rouhou-area ul li:nth-of-type(4)::after {
    background: #fff6d4;
  }
  .container .rouhou .rouhou-area ul li::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -7vw;
    top: auto;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3vw 2vw 0 2vw;
    border-color: #541b2c transparent transparent transparent;
    z-index: 5;
  }
  .container .rouhou .rouhou-area ul li:last-child::before {
    display: none;
  }
  .container .rouhou .rouhou-area ul li .inner {
    position: relative;
    border: 4px solid #541b2c;
    width: 74vw;
    height: 47vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 30px;
    text-align: center;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 9vw;
  }
  .container .rouhou .rouhou-area ul li .inner .top {
    width: 41vw;
    margin: 0 auto 4vw;
    font-size: 4vw;
    color: #fff;
    font-weight: 700;
    background: #515eaa;
    padding: 2vw 8vw;
    border-radius: 30px;
  }
  .container .rouhou .rouhou-area ul li .inner .top.pink {
    background: #d5247c;
  }
  .container .rouhou .rouhou-area ul li .inner .bottom {
    font-size: 4vw;
    color: #554348;
    font-weight: 700;
    line-height: 1.5;
  }
  .container .box03 {
    background: #fbfbfb;
    padding: 16vw 0 12vw;
  }
  .container .box03 .voiceactor-area .aegi {
    font-size: 4vw;
    font-weight: 700;
    text-align: center;
    color: #d5247c;
    padding-bottom: 8vw;
  }
  .container .box03 .voiceactor-area &gt; ul {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .container .box03 .voiceactor-area &gt; ul &gt; li {
    max-width: 100%;
    width: 100%;
    margin: 5vw 0 0;
    background: #fff;
    padding: 10vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 20px;
  }
  .container .box03 .voiceactor-area &gt; ul &gt; li:nth-child(even) {
    margin: 5vw 0 0 0;
  }
  .container .box03 .voiceactor-area &gt; ul &gt; li .name {
    font-size: 5vw;
    color: #554348;
    margin-bottom: 2vw;
  }
  .container .box03 .voiceactor-area &gt; ul &gt; li .name span {
    font-size: 4vw;
    color: #554348;
  }
  .container .box03 .voiceactor-area &gt; ul &gt; li .detail {
    font-size: 4vw;
    color: #554348;
    line-height: 1.5;
    padding: 15px 0;
  }
  .container .box03 .voiceactor-area &gt; ul &gt; li .samplelist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .container .box03 .voiceactor-area &gt; ul &gt; li .samplelist .character-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
    margin-right: 4vw;
    margin-top: 5vw;
  }
  .container .box03 .voiceactor-area &gt; ul &gt; li .samplelist .character-box:first-child {
    margin-left: 0;
    margin-right: 4vw;
  }
  .container .box03 .voiceactor-area &gt; ul &gt; li .samplelist .charaname {
    font-size: 4vw;
    color: #554348;
    padding-right: 16px;
    font-weight: 700;
  }
  .container .box03 .voiceactor-area &gt; ul &gt; li .samplelist .audiolist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .container .box03 .voiceactor-area &gt; ul &gt; li .samplelist .audiolist li {
    margin-left: 3vw;
  }
  .container .box03 .voiceactor-area &gt; ul &gt; li .samplelist .audiolist li:first-child {
    margin-left: 0;
  }
  .container .box03 .voiceactor-area &gt; ul &gt; li .samplelist .audiolist li a {
    display: block;
  }
  .container .box03 .voiceactor-area &gt; ul &gt; li .samplelist .audiolist li a span.number {
    text-align: center;
    display: block;
    font-size: 6vw;
    line-height: 10vw;
    width: 10vw;
    height: 10vw;
    background: #515eaa;
    color: #fff;
    border-radius: 100%;
  }
  .container .box03 .voiceactor-area &gt; ul &gt; li .samplelist .audiolist li.r18 a span.number {
    background: #d5247c;
  }
  .container .box05 {
    padding: 8vw 0 12vw;
  }
  .container .box05 .oubo-area {
    margin-top: 8vw;
  }
  .container .box05 .oubo-area .oubo-box .oubo-title {
    max-width: 900px;
    margin: auto;
    padding: 3vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 20px 20px 0 0;
    font-weight: 700;
    color: #fff;
    font-size: 5vw;
  }
  .container .box05 .oubo-area .oubo-box ul {
    max-width: none;
    margin: auto;
    background: #fff;
    padding: 0 5vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0 0 20px 20px;
  }
  .container .box05 .oubo-area .oubo-box ul li {
    border-top: 2px #d2d2d2 dotted;
    text-align: left;
    padding-left: 0;
    color: #3e3d3d;
    padding: 5vw 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container .box05 .oubo-area .oubo-box ul li:first-child {
    border-top: none;
  }
  .container .box05 .oubo-area .oubo-box ul li .left {
    width: 100%;
    font-weight: 900;
    color: #554348;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    font-size: 4vw;
    line-height: 1.5;
  }
  .container .box05 .oubo-area .oubo-box ul li .right {
    width: 100%;
    font-weight: normal;
    color: #554348;
    font-size: 3.8vw;
    line-height: 1.5;
    font-weight: 700;
    padding-top: 2vw;
  }
  .container .box05 .oubo-area .oubo-box ul li .right span {
    padding-top: 3vw;
    display: inline-block;
    font-size: 3.5vw;
    font-weight: normal;
    color: #3e3d3d;
    line-height: 1.5;
  }
  .container .box05 .oubo-area .oubo-box ul li .right span.small {
    font-size: 3.5vw;
  }
  .container .box05 .oubo-area .oubo-box ul li .right span.pink {
    padding-top: 0;
    font-size: 3.5vw;
  }
  .container .box05.vol02 .oubo-area {
    margin-top: 8vw;
  }
  .container .box05.vol02 .oubo-area .oubo-box .oubo-title {
    max-width: 900px;
    margin: auto;
    padding: 3vw 0;
    background: #777883;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 20px 20px 0 0;
    font-weight: 700;
    color: #fff;
    font-size: 5vw;
  }
  .container .box05.vol02 .oubo-area .oubo-box ul {
    max-width: none;
    margin: auto;
    background: #fff;
    padding: 0 5vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0 0 20px 20px;
  }
  .container .box05.vol02 .oubo-area .oubo-box ul li {
    border-top: 2px #d2d2d2 dotted;
    text-align: left;
    padding-left: 0;
    color: #3e3d3d;
    padding: 5vw 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container .box05.vol02 .oubo-area .oubo-box ul li:first-child {
    border-top: none;
  }
  .container .box05.vol02 .oubo-area .oubo-box ul li .left {
    width: 100%;
    font-weight: 900;
    color: #554348;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 4vw;
    font-size: 5vw;
    line-height: 1.5;
  }
  .container .box05.vol02 .oubo-area .oubo-box ul li .left span.tag {
    font-size: 5vw;
    padding: 2vw 9vw;
    border-radius: 30px;
  }
  .container .box05.vol02 .oubo-area .oubo-box ul li .right {
    width: 100%;
    font-weight: normal;
    color: #554348;
    font-size: 3.8vw;
    line-height: 1.5;
    font-weight: 700;
  }
  .container .box05.vol02 .oubo-area .oubo-box ul li .right span {
    padding-top: 2vw;
    display: inline-block;
    font-size: 3.5vw;
    font-weight: normal;
    color: #3e3d3d;
    line-height: 1.5;
    font-weight: 700;
  }
  .container .box05.vol02 .oubo-area .oubo-box ul li .right span.small {
    font-size: 3.5vw;
    font-weight: 700;
  }
  .container .box05.vol02 .oubo-area .oubo-box ul li .right span.pink {
    font-size: 3.5vw;
    font-weight: 700;
  }
  .container .box07 {
    background: #fbfbfb;
    padding: 20vw 0 15vw;
  }
  .container .box07 .apply-area .apply-box {
    margin-bottom: 5vw;
  }
  .container .box07 .apply-area .apply-box ul {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
    background: #fff url(../img/qa_torio.png) no-repeat;
    background-position: right 55px bottom -90px;
  }
  .container .box07 .apply-area .apply-box ul li {
    text-align: left;
    margin-top: 45px;
  }
  .container .box07 .apply-area .apply-box ul li:first-child {
    margin-top: 0;
  }
  .container .box07 .apply-area .apply-box ul li .title {
    display: block;
    color: #d5247c;
    font-size: 5vw;
    font-weight: 700;
    padding-bottom: 4vw;
    margin-bottom: 3vw;
    border-bottom: 2px #d2d2d2 dotted;
    line-height: 1.5;
  }
  .container .box07 .apply-area .apply-box ul li .txt {
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.8;
  }
  .container .box07 .apply-area .qa_box {
    padding-top: 3vw;
  }
}
/*# sourceMappingURL=common.css.map */</pre></body></html>