@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, main,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
  scroll-behavior: auto;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

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

img, svg {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

html {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

pre {
  white-space: pre-wrap;
}

body {
  font-size: 1.125rem;
  background-color: white;
  color: #22170d;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.fixed {
  overflow-y: hidden;
}
body.fixed #overlay {
  display: block;
}

p {
  line-height: 1.68;
  margin: 32px auto;
}

body {
  font-size: 1.125rem;
  color: #22170d;
  line-height: 1.4;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {
  #wrap {
    padding-bottom: 128px;
  }
}

#h-nav {
  background: linear-gradient(rgb(240.72, 239.88, 236.52), #eeede9);
  box-shadow: 0 0 2px rgba(34, 23, 13, 0.4);
  position: sticky;
  top: 0;
  z-index: 10;
}
@media (max-width: 979px) {
  #h-nav {
    position: fixed;
    left: 100%;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 64px;
    transition: all 0.2s ease-in-out;
  }
  #h-nav.open {
    left: 0;
  }
}
#h-nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  justify-content: center;
}
@media (max-width: 979px) {
  #h-nav ul {
    padding-top: 64px;
    display: block;
    overflow-y: scroll;
  }
}
#h-nav ul > li {
  position: relative;
}
#h-nav ul > li:hover a::after {
  background: #4cc764;
}
@media (max-width: 979px) {
  #h-nav ul > li.nav01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #h-nav ul > li.nav01 a {
    height: 64px;
  }
}
#h-nav ul > li > a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-items: center;
  padding-right: 32px;
  color: #22170d;
  position: relative;
}
@media (max-width: 979px) {
  #h-nav ul > li > a {
    justify-content: flex-start;
    border-bottom: 1px dashed #4cc764;
    padding: 8px;
  }
}
#h-nav ul > li > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 979px) {
  #h-nav ul > li > a::after {
    content: none;
  }
}
#h-nav ol {
  display: none;
  background: white;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 4;
}
@media (max-width: 979px) {
  #h-nav ol {
    display: block;
    position: static;
  }
}
#h-nav ol a {
  display: block;
  border-bottom: 1px dotted #4cc764;
}
@media (max-width: 979px) {
  #h-nav ol a {
    padding: 16px;
  }
}
#h-nav ol > li:last-child a {
  border: none;
}
@media (max-width: 979px) {
  #h-nav ol > li:last-child a {
    border-bottom: 1px dotted #4cc764;
  }
}
#h-nav a {
  line-height: 1.4;
  text-decoration: none;
  font-size: 1rem;
  padding: 8px;
}
#h-nav img {
  width: 46px;
  margin-right: 8px;
}
#h-nav .closebtn {
  display: none;
}
@media (max-width: 979px) {
  #h-nav .closebtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2.5rem;
    background: green;
    color: white;
    font-family: "Font Awesome 5 Free";
    line-height: 1;
    padding: 0 4px;
    font-weight: 900;
    padding: 8px;
    cursor: pointer;
  }
}
#h-nav > div {
  display: none;
}
@media (max-width: 768px) {
  #h-nav > div {
    display: block;
  }
  #h-nav > div a {
    color: #22170d;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-items: center;
    border-bottom: 1px dotted #4cc764;
  }
  #h-nav > div a i {
    font-size: 2rem;
    margin: 0 16px 0 8px;
  }
}

#menuopen_voice {
  display: none;
}
@media (max-width: 979px) {
  #menuopen_voice {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #4cc764;
    position: fixed;
    top: 0;
    right: 0;
    width: 62px;
    height: 62px;
    cursor: pointer;
    z-index: 11;
  }
}
#menuopen_voice span {
  display: block;
  width: 64%;
  height: 2px;
  background: white;
  position: relative;
  margin: 10px 0 12px 0;
  transition: all 0.2s ease-in-out;
}
#menuopen_voice span::before, #menuopen_voice span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-in-out;
}
#menuopen_voice span::before {
  top: -10px;
}
#menuopen_voice span::after {
  bottom: -10px;
}
#menuopen_voice.active span {
  background: transparent;
}
#menuopen_voice.active span::before, #menuopen_voice.active span::after {
  top: 0;
  bottom: 0;
}
#menuopen_voice.active span::before {
  transform: rotate(45deg);
}
#menuopen_voice.active span::after {
  transform: rotate(-45deg);
}

.cta_bottom {
  text-align: center;
}
.cta_bottom aside {
  max-width: 736px;
  margin: 0 auto;
  padding: 8px 0;
  background: url(/image/parts/cta/bg_head.webp) no-repeat center top/contain, url(/image/parts/cta/bg_foot.webp) no-repeat center bottom/contain, url(/image/parts/cta/bg.webp) repeat-y center/contain;
}
.cta_bottom li {
  background: white;
  border: 3px solid white;
  width: 94%;
  margin: 32px auto;
  margin: 0 auto 24px;
  border-radius: 12px;
}
.cta_bottom li.tel a {
  pointer-events: none;
}
@media (max-width: 768px) {
  .cta_bottom li.tel a {
    pointer-events: auto;
  }
}
.cta_bottom li.web {
  padding: 8px 0;
}
.cta_bottom a {
  display: block;
}
.cta_bottom .btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  gap: 16px;
}
@media (max-width: 768px) {
  .cta_bottom .btn {
    margin-top: 0;
  }
}
.cta_bottom .btn a {
  border-radius: 8px;
  color: white;
  padding: 12px;
  font-size: 1rem;
  line-height: 1;
  width: 36%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cta_bottom .btn a {
    width: auto;
    padding: 16px 8px;
    flex: 1;
  }
}
.cta_bottom .btn a::before {
  font-size: 1.875rem;
}
.cta_bottom .btn a.line {
  background: #2ca12c;
}
.cta_bottom .btn a.line::before {
  content: "\f3c0";
  font-family: "Font Awesome 5 Brands";
  line-height: 1;
  padding: 0 4px;
  font-weight: 400;
}
.cta_bottom .btn a.form {
  background: #5697B8;
}
.cta_bottom .btn a.form::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  padding: 0 4px;
  font-weight: 900;
}
.cta_bottom .btn a:hover {
  opacity: 0.8;
}
.cta_bottom .ps {
  text-align: left;
  background: url(/image/common/paper.webp);
  border-radius: 32px;
  padding: 8px 32px;
  width: 94%;
  margin: 32px auto;
}
.cta_bottom .ps p {
  padding: 8px 0;
  width: auto;
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
}
.cta_bottom .ps p:first-child {
  color: #4cc764;
  font-weight: bold;
  font-size: 1.25rem;
}

.telinfo {
  display: none;
}
.telinfo div {
  margin-bottom: 16px;
}
.telinfo a {
  font-size: 1rem;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-items: center;
  height: 5em;
  margin: 16px auto;
  padding: 12px;
  padding-left: 48px;
  position: relative;
  text-decoration: none;
  color: white;
}
.telinfo a::before {
  content: "\f3cd";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  padding: 0 4px;
  font-weight: 900;
  font-size: 2.25rem;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.telinfo a i {
  font-size: 1.875rem;
  position: absolute;
  line-height: 1;
  top: calc(50% - 0.5em);
  left: 8px;
}
.telinfo .trial_inquiry, .telinfo .contact_inquiry {
  background: #4cc764;
}
.telinfo .trial_member {
  background: #5697B8;
}

#fixed_foot {
  background: white;
  border-top: 1px solid rgb(242.1936170213, 231.3574468085, 221.5063829787);
  line-height: 1.2;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  padding: 0 8px;
  display: none;
}
@media (max-width: 960px) {
  #fixed_foot {
    display: block;
  }
}
#fixed_foot.trialpage .fixed-page, #fixed_foot.trialpage .fixed-member {
  display: none;
}
#fixed_foot.page .fixed-member, #fixed_foot.page .fixed-trial {
  display: none;
}
#fixed_foot.member .fixed-page, #fixed_foot.member .fixed-trial {
  display: none;
}
#fixed_foot .fixed-trial {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  align-items: center;
  height: 72px;
}
#fixed_foot .fixed-trial ul {
  flex: 1;
  width: 100%;
}
#fixed_foot .fixed-trial li.tel a {
  background: #f66;
}
#fixed_foot .fixed-page, #fixed_foot .fixed-member {
  height: 48px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
#fixed_foot ul {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: 100%;
}
#fixed_foot li {
  flex: 1;
  height: 100%;
  padding: 4px 0;
}
#fixed_foot a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 8px;
  color: white;
  font-size: 0.8125rem;
}
#fixed_foot a::before {
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  padding: 0 4px;
  font-weight: 900;
  margin-right: 2px;
}
#fixed_foot a span {
  display: block;
  text-align: left;
}
#fixed_foot .tel a {
  background: #4cc764;
}
#fixed_foot .tel a::before {
  content: "\f3cd";
  font-size: 1.125rem;
}
#fixed_foot .line a {
  background: #2ca12c;
}
#fixed_foot .line a::before {
  content: "\f3c0";
  font-family: "Font Awesome 5 Brands";
  line-height: 1;
  padding: 0 4px;
  font-weight: 400;
  font-size: 1.25rem;
}
#fixed_foot .form a {
  background: #5697B8;
}
#fixed_foot .form a::before {
  content: "\f0e0";
  font-size: 1rem;
}
#fixed_foot .totrial a {
  background: #f66;
}
#fixed_foot .totrial a::before {
  content: "\f303";
  font-size: 1rem;
}
#fixed_foot .toprice a {
  background: #5697B8;
}
#fixed_foot .toprice a::before {
  content: "\f02d";
  font-size: 1rem;
}

#popup_trial {
  display: none;
  background: url(/image/parts/cta/bg_head.webp) no-repeat center top/contain, url(/image/parts/cta/bg_foot.webp) no-repeat center bottom/contain, url(/image/parts/cta/bg.webp) repeat-y center/contain;
}
#popup_trial ul {
  width: 94%;
  margin: 32px auto;
}
#popup_trial li {
  background: white;
  border: 3px solid white;
  margin: 0 auto 24px;
  border-radius: 12px;
}
#popup_trial li.web {
  padding: 8px 0;
}
#popup_trial a {
  display: block;
}
#popup_trial .btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-items: center;
}
#popup_trial .btn::before {
  content: url(/image/parts/cta/img01.webp);
}
@media (max-width: 768px) {
  #popup_trial .btn::before {
    content: none;
  }
}
#popup_trial .btn a {
  border-radius: 8px;
  color: white;
  text-decoration: none;
  padding: 12px 8px;
  font-size: 1rem;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-items: center;
  line-height: 1;
  margin: 0 4px;
  width: 36%;
}
@media (max-width: 768px) {
  #popup_trial .btn a {
    width: 48%;
    padding: 24px 8px;
    margin: 0 1%;
  }
}
#popup_trial .btn a::before {
  font-size: 1.5rem;
  margin-right: 4px;
}
#popup_trial .btn a.line {
  background: #4cc764;
}
#popup_trial .btn a.line::before {
  content: "\f3c0";
  font-family: "Font Awesome 5 Brands";
  line-height: 1;
  padding: 0 4px;
  font-weight: 400;
}
#popup_trial .btn a.form {
  background: #5697B8;
}
#popup_trial .btn a.form::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  padding: 0 4px;
  font-weight: 900;
}
#popup_trial .btn a:hover {
  opacity: 0.8;
}

#popup-enquete {
  display: none;
  width: 80vw;
  max-width: 680px;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
#popup-enquete .img {
  margin-bottom: 16px;
}
#popup-enquete ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}
#popup-enquete ul a, #popup-enquete ul span {
  display: block;
  font-size: 1.5rem;
  padding: 16px;
  border-radius: 8px;
  color: white;
  transition: all 0.2s ease-in-out;
}
#popup-enquete ul a:hover, #popup-enquete ul span:hover {
  opacity: 0.8;
}
#popup-enquete ul a {
  background: rgb(236.3235602094, 128.2670157068, 18.8764397906);
  position: relative;
}
#popup-enquete li {
  flex: 1;
  max-width: 400px;
}
#popup-enquete .close-btn {
  height: 32px;
  width: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  padding: 8px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  #popup-enquete .close-btn {
    position: fixed;
    top: -64px;
    right: 0;
  }
}
#popup-enquete .close-btn:hover {
  opacity: 0.8;
}
#popup-enquete .close-btn i {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
}
#popup-enquete .close-btn i::before, #popup-enquete .close-btn i::after {
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
#popup-enquete .close-btn i:before {
  transform: rotate(45deg);
}
#popup-enquete .close-btn i:after {
  transform: rotate(-45deg);
}

#beforeafter {
  display: none;
  width: 84%;
  max-width: 800px;
  padding: 16px 8px;
}
#beforeafter ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 94%;
  margin: 32px auto;
  margin: 0 auto;
}
#beforeafter li {
  width: 50%;
  padding: 8px;
}
#beforeafter a {
  display: block;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 32px 8px;
  border-radius: 8px;
  text-decoration: none;
}
#beforeafter a.before {
  background: #4cc764;
}
#beforeafter a.after {
  background: #f66;
}
#beforeafter a:hover {
  filter: brightness(120%);
}
#beforeafter p {
  margin-top: 0;
  text-align: center;
}
@media (max-width: 768px) {
  #beforeafter p {
    text-align: left;
  }
}

#totop {
  position: fixed;
  right: 2%;
  bottom: 0;
  transform: translateY(120px);
  transition: all 0.2s ease-in-out;
  z-index: 99;
}
@media (max-width: 979px) {
  #totop {
    bottom: 68px;
  }
}
#totop.active {
  transform: translateY(0);
}
#totop picture {
  filter: drop-shadow(0 0 2px rgba(51, 51, 51, 0.3));
  transition: all 0.2s ease-in-out;
}
#totop:hover picture {
  filter: drop-shadow(0 0 0 rgba(51, 51, 51, 0));
}

article > section {
  margin: 64px auto 128px;
}

p {
  width: 94%;
  margin: 32px auto;
  margin: 0 auto;
  padding: 16px 0;
  line-height: 1.8;
}

a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.small, small {
  font-size: 0.86em;
}

.red {
  font-weight: bold;
  color: #f66;
}

article {
  padding-bottom: 128px;
}

.title-post01 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding-top: 32px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .title-post01 {
    font-size: 1.6rem;
  }
}
.title-post01::after {
  content: "";
  display: block;
  width: 128px;
  height: 6px;
  border-radius: 3px;
  background: #4cc764;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.tri {
  text-align: right;
  width: 94%;
  margin: 32px auto;
  margin: 16px auto;
}
.tri a {
  display: inline-block;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  color: #5697B8;
  line-height: 1.4;
  background: white;
  border: 1px solid #5697B8;
  padding: 8px 24px;
  padding-right: 40px;
  position: relative;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .tri a {
    padding: 8px 32px 8px 8px;
    text-align: left;
  }
}
.tri a::after {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  padding: 0 4px;
  font-weight: 900;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
  transition: all 0.2s ease-in-out;
}
.tri a:hover {
  background: rgb(222.064, 244.696, 226.48);
}
.tri a:hover::after {
  right: 4px;
}
.tri a img {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 16px;
}

.voicebox {
  max-width: 1120px;
  margin: 32px auto 64px;
  border-radius: 8px;
  overflow: hidden;
  background: rgb(219.2, 243.8, 224);
}
.voicebox.rank2 .parent, .voicebox.rank1 .parent {
  background-image: url(/image/content/voice/index/icon/parent_sad.webp);
}
.voicebox.male .child {
  background-image: url(/image/content/voice/index/icon/child_male.webp);
}
.voicebox.male .teacher {
  background-image: url(/image/content/voice/index/icon/teacher_male.webp);
}
.voicebox.male .staff {
  background-image: url(/image/content/voice/index/icon/staff_male.webp);
}
.voicebox.male.rank2 .child, .voicebox.male.rank1 .child {
  background-image: url(/image/content/voice/index/icon/child_male_sad.webp);
}
.voicebox.female .child {
  background-image: url(/image/content/voice/index/icon/child_female.webp);
}
.voicebox.female .teacher {
  background-image: url(/image/content/voice/index/icon/teacher_female.webp);
}
.voicebox.female .staff {
  background-image: url(/image/content/voice/index/icon/staff_female.webp);
}
.voicebox.female.rank2 .child, .voicebox.female.rank1 .child {
  background-image: url(/image/content/voice/index/icon/child_female_sad.webp);
}
.voicebox .header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .voicebox .header {
    flex-direction: column;
    margin-bottom: 8px;
  }
}
.voicebox .header .rank {
  background: #f5df73;
  padding: 8px 16px;
}
@media (max-width: 768px) {
  .voicebox .header .rank {
    padding: 8px;
  }
}
.voicebox .header .rank i {
  display: inline-block;
  padding-left: 8px;
  font-size: 1.5rem;
  line-height: 1;
  transform: translateY(2px);
}
.voicebox .header .name {
  flex: 1;
  background: rgb(249.8, 238.36, 182.2);
  text-align: right;
  padding: 8px 16px;
}
@media (max-width: 768px) {
  .voicebox .header .name {
    padding: 8px;
  }
}
.voicebox .title {
  background: #f5df73;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 8px;
  padding: 16px;
  width: 94%;
  margin: 32px auto;
}
@media (max-width: 768px) {
  .voicebox .title {
    text-align: left;
  }
}
.voicebox > .img {
  width: 94%;
  margin: 32px auto;
  text-align: center;
}
.voicebox .before, .voicebox .voice {
  width: 94%;
  margin: 32px auto;
  margin: 0 auto;
}
.voicebox .before p, .voicebox .voice p {
  width: auto;
}
.voicebox .voice {
  padding: 16px 0;
  border-bottom: 1px dashed rgb(161.92, 225.88, 174.4);
}
.voicebox .voice:first-of-type {
  padding-top: 0;
}
@media (max-width: 768px) {
  .voicebox .voice:first-of-type > div {
    padding-top: 0;
  }
}
.voicebox .voice:last-of-type {
  border: none;
}
.voicebox .voice > div {
  background: no-repeat left top;
  min-height: 100px;
  padding-left: 120px;
}
@media (max-width: 768px) {
  .voicebox .voice > div {
    padding-left: 0;
    padding-top: 16px;
    background-size: 48px;
  }
}
.voicebox .voice > div.child {
  background-image: url(/image/content/voice/index/icon/child_male.webp);
}
.voicebox .voice > div.teacher {
  background-image: url(/image/content/voice/index/icon/teacher_male.webp);
}
.voicebox .voice > div.staff {
  background-image: url(/image/content/voice/index/icon/staff_male.webp);
}
.voicebox .voice > div.parent {
  background-image: url(/image/content/voice/index/icon/parent.webp);
}
.voicebox .voice dt {
  font-weight: bold;
}
@media (max-width: 768px) {
  .voicebox .voice dt {
    padding-left: 56px;
  }
}
.voicebox .voice dd {
  width: 100%;
  display: grid;
  grid-template-areas: "areaText areaImg";
}
@media (max-width: 768px) {
  .voicebox .voice dd {
    grid-template-areas: "areaText" "areaImg";
  }
}
.voicebox .voice dd.up {
  grid-template-areas: "areaPoint areaImg" "areaText areaImg";
  gap: 16px;
  grid-template-columns: 1fr auto;
}
@media (max-width: 768px) {
  .voicebox .voice dd.up {
    grid-template-areas: "areaPoint" "areaImg" "areaText";
  }
}
.voicebox .voice dd .text {
  grid-area: areaText;
}
.voicebox .voice dd .img {
  grid-area: areaImg;
  max-width: 320px;
  margin-left: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .voicebox .voice dd .img {
    max-width: unset;
    margin-left: 0;
    width: 100%;
  }
}
.voicebox .tag {
  width: 94%;
  margin: 32px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
.voicebox .tag i {
  display: block;
  background: #f5df73;
  border-radius: 8px;
  font-size: 0.9em;
  padding: 4px 8px;
}
.voicebox .before dt {
  font-weight: bold;
  display: inline-block;
  background: rgb(242.1936170213, 231.3574468085, 221.5063829787);
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 0.9em;
}
.voicebox .up_point {
  grid-area: areaPoint;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .voicebox .up_point {
    flex-direction: column;
  }
}
.voicebox .up_point ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.voicebox .up_point li span {
  display: inline-block;
  background: rgb(249.8, 238.36, 182.2);
  border-radius: 8px;
  padding: 4px 8px;
  margin-right: 8px;
}
.voicebox .up_point li i {
  color: #5697B8;
  font-weight: bold;
}
.voicebox .up_point li i::after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 32px;
  background: url(/image/content/voice/index/icon-up.svg) no-repeat center/contain;
}
.voicebox .up_point li em {
  font-size: 3.375rem;
  font-weight: bold;
  color: #f66;
}
.voicebox .up_point div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  flex-direction: column;
}
.voicebox .up_point div .add_text {
  border-bottom: 2px solid #f1a04e;
  position: relative;
  color: #f1a04e;
  font-weight: bold;
}
.voicebox .up_point div .add_text::after {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  background: #f1a04e;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.voicebox .up_point div .result {
  display: inline-block;
  background: #f1a04e;
  color: white;
  border-radius: 64px;
  line-height: 1;
  padding: 8px 32px 4px;
  font-weight: bold;
  font-size: 1.25rem;
  position: relative;
}
.voicebox .up_point div .result::after {
  content: attr(data-txt);
  display: block;
  padding: 8px 16px 4px;
  border-radius: 32px;
  font-size: 2rem;
  background: #4cc764;
  color: white;
  font-weight: bold;
  position: absolute;
  left: 100%;
  bottom: 100%;
  transform: translateX(-32px) translateY(32px);
}
.voicebox .up_point div .result i {
  font-size: 5rem;
}
@media (max-width: 768px) {
  .voicebox .up_point div .result i {
    font-size: 4rem;
  }
}

.voice_trial {
  background: rgb(253, 248.6, 227);
}

.voice_up .voice dt {
  display: none;
}

#selectbox {
  width: 94%;
  margin: 32px auto;
  max-width: 1120px;
  border: 3px solid #4cc764;
  border-radius: 8px;
  padding: 16px 32px;
}
@media (max-width: 768px) {
  #selectbox {
    padding: 16px;
  }
}
#selectbox a {
  display: block;
  color: #f1a04e;
  border: 1px solid #f1a04e;
  border-radius: 8px;
  padding: 8px;
}
#selectbox a:hover {
  background: rgb(253, 248.6, 227);
  color: #f66;
}
#selectbox a.active {
  background: #f1a04e;
  color: white;
}
#selectbox .select_rank {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  #selectbox .select_rank {
    display: block;
  }
}
#selectbox .select_rank > div.one {
  flex: 1;
}
#selectbox .select_rank > div.two {
  flex: 2;
}
#selectbox .select_rank dt {
  border-bottom: 6px solid #f5df73;
  color: #4cc764;
  font-weight: bold;
}
#selectbox .select_rank dd {
  padding: 8px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
#selectbox .select_rank a {
  flex: 1;
  padding: 8px 16px;
}

.select_category, .select_grade {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .select_category, .select_grade {
    display: block;
  }
}
.select_category dt, .select_grade dt {
  width: 120px;
  font-weight: bold;
  color: #4cc764;
  padding: 8px 0;
}
@media (max-width: 768px) {
  .select_category dt, .select_grade dt {
    width: auto;
  }
}
.select_category dd, .select_grade dd {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

@media (max-width: 768px) {
  .select_category dd {
    display: block;
  }
  .select_category dd a {
    margin: 8px 0;
  }
}

.pager {
  width: 94%;
  margin: 32px auto;
}
.pager ul {
  text-align: center;
}
.pager li {
  display: inline-block;
}
.pager a, .pager span {
  display: block;
  line-height: 1;
  width: 2em;
  line-height: 2em;
}
.pager a {
  border: 1px solid #4cc764;
  border-radius: 50%;
  color: #4cc764;
}
.pager a.prev, .pager a.next {
  border: none;
}
.pager a:hover {
  background: rgb(253, 248.6, 227);
}
.pager span {
  font-weight: bold;
}

.totalnum {
  text-align: center;
}
.totalnum span {
  display: inline-block;
  border-bottom: 3px solid #4cc764;
  font-size: 1.4rem;
  font-weight: bold;
}
.totalnum i {
  font-size: 2rem;
}

.list_pass {
  width: 94%;
  margin: 32px auto;
  max-width: 1120px;
  margin: 32px auto 64px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-items: stretch;
  gap: 16px;
}
.list_pass li {
  width: calc(50% - 8px);
}
@media (max-width: 768px) {
  .list_pass li {
    width: 100%;
  }
}
.list_pass a {
  display: block;
  height: 100%;
  background: white;
  box-shadow: 1px 1px 3px rgba(34, 23, 13, 0.3);
  color: #22170d;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: rgb(252.2, 236, 219.6);
  padding-bottom: 16px;
}
.list_pass a::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(/image/content/voice/parts/list_achievement/img01.webp) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .list_pass a::before {
    width: 64px;
    height: 64px;
  }
}
.list_pass a:hover {
  background: rgb(253, 248.6, 227);
}
.list_pass .header {
  position: relative;
  background: white;
  padding: 20px 84px 16px 108px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .list_pass .header {
    padding: 20px 84px 16px 72px;
  }
}
.list_pass .header .school {
  font-weight: bold;
  font-size: 1.1rem;
}
.list_pass .header span {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}
.list_pass .header span i {
  width: 80px;
  padding: 6px 0;
}
.list_pass .header span i.area {
  background: rgb(247.72, 205.6, 162.96);
  font-size: 0.9rem;
}
.list_pass .header span i.area.kanto {
  background: rgb(255, 224.4, 224.4);
}
.list_pass .header span i.area.north {
  background: rgb(219.2, 243.8, 224);
}
.list_pass .header span i.area.tohoku {
  background: rgb(231.34, 240.44, 245.06);
}
.list_pass .header span i.area.koshinetsu {
  background: rgb(242.1936170213, 231.3574468085, 221.5063829787);
}
.list_pass .header span i.area.shikoku {
  background: rgb(253, 248.6, 227);
}
.list_pass .header span i.area.kyushu {
  background: rgb(249.8, 238.36, 182.2);
}
.list_pass .header span i.way {
  background: #f1a04e;
  color: white;
  font-size: 0.8rem;
}
.list_pass .header span i.way.online {
  background: #5697B8;
}
.list_pass .title {
  text-align: center;
  position: relative;
  padding: 0 8px;
}
@media (max-width: 768px) {
  .list_pass .title {
    text-align: left;
  }
}
.list_pass .title span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 16px;
  padding-left: 64px;
  background: no-repeat left center;
}
.list_pass .title small {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 16px;
  font-size: 0.9rem;
}
.list_pass .male .title span {
  background-image: url(/image/content/voice/parts/list_achievement/child_m.webp);
}
.list_pass .female .title span {
  background-image: url(/image/content/voice/parts/list_achievement/child_f.webp);
}
.list_pass .message {
  background: white;
  font-size: 1rem;
  padding: 16px;
}
.list_pass .message .more {
  color: blue;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

.list_interview {
  width: 94%;
  margin: 32px auto;
  max-width: 1120px;
  margin: 32px auto 64px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-items: stretch;
  gap: 16px;
}
.list_interview li {
  width: calc(33.3333333333% - 10.6666666667px);
}
@media (max-width: 768px) {
  .list_interview li {
    width: 100%;
  }
}
.list_interview a {
  display: block;
  height: 100%;
  background: rgb(249.8, 238.36, 182.2);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-bottom: 64px;
  border: 2px solid #f5df73;
}
.list_interview a:hover {
  background: rgb(252.2, 236, 219.6);
}
.list_interview .img {
  text-align: center;
}
.list_interview p {
  line-height: 1.4;
  width: auto;
  padding: 0;
}
.list_interview .title {
  background: #5697B8;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  padding: 16px 16px 4px;
}
.list_interview .title::after {
  content: "";
  display: block;
  position: absolute;
  background: #5697B8;
  height: 16px;
  width: 100%;
  top: 100%;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.list_interview .title i {
  display: block;
  font-size: 1rem;
  margin-bottom: 8px;
}
.list_interview .title i::before {
  content: url(/image/content/voice/interview/list/icon_before.svg);
  display: inline-block;
  width: 100px;
  height: 26px;
  margin-right: 8px;
  vertical-align: bottom;
}
.list_interview .after {
  width: 94%;
  margin: 32px auto;
  margin: 0 auto;
  background: white;
  border: 3px solid #f5df73;
  border-radius: 8px;
  padding: 16px;
  color: #22170d;
}
.list_interview .after::before {
  content: url(/image/content/voice/interview/list/icon_after.svg);
  display: block;
  width: 100px;
  height: 26px;
  transform: translateY(-4px);
}
.list_interview .after em {
  font-size: 1.2em;
  color: red;
  line-height: 1;
}
.list_interview .next {
  display: block;
  width: 94%;
  margin: 32px auto;
  margin: 0 auto;
  position: absolute;
  bottom: 8px;
  left: 3%;
  padding: 4px 16px;
  background: #5697B8;
  border-radius: 16px;
  color: white;
}
.list_interview .next::after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  padding: 0 4px;
  font-weight: 900;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

#index .mainimg {
  background: rgb(219.2, 243.8, 224);
  text-align: center;
  position: relative;
}
#index .mainimg h1 {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 4px 32px;
  border-radius: 8px;
  box-shadow: 0 0 2px 8px white;
}
@media (max-width: 768px) {
  #index .mainimg h1 {
    position: static;
    transform: translateX(0);
    font-size: 0.875rem;
    padding: 8px;
    box-shadow: 0 0 0 0 white;
  }
}/*# sourceMappingURL=page.css.map */