@charset "UTF-8";
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(--serif);
}

p {
  line-height: 1.5;
}

body {
  padding-top: var(--header-height);
  font-family: var(--sans-serif);
  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.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;
}

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

.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;
}

main h2.ttl {
  width: auto;
  height: auto;
  margin: 0 auto 100px;
  color: var(--blue);
  font-family: var(--serif);
  line-height: 1.5;
  text-align: center;
}
main h2.ttl.vertical {
  writing-mode: vertical-rl;
  text-justify: inter-ideograph;
  text-align: left;
}
main h2.ttl span {
  font-size: 2.5rem;
}
main h2.ttl span.caption {
  margin-left: 1em;
  display: inline-block;
  font-family: var(--sans-serif);
  font-size: 0.875rem;
  color: #666;
  letter-spacing: 0.1em;
}
main h2.ttl + p.caption {
  margin: -90px auto 100px;
  text-align: center;
  font-weight: 600;
  color: #666;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
main h2.ttl + p.caption.vertical {
  margin: inherit;
  writing-mode: vertical-rl;
  text-justify: inter-ideograph;
  text-align: left;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
header::before {
  content: "";
  width: calc(100% + 20px);
  height: 1px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  bottom: 0;
  left: -10px;
}
header #h_main {
  width: 100%;
  height: var(--header-height-pc);
  padding: 0 70px 0 10px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
}
header #h_main .logo {
  display: flex;
  align-items: center;
}
header #h_main .logo h1 {
  margin: 0;
  line-height: 1;
}
header #h_main .logo h1 a {
  display: inline-block;
  line-height: 0;
}
header #h_main .logo h1 a img {
  width: 160px;
  transition: opacity 0.2s;
}
@media (pointer: fine) {
  header #h_main .logo h1 a img:hover {
    opacity: 0.6;
  }
}
header #h_main .entry {
  display: flex;
  align-items: center;
}
header #h_main .entry > button {
  height: 40px;
  padding: 0 1em;
  color: #fff;
  background: var(--red);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.2s;
}
header #h_main .entry > button.active {
  background: var(--red);
  opacity: 0.8;
}
@media (pointer: fine) {
  header #h_main .entry > button:hover {
    opacity: 0.8;
  }
}
header #h_main .entry nav {
  display: none;
  width: 300px;
  padding: 40px 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #fff;
  position: fixed;
  top: calc(var(--header-height-pc) + 10px);
  right: 10px;
}
header #h_main .entry nav button {
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0.4;
  cursor: pointer;
}
@media (pointer: fine) {
  header #h_main .entry nav button:hover {
    opacity: 1;
  }
}
header #h_main .entry nav button::before {
  content: "\e5cd";
  font-family: "material icons";
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
header #h_main .entry nav button span {
  display: inline-block;
  text-indent: -9999px;
}
header #h_main .entry nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
header #h_main .entry nav ul li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
header #h_main .entry nav ul li a {
  padding: 0.75em 0;
  text-align: center;
  text-decoration: none;
  color: #111;
  border: 1px solid #eee;
  border-radius: 4px;
  display: block;
  position: relative;
  transition: border-color 0.2s, background 0.2s;
}
@media (pointer: fine) {
  header #h_main .entry nav ul li a:hover {
    border-color: #bbb;
    background: var(--gray);
  }
}
header #h_main .entry nav ul li a::before {
  content: "\e3c9";
  font-family: "material icons";
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 12px;
}
header #h_main .entry nav ul li a.tel::before {
  content: "\e0cd";
}
header #h_main .entry nav ul li small {
  color: #999;
}
header #h_main .entry nav ul li.link {
  margin-top: 20px;
}
header #h_main .entry nav ul li.link + .link {
  margin-top: 0;
}
header #h_main .entry nav ul li.link a {
  padding: 0;
  border: none;
  font-size: 0.875rem;
  color: var(--blue02);
}
@media (pointer: fine) {
  header #h_main .entry nav ul li.link a:hover {
    color: var(--blue03);
    background: none;
    text-decoration: underline;
  }
}
@media (pointer: fine) {
  header #h_main .entry nav ul li.link a:hover::after {
    text-decoration: none;
  }
}
header #h_main .entry nav ul li.link a::before {
  display: none;
}
header #h_main .entry nav ul li.link a::after {
  content: "\e157";
  font-family: "material icons";
  margin-left: 0.5em;
  position: relative;
  top: 0.062rem;
  display: inline-block;
}
header #h_main .entry nav ul li.line a {
  font-weight: 600;
  color: #fff;
  background: var(--green-line);
  border-color: var(--green-line);
  transition: opacity 0.2s;
}
header #h_main .entry nav ul li.line a:hover {
  opacity: 0.8;
}
header #h_main .entry nav ul li.line a::before {
  display: none;
}
header #h_nav > button {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: none;
  position: fixed;
  top: 5px;
  right: 10px;
  transition: background 0.2s;
  cursor: pointer;
}
header #h_nav > button span {
  text-indent: -9999px;
  display: inline-block;
}
header #h_nav > button::before {
  content: "\e5d2";
  font-family: "material icons";
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
header #h_nav > button.active {
  background: #eee;
}
@media (pointer: fine) {
  header #h_nav > button:hover {
    background: #eee;
  }
}
header #h_nav nav {
  display: none;
  width: 300px;
  padding: 40px 0 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #fff;
  position: fixed;
  top: calc(var(--header-height-pc) + 10px);
  right: 10px;
}
header #h_nav nav button {
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0.4;
  cursor: pointer;
}
@media (pointer: fine) {
  header #h_nav nav button:hover {
    opacity: 1;
  }
}
header #h_nav nav button::before {
  content: "\e5cd";
  font-family: "material icons";
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
header #h_nav nav button span {
  display: inline-block;
  text-indent: -9999px;
}
header #h_nav nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
header #h_nav nav ul li {
  border-top: 1px solid #eee;
}
header #h_nav nav ul li a {
  padding: 0.75em 0;
  padding-left: 36px;
  text-decoration: none;
  color: #111;
  display: block;
  position: relative;
  transition: border-color 0.2s, background 0.2s;
}
@media (pointer: fine) {
  header #h_nav nav ul li a:hover {
    border-color: #bbb;
    background: var(--gray);
  }
}
header #h_nav nav ul li a::before {
  content: "\e866";
  font-family: "material icons";
  color: #999;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 12px;
}

footer {
  padding: 100px 0;
  background: var(--blue);
  color: #fff;
}
footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer nav ul li a {
  color: #fff;
  text-decoration: none;
}
footer .logo a {
  width: 120px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  color: #fff;
}
footer .logo a img {
  width: 100%;
  transition: opacity 0.2s;
}
@media (pointer: fine) {
  footer .logo a img:hover {
    opacity: 0.8;
  }
}
footer .copy {
  margin: 40px 0 0;
  text-align: center;
  opacity: 0.6;
}

#f_fix {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 100;
}
#f_fix .set a {
  height: 80px;
  margin: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--blue02);
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
}
#f_fix .set a span {
  font-weight: 600;
  font-size: 1.25rem;
  display: inline-block;
  line-height: 1;
}
#f_fix .set a span::before {
  content: "\e0b0";
  font-family: "material icons";
  margin-right: 8px;
  position: relative;
  top: 2px;
}
#f_fix .set a small {
  font-size: 0.75rem;
}
#f_fix .set.line a {
  height: 70px;
  background-color: var(--green-line);
}
#f_fix .set.line a span {
  font-size: 1.25rem;
  padding: 4px 0 4px;
}
#f_fix .set.line a span::before {
  display: none;
}
#f_fix .set.line a small {
  line-height: 1.2;
  display: inline-block;
  position: relative;
  top: 4px;
}

#kv {
  height: 800px;
  background: url(../img/kv_top.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}
#kv::before {
  content: "";
  height: 480px;
  width: 100%;
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  position: absolute;
  right: 0;
  bottom: 0;
}
#kv .set {
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
#kv .set .ttl {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#kv .set .ttl h2 {
  margin: 0;
  margin-left: -4vw;
  font-family: var(--serif);
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: #fff;
}
#kv .set .ttl h2 > span {
  margin-top: 12px;
  padding: 4px 4vw;
  display: inline-block;
  background: #fff;
  color: #111;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
#kv .set .ttl .sub {
  display: none;
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#kv .set .ttl .sub span {
  margin-top: 8px;
  padding: 0.125em 0.75em;
  display: inline-block;
  background: #fff;
  color: #111;
}
#kv .set .ttl .announce {
  padding: 20px 0 40px;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #fff;
  text-shadow: 0 0 8px rgb(0, 0, 0);
}

#current {
  padding: 100px 0;
  background: var(--gray);
}
#current h3.keypoint {
  font-size: 2rem;
  text-align: center;
}
#current article h3 {
  margin: 40px 0;
  padding: 0.5em 0;
  padding-left: calc(2rem - 4px);
  font-size: 2rem;
  border-left: 4px solid var(--blue);
}
#current article p {
  line-height: 1.5;
}
#current :where(.graph, table.border_list, table.entry_list) + p.memo {
  margin: -30px 0 40px;
  font-size: 0.75rem;
}
#current .graph {
  width: 100%;
  height: 400px;
  margin: 40px 0;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  position: relative;
}
#current .graph canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#current table.border_list {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
#current table.border_list th, #current table.border_list td {
  padding: 0.5em;
  border: 1px solid #f5f5f5;
  line-height: 1.5;
  text-align: center;
  font-size: 1rem;
}
#current table.border_list thead tr th {
  padding: 0.75em 0.5em;
  border-bottom: 1px solid #ddd;
}
#current table.border_list tbody tr td {
  transition: background 0.2s;
}
#current table.border_list tbody tr td:nth-child(2) {
  font-size: 1rem;
}
#current table.border_list tbody tr td:nth-child(2) span {
  font-size: 1.25rem;
}
#current table.border_list tbody tr.pickup td {
  padding: 0.25em;
  background: #f5f5f5;
  color: var(--blue);
}
#current table.border_list tbody tr.pickup:hover td {
  background: #eee;
}
#current table.border_list tbody tr:hover td {
  background: rgba(var(--blue-rgb), 0.05);
}
#current table.entry_list {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
#current table.entry_list thead tr th {
  padding: 0.5rem 0;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ddd;
}
#current table.entry_list tbody tr {
  width: 100%;
  border-top: 1px solid #eee;
}
#current table.entry_list tbody tr th, #current table.entry_list tbody tr td {
  padding: 16px;
  font-weight: 300;
}
#current table.entry_list tbody tr th strong, #current table.entry_list tbody tr td strong {
  font-weight: 600;
}
#current table.entry_list tbody tr th {
  text-align: left;
}
#current table.entry_list tbody tr td {
  text-align: right;
}
#current .result {
  margin: 40px 0;
  padding: 40px 20px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
#current .result h3 {
  margin-top: 0;
  font-size: 1.5rem;
  text-align: center;
  color: var(--blue);
}
#current .result .set {
  margin: 40px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
}
#current .result .set .inner {
  text-align: center;
  line-height: 1;
}
#current .result .set .inner .ttl {
  font-size: 1.25rem;
  font-weight: 600;
}
#current .result .set .inner .num {
  font-size: 8rem;
  font-family: var(--serif);
  color: var(--red);
}
#current .result .set .inner .num small {
  margin-left: 0.5em;
  font-size: 2rem;
  font-weight: 600;
}
#current .accordion {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease-out;
}
#current .accordion.active {
  grid-template-rows: 1fr;
}
#current .accordion h3 {
  padding: 0;
  border-left: none;
}
#current .summary {
  width: 100%;
  height: 0;
  margin-top: 100px;
  padding-top: min(50%, 600px);
  background: url(../img/current_summary.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#current .summary .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#current .summary .wrap .txt {
  padding: 20px 0;
  display: flex;
  justify-content: flex-end;
}
#current .summary .wrap .txt p {
  writing-mode: vertical-rl;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
#current .summary .wrap .txt p small {
  margin-right: 2em;
  font-size: 1.25rem;
  line-height: 1.5;
  display: inline-block;
}
#current .summary .wrap .txt p.sub {
  margin-right: 1em;
  font-size: 1.25rem;
  line-height: 1.5;
}
#current .summary .wrap .txt p span.bg_white {
  padding: 0.05em;
  background: rgba(255, 255, 255, 0.9);
}
#current .summary .wrap .txt p span.bg_yellow {
  padding: 0.05em;
  background: rgba(255, 255, 0, 0.4);
}
#current .pr_line {
  margin-bottom: 0;
}

#story {
  margin: 100px 0;
}
#story .cast {
  position: relative;
}
#story .cast .img img {
  max-width: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
#story .cast .txt {
  width: 100%;
  height: 100%;
  padding: 40px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
#story .cast .txt .inner {
  writing-mode: vertical-rl;
}
#story .cast .txt .inner .sub {
  font-size: 0.875rem;
}
#story .cast .txt .inner .name {
  font-size: 1.25rem;
  font-weight: 600;
}
#story .cast .txt .inner .pass {
  margin-right: 16px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
}
#story h3 {
  margin: 2em 0 1.5em;
  font-size: 2rem;
  color: var(--blue);
  border-left: 4px solid var(--blue);
  padding: 0.25rem 0;
  padding-left: calc(2rem - 4px);
}
#story h4 {
  padding: 0 0 0.5rem;
  font-family: var(--sans-serif);
  border-bottom: 2px solid #111;
}
#story .graph {
  margin: 40px 20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}
#story .graph .inner {
  width: 100%;
  height: 280px;
  position: relative;
}
#story .graph .inner canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
#story .graph + p.memo {
  margin: -32px 0 40px 20px;
  font-size: 0.75rem;
  color: #666;
}
#story .greeting .set {
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
#story .greeting .set .inner .img {
  border: 1px solid #ddd;
}
#story .greeting .set .inner .img img {
  width: auto;
  height: 80px;
  margin: 40px auto;
  display: block;
}
#story .greeting .set .inner .txt p {
  text-align: center;
}
#story .wrap {
  margin: 80px 0;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 4vw;
}
#story .wrap .img {
  order: 2;
}
#story .wrap .img .inner {
  position: sticky;
  top: calc(40px + var(--header-height-pc));
}
#story .wrap .img img {
  max-width: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
#story .wrap .txt {
  order: 1;
}
#story blockquote {
  margin: 40px 20px;
  padding: 2em;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
}
#story blockquote::before, #story blockquote::after {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  font-size: 30px;
  text-align: center;
  line-height: 30px;
  color: #666;
}
#story blockquote::before {
  content: "❝";
  left: 0;
  top: 10px;
}
#story blockquote::after {
  content: "❞";
  right: 0;
  bottom: 0;
}
#story blockquote > *:first-child {
  margin-top: 0;
}
#story blockquote > *:last-child {
  margin-bottom: 0;
}
#story blockquote p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--blue);
}
#story article > *:first-child {
  margin-top: 0;
}
#story article > *:last-child {
  margin-bottom: 0;
}
#story article + article {
  margin-top: 80px;
}
#story article h4 {
  margin: 2em 0 1em;
  font-size: 1.25rem;
}
#story article p {
  line-height: 1.8;
  text-align: justify;
}
#story article.article_cast {
  padding: 2rem;
  background: #fafafa;
  border-radius: 8px;
}
#story article.article_cast + .article_cast {
  margin-top: 20px;
}
#story article.article_interview {
  padding: 60px 40px 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
}
#story article.article_interview::before {
  content: "合格体験記";
  height: 40px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 40px;
  color: #666;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 40px;
}
#story article.article_interview h4 {
  margin: 0 0 2em;
  padding-bottom: 0;
  border-bottom: none;
  color: var(--blue);
}
#story article.article_message {
  padding: 2rem;
  background: #fafafa;
  border-radius: 8px;
}
#story article.article_message + .article_message {
  margin-top: 20px;
}
#story .kv {
  margin: 100px 0;
}
#story .kv img {
  max-width: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

#what.top {
  padding-top: 100px;
}
#what .logo img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 60px;
  display: block;
}
#what h2.ttl {
  margin-bottom: 60px;
}
#what h3 {
  text-align: center;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
#what .probability_set {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 4vw;
}
#what .probability_set .inner {
  text-align: center;
}
#what .probability_set .inner .num {
  font-size: 10rem;
  font-family: var(--serif);
  font-weight: 600;
  color: var(--red);
  line-height: 1;
}
#what .probability_set .inner .num small {
  font-size: 5rem;
}
#what .probability_set .inner .memo {
  font-size: 1.25rem;
  font-weight: 600;
}
#what .probability_set + p.sub {
  margin: 40px 0px 80px;
  text-align: center;
}
#what .probability_set + p.sub + p.attention {
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--red);
}
#what .result {
  margin-top: 100px;
}
#what .result .set {
  padding: 60px 40px;
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#what .result .set + .memo {
  margin-top: 10px;
  font-size: 0.75rem;
}
#what .result .set + .memo + .set {
  margin-top: 40px;
}
#what .result h3 {
  margin: 0 0 40px;
  text-align: left;
  font-size: 1.25rem;
  color: var(--blue);
}
#what .result + h3 {
  margin-top: 100px;
}
#what .result ul.result_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75vw 4vw;
}
#what .result ul.result_list li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px dashed #ddd;
  line-height: 1.25rem;
}
#what .result ul.result_list li > * {
  margin-bottom: -1px;
  background: #fff;
  position: relative;
}
#what .result ul.result_list li .ttl {
  padding-right: 20px;
  font-size: 1rem;
  font-weight: 600;
}
#what .result ul.result_list li .detail {
  padding-left: 20px;
}
#what .result ul.result_list li .detail .num {
  font-size: 1.25rem;
  font-weight: 600;
}
#what .result ul.result_list li .detail .unit {
  margin-left: 0.1em;
}
#what ul.pickup {
  margin: 60px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
#what ul.pickup li {
  width: calc(25% - 12px);
  margin: 6px;
  border: 1px solid #ddd;
}
#what ul.pickup li img {
  max-width: 100%;
  display: block;
}
#what ul.pickup li.f2 {
  width: calc(50% - 12px);
}
#what ul.pickup + p.memo {
  margin: -50px 0 60px;
  font-size: 0.75rem;
}
#what .pickup_info {
  margin: 100px 0;
}
#what .pickup_info h3 {
  font-size: 2rem;
}
#what .pickup_info p {
  text-align: center;
}

#voice {
  padding: 100px 0;
  background: var(--gray);
}
#voice article p {
  text-align: center;
  line-height: 1.5;
}
#voice ul.voice_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
@media screen and (max-width: 1199.98px) {
  #voice ul.voice_list {
    grid-template-columns: 1fr 1fr;
  }
}
#voice ul.voice_list li button {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  display: block;
  border: none;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: none;
  position: relative;
  cursor: pointer;
}
#voice ul.voice_list li button::before {
  content: attr(title);
  width: 100%;
  line-height: 2em;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#voice ul.voice_list li button .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#voice ul.voice_list li button .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: crisp-edges;
}
#voice ul.voice_list li button .txt {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s;
}
#voice ul.voice_list li button .txt .score {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--serif);
}
#voice ul.voice_list li button .txt .score .before {
  padding-right: 40px;
  font-size: 2.5rem;
  position: relative;
}
#voice ul.voice_list li button .txt .score .before::after {
  content: "→";
  font-size: 1.25rem;
  text-align: center;
  line-height: 20px;
  width: 40px;
  height: 20px;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
}
#voice ul.voice_list li button .txt .score .after {
  font-size: 2.5rem;
  color: var(--red);
}
#voice ul.voice_list li button .txt .university {
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: var(--serif);
}
@media (pointer: fine) {
  #voice ul.voice_list li button:hover .txt {
    opacity: 1;
  }
}
#voice .show {
  margin: 60px 0 40px;
  text-align: center;
  position: relative;
}
#voice .show::before {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--blue);
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}
#voice .show span {
  color: var(--blue);
  padding: 0 30px;
  position: relative;
  font-weight: 600;
  font-size: 1.5rem;
  z-index: 1;
  background: #fafafa;
}
#voice p.show {
  margin: 60px 0 20px;
  text-align: center;
}
#voice p.show small {
  padding: 0.5em 1em;
  border: 1px solid #ddd;
  border-radius: 12px;
  display: inline-block;
}
#voice p.show small::before {
  content: "↓";
  margin-right: 0.5em;
}
#voice p.show small::after {
  content: "↓";
  margin-left: 0.5em;
}
#voice p.memo {
  margin-top: 20px;
  font-size: 0.75rem;
}

#voicepopup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
#voicepopup .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#voicepopup .wrap > .bg {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 0;
}
#voicepopup .wrap .set {
  width: calc(100% - 40px);
  max-width: 940px;
  border: 1px solid #eee;
  border-bottom: none;
  background: #fff;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  z-index: 1;
  overflow: hidden;
}
#voicepopup .wrap .set .close {
  position: fixed;
  top: 0;
  right: 0;
}
#voicepopup .wrap .set button {
  width: 60px;
  height: 60px;
  display: block;
  position: relative;
  text-decoration: none;
  color: #666;
  background: none;
  border: none;
  cursor: pointer;
}
#voicepopup .wrap .set button::before {
  content: "\e5cd";
  font-family: "material icons";
  font-size: 28px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}
#voicepopup .wrap .set button span {
  text-indent: -9999px;
  display: block;
}
#voicepopup .wrap .set .inner ul.voice_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#voicepopup .wrap .set .inner ul.voice_list li {
  width: 100%;
  height: calc(100vh - 60px);
  overflow-y: auto;
}
#voicepopup .wrap .set .inner ul.voice_list li .voice .head img {
  width: 100%;
  height: auto;
  display: block;
}
#voicepopup .wrap .set .inner ul.voice_list li .voice .body {
  padding: 40px;
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}
#voicepopup .wrap .set .inner ul.voice_list li .voice .body .main {
  flex: 1;
}
#voicepopup .wrap .set .inner ul.voice_list li .voice .body .main article h2 {
  margin: 1.5em 0;
  text-align: justify;
  font-family: serif;
  color: var(--blue);
}
#voicepopup .wrap .set .inner ul.voice_list li .voice .body .main article p {
  text-align: justify;
  line-height: 1.8;
}
#voicepopup .wrap .set .inner ul.voice_list li .voice .body .sub {
  width: 280px;
}
#voicepopup .wrap .set .inner ul.voice_list li .voice .body .sub .img {
  margin-bottom: 40px;
}
#voicepopup .wrap .set .inner ul.voice_list li .voice .body .sub .img img {
  width: 100%;
  height: auto;
  margin-top: -120px;
  display: block;
}
#voicepopup .wrap .set .inner ul.voice_list li .voice .body .sub .status > * {
  margin: 0.5em 0;
}

#feature {
  margin: 100px 0 0;
  position: relative;
  overflow: hidden;
}
#feature::after {
  content: "";
  width: calc(100% + 20px);
  height: 1px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.95);
  display: block;
  position: absolute;
  left: -10px;
  bottom: -1px;
}
#feature ul.feature_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#feature ul.feature_list > li {
  display: flex;
  flex-direction: row-reverse;
  gap: 4vw;
}
#feature ul.feature_list > li:nth-child(even) {
  flex-direction: row;
}
#feature ul.feature_list > li .img {
  width: 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}
#feature ul.feature_list > li .img .inner {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
#feature ul.feature_list > li .img .inner picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#feature ul.feature_list > li .img .inner picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
#feature ul.feature_list > li .img .inner:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}
#feature ul.feature_list > li .img .inner:nth-child(2), #feature ul.feature_list > li .img .inner:nth-child(3) {
  padding-top: 75%;
}
#feature ul.feature_list > li .txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#feature ul.feature_list > li .txt p.caption {
  margin: 0 0 1em;
  font-weight: 600;
  color: #999;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  position: relative;
}
#feature ul.feature_list > li .txt h3 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--blue);
}
@media screen and (max-width: 1199.98px) {
  #feature ul.feature_list > li .txt h3 {
    font-size: 1.75rem;
    letter-spacing: 0.05em;
  }
}
#feature ul.feature_list > li .txt ul {
  margin: 2em 0 0;
  padding-left: 2em;
  list-style: disc;
}
@media screen and (max-width: 1199.98px) {
  #feature ul.feature_list > li .txt ul {
    margin: 1em 0 0;
    padding-left: 1.5em;
  }
}
#feature ul.feature_list > li .txt ul li {
  margin: 0.5em 0;
  line-height: 1.5;
}
#feature .pr {
  margin: 100px 0;
}
#feature .pr p {
  line-height: 1.5;
  text-align: center;
}
#feature .summary {
  width: 100%;
  height: 0;
  margin-top: 100px;
  padding-top: min(50%, 600px);
  background: url(../img/feature_summary.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#feature .summary .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#feature .summary .wrap .txt {
  height: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
#feature .summary .wrap .txt .set {
  writing-mode: vertical-rl;
}
#feature .summary .wrap .txt p {
  margin: 0 0.5em;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#feature .summary .wrap .txt p small {
  display: inline-block;
  font-size: 1.25rem;
}
#feature .summary .wrap .txt p.ttl {
  margin-left: 1.5em;
}

#tours {
  margin: 0 0 100px;
}
#tours h2 {
  margin: 100px 0;
}
#tours .movie {
  margin: 60px 0;
}
#tours .movie video {
  max-width: 100%;
  display: block;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#tours .step ul.step_list {
  width: 100%;
  margin: 60px auto;
  padding: 40px;
  list-style: none;
  display: flex;
  gap: 30px;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: #f5f5f5;
}
#tours .step ul.step_list + p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}
#tours .step ul.step_list li {
  margin-left: 160px;
  padding: 30px 30px;
  position: relative;
  background: #fff;
}
#tours .step ul.step_list li::after {
  content: "";
  width: 4px;
  height: 100%;
  background: var(--blue);
  display: block;
  position: absolute;
  left: -100px;
  top: 0;
  transform: translate(0, -50%);
}
#tours .step ul.step_list li:first-child::after {
  display: none;
}
#tours .step ul.step_list li::before {
  content: "";
  font-family: "material icons";
  font-size: 60px;
  font-weight: 300;
  color: var(--blue);
  text-align: center;
  line-height: 120px;
  width: 120px;
  height: 120px;
  display: block;
  background: #fff;
  border: 4px solid var(--blue);
  border-radius: 50%;
  position: absolute;
  left: -160px;
  top: calc(50% - 60px);
  z-index: 1;
}
#tours .step ul.step_list li.step01::before {
  content: "\e0cb";
}
#tours .step ul.step_list li.step02::before {
  content: "\e745";
}
#tours .step ul.step_list li.step03::before {
  content: "\f092";
}
#tours .step ul.step_list li.step04::before {
  content: "\eaf0";
}
#tours .step ul.step_list li .inner {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
#tours .step ul.step_list li .inner .num span {
  padding: 0.5em 1em;
  display: inline-block;
  background: rgba(var(--blue-rgb), 0.9);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 4px;
}
#tours .step ul.step_list li .inner h4 {
  display: inline-block;
  margin: 0.5em 0 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--blue);
}
#tours .step ul.step_list li .inner p {
  margin: 1em 0 0;
}

#place {
  padding: 0 0 100px;
}
#place .message {
  width: 100%;
  padding: 80px 0 80px;
  position: relative;
  overflow: hidden;
}
#place .message:hover::before {
  filter: blur(8px);
}
#place .message:hover::after {
  background: rgba(255, 255, 255, 0.85);
}
#place .message::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/kv_kyoto.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  filter: blur(4px);
  position: absolute;
  top: 0;
  left: 0;
  transition: filter 0.4s;
  will-change: filter;
}
#place .message::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.4s;
}
#place .message article {
  height: 440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  writing-mode: vertical-rl;
}
#place .message article h2 {
  margin: 0;
  margin-left: 2.5em;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
}
#place .message article p {
  margin: 0;
  font-size: 1.25rem;
  font-family: var(--serif);
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#place .message article p + p {
  margin-right: 40px;
}
#place .place {
  margin: 100px 0 0;
}
#place .place .map iframe {
  width: 100%;
  height: 360px;
  border-radius: 8px;
}
#place .place .txt {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
}
#place .place .txt .ttl {
  width: 30%;
  min-width: 240px;
  display: flex;
  align-items: center;
}
#place .place .txt .detail {
  flex: 1;
}
#place .place .txt .detail p {
  padding-left: 50px;
  position: relative;
  line-height: 1.5;
}
#place .place .txt .detail p::before {
  font-family: "material icons";
  font-size: 1.5rem;
  color: var(--blue);
  position: absolute;
  left: 0;
}
#place .place .txt .detail p.adr::before {
  content: "\e55f";
}
#place .place .txt .detail p.tel::before {
  content: "\e0b0";
}
#place .place .txt .detail p.access::before {
  content: "\e940";
}

#faq {
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
}
#faq::before {
  content: "";
  width: calc(100% + 20px);
  height: 10px;
  display: block;
  position: absolute;
  left: -10px;
  top: -10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#faq dl.faq_list {
  margin: 0;
  border-bottom: 1px solid #ddd;
}
#faq dl.faq_list dt {
  padding: 1rem 40px 1rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: var(--serif);
  position: relative;
  cursor: pointer;
  border-top: 1px solid #ddd;
}
#faq dl.faq_list dt::before {
  content: "Q.";
  position: absolute;
  left: 0;
}
#faq dl.faq_list dt::after {
  content: "\e5c5";
  font-weight: 300;
  font-family: "material icons";
  font-size: 1.25rem;
  color: #999;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  transition: transform 0.4s;
}
@media (pointer: fine) {
  #faq dl.faq_list dt:hover {
    color: var(--red);
  }
}
#faq dl.faq_list dt.active::after {
  transform: rotate(180deg);
}
#faq dl.faq_list dd {
  margin: 0;
  padding: 2rem 0 2rem 2rem;
  line-height: 1.5;
  font-size: 1rem;
  font-family: var(--serif);
  position: relative;
  display: none;
  color: #666;
}
#faq dl.faq_list dd::before {
  content: "A.";
  position: absolute;
  left: 0;
  font-weight: 600;
}

#form {
  padding: 100px 0;
  background: #f5f5f5;
}
#form ul.select_form {
  margin: 0;
  padding: 0;
  list-style: none;
}
#form ul.select_form > li {
  display: none;
}
#form ul.select_form > li:first-child {
  display: block;
}
#form :is(input[type=text], input[type=tel], input[type=email], select, textarea) {
  width: 100%;
  padding: 0.5em 0.5em;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}
#form textarea {
  min-height: 6em;
  resize: vertical;
}
#form .form_set ul.form_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
#form .form_set ul.form_list > li {
  padding: 1em 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #fff;
  display: flex;
  gap: 1.5em;
}
#form .form_set ul.form_list > li:first-child {
  border-top-color: #ccc;
}
#form .form_set ul.form_list > li.submit {
  margin-top: -1px;
  border-bottom: none;
  border-top-color: #ccc;
}
#form .form_set ul.form_list > li .ttl {
  width: 240px;
}
#form .form_set ul.form_list > li .ttl label {
  display: block;
  position: relative;
  line-height: 36px;
  font-weight: 600;
  font-size: 0.875rem;
}
#form .form_set ul.form_list > li .ttl label.required::before {
  content: "必須";
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  line-height: 20px;
  width: 40px;
  height: 20px;
  margin-top: -10px;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 50%;
  background: var(--red);
}
#form .form_set ul.form_list > li .input {
  flex: 1;
}
#form .form_set ul.form_list > li .input > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.5em;
}
#form .form_set ul.form_list > li .input > ul > li {
  display: flex;
  flex-direction: row;
  flex: 1;
  gap: 0.5em;
}
#form .form_set ul.form_list > li .input > ul > li .ttl {
  width: auto;
}
#form .form_set ul.form_list > li .input > ul > li .input {
  flex: 1;
}
#form .form_set ul.form_list > li .input > ul.name_list {
  flex-direction: row;
}
#form .form_set ul.form_list > li .input > ul.name_list .ttl {
  width: 30px;
}
#form .form_set ul.form_list > li .input > ul.name_list .ttl label {
  text-align: right;
}
#form .form_set ul.form_list > li .input > ul.hope_list {
  flex-direction: column;
}
#form .form_set ul.form_list > li .input > ul.adr_list {
  flex-direction: column;
}
#form .form_set ul.form_list > li .input > ul.adr_list > li {
  flex-direction: column;
  gap: 0;
}
#form .form_set ul.form_list > li .input > ul.adr_list > li .ttl label {
  line-height: 1.5;
}
#form .form_set ul.form_list > li .input > ul.adr_list > li .input.zip input {
  width: 120px;
}
#form .form_set ul.form_list > li .input > ul.reason_list {
  flex-direction: column;
}
#form .form_set ul.form_list > li .input .memo {
  margin: 0.5em 0 0;
  font-size: 0.75rem;
  color: #666;
}
#form .form_set ul.form_list > li .input.cancelpolicy textarea {
  height: 160px;
}
#form .form_set ul.form_list > li .input.cancelpolicy label {
  margin-top: 8px;
  display: inline-block;
}
#form .form_set ul.form_list > li .input.cancelpolicy label input[type=checkbox] {
  display: none;
}
#form .form_set ul.form_list > li .input.cancelpolicy label input[type=checkbox] + span {
  padding: 0.5em 1em 0.5em 2.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  display: block;
  position: relative;
  cursor: pointer;
  transition: opacity 0.2s, color 0.2s, border-color 0.2s;
}
#form .form_set ul.form_list > li .input.cancelpolicy label input[type=checkbox] + span::before {
  content: "\e835";
  font-family: material icons;
  font-size: 1em;
  font-weight: 100;
  text-align: center;
  line-height: 2em;
  display: block;
  width: 2em;
  height: 2em;
  position: absolute;
  top: calc(50% - 1em);
  left: 0.5em;
  color: var(--blue);
}
#form .form_set ul.form_list > li .input.cancelpolicy label input[type=checkbox] + span:hover {
  border-color: #666;
}
#form .form_set ul.form_list > li .input.cancelpolicy label input[type=checkbox]:disabled + span {
  opacity: 0.6;
}
#form .form_set ul.form_list > li .input.cancelpolicy label input[type=checkbox]:disabled + span:hover {
  border-color: #ccc;
}
#form .form_set ul.form_list > li .input.cancelpolicy label input[type=checkbox]:checked + span {
  border-color: var(--blue);
  color: var(--blue);
}
#form .form_set ul.form_list > li .input.cancelpolicy label input[type=checkbox]:checked + span::before {
  content: "\e834";
}
#form .form_set ul.form_list > li.submit {
  padding: 40px 0;
  text-align: center;
  flex-direction: column;
  gap: 0;
}
#form .form_set ul.form_list > li.submit p.policy {
  margin: 0 0 40px;
  font-size: 0.875rem;
}
#form .form_set ul.form_list > li.submit p.policy a {
  padding-right: 1.5em;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: var(--blue02);
}
@media (pointer: fine) {
  #form .form_set ul.form_list > li.submit p.policy a:hover {
    text-decoration: underline;
  }
}
#form .form_set ul.form_list > li.submit p.policy a::after {
  content: "\e157";
  font-family: "material icons";
  position: absolute;
  right: 0;
}
#form .form_set ul.form_list > li.submit .send {
  position: relative;
}
#form .form_set ul.form_list > li.submit .send input[type=submit] {
  width: 100%;
  max-width: 480px;
  height: 56px;
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 28px;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media (pointer: fine) {
  #form .form_set ul.form_list > li.submit .send input[type=submit]:hover {
    opacity: 0.8;
  }
}
#form .form_set ul.form_list > li.submit .send .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  left: calc(50% - 12px);
}
#form .form_set article {
  margin-top: -1px;
  padding: 1em 0 0;
  border-top: 1px solid #ccc;
  position: relative;
  z-index: 1;
}
#form .form_set article p {
  text-align: justify;
}
#form .form_set :is(.entry_other, .entry_flow) {
  margin: 60px 0;
}
#form .form_set :where(.entry_other, .entry_flow) :is(ul.other_list, ul.flow_list) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
#form .form_set :where(.entry_other, .entry_flow) :is(ul.other_list, ul.flow_list) li {
  flex: 1;
  text-align: center;
}
#form .form_set .entry_other ul.other_list {
  gap: 20px;
}
#form .form_set .entry_other ul.other_list li {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}
#form .form_set .entry_other ul.other_list li .ttl {
  font-weight: 600;
  margin-bottom: 20px;
}
#form .form_set .entry_other ul.other_list li .link a {
  width: 100%;
  height: 60px;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  line-height: 60px;
  color: #111;
  font-size: 1rem;
  background: #f5f5f5;
  position: relative;
  transition: background 0.2s ease;
}
@media (pointer: fine) {
  #form .form_set .entry_other ul.other_list li .link a:hover {
    background: #eee;
  }
}
#form .form_set .entry_other ul.other_list li .link a::after {
  content: "\e037";
  font-family: "material icons";
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: var(--red);
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
}
#form .form_set .entry_flow ul.flow_list {
  gap: 40px;
}
#form .form_set .entry_flow ul.flow_list li {
  padding-top: 80px;
  position: relative;
}
#form .form_set .entry_flow ul.flow_list li::before {
  font-family: "material icons";
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--blue);
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 30px);
}
#form .form_set .entry_flow ul.flow_list li.entry::before {
  content: "\e163";
}
#form .form_set .entry_flow ul.flow_list li.contact::before {
  content: "\e0b0";
}
#form .form_set .entry_flow ul.flow_list li.join::before {
  content: "\ebcc";
}
#form .form_set .entry_flow ul.flow_list li::after {
  content: "\e5c8";
  font-family: "material icons";
  font-size: 1.5rem;
  text-align: center;
  color: var(--blue);
  line-height: 60px;
  width: 40px;
  height: 60px;
  display: block;
  position: absolute;
  left: -40px;
  top: 0;
}
#form .form_set .entry_flow ul.flow_list li:first-child::after {
  display: none;
}
#form .form_set .entry_flow ul.flow_list li h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#form .form_set .entry_flow ul.flow_list li p {
  margin-bottom: 0;
  font-size: 0.875rem;
}
#form .form_set .contacthope {
  position: relative;
}
#form .form_set .contacthope .select {
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
  display: none;
}
#form .form_set .contacthope .select::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border: 20px solid transparent;
  border-bottom: 20px solid #fff;
  filter: drop-shadow(0 -5px 4px rgba(0, 0, 0, 0.1));
  position: absolute;
  top: -39px;
  left: calc(50% - 20px);
}
#form .form_set .contacthope .select .close {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-bottom: -10px;
  margin-top: 10px;
}
#form .form_set .contacthope .select .close a {
  width: 100%;
  padding: 10px 0;
  display: block;
  text-align: center;
  color: #666;
  font-size: 0.875rem;
  cursor: pointer;
}
@media (pointer: fine) {
  #form .form_set .contacthope .select .close a:hover {
    background: #fafafa;
  }
}
#form .form_set .contacthope p {
  margin: 0.5em 0;
  font-size: 0.75rem;
  text-indent: -1em;
  padding-left: 1em;
}
#form .form_set .contacthope ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
#form .form_set .contacthope ul li a {
  padding: 10px;
  display: block;
  border: 1px solid #eee;
  border-radius: 4px;
  cursor: pointer;
}
@media (pointer: fine) {
  #form .form_set .contacthope ul li a:hover {
    border-color: #ccc;
  }
}
#form .form_set .contacthope ul li a.active {
  border-color: #1967d2;
  background: #e8f0fe;
}
#form .form_set .contacthope ul li a.deactive {
  border-color: #ddd;
  background: #f1f3f4;
  cursor: inherit;
  pointer-events: none;
}
#form .form_set .contacthope ul li a .inner {
  display: flex;
  gap: 10px;
}
#form .form_set .contacthope ul li a .inner .img span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  position: relative;
}
#form .form_set .contacthope ul li a .inner .img span.circle_quick, #form .form_set .contacthope ul li a .inner .img span.circle_always {
  background: #af1e2b;
}
#form .form_set .contacthope ul li a .inner .img span.circle_8-10 {
  background-image: conic-gradient(#ddd 0deg 240deg, #af1e2b 240deg 300deg, #ddd 300deg 360deg);
}
#form .form_set .contacthope ul li a .inner .img span.circle_10-12 {
  background-image: conic-gradient(#ddd 0deg 300deg, #af1e2b 300deg 360deg);
}
#form .form_set .contacthope ul li a .inner .img span.circle_12-14 {
  background-image: conic-gradient(#af1e2b 0deg 60deg, #ddd 60deg 360deg);
}
#form .form_set .contacthope ul li a .inner .img span.circle_14-16 {
  background-image: conic-gradient(#ddd 0deg 60deg, #af1e2b 60deg 120deg, #ddd 120deg 360deg);
}
#form .form_set .contacthope ul li a .inner .img span.circle_16-18 {
  background-image: conic-gradient(#ddd 0deg 120deg, #af1e2b 120deg 180deg, #ddd 180deg 360deg);
}
#form .form_set .contacthope ul li a .inner .img span.circle_18-21 {
  background-image: conic-gradient(#ddd 0deg 180deg, #af1e2b 180deg 270deg, #ddd 270deg 360deg);
}
#form .form_set .contacthope ul li a .inner .img span.circle_quick::before {
  content: "\e566";
  font-family: "material icons";
  color: #af1e2b;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
#form .form_set .contacthope ul li a .inner .txt {
  flex: 1;
  display: flex;
  align-items: center;
}
#form .form_set .contacthope ul li a .inner .txt span {
  font-size: 0.875rem;
  line-height: 1.2;
}
#form .attention {
  margin: 20px 0;
}
#form .attention .attention_message {
  width: 100%;
  height: 160px;
}
#form .attention .cancelpolicy {
  padding: 1.5em;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
}
#form .attention .cancelpolicy > *:first-child {
  margin-top: 0;
}
#form .attention .cancelpolicy > *:last-child {
  margin-bottom: 0;
}
#form .attention .cancelpolicy p {
  font-size: 1rem;
}
#form .wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 1em;
  text-align: center;
}
#online {
  padding: 100px 0;
  border-top: 1px solid #eee;
  position: relative;
  overflow: hidden;
}
#online::before {
  content: "";
  width: calc(100% + 20px);
  height: 1px;
  display: block;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  position: absolute;
  top: -1px;
  left: -10px;
}
#online .link {
  margin: 80px 0 0;
  text-align: center;
}
#online .link a {
  width: 100%;
  max-width: 360px;
  padding: 0.75em 1em;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  display: inline-block;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  transition: border-color 0.2s, box-shadow 0.2s, color 0.2s;
}
#online .link a span {
  width: 100%;
  display: inline-block;
  position: relative;
}
#online .link a span::after {
  content: "\e5df";
  font-family: "material icons";
  text-align: center;
  line-height: 16px;
  color: #fff;
  width: 16px;
  height: 16px;
  background: var(--red);
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
}
#online .link a:hover {
  color: var(--blue02);
  border-color: var(--blue02);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#online .set {
  margin: 0 auto;
}
#online .set h2.ttl {
  margin-bottom: 1.5em;
}
#online .set p {
  text-align: center;
  font-size: 1.25rem;
}

.common_pr {
  margin: 40px 0;
}
.common_pr .tips {
  margin: 60px 0;
  padding: 40px 20px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: var(--gray);
}
.common_pr .tips h2 {
  margin: 0 0 1em;
  color: var(--blue);
  text-align: center;
}
.common_pr .tips h2::before {
  content: "\e88e";
  font-family: "material icons";
  font-weight: 300;
  color: var(--blue);
  margin-right: 0.5em;
  position: relative;
  top: 3px;
}
.common_pr .tips p {
  margin: 0;
  line-height: 1.5;
}
.common_pr .limit {
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
.common_pr .limit h2.ttl {
  margin-bottom: 0.5em !important;
}
.common_pr .limit .num {
  font-size: 6rem;
  font-family: var(--serif);
  font-weight: 600;
  color: var(--red);
}
.common_pr .limit .num strong {
  font-weight: 300;
}
.common_pr .limit p {
  font-size: 1.25rem;
}
.common_pr .limit p.memo {
  font-size: 0.875rem;
}
.common_pr.entry h2 + p {
  text-align: center;
  margin: 60px 0;
}
.common_pr.entry ul.link_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  flex-direction: column;
  gap: 20px;
}
.common_pr.entry ul.link_list li {
  padding: 40px;
  background: #fff;
  border: 1px solid #666;
  position: relative;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.common_pr.entry ul.link_list li > * {
  position: relative;
  z-index: 1;
}
.common_pr.entry ul.link_list li::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #ccc;
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
}
.common_pr.entry ul.link_list li h3 {
  margin-top: 0;
  color: var(--blue);
  font-size: 1.5rem;
}
.common_pr.entry ul.link_list li p {
  font-size: 0.875rem;
}
.common_pr.entry ul.link_list li .link {
  margin: 40px 0 0;
}
.common_pr.entry ul.link_list li .link a {
  width: 100%;
  max-width: 520px;
  height: 52px;
  margin: 0 auto;
  line-height: 52px;
  display: block;
  text-decoration: none;
  background: var(--red);
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #fff;
  border-radius: 4px;
  transition: opacity 0.2s, box-shadow 0.2s;
}
.common_pr.entry ul.link_list li .link a:hover {
  opacity: 0.8;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.common_pr.entry ul.link_list li.line .link a {
  background: var(--green-line);
}
.common_pr.entry ul.link_list li.tel .link a {
  background: #fff;
  color: #111;
  border: 1px solid #111;
}
.common_pr.entry ul.link_list li.tel .link a span {
  padding-left: 2em;
  display: inline-block;
  line-height: 1;
  position: relative;
}
.common_pr.entry ul.link_list li.tel .link a span::before {
  content: "\e0cd";
  font-family: material icons;
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.common_pr.entry ul.link_list li.tel .link + .sub {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 12px;
  color: #666;
}

#service {
  margin: 100px 0;
}
#service h2.ttl > span span {
  margin-right: 0.25em;
  font-size: 1.75em;
  font-weight: 300;
  display: inline-block;
  line-height: 1;
}
#service .kv {
  max-width: 1200px;
  margin: 100px auto 0;
  position: relative;
}
#service .kv .img {
  width: 100%;
  height: 0;
  padding-top: 460px;
  position: relative;
}
#service .kv .img picture {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#service .kv .img picture img {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#service .article_set {
  display: grid;
  grid-template-columns: calc(720px - 4vw) 1fr;
}
#service .article_set .sub .inner {
  position: sticky;
  top: calc(var(--header-height-pc) + 60px);
}
#service .article_set .sub .inner ul.article_nav {
  max-width: 400px;
  margin: 60px 0 0 auto;
  padding: 0;
  list-style: none;
}
#service .article_set .sub .inner ul.article_nav li {
  border-bottom: 1px solid #ddd;
  font-size: 0.875rem;
}
#service .article_set .sub .inner ul.article_nav li.ttl {
  padding: 0 0.75em 16px;
}
#service .article_set .sub .inner ul.article_nav li.ttl span {
  font-weight: 600;
  letter-spacing: 0.1em;
}
#service .article_set .sub .inner ul.article_nav li a {
  color: #111;
  display: block;
  padding: 1em 0.75em;
  text-decoration: none;
}
#service .article_set .sub .inner ul.article_nav li a:hover, #service .article_set .sub .inner ul.article_nav li a.active {
  font-weight: 600;
  background: #fafafa;
  color: var(--blue);
}
#service .article_set .sub .inner ul.article_nav li a:hover {
  text-decoration: underline;
}
#service article {
  max-width: calc(720px + 4vw);
  margin-top: -120px;
  margin-left: -4vw;
  padding-left: 4vw;
  background: #fff;
  position: relative;
  z-index: 1;
}
#service article > * {
  width: calc(100% - 40px);
}
#service article h3 {
  margin: 0 0 60px;
  height: 200px;
  display: flex;
  align-items: center;
  font-size: 1.75rem;
}
#service article h3::before {
  content: attr(title);
  line-height: 160px;
  font-size: 120px;
  font-weight: 300;
  font-family: var(--serif);
  color: #eee;
  height: 160px;
  display: inline-block;
  position: absolute;
  right: 40px;
  z-index: -1;
}
#service article h4 {
  margin: 2em 0 1em;
  font-size: 1.5rem;
  color: var(--red);
}
#service article p {
  line-height: 1.8;
  text-align: justify;
  color: #444;
}
#service article figure {
  margin: 80px 0 40px;
}
#service article figure img {
  max-width: 100%;
  display: block;
  border-radius: 4px;
}
#service article .content {
  margin: 40px 0;
  padding: 20px 40px 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  position: relative;
}
#service article .content h5 {
  margin: 0;
  font-family: var(--sans-serif);
  font-size: 1rem;
  position: absolute;
  left: 20px;
  top: 0;
  transform: translate(0, -50%);
}
#service article .content h5 span {
  padding: 0 20px;
  display: inline-block;
  background: #fff;
}
#service article .content.service03 ul {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
#service article .content.service03 ul + ul {
  margin-top: 20px;
}
#service article .content.service03 ul li {
  margin-left: 1em;
}
#service article .content.service03 ul li.ttl {
  margin-left: 0;
  margin-bottom: 0.5em;
  list-style: none;
}
#service article .content.service04 p {
  font-size: 0.875rem;
}
#service article .content.service04 ul.schedule_list {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#service article .content.service04 ul.schedule_list li button {
  padding: 0;
  display: block;
  border: none;
  background: none;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #eee;
  position: relative;
  transition: box-shadow 0.4s;
}
#service article .content.service04 ul.schedule_list li button::before {
  content: "\e8ff";
  font-family: material icons;
  text-align: center;
  color: #fff;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: block;
  background: var(--blue);
  border-radius: 50%;
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 1;
}
#service article .content.service04 ul.schedule_list li button img {
  max-width: 100%;
  display: block;
  transition: transform 0.4s;
  will-change: transform;
}
#service article .content.service04 ul.schedule_list li button:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#service article .content.service04 ul.schedule_list li button:hover img {
  transform: scale(1.05);
}
#service ul.subject_list {
  margin: 40px 0;
  padding: 40px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid #ddd;
  border-radius: 4px;
  gap: 8px;
}
#service ul.subject_list li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
#service ul.subject_list li.ttl {
  font-weight: 600;
  line-height: 1;
}
#service ul.subject_list li + .ttl {
  margin-top: 12px;
}
#service ul.subject_list li button {
  width: 100%;
  height: 40px;
  display: block;
  border: 2px solid var(--blue);
  background: none;
  color: var(--blue);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  position: relative;
  transition: background 0.2s, color 0.2s;
}
#service ul.subject_list li button::after {
  content: "\e89e";
  font-family: material icons;
  font-weight: 300;
  position: absolute;
  right: 0.75em;
}
#service ul.subject_list li button.original {
  border-color: var(--red);
  color: var(--red);
}
#service ul.subject_list li button span {
  display: inline-block;
}
#service ul.subject_list li button:hover {
  background: var(--blue);
  color: #fff;
}
#service ul.subject_list li button.original:hover {
  background: var(--red);
}

#popup_subject {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#popup_subject .wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup_subject .wrap .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.85;
  transition: opacity 0.4s;
}
#popup_subject .wrap .bg:hover {
  opacity: 0.95;
}
#popup_subject .wrap .set {
  width: calc(100% - 8vw);
  max-width: 720px;
  border: 1px solid #ddd;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
#popup_subject .wrap .set .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0;
}
#popup_subject .wrap .set .close button {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
#popup_subject .wrap .set .close button::before {
  content: "\e5cd";
  font-family: material icons;
  font-size: 32px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#popup_subject .wrap .set .close button:hover {
  opacity: 0.6;
}
#popup_subject .wrap .set .close button span {
  display: block;
  text-indent: -9999px;
}
#popup_subject .wrap .set .subject {
  max-height: 80vh;
  padding: 0 0 40px;
  background: #fff;
  overflow-y: auto;
}
#popup_subject .wrap .set .subject .inner {
  display: none;
}
#popup_subject .wrap .set .subject .inner h3 {
  width: 100%;
  background: #fff;
  height: 80px;
  margin: 0 0 40px;
  padding: 0 40px;
  border-bottom: 1px solid #eee;
  line-height: 80px;
  letter-spacing: 0.1em;
  position: sticky;
  top: 0;
  z-index: 1;
}
#popup_subject .wrap .set .subject .inner p {
  margin: 2em 40px;
  line-height: 1.8;
}
#popup_subject .wrap .set .subject .inner ul, #popup_subject .wrap .set .subject .inner ol {
  margin: 2em 40px;
}
#popup_subject .wrap .set .subject .inner ul li, #popup_subject .wrap .set .subject .inner ol li {
  margin-top: 1em;
  line-height: 1.8;
}
#popup_subject .wrap .set .subject .inner .bg_blue, #popup_subject .wrap .set .subject .inner .bg_red {
  margin-right: 0.25em;
  padding: 0 0.25em;
  display: inline-block;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #fff;
}
#popup_subject .wrap .set .subject .inner .bg_blue {
  background: var(--blue);
}
#popup_subject .wrap .set .subject .inner .bg_red {
  background: var(--red);
}

#popup_schedule {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#popup_schedule .wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup_schedule .wrap .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.85;
  transition: opacity 0.4s;
}
#popup_schedule .wrap .bg:hover {
  opacity: 0.95;
}
#popup_schedule .wrap .set {
  width: 85vw;
  max-width: 1202px;
  height: 85vh;
  max-height: 752px;
  border: 1px solid #ddd;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
#popup_schedule .wrap .set .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0;
}
#popup_schedule .wrap .set .close button {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
#popup_schedule .wrap .set .close button::before {
  content: "\e5cd";
  font-family: material icons;
  font-size: 32px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#popup_schedule .wrap .set .close button:hover {
  opacity: 0.6;
}
#popup_schedule .wrap .set .close button span {
  display: block;
  text-indent: -9999px;
}
#popup_schedule .wrap .set .inner {
  width: 100%;
  height: 100%;
  overflow: auto;
}
#popup_schedule .wrap .set .inner img {
  width: 1200px;
  max-width: none;
  display: block;
}

@media screen and (max-width: 991.98px) {
  #kv .set .ttl h2 {
    font-size: 2.75rem;
  }
  #what ul.pickup {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #story .wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
  #story .wrap .img {
    order: 1;
  }
  #story .wrap .img .inner {
    position: relative;
    top: 0;
  }
  #story .wrap .txt {
    order: 2;
  }
  #service .article_set {
    grid-template-columns: 1fr;
  }
  #service .article_set .sub {
    display: none;
  }
  #service article {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    background: none;
  }
  #service article > * {
    width: calc(100% - 40px);
  }
  #service article h3 {
    margin: 40px 0;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .onlySP {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .onlyPC {
    display: none;
  }
  main h2.ttl {
    margin: 0 auto 60px;
  }
  main h2.ttl span {
    font-size: 1.75rem;
  }
  main h2.ttl + p.caption {
    margin: -50px auto 60px;
  }
  .pr_line {
    margin: 60px 0;
    padding: 40px 20px;
  }
  .pr_line .ttl {
    font-size: 1.25rem;
  }
  .pr_line .sub {
    font-size: 0.875rem;
  }
  .pr_line .link {
    margin-top: 40px;
  }
  header #h_main .entry > button {
    height: 50px;
  }
  header #h_main .entry nav {
    width: calc(100% + 16px);
    margin-left: -8px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    top: var(--header-height-pc);
    right: auto;
    left: 0;
  }
  header #h_main .entry nav::after {
    content: "";
    width: calc(100% + 20px);
    height: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    bottom: 0px;
    left: -10px;
  }
  header #h_main .entry nav button {
    display: none;
  }
  header #h_main .entry nav ul {
    margin: 0;
    padding: 0;
    gap: 0;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  header #h_main .entry nav ul li {
    height: calc(100% - 24px);
    display: block;
    gap: 0;
    border-top: 1px solid #eee;
    position: relative;
  }
  header #h_main .entry nav ul li a {
    padding: 10px 0 28px;
    font-size: 1.25rem;
    border: none;
    border-radius: 0;
    position: relative;
  }
}
@media screen and (max-width: 767.98px) and (pointer: fine) {
  header #h_main .entry nav ul li a:hover {
    background: var(--gray);
  }
}
@media screen and (max-width: 767.98px) {
  header #h_main .entry nav ul li a::before {
    left: 20px;
    top: calc(50% - 10px);
  }
  header #h_main .entry nav ul li a::after {
    content: "\e409";
    font-family: "material icons";
    font-size: 1rem;
    color: var(--blue02);
    text-align: center;
    line-height: 20px;
    width: 30px;
    height: 20px;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
  }
  header #h_main .entry nav ul li small {
    width: 100%;
    position: absolute;
    bottom: 4px;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767.98px) and (pointer: fine) {
  header #h_main .entry nav ul li.line a:hover {
    background: var(--green-line);
    opacity: 0.8;
  }
}
@media screen and (max-width: 767.98px) {
  header #h_main .entry nav ul li.line a::after {
    color: #fff;
  }
  header #h_main .entry nav ul li.line small {
    color: #fff;
  }
  header #h_main .entry nav ul li.link {
    margin: 0;
  }
  header #h_main .entry nav ul li.link a {
    padding: 20px 0;
    font-size: 1rem;
    position: relative;
  }
  header #h_main .entry nav ul li.link a::after {
    position: absolute;
    top: calc(50% - 10px);
    right: 16px;
  }
  header #h_nav nav {
    width: calc(100% + 16px);
    margin-left: -8px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    top: var(--header-height-pc);
    right: auto;
    left: 0;
  }
  header #h_nav nav::after {
    content: "";
    width: calc(100% + 20px);
    height: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    bottom: 0px;
    left: -10px;
  }
  header #h_nav nav button {
    display: none;
  }
  header #h_nav nav ul {
    margin: 0;
    padding: 0;
    gap: 0;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  header #h_nav nav ul li {
    border-top: 1px solid #eee;
  }
  header #h_nav nav ul li a {
    padding: 1rem 36px;
    font-size: 1rem;
    text-decoration: none;
  }
  header #h_nav nav ul li a::before {
    font-size: 1rem;
  }
  header #h_nav nav ul li a::after {
    content: "\e409";
    font-family: "material icons";
    font-size: 1rem;
    color: var(--blue02);
    text-align: center;
    line-height: 20px;
    width: 30px;
    height: 20px;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
  }
  #kv {
    height: 90vw;
    margin-bottom: 140px;
  }
  #kv::before {
    height: 40vw;
  }
  #kv .set {
    height: 100%;
    display: flex;
    position: relative;
    z-index: 1;
  }
  #kv .set .ttl {
    width: 100%;
    height: 100%;
    position: relative;
    bottom: -100px;
  }
  #kv .set .ttl h2 {
    font-size: 1.5rem;
  }
  #kv .set .ttl h2 > span {
    padding: 4px calc(4vw + 10px);
  }
  #kv .set .ttl .announce {
    margin-top: 80px;
    padding: 10px 0 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #111;
    text-shadow: none;
    text-align: center;
  }
  #current {
    padding: 60px 0;
    background: var(--gray);
  }
  #current h3.keypoint {
    font-size: 1.5rem;
  }
  #current article h3 {
    padding: 0.25em 0;
    padding-left: calc(2rem - 4px);
    font-size: 1.5rem;
  }
  #current article p {
    line-height: 1.5;
  }
  #current :where(.graph, table.border_list, table.entry_list) + p.memo {
    margin: -10px 0 20px;
    font-size: 0.75rem;
  }
  #current .graph {
    height: 360px;
    margin: 20px 0;
    padding: 10px;
    border-radius: 8px;
  }
  #current table.border_list {
    margin: 20px 0;
  }
  #current table.border_list th, #current table.border_list td {
    padding: 0.75em 0.25em;
    font-size: 0.875rem;
  }
  #current table.border_list thead tr th {
    padding: 0.25em 0.25em;
  }
  #current table.border_list tbody tr td:nth-child(2) {
    font-size: 0.75rem;
  }
  #current table.border_list tbody tr td:nth-child(2) span {
    font-size: 0.875rem;
  }
  #current table.entry_list {
    margin: 20px 0;
  }
  #current .result {
    margin: 40px 0;
  }
  #current .result .set {
    margin: 40px 0 0;
    gap: 40px;
  }
  #current .result .set .inner .ttl {
    line-height: 1.5;
  }
  #current .result .set .inner .num {
    font-size: 6rem;
  }
  #current .result .set .inner .num small {
    margin-left: 0.25em;
  }
  #current button.btn_accordion {
    width: 320px;
    margin: 40px auto 0;
    display: block;
  }
  #current .summary {
    margin-top: 60px;
    padding-top: 120vw;
    background: url(../img/current_summary_sp.jpg) no-repeat center;
    background-size: cover;
    position: relative;
  }
  #current .summary .wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #current .summary .wrap .txt {
    padding: 40px 10px;
    align-items: flex-start;
  }
  #current .summary .wrap .txt p {
    margin: 0;
    font-size: 1.75rem;
    line-height: 1.5;
  }
  #current .summary .wrap .txt p small {
    margin-right: 1.5rem;
  }
  #story {
    margin: 60px 0;
  }
  #story .cast {
    position: relative;
  }
  #story .cast .txt {
    margin: 20px 0 0;
    padding: 0;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
  }
  #story .cast .txt .inner {
    writing-mode: inherit;
    display: grid;
  }
  #story .cast .txt .inner .sub {
    order: 3;
    color: var(--blue);
  }
  #story .cast .txt .inner .name {
    margin-top: 4px;
    font-size: 1.25rem;
    order: 1;
    color: #111;
  }
  #story .cast .txt .inner .pass {
    margin-right: 0;
    order: 2;
  }
  #story .greeting .set {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #story .greeting .set .inner .img img {
    height: 60px;
    margin: 30px auto;
  }
  #story .greeting .set .inner .txt p {
    text-align: center;
  }
  #story h3 {
    font-size: 1.5rem;
  }
  #story h4 {
    padding: 0 0 0.25rem;
  }
  #story .graph {
    margin: 40px 0;
    padding: 20px;
  }
  #story .graph .inner {
    height: 320px;
  }
  #story .graph + p.memo {
    margin: -32px 0 0;
  }
  #story .wrap {
    margin: 40px 0;
  }
  #story article + article {
    margin-top: 40px;
  }
  #story article blockquote {
    margin: 40px 10px;
    padding: 1.5em;
  }
  #story article blockquote::before, #story article blockquote::after {
    color: #999;
  }
  #story article blockquote::before {
    top: 0;
  }
  #story article.article_cast {
    padding: 1.5rem;
    border-radius: 8px;
  }
  #story article.article_interview {
    padding: 40px 1.5rem 1.5rem;
  }
  #story article.article_interview::before {
    height: 30px;
    line-height: 30px;
    top: 10px;
    left: 1.5rem;
  }
  #story article.article_interview h4 {
    margin: 0 0 1em;
  }
  #story article.article_message {
    padding: 1.5rem;
  }
  #story .kv {
    margin: 40px 0;
  }
  #what.top {
    padding-top: 40px;
  }
  #what .logo img {
    width: calc(100% - 80px);
    max-width: 320px;
  }
  #what h3 {
    font-size: 1.5rem;
  }
  #what .probability_set {
    gap: 20px;
  }
  #what .probability_set .inner {
    text-align: center;
  }
  #what .probability_set .inner .num {
    font-size: 6rem;
  }
  #what .probability_set .inner .num small {
    font-size: 3rem;
  }
  #what .probability_set .inner .memo {
    font-size: 0.875rem;
  }
  #what .probability_set + p.sub {
    margin: 40px 0px 60px;
    font-size: 0.875rem;
  }
  #what .result {
    margin-top: 60px;
  }
  #what .result .set {
    padding: 40px 20px;
  }
  #what .result .set + .set {
    margin-top: 4vw;
  }
  #what .result h3 {
    margin: 0 0 40px;
    text-align: left;
    font-size: 1.25rem;
    color: var(--blue);
  }
  #what .result h3 small {
    font-size: 0.875rem;
    letter-spacing: 0;
  }
  #what .result + h3 {
    margin: 60px 0 40px;
  }
  #what .result ul.result_list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #what ul.pickup {
    width: calc(100% + 12px);
    margin: 40px 0;
    margin-left: -6px;
  }
  #what ul.pickup + p.memo {
    margin: -30px 0 60px;
  }
  #what ul.pickup li {
    width: calc(50% - 12px);
  }
  #what ul.pickup li.f2 {
    width: calc(100% - 12px);
  }
  #what .pickup_info {
    margin: 60px 0;
  }
  #what .pickup_info h3 {
    font-size: 1.75rem;
  }
  #what .pickup_info p {
    text-align: left;
  }
  #voice {
    padding: 60px 0;
  }
  #voice h2.ttl span {
    font-size: 1.5rem;
  }
  #voice h2.ttl span::before, #voice h2.ttl span::after {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
  #voice ul.voice_list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #voice ul.voice_list li button {
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
    transition: opacity 0.2s;
  }
  #voice ul.voice_list li button:hover {
    opacity: 0.8;
  }
  #voice ul.voice_list li button::before {
    display: none;
  }
  #voice ul.voice_list li button .img {
    height: auto;
    position: relative;
  }
  #voice ul.voice_list li button .txt {
    padding: 10px 0;
    opacity: 1;
    font-size: 0.875rem;
    position: relative;
  }
  #voice ul.voice_list li button .txt .ttl {
    font-size: 0.75rem;
  }
  #voice ul.voice_list li button .txt .score {
    height: auto;
    padding: 4px 0;
  }
  #voice ul.voice_list li button .txt .score .before {
    padding-right: 40px;
    font-size: 1.5rem;
  }
  #voice ul.voice_list li button .txt .score .before::after {
    font-size: 0.875rem;
  }
  #voice ul.voice_list li button .txt .score .after {
    font-size: 1.5rem;
  }
  #voice ul.voice_list li button .txt .university {
    font-size: 0.875rem;
    font-family: var(--sans-serif);
  }
  #voice .show {
    margin: 60px 0 20px;
    line-height: 1.5;
  }
  #voice .show span {
    padding: 0 1em;
    font-size: 1.25rem;
    display: inline-block;
  }
  #voicepopup .wrap .set .close {
    right: 20px;
  }
  #voicepopup .wrap .set .inner ul.voice_list li {
    height: calc(100vh - 60px);
  }
  #voicepopup .wrap .set .inner ul.voice_list li .voice .body {
    padding: 20px 20px 40px;
    flex-direction: column-reverse;
    gap: 0;
  }
  #voicepopup .wrap .set .inner ul.voice_list li .voice .body .main article h2 {
    margin: 1em 0;
  }
  #voicepopup .wrap .set .inner ul.voice_list li .voice .body .sub {
    width: 100%;
  }
  #voicepopup .wrap .set .inner ul.voice_list li .voice .body .sub .img {
    display: none;
  }
  #feature {
    margin: 60px 0 0;
  }
  #feature::after {
    display: none;
  }
  #feature ul.feature_list {
    gap: 40px;
  }
  #feature ul.feature_list > li {
    flex-direction: column-reverse;
    gap: 0;
  }
  #feature ul.feature_list > li:nth-child(even) {
    flex-direction: column-reverse;
  }
  #feature ul.feature_list > li .img {
    width: 100%;
    gap: 4px;
  }
  #feature ul.feature_list > li .txt {
    margin: 40px 0 0;
  }
  #feature ul.feature_list > li .txt p.caption {
    margin: 0 0 0.5rem;
    font-size: 0.75rem;
  }
  #feature ul.feature_list > li .txt h3 {
    font-size: 1.25rem;
  }
  #feature ul.feature_list > li .txt ul {
    margin: 1em 0 0;
  }
  #feature .pr {
    margin: 100px 0;
  }
  #feature .pr p {
    line-height: 1.5;
    text-align: center;
  }
  #feature .summary {
    height: inherit;
    margin-top: 60px;
    padding-top: 56.25vw;
    background: none;
    position: relative;
    background: #f5f5f5;
  }
  #feature .summary::before {
    content: "";
    background: url(../img/feature_summary_sp.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 56.25vw;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #feature .summary .wrap {
    position: relative;
    top: 0;
    left: 0;
  }
  #feature .summary .wrap .txt {
    padding: 60px 0;
    align-items: center;
  }
  #feature .summary .wrap .txt .set {
    width: 100%;
    writing-mode: unset;
  }
  #feature .summary .wrap .txt p {
    margin: 1em 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #feature .summary .wrap .txt p small {
    font-size: 1rem;
  }
  #feature .summary .wrap .txt p.ttl {
    margin: 0 0 1.5em;
  }
  #tours {
    margin: 0 0;
    background: #f5f5f5;
  }
  #tours h2 {
    margin: 60px 0;
  }
  #tours .movie {
    margin: 0 0;
  }
  #tours .step ul.step_list {
    width: calc(100% + 8vw);
    margin-bottom: 0;
    margin-left: -4vw;
    padding: 20px;
    gap: 20px;
  }
  #tours .step ul.step_list + p {
    width: calc(100% + 8vw);
    margin: 0;
    margin-left: -4vw;
    padding: 40px 0 60px;
    font-size: 1.25rem;
  }
  #tours .step ul.step_list li {
    margin-left: 50px;
    padding: 20px 20px;
  }
  #tours .step ul.step_list li::after {
    width: 2px;
    left: -35px;
    transform: translate(0, -100%);
  }
  #tours .step ul.step_list li::before {
    font-size: 24px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border: 2px solid var(--blue);
    left: -60px;
    top: 0;
  }
  #tours .step ul.step_list li .inner .num span {
    font-size: 0.75rem;
  }
  #tours .step ul.step_list li .inner h4 {
    margin: 0.5em 0 0;
    font-size: 1.25rem;
  }
  #tours .step ul.step_list li .inner p {
    margin: 1em 0 0;
    font-size: 0.875rem;
  }
  #place {
    padding: 0 0 100px;
  }
  #place .message {
    margin: 0;
    padding: 56.25vw 0 0;
  }
  #place .message::before {
    height: 56.2vw;
    background-size: cover;
    filter: none;
  }
  #place .message::after {
    display: none;
  }
  #place .message:hover::before {
    filter: none;
  }
  #place .message article {
    height: auto;
    padding: 60px 0 0;
    writing-mode: horizontal-tb;
  }
  #place .message article blockquote {
    padding: 4px 12px;
    border-radius: 8px;
  }
  #place .message article h2 {
    margin: 0;
    writing-mode: horizontal-tb;
    text-align: left;
  }
  #place .message article h2 + p.caption {
    margin: 0 0 40px;
    text-align: left;
  }
  #place .message article p {
    font-size: 1rem;
  }
  #place .message article p + p {
    margin: 1.5rem 0 0;
  }
  #place .place {
    margin: 60px 0 0;
  }
  #place .place .map iframe {
    height: 60vw;
    border-radius: 12px;
  }
  #place .place .txt {
    flex-direction: column;
  }
  #place .place .txt .ttl {
    width: 100%;
    min-width: auto;
    display: block;
  }
  #place .place .txt .ttl h3 {
    margin: 0;
    font-size: 1.5rem;
    text-align: left;
    color: var(--blue);
  }
  #place .place .txt .detail p {
    padding-left: 40px;
    font-size: 0.875rem;
  }
  #faq {
    padding: 60px 0 0;
  }
  #faq dl.faq_list {
    width: calc(100% + 8vw);
    margin-left: -4vw;
  }
  #faq dl.faq_list dt {
    padding: 1rem calc(1.25rem + 4vw) 1.25rem calc(2rem + 4vw);
    font-size: 1rem;
  }
  #faq dl.faq_list dt::before {
    left: 4vw;
  }
  #faq dl.faq_list dt::after {
    right: 4vw;
  }
  #faq dl.faq_list dd {
    padding: 0 4vw 1.25rem calc(2rem + 4vw);
    font-size: 1rem;
  }
  #faq dl.faq_list dd::before {
    left: 4vw;
  }
  #form {
    padding: 60px 0;
  }
  #form .form_set ul.form_list > li {
    padding-top: 0;
    gap: 0;
    flex-direction: column;
  }
  #form .form_set ul.form_list > li:last-child {
    border-bottom: none;
  }
  #form .form_set ul.form_list > li .ttl {
    width: 100%;
  }
  #form .form_set ul.form_list > li .input > ul.name_list {
    flex-direction: column;
  }
  #form .form_set ul.form_list > li .input.cancelpolicy textarea {
    height: 80vw;
  }
  #form .form_set ul.form_list > li .input.cancelpolicy label {
    width: 100%;
    margin: 20px 0 12px;
    display: block;
  }
  #form .form_set ul.form_list > li .input.cancelpolicy label input[type=checkbox] + span {
    width: 100%;
    padding: 0.75em 0;
    text-align: center;
  }
  #form .form_set ul.form_list > li .input.cancelpolicy .wpcf7-list-item {
    margin: 0;
    display: block;
  }
  #form .form_set article {
    display: none;
  }
  #form .form_set :is(.entry_other, .entry_flow) {
    margin: 40px 0;
  }
  #form .form_set .entry_other {
    display: none;
  }
  #form .form_set .entry_flow ul.flow_list {
    padding: 0 4vw;
    flex-direction: column;
  }
  #form .form_set .entry_flow ul.flow_list li {
    padding-left: 60px;
    padding-top: 0;
    text-align: left;
  }
  #form .form_set .entry_flow ul.flow_list li::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.25rem;
    left: 0;
  }
  #form .form_set .entry_flow ul.flow_list li::after {
    content: "\e5db";
    left: 0;
    top: -60px;
    opacity: 0.6;
  }
  #form .form_set .entry_flow ul.flow_list li h3 {
    font-size: 1.25rem;
  }
  #form .form_set .attention .cancelpolicy {
    padding: 40px 20px;
  }
  #online {
    padding: 0 0 40px;
  }
  #online .set {
    margin: 0 0;
    padding: 40px 20px;
  }
  #online .set h2.ttl {
    text-align: left;
  }
  #online .set h2.ttl span {
    font-size: 1.5rem;
  }
  #online .set h2.ttl span.caption {
    margin-left: 0.25em;
    font-size: 0.875rem;
  }
  #online .set p {
    text-align: left;
    font-size: 1rem;
  }
  #online .link {
    margin-top: 0;
  }
  #online .link a {
    max-width: none;
  }
  #online .link a span {
    width: 100%;
  }
  .common_pr {
    margin: 60px 0;
  }
  .common_pr .tips {
    margin: 40px 0;
    padding: 20px;
  }
  .common_pr .tips h2 {
    font-size: 1.25rem;
  }
  .common_pr .tips h2::before {
    margin-right: 0.25em;
  }
  .common_pr .limit {
    width: 100%;
    padding: 0 calc(4vw + 20px);
    position: relative;
  }
  .common_pr .limit h2.ttl span {
    font-size: 1.5rem;
  }
  .common_pr .limit .inner {
    position: relative;
  }
  .common_pr .limit .num {
    font-size: 4.5rem;
  }
  .common_pr .limit p.memo {
    position: relative;
    font-size: 0.875rem;
    bottom: 0;
  }
  .common_pr .limit p {
    font-size: 1rem;
  }
  .common_pr.entry h2.ttl span {
    font-size: 1.25rem;
  }
  .common_pr.entry h2.ttl + p {
    font-size: 0.875rem;
    margin: 60px 0;
    text-align: left;
  }
  .common_pr.entry ul.link_list {
    gap: 40px;
    border: 1px solid #666;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
    background: #fff;
    position: relative;
  }
  .common_pr.entry ul.link_list::before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #ccc;
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
  }
  .common_pr.entry ul.link_list li {
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
    text-align: left;
  }
  .common_pr.entry ul.link_list li::before {
    display: none;
  }
  .common_pr.entry ul.link_list li h3 {
    margin: 0 0 20px;
    font-size: 1.25rem;
    position: relative;
  }
  .common_pr.entry ul.link_list li p {
    font-size: 0.875rem;
  }
  .common_pr.entry ul.link_list li .link {
    margin: 20px 0 0;
  }
  .common_pr.entry ul.link_list li .link a {
    text-align: center;
    margin: 0;
    font-size: 1rem;
    letter-spacing: 0;
    text-indent: 0;
  }
  .common_pr.entry ul.link_list li.tel .link a {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    font-size: 1.25rem;
  }
  .common_pr.entry ul.link_list li.tel .link a span {
    padding-left: 2em;
    display: inline-block;
    line-height: 1;
    position: relative;
  }
  .common_pr.entry ul.link_list li.tel .link + .sub {
    margin-top: 4px;
    text-align: left;
    position: relative;
    bottom: 0;
  }
  #service {
    margin: 60px 0;
  }
  #service .kv {
    max-width: none;
    margin: 60px auto 0;
  }
  #service .kv .img {
    padding-top: 50vw;
  }
  #service article > * {
    width: 100%;
  }
  #service article h3 {
    margin: 100px 0 60px;
    text-align: center;
    display: block;
    font-size: 1.5rem;
  }
  #service article h3::before {
    line-height: 40px;
    font-size: 40px;
    height: 40px;
    right: 50%;
    top: -60px;
    color: var(--blue);
    transform: translate(50%, 0);
  }
  #service article h4 {
    font-size: 1.25rem;
  }
  #service article .content {
    padding: 20px;
  }
  #service article .content h5 {
    left: 10px;
  }
  #service article .content h5 span {
    padding: 0 10px;
  }
  #service article .content.service04 ul.schedule_list {
    margin: 20px 0 0;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #service article .content.service04 ul.schedule_list li button {
    border: 1px solid #ddd;
  }
  #service ul.subject_list {
    padding: 20px;
  }
  #service ul.subject_list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  #service ul.subject_list li button {
    height: 50px;
  }
  #popup_subject {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  #popup_subject .wrap {
    align-items: flex-end;
  }
  #popup_subject .wrap .set .subject {
    max-height: calc(100vh - 100px);
    padding: 0 0 40px;
  }
  #popup_subject .wrap .set .subject .inner {
    display: none;
  }
  #popup_subject .wrap .set .subject .inner h3 {
    margin-bottom: 20px;
  }
  #popup_subject .wrap .set .subject .inner p {
    margin: 1.5em 20px;
  }
  #popup_subject .wrap .set .subject .inner ul, #popup_subject .wrap .set .subject .inner ol {
    margin: 1.5em 20px;
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 575.98px) {
  .onlyPC {
    display: none;
  }
}
* {
  box-sizing: border-box;
}

:root {
  --sans-serif: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  --serif: "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;
}/*# sourceMappingURL=style.css.map */