html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

:is(h2, h3, h4, h5) {
  font-family: var(--sans-serif);
}

p {
  line-height: 1.5;
}

body {
  font-family: var(--sans-serif);
  font-weight: 400;
  color: #111;
  line-height: 1.5;
}
body.scroll-lock {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.container {
  width: calc(100% - 8vw);
  margin: 0 auto;
}
.container.w1600 {
  max-width: 1600px;
}
.container.w1200 {
  max-width: 1200px;
}
.container.w980 {
  max-width: 980px;
}
.container.w720 {
  max-width: 720px;
}

.ta_center {
  text-align: center !important;
}
.ta_right {
  text-align: right !important;
}
.ta_left {
  text-align: left !important;
}

.tc_red {
  color: var(--red);
}
.tc_blue {
  color: var(--blue);
}
.tc_yellow {
  color: var(--yellow);
}

.marker_yellow {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.marker_yellow_vertical {
  background: linear-gradient(to left, transparent 60%, #ff6 60%);
}

.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.ff_serif {
  font-family: var(--serif);
}
.ff_sans_serif {
  font-family: var(--sans-serif);
}

.hidden {
  display: none;
}

.pr_line {
  margin: 100px 0;
  padding: 40px;
  border: 2px solid var(--green-line);
}
.pr_line .ttl {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  color: var(--green-line);
}
.pr_line .sub {
  text-align: center;
}
.pr_line .link {
  margin-top: 40px;
}
.pr_line .link a {
  width: 100%;
  max-width: 480px;
  height: 52px;
  margin: 0 auto;
  line-height: 52px;
  background: var(--green-line);
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  border-radius: 4px;
  transition: opacity 0.2s;
}
.pr_line .link a:hover {
  opacity: 0.8;
}
.pr_line .link a span {
  padding-left: 2em;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.pr_line .link a span::before {
  content: "";
  background: url(../img/icon_line_02.svg) center no-repeat;
  background-size: cover;
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

footer {
  padding: 100px 0;
  background: #333;
  color: #fff;
}
footer #logo .img a {
  width: 120px;
  margin: 0 auto;
  display: block;
}
footer #logo .img a img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  transition: filter 0.4s;
}
footer #logo .img a:hover img {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.8));
}
footer #logo + #copy {
  margin-top: 40px;
}
footer #copy p {
  margin: 0;
  text-align: center;
  font-size: 0.75rem;
  color: #ddd;
}

#comic article {
  padding: 4vw 0 8vw;
  background: #fafafa;
}
#comic article canvas {
  width: calc(100% - 8vw);
  max-width: 640px;
  margin: 0 auto;
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
#comic article canvas + canvas {
  margin-top: 4vw;
}
#comic article img {
  width: calc(100% - 8vw);
  max-width: 640px;
  height: auto;
  margin: 0 auto;
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
#comic article img + img {
  margin-top: 2vw;
}
#comic article .pr {
  margin: 40px 0 calc(40px - 4vw);
}
#comic article .pr p {
  text-align: center;
}
#comic article .pr a {
  width: calc(100% - 8vw);
  max-width: 640px;
  margin: 0 auto;
  display: block;
  background: var(--red);
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  border-radius: 8px;
  transition: opacity 0.2s;
}
#comic article .pr a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .onlySP {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .onlyPC {
    display: none;
  }
  header #h_main .nav ul li button.entry {
    font-size: 0.875rem;
  }
  header #h_nav {
    display: none;
    width: 100%;
    height: calc(100% - var(--header-height));
    position: fixed;
    top: var(--header-height);
    left: 0;
  }
  header #h_nav .wrap {
    width: 100%;
    height: 100%;
    position: relative;
  }
  header #h_nav .wrap .bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  header #h_nav .wrap .set {
    width: 95%;
    max-width: 360px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    border-top: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    z-index: 1;
    transform: translate(100%, 0);
    transition: transform 0.4s;
  }
  header #h_nav .wrap .set.active {
    transform: translate(0, 0);
  }
  header #h_nav .wrap .set .inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
  }
  header #h_nav .wrap .set .inner ul.main > li {
    border-bottom: 1px solid #ddd;
  }
  header #h_nav .wrap .set .inner ul.main > li a, header #h_nav .wrap .set .inner ul.main > li button {
    width: 100%;
    padding: 0.75em 20px;
    padding-right: 40px;
    display: block;
    text-decoration: none;
    color: #111;
    line-height: 1.5;
    font-size: 1rem;
    text-align: left;
    border: none;
    background: none;
    position: relative;
    cursor: pointer;
    transition: padding 0.4s, color 0.2s;
  }
  header #h_nav .wrap .set .inner ul.main > li a::before, header #h_nav .wrap .set .inner ul.main > li button::before {
    content: "";
    width: 0;
    height: 1px;
    background: var(--blue02);
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
    transition: width 0.8s, opacity 0.4s;
  }
  header #h_nav .wrap .set .inner ul.main > li a::after, header #h_nav .wrap .set .inner ul.main > li button::after {
    content: "\e315";
    color: var(--blue02);
    font-family: material icons;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    right: 5px;
  }
  header #h_nav .wrap .set .inner ul.main > li a:hover, header #h_nav .wrap .set .inner ul.main > li button:hover {
    padding-left: 25px;
    padding-right: 35px;
    color: var(--blue02);
  }
  header #h_nav .wrap .set .inner ul.main > li a:hover::before, header #h_nav .wrap .set .inner ul.main > li button:hover::before {
    width: 100%;
    opacity: 1;
  }
  header #h_nav .wrap .set .inner ul.main > li button::after {
    content: "\e313";
    transition: transform 0.4s;
  }
  header #h_nav .wrap .set .inner ul.main > li button:hover::after {
    transform: rotate(360deg);
  }
  header #h_nav .wrap .set .inner ul.main > li button.active::after {
    transform: rotate(180deg);
  }
  header #h_nav .wrap .set .inner ul.sub {
    display: none;
  }
  header #h_nav .wrap .set .inner ul.sub > li {
    border-top: 1px solid #e5e5e5;
  }
  header #h_nav .wrap .set .inner ul.sub > li a {
    padding-left: 30px;
    background: #fafafa;
  }
  header #h_nav .wrap .set .inner ul.sub > li a:hover {
    padding-left: 40px;
  }
  header #h_nav .wrap .set .inner ul.sub > li a span::before {
    content: "-";
    margin-right: 1em;
  }
  header #h_nav .wrap .set .inner ul.entry {
    margin: 40px 20px;
    gap: 20px;
  }
  header #h_nav .wrap .set .inner ul.entry > li a {
    font-size: 0.875rem;
    padding: 0.75em;
    text-align: center;
    text-decoration: none;
    color: var(--red);
    font-weight: 600;
    color: #fff;
    background: var(--red);
    border-radius: 8px;
    border: 1px solid var(--red);
    display: block;
    transition: color 0.2s, background 0.2s, border-color 0.2s, opacity 0.2s;
  }
  header #h_nav .wrap .set .inner ul.entry > li a:hover {
    opacity: 0.8;
  }
  header #h_nav .wrap .set .inner ul.entry > li a.tel {
    color: #111;
    border-color: #999;
    background: none;
  }
  header #h_nav .wrap .set .inner ul.entry > li a.tel:hover {
    border-color: #666;
    background: #f5f5f5;
  }
  header #h_nav .wrap .set .inner ul.entry > li a.line {
    color: #fff;
    background: var(--green-line);
    border-color: var(--green-line);
  }
  header #h_nav .wrap .set .inner ul.entry > li a.line:hover {
    opacity: 0.8;
  }
  header #h_nav .wrap .set .inner ul.entry > li p.memo {
    margin: 0.75em 0 0;
    font-size: 0.75rem;
    color: #999;
    text-align: center;
  }
  #company .kv {
    height: auto;
  }
  #company .kv .content {
    height: auto;
    padding: 12vw 0;
  }
  #company .kv .content article {
    margin: 0 auto;
    font-size: 0.875rem;
    writing-mode: horizontal-tb;
  }
  #company .kv .content article > *:first-child {
    margin-top: 0;
  }
  #company .kv .content article > *:last-child {
    margin-bottom: 0;
  }
  #company .kv .content article p {
    margin: 0 1.5em;
  }
  #company article.place {
    margin: 60px 0;
  }
  #company article.place h2 {
    margin: 0.5em 0;
    font-size: 1.5rem;
  }
  #company article.place h2 small {
    font-size: 1rem;
    margin-left: 0;
  }
  #company article.place table tbody tr {
    width: 100%;
    display: block;
  }
  #company article.place table tbody tr th, #company article.place table tbody tr td {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 0.875rem;
  }
  #company article.place table tbody tr th {
    padding: 20px 0 0;
    -moz-text-align-last: inherit;
         text-align-last: inherit;
    text-justify: inherit;
    border-bottom: none;
  }
  #company article.place table tbody tr td {
    padding: 20px 0;
  }
  #company .map iframe {
    height: 120vw;
  }
  #tours {
    padding: 0 0 60px;
  }
  #tours dl.faq_list {
    margin: 40px 0;
  }
  #tours dl.faq_list dt, #tours dl.faq_list dd {
    font-size: 0.875rem;
  }
  #tours dl.faq_list dd {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #tours ol.flow_list {
    padding: 8vw 4vw;
    gap: 8vw;
  }
  #tours ol.flow_list li {
    padding-left: 60px;
    gap: 10px;
  }
  #tours ol.flow_list li::before {
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  #tours ol.flow_list li::after {
    top: 40px;
    left: 18px;
  }
  #tours ol.flow_list li .ttl {
    font-size: 1.25rem;
  }
  #tours ol.flow_list li .detail {
    font-size: 0.875rem;
  }
  #tours .movie {
    margin: 60px 0;
  }
  #tours .movie h4 {
    font-size: 1.25rem;
  }
  #tours .kv {
    width: 100%;
    height: 500px;
    background: url(../img/tours_kv.jpg) no-repeat center left;
  }
  #tours .kv article {
    text-align: center;
  }
  #tours .kv article h2 {
    font-size: 1.75rem;
  }
  #tours .kv article p {
    font-size: 0.875rem;
  }
  #tours .flow h3 {
    margin: 60px 0 40px;
    font-size: 1.5rem;
  }
  #tours .tips {
    padding: 8vw;
  }
  #tours .tips p {
    font-size: 0.875rem;
    line-height: 1.8;
  }
  #voice ul.voice_list {
    grid-template-columns: 1fr 1fr;
  }
  #voice ul.voice_list li button {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.4s;
    will-change: box-shadow;
    cursor: pointer;
  }
  #voice ul.voice_list li button .img::before {
    font-size: 16px;
    right: 4px;
    bottom: auto;
    top: 4px;
  }
  #voice ul.voice_list li button .txt {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    top: auto;
    bottom: 0;
    align-items: center;
    justify-content: flex-start;
    opacity: 1;
    background: #fff;
  }
  #voice ul.voice_list li button .txt .univ {
    font-size: 0.75rem;
    text-align: left;
    line-height: 1.2;
  }
  #voicepopup .wrap .set {
    max-width: 520px;
  }
  #voicepopup .wrap .set .inner ul.voice_list > li .body {
    padding: 4vw;
    flex-direction: column-reverse;
    gap: 40px;
  }
  #voicepopup .wrap .set .inner ul.voice_list > li .body .main {
    margin: 0;
  }
  #voicepopup .wrap .set .inner ul.voice_list > li .body .main h2 {
    margin: 0 0 40px;
    font-size: 1.25rem;
  }
  #voicepopup .wrap .set .inner ul.voice_list > li .body .main p {
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: justify;
  }
  #voicepopup .wrap .set .inner ul.voice_list > li .body .sub {
    width: 100%;
    top: 0;
  }
  #voicepopup .wrap .set .inner ul.voice_list > li .body .sub .img {
    display: none;
  }
  #voicepopup .wrap .set .inner ul.voice_list > li .body .sub .status {
    margin-top: 0;
  }
  #result .wrap {
    padding: 0 4vw;
  }
  #result .wrap .head .inner {
    margin: 60px auto 0;
    padding: 0;
  }
  #result .wrap .head .inner article h2 {
    margin-bottom: 1em;
  }
  #result .wrap .body {
    margin: 0 auto 60px;
  }
  #result .wrap .body .inner {
    margin: 0;
    padding: 4vw;
  }
  #result .wrap .body .inner .result_set + .result_set {
    margin-top: 8vw;
  }
  #result .wrap .body .inner .result_set h3 {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  #result .wrap .body .inner .result_set ul {
    grid-template-columns: 1fr;
  }
  #result .pr_recruit h2 {
    font-size: 1.25rem;
  }
  #result .pr_recruit .set .ttl span {
    font-size: 1.75rem;
  }
  #result .pr_recruit .set .num {
    margin: 20px 0;
    font-size: 3rem;
  }
  #result .pr_recruit .set .num span {
    font-size: 6rem;
  }
  #result .pr_entry article h2 {
    margin-bottom: 40px;
    font-size: 1.25rem;
    letter-spacing: 0;
  }
  #result .pr_entry article p {
    font-size: 0.875rem;
  }
  #result .pr_entry ul.entry_list {
    margin: 0 auto 60px;
  }
  #result .pr_entry ul.entry_list li {
    padding: 35px 35px 82px;
  }
  #result .result {
    margin: 60px 0;
  }
  #result .result h3 {
    font-size: 1.5rem;
  }
  #result .result h4 {
    font-size: 1rem;
  }
  #result .result p {
    font-size: 0.875rem;
  }
  #result .result .set .cel .ttl {
    font-size: 1rem;
  }
  #result .result .set .cel .num {
    font-size: 6rem;
  }
  #result .result .set .cel .num small {
    font-size: 3rem;
  }
  #current .wrap .head .inner {
    width: calc(100% - 8vw);
    margin: 0 auto;
  }
  #current .wrap .head .inner article {
    margin: 60px 0;
  }
  #current .wrap .body .inner {
    margin: 0 4vw;
    padding: 8vw 4vw 60px;
  }
  #current .wrap .body .inner h3 {
    font-size: 1.5rem;
  }
  #current .wrap .body .inner p {
    font-size: 0.875rem;
  }
  #current .wrap .body .inner p.memo {
    margin: -40px 0 60px;
    font-size: 0.75rem;
    color: #333;
  }
  #current .wrap .body .inner p.catch {
    text-indent: 0;
    letter-spacing: 0;
    font-size: 1.25rem;
  }
  #current .wrap .body .inner table {
    width: calc(100% + 8vw);
    margin: 40px 0;
    margin-left: -4vw;
    box-shadow: none;
    overflow: hidden;
  }
  #current .wrap .body .inner table tr th, #current .wrap .body .inner table tr td {
    padding: 0.75em 0;
    font-size: 0.75rem;
  }
  #current .wrap .body .inner table.current_table02 tbody tr th, #current .wrap .body .inner table.current_table02 tbody tr td {
    font-size: 0.875rem;
  }
  #current .wrap .body .inner .graph {
    width: calc(100% + 8vw);
    margin: 40px 0;
    margin-left: -4vw;
  }
  #current .wrap .body .inner .graph canvas {
    height: 100vw;
  }
  #current .wrap .body .inner .result {
    margin: 40px 0;
    padding: 0 0 4vw;
  }
  #current .wrap .body .inner .result h4 {
    font-size: 1.25rem;
  }
  #current .wrap .body .inner .result p {
    font-size: 0.75rem;
  }
  #current .wrap .body .inner .result .set .cel .ttl {
    font-size: 0.875rem;
  }
  #current .wrap .body .inner .result .set .cel .num {
    font-size: 5rem;
  }
  #current .wrap .body .inner .result .set .cel .num small {
    font-size: 2.5rem;
  }
  #teachers .kv ul {
    height: 60vw;
  }
  #teachers .teachers ul li {
    width: 40vw;
    height: 50vw;
  }
  #teachers article {
    margin: 60px auto;
    text-align: left;
  }
  #teachers article h2 {
    margin: 60px 0 40px;
    font-size: 1.5rem;
    text-indent: 0;
  }
  #teachers article p {
    font-size: 0.875rem;
  }
  #teachers .pr {
    padding: 40px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  #teachers .pr ul.pr_list {
    gap: 40px;
  }
  #teachers .taiken {
    margin: 0 auto 60px;
  }
  #teachers .taiken h3 {
    margin: 60px 0 40px;
    font-size: 1.25rem;
    text-align: left;
  }
  #teachers .taiken h3 + p {
    margin-top: -20px;
    text-align: left;
  }
  #teachers .taiken ul.flow_list {
    flex-direction: column;
    justify-content: flex-start;
  }
  #teachers .taiken ul.flow_list li {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  #teachers .taiken ul.flow_list li .img {
    width: 60px;
    height: 60px;
  }
  #teachers .taiken ul.flow_list li .img img {
    max-width: 30px;
  }
  #teachers .taiken ul.flow_list li .txt {
    flex: 1;
    text-align: left;
    font-size: 1rem;
    color: var(--blue);
  }
  #teachers .taiken table.schedule_list tbody tr th, #teachers .taiken table.schedule_list tbody tr td {
    font-size: 0.875rem;
  }
  #kv .pickup .wrap .body ul.pickup_list {
    grid-template-columns: 1fr;
  }
  #kv .kv_teacher {
    height: 120vw;
    position: relative;
  }
  #kv .kv_teacher .img {
    width: 100%;
    height: 120vw;
    position: relative;
  }
  #kv .kv_teacher .img::after {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
    background: linear-gradient(to top, rgba(234, 246, 251, 0.2), rgba(234, 246, 251, 0));
  }
  #kv .kv_teacher .img ul {
    height: 100%;
  }
  #kv .kv_teacher .txt {
    width: 100%;
    height: 100%;
    padding: 0;
    align-items: start;
  }
  #kv .kv_teacher .txt .container {
    height: 100%;
  }
  #kv .kv_teacher .txt .inner {
    height: 100%;
    padding: 10px 0 10vw;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  #kv .kv_teacher .txt h2 {
    text-align: center;
    font-size: 17.5vw;
    mix-blend-mode: normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  }
  #kv .kv_teacher .txt h2 > small {
    font-size: 11vw;
  }
  #kv .kv_teacher .txt h2 > small span {
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  }
  #kv .kv_teacher .txt h2 + p.caption {
    margin: 0;
    font-size: 1rem;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.6);
  }
  #kv .kv .img picture {
    width: 100%;
    height: 133.333vw;
  }
  #kv .kv .txt {
    padding: 50vh 0 100px;
  }
  #kv .kv .txt::before {
    top: 50vh;
    height: calc(100% - 50vh);
    background: linear-gradient(to bottom, rgba(48, 33, 10, 0) 0%, rgba(48, 33, 10, 0.5) 25%, rgba(48, 33, 10, 0.5) 50%, rgb(48, 33, 10) 70%);
  }
  #kv .kv .txt h1 {
    font-size: 7.25vw;
  }
  #kv .kv .txt h1 span.bg {
    position: relative;
  }
  #kv .kv .txt h1 span.bg::after {
    height: 90%;
    bottom: 0;
  }
  #kv .kv .txt article {
    margin-top: 60px;
  }
  #kv .kv .txt article p {
    line-height: 2;
    font-size: 1rem;
  }
  #kv .greeting {
    margin: 8vw 0 0;
  }
  #kv .greeting .wrap {
    padding: 0 0;
    flex-direction: column;
    gap: 8vw;
  }
  #kv .greeting .wrap .sub {
    width: 100%;
  }
  #kv .greeting .wrap .sub .inner {
    max-width: none;
    height: inherit;
    margin-top: 0;
    position: relative;
    top: 0;
  }
  #kv .greeting .wrap .main {
    margin: 0 0;
  }
  #kv .greeting .wrap .main article .profile {
    margin: 8vw 0 60px;
  }
  #kv .pr_book {
    padding: 60px 0;
  }
  #kv .pr_book .wrap {
    flex-direction: column;
    gap: 8vw;
  }
  #kv .pr_book .wrap .img {
    width: 100%;
  }
  #kv .pr_book .wrap .txt {
    align-items: flex-start;
  }
  #kv .pr_book .wrap .txt article {
    max-width: 320px;
    margin: 0 auto;
  }
  #kv .pr_book .wrap .txt article h3 {
    font-size: 1.25rem;
    text-indent: 0.1em;
    text-align: center;
  }
  #kv .pr_book .wrap .txt article p {
    margin: 1.5em 0;
    text-align: justify;
  }
  #kv .pr_book .wrap .txt article a.link {
    margin: 40px auto 0;
  }
  #story .wrap {
    padding: 60px 0;
    gap: 4vw;
  }
  #story .wrap .head {
    width: 65px;
  }
  #story .wrap .head .inner h2 {
    font-size: 1.75rem;
  }
  #story .wrap .head .inner p.caption {
    font-size: 0.75rem;
  }
  #story .wrap .body .inner article {
    padding-top: calc(70vw + 40px);
  }
  #story .wrap .body .inner article > picture:first-child {
    width: calc(100vw - (8vw + 65px));
    height: 70vw;
  }
  #story .wrap .body .inner article p {
    margin: 2em 0;
    font-size: 0.875rem;
  }
  #story .wrap .body .inner article p.voice {
    font-size: 1rem;
  }
  #story .wrap .body .inner article .tips {
    width: calc(100% + 4vw);
    margin: 40px 0;
    padding: 4vw;
    padding-right: 8vw;
  }
  #story .wrap .body .inner article .tips h3 {
    font-size: 1rem;
  }
  #story .wrap .body .inner article .tips p {
    font-size: 0.75rem;
  }
  #result_kv .kv {
    height: 120vw;
  }
  #result_kv .kv .img {
    width: 100%;
    height: 120vw;
    position: relative;
  }
  #result_kv .kv .img::after {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
    background: linear-gradient(to top, rgba(234, 246, 251, 0.2), rgba(234, 246, 251, 0));
  }
  #result_kv .kv .img ul {
    height: 100%;
  }
  #result_kv .kv .txt {
    width: 100%;
    height: 100%;
    padding: 0;
    align-items: start;
  }
  #result_kv .kv .txt .container {
    height: 100%;
  }
  #result_kv .kv .txt .inner {
    height: 100%;
    padding: 5vw 0;
    display: flex;
    gap: 10vw;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #result_kv .kv .txt h2 {
    text-align: center;
    font-size: 17.5vw;
    mix-blend-mode: normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  }
  #result_kv .kv .txt h2 > small {
    font-size: 11vw;
  }
  #result_kv .kv .txt h2 > small span {
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  }
  #result_kv .kv .txt h2 + p.caption {
    width: 100%;
    margin: 0;
    font-size: 4vw;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.6);
  }
  #result_kv .kv .btn {
    width: 80vw;
    height: 60px;
    border-radius: 0;
    bottom: 4vw;
    left: 50%;
    right: initial;
    transform: translate(-50%, 0);
  }
  #result_kv .kv .btn a {
    width: 80vw;
    height: 60px;
    border-radius: 0;
    letter-spacing: 0.125em;
  }
  #result_kv .kv .btn a::after {
    right: 0;
    width: 40px;
    height: 60px;
    line-height: 60px;
    transform: translate(0, 0);
    left: initial;
    right: 0;
  }
  #result_kv .kv .btn a span br {
    display: none;
  }
  #result_kv .result .wrap {
    padding: 0 4vw;
  }
  #result_kv .result .wrap .head .inner {
    margin: 60px auto 0;
    padding: 0;
  }
  #result_kv .result .wrap .head .inner article h2 {
    margin-bottom: 1em;
  }
  #result_kv .result .wrap .body {
    margin: 0 auto 60px;
  }
  #result_kv .result .wrap .body .inner {
    margin: 0;
    padding: 4vw;
  }
  #result_kv .result .wrap .body .inner .result_set + .result_set {
    margin-top: 8vw;
  }
  #result_kv .result .wrap .body .inner .result_set h3 {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  #result_kv .result .wrap .body .inner .result_set ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575.98px) {
  .onlyPC {
    display: none;
  }
  #voice ul.voice_list {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
* {
  box-sizing: border-box;
}

:root {
  --sans-serif: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  --serif: "Noto Serif JP","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --header-height: 60px;
  --header-height-pc: 60px;
  --blue: #0f3668;
  --blue-rgb: 15,54,104;
  --blue02: #1967d2;
  --blue03: #195ab4;
  --blue04: #285693;
  --red: #af1e2b;
  --red-rgb: 175,30,43;
  --gray: #f8f9fa;
  --green-line: #06C755;
  --yellow: #f9bd09;
  --yellow-rgb: 249,189,9;
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */