@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap");
/*こげちゃ*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption,
article,
section,
nav,
header,
footer {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.4em;
}

img {
  border: none;
  -ms-interpolation-mode: bicubic;
}

p {
  margin: 0 0 1em 0;
}
p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  list-style: none;
  list-style-position: inside;
}

dl {
  margin: 0;
}
dl dt {
  margin: 0;
  font-weight: bold;
}
dl dt a {
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.5em;
}
dl dd:last-child {
  margin-bottom: 0;
}

hr {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0 0 0;
  height: 1px;
}
hr.solid {
  border-style: solid;
  border-color: #ccc;
}
hr.dotted {
  border-style: dotted;
  border-color: #ccc;
}
hr.dashed {
  border-style: dashed;
  border-color: #bbb;
}
hr.trans {
  border-color: transparent;
  margin: 25px 0;
}

.vT {
  vertical-align: top;
}

.vM {
  vertical-align: middle;
}

.vB {
  vertical-align: bottom;
}

.oH {
  overflow: hidden !important;
}

.oV {
  overflow: visible !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
}

.fs6 {
  font-size: 6px;
  font-size: 0.6 rem;
}
@media only screen and (max-width: 519px) {
  .fs6 {
    font-size: 4.8px;
    font-size: 0.48 rem;
  }
}

.fs7 {
  font-size: 7px;
  font-size: 0.7 rem;
}
@media only screen and (max-width: 519px) {
  .fs7 {
    font-size: 5.6px;
    font-size: 0.56 rem;
  }
}

.fs8 {
  font-size: 8px;
  font-size: 0.8 rem;
}
@media only screen and (max-width: 519px) {
  .fs8 {
    font-size: 6.4px;
    font-size: 0.64 rem;
  }
}

.fs9 {
  font-size: 9px;
  font-size: 0.9 rem;
}
@media only screen and (max-width: 519px) {
  .fs9 {
    font-size: 7.2px;
    font-size: 0.72 rem;
  }
}

.fs10 {
  font-size: 10px;
  font-size: 1 rem;
}
@media only screen and (max-width: 519px) {
  .fs10 {
    font-size: 8px;
    font-size: 0.8 rem;
  }
}

.fs11 {
  font-size: 11px;
  font-size: 1.1 rem;
}
@media only screen and (max-width: 519px) {
  .fs11 {
    font-size: 8.8px;
    font-size: 0.88 rem;
  }
}

.fs12 {
  font-size: 12px;
  font-size: 1.2 rem;
}
@media only screen and (max-width: 519px) {
  .fs12 {
    font-size: 9.6px;
    font-size: 0.96 rem;
  }
}

.fs13, .supp {
  font-size: 13px;
  font-size: 1.3 rem;
}
@media only screen and (max-width: 519px) {
  .fs13, .supp {
    font-size: 10.4px;
    font-size: 1.04 rem;
  }
}

.fs14, blockquote,
dl,
ol,
ul,
th,
td, pre,
code,
kbd,
samp,
tt, select,
input,
button,
textarea {
  font-size: 14px;
  font-size: 1.4 rem;
}
@media only screen and (max-width: 519px) {
  .fs14, blockquote,
  dl,
  ol,
  ul,
  th,
  td, pre,
  code,
  kbd,
  samp,
  tt, select,
  input,
  button,
  textarea {
    font-size: 11.2px;
    font-size: 1.12 rem;
  }
}

.fs15, ul,
ol,
dl, p {
  font-size: 15px;
  font-size: 1.5 rem;
}
@media only screen and (max-width: 519px) {
  .fs15, ul,
  ol,
  dl, p {
    font-size: 12px;
    font-size: 1.2 rem;
  }
}

.fs16 {
  font-size: 16px;
  font-size: 1.6 rem;
}
@media only screen and (max-width: 519px) {
  .fs16 {
    font-size: 12.8px;
    font-size: 1.28 rem;
  }
}

.fs17 {
  font-size: 17px;
  font-size: 1.7 rem;
}
@media only screen and (max-width: 519px) {
  .fs17 {
    font-size: 13.6px;
    font-size: 1.36 rem;
  }
}

.fs18 {
  font-size: 18px;
  font-size: 1.8 rem;
}
@media only screen and (max-width: 519px) {
  .fs18 {
    font-size: 14.4px;
    font-size: 1.44 rem;
  }
}

.fs19 {
  font-size: 19px;
  font-size: 1.9 rem;
}
@media only screen and (max-width: 519px) {
  .fs19 {
    font-size: 15.2px;
    font-size: 1.52 rem;
  }
}

.fs20 {
  font-size: 20px;
  font-size: 2 rem;
}
@media only screen and (max-width: 519px) {
  .fs20 {
    font-size: 16px;
    font-size: 1.6 rem;
  }
}

.fs21 {
  font-size: 21px;
  font-size: 2.1 rem;
}
@media only screen and (max-width: 519px) {
  .fs21 {
    font-size: 16.8px;
    font-size: 1.68 rem;
  }
}

.fs22 {
  font-size: 22px;
  font-size: 2.2 rem;
}
@media only screen and (max-width: 519px) {
  .fs22 {
    font-size: 17.6px;
    font-size: 1.76 rem;
  }
}

.fs23 {
  font-size: 23px;
  font-size: 2.3 rem;
}
@media only screen and (max-width: 519px) {
  .fs23 {
    font-size: 18.4px;
    font-size: 1.84 rem;
  }
}

.fs24 {
  font-size: 24px;
  font-size: 2.4 rem;
}
@media only screen and (max-width: 519px) {
  .fs24 {
    font-size: 19.2px;
    font-size: 1.92 rem;
  }
}

.fs25 {
  font-size: 25px;
  font-size: 2.5 rem;
}
@media only screen and (max-width: 519px) {
  .fs25 {
    font-size: 20px;
    font-size: 2 rem;
  }
}

.fs26 {
  font-size: 26px;
  font-size: 2.6 rem;
}
@media only screen and (max-width: 519px) {
  .fs26 {
    font-size: 20.8px;
    font-size: 2.08 rem;
  }
}

.fs27 {
  font-size: 27px;
  font-size: 2.7 rem;
}
@media only screen and (max-width: 519px) {
  .fs27 {
    font-size: 21.6px;
    font-size: 2.16 rem;
  }
}

.fs28 {
  font-size: 28px;
  font-size: 2.8 rem;
}
@media only screen and (max-width: 519px) {
  .fs28 {
    font-size: 22.4px;
    font-size: 2.24 rem;
  }
}

.fs29 {
  font-size: 29px;
  font-size: 2.9 rem;
}
@media only screen and (max-width: 519px) {
  .fs29 {
    font-size: 23.2px;
    font-size: 2.32 rem;
  }
}

.fs30 {
  font-size: 30px;
  font-size: 3 rem;
}
@media only screen and (max-width: 519px) {
  .fs30 {
    font-size: 24px;
    font-size: 2.4 rem;
  }
}

.fs31 {
  font-size: 31px;
  font-size: 3.1 rem;
}
@media only screen and (max-width: 519px) {
  .fs31 {
    font-size: 24.8px;
    font-size: 2.48 rem;
  }
}

.fs32 {
  font-size: 32px;
  font-size: 3.2 rem;
}
@media only screen and (max-width: 519px) {
  .fs32 {
    font-size: 25.6px;
    font-size: 2.56 rem;
  }
}

.fs33 {
  font-size: 33px;
  font-size: 3.3 rem;
}
@media only screen and (max-width: 519px) {
  .fs33 {
    font-size: 26.4px;
    font-size: 2.64 rem;
  }
}

.fs34 {
  font-size: 34px;
  font-size: 3.4 rem;
}
@media only screen and (max-width: 519px) {
  .fs34 {
    font-size: 27.2px;
    font-size: 2.72 rem;
  }
}

.fs35 {
  font-size: 35px;
  font-size: 3.5 rem;
}
@media only screen and (max-width: 519px) {
  .fs35 {
    font-size: 28px;
    font-size: 2.8 rem;
  }
}

.fs36 {
  font-size: 36px;
  font-size: 3.6 rem;
}
@media only screen and (max-width: 519px) {
  .fs36 {
    font-size: 28.8px;
    font-size: 2.88 rem;
  }
}

.fs37 {
  font-size: 37px;
  font-size: 3.7 rem;
}
@media only screen and (max-width: 519px) {
  .fs37 {
    font-size: 29.6px;
    font-size: 2.96 rem;
  }
}

.fs38 {
  font-size: 38px;
  font-size: 3.8 rem;
}
@media only screen and (max-width: 519px) {
  .fs38 {
    font-size: 30.4px;
    font-size: 3.04 rem;
  }
}

.fs39 {
  font-size: 39px;
  font-size: 3.9 rem;
}
@media only screen and (max-width: 519px) {
  .fs39 {
    font-size: 31.2px;
    font-size: 3.12 rem;
  }
}

.fs40 {
  font-size: 40px;
  font-size: 4 rem;
}
@media only screen and (max-width: 519px) {
  .fs40 {
    font-size: 32px;
    font-size: 3.2 rem;
  }
}

.fs41 {
  font-size: 41px;
  font-size: 4.1 rem;
}
@media only screen and (max-width: 519px) {
  .fs41 {
    font-size: 32.8px;
    font-size: 3.28 rem;
  }
}

.fs42 {
  font-size: 42px;
  font-size: 4.2 rem;
}
@media only screen and (max-width: 519px) {
  .fs42 {
    font-size: 33.6px;
    font-size: 3.36 rem;
  }
}

.fs43 {
  font-size: 43px;
  font-size: 4.3 rem;
}
@media only screen and (max-width: 519px) {
  .fs43 {
    font-size: 34.4px;
    font-size: 3.44 rem;
  }
}

.fs44 {
  font-size: 44px;
  font-size: 4.4 rem;
}
@media only screen and (max-width: 519px) {
  .fs44 {
    font-size: 35.2px;
    font-size: 3.52 rem;
  }
}

.fs45 {
  font-size: 45px;
  font-size: 4.5 rem;
}
@media only screen and (max-width: 519px) {
  .fs45 {
    font-size: 36px;
    font-size: 3.6 rem;
  }
}

.fs46 {
  font-size: 46px;
  font-size: 4.6 rem;
}
@media only screen and (max-width: 519px) {
  .fs46 {
    font-size: 36.8px;
    font-size: 3.68 rem;
  }
}

.fs47 {
  font-size: 47px;
  font-size: 4.7 rem;
}
@media only screen and (max-width: 519px) {
  .fs47 {
    font-size: 37.6px;
    font-size: 3.76 rem;
  }
}

.fs48 {
  font-size: 48px;
  font-size: 4.8 rem;
}
@media only screen and (max-width: 519px) {
  .fs48 {
    font-size: 38.4px;
    font-size: 3.84 rem;
  }
}

.fs49 {
  font-size: 49px;
  font-size: 4.9 rem;
}
@media only screen and (max-width: 519px) {
  .fs49 {
    font-size: 39.2px;
    font-size: 3.92 rem;
  }
}

.fs50 {
  font-size: 50px;
  font-size: 5 rem;
}
@media only screen and (max-width: 519px) {
  .fs50 {
    font-size: 40px;
    font-size: 4 rem;
  }
}

body {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #000;
}

select,
input,
button,
textarea {
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}

blockquote,
pre,
dl,
ol,
ul,
th,
td {
  line-height: 2;
}

p {
  line-height: 2;
}
@media only screen and (max-width: 519px) {
  p {
    font-size: 1.3rem;
  }
}

ul,
ol,
dl {
  list-style-position: outside;
}
@media only screen and (max-width: 519px) {
  ul,
  ol,
  dl {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 519px) {
  th p,
  td p {
    font-size: 1.2rem;
  }
}

.lh1 {
  line-height: 1;
}

.bold {
  font-weight: bold;
}

em {
  font-weight: bold;
}

.notes {
  text-indent: -1em;
  margin-left: 1em;
}

.creep {
  color: #999;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.uLine {
  text-decoration: underline;
}
a.uLine:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
  padding: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: bold;
}
h1.skin-B,
h2.skin-B,
h3.skin-B,
h4.skin-B,
h5.skin-B,
h6.skin-B {
  color: #000;
}

ul.notes li {
  text-indent: -1em;
  margin-left: 1em;
}

ul.disc,
ol.disc {
  padding-left: 1em;
}
ul.disc li,
ol.disc li {
  list-style-type: disc;
}

ul.circle,
ol.circle {
  padding-left: 1em;
}
ul.circle li,
ol.circle li {
  list-style-type: circle;
}

ul.decimal,
ol.decimal {
  padding-left: 1em;
}
ul.decimal li,
ol.decimal li {
  list-style-type: decimal;
  line-height: 2;
  margin-bottom: 15px;
}

.fs15b {
  font-size: 1.5rem;
  font-weight: 500;
}

body {
  letter-spacing: 0.1em;
  line-height: 1.8;
}

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

a img {
  transition: all 0.3s;
}

a:hover img {
  opacity: 0.8;
}

strong,
.strong {
  font-weight: 500;
}

@media only screen and (min-width: 1280px) {
  .sp {
    display: none !important;
  }
  .sp.tb {
    display: none !important;
  }
}
@media only screen and (min-width: 520px) and (max-width: 1279px) {
  .sp {
    display: none !important;
  }
  .sp.tb {
    display: block !important;
  }
  .pc.tbnone {
    display: none !important;
  }
}
@media only screen and (max-width: 519px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 1280px) {
  .gContainer {
    min-width: 1024px;
  }
}
a.link {
  color: #693209;
  font-weight: 600;
}

a.link_blank {
  color: #693209;
}
a.link_blank::after {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-size: 1.4rem;
  font-weight: 900;
  margin: 0 5px;
  color: #076faa;
}

p {
  font-size: 1.3rem;
}

strong {
  font-weight: 700;
}

.supp {
  font-size: 1.1rem;
  color: #666;
}

.flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 519px) {
  .flex {
    flex-wrap: wrap;
  }
}

.d_none {
  display: none;
}

.error {
  color: #fb0303 !important;
}

.color01 {
  color: #810101 !important;
}

.color02 {
  color: #007206 !important;
}

.color03 {
  color: #4f75bc !important;
}

.inner, article.course .course_nav ul, .top .top_course .title h2, .top .top_info .title h2, .top section.koenji .inner_flex, nav.breadcrumb ul {
  width: 1050px;
  margin: auto;
}
@media only screen and (max-width: 1050px) {
  .inner, article.course .course_nav ul, .top .top_course .title h2, .top .top_info .title h2, .top section.koenji .inner_flex, nav.breadcrumb ul {
    width: 100%;
  }
}
@media only screen and (min-width: 520px) and (max-width: 1279px) {
  .inner, article.course .course_nav ul, .top .top_course .title h2, .top .top_info .title h2, .top section.koenji .inner_flex, nav.breadcrumb ul {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 519px) {
  .inner, article.course .course_nav ul, .top .top_course .title h2, .top .top_info .title h2, .top section.koenji .inner_flex, nav.breadcrumb ul {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 519px) {
  #gWrapper {
    padding-top: 60px;
  }
}

/* 下層 */
article {
  padding: 100px 0;
}
@media only screen and (max-width: 519px) {
  article {
    padding: 0;
  }
}
article.top {
  padding: 0;
}
article .page_title {
  height: 340px;
  background: url(../images/bg_title.jpg) no-repeat center right;
  background-size: cover;
  font-size: 4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 220px;
  color: #810101;
}
@media only screen and (min-width: 520px) and (max-width: 1279px) {
  article .page_title {
    height: 300px;
    padding-left: 50px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 519px) {
  article .page_title {
    height: 200px;
    padding-left: 30px;
    font-size: 2rem;
  }
}

nav.breadcrumb {
  padding: 20px 0;
  background-color: #fff;
}
@media only screen and (max-width: 519px) {
  nav.breadcrumb {
    padding: 15px 0;
  }
}
nav.breadcrumb ul {
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 520px) and (max-width: 1279px) {
  nav.breadcrumb ul {
    flex-wrap: wrap;
    gap: 30px;
  }
}
nav.breadcrumb ul li {
  padding: 0 20px 0 0;
  position: relative;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
nav.breadcrumb ul li::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-size: 0.9rem;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
nav.breadcrumb ul li:last-child::after {
  content: none;
}
nav.breadcrumb ul li a {
  color: #810101;
  text-decoration: none;
  font-weight: 500;
  /* hover */
  position: relative;
  transition: all 0.3s ease;
  display: inline-block;
}
@media only screen and (min-width: 520px) and (max-width: 1279px) {
  nav.breadcrumb ul li a {
    font-size: 1.2rem;
  }
}
nav.breadcrumb ul li a:hover {
  text-decoration: underline;
}

/* //下層 */
header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  background-color: #fff;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 519px) {
  header {
    height: 60px;
    align-items: center;
  }
}
header .logo {
  padding: 0 0 0 20px;
}
header .logo img {
  display: block;
  height: auto;
  width: 250px;
}
@media only screen and (max-width: 519px) {
  header .logo img {
    width: 150px;
  }
}
@media only screen and (min-width: 1280px) {
  header.top {
    background: transparent;
    box-shadow: none;
  }
  header.scrolled {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 519px) {
  header.scrolled {
    height: 60px;
    align-items: center;
  }
}
@media only screen and (max-width: 519px) {
  header.top {
    z-index: 100;
    background: #fff;
  }
}

nav.gnavi ul {
  display: flex;
  gap: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 520px) and (max-width: 1279px) {
  nav.gnavi ul {
    gap: 30px;
  }
}
nav.gnavi ul li a {
  color: #810101;
  text-decoration: none;
  font-weight: 500;
  /* hover */
  position: relative;
  transition: all 0.3s ease;
  display: inline-block;
}
@media only screen and (min-width: 520px) and (max-width: 1279px) {
  nav.gnavi ul li a {
    font-size: 1.3rem;
  }
}
nav.gnavi ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -11px;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #d0a9a9;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}
nav.gnavi ul li a:hover {
  transform: translateY(-3px);
}
nav.gnavi ul li a:hover::before {
  transform: scaleY(1);
}
@media only screen and (max-width: 519px) {
  nav.gnavi ul li a {
    display: block;
    width: 100%;
    padding: 10px 15px 10px 35px;
    border-bottom: 1px solid #ccc;
  }
}
nav.gnavi .menu__btn {
  display: none;
}
nav.gnavi #menu__toggle {
  opacity: 0;
  position: absolute;
  top: -20px;
}
@media screen and (max-width: 820px) {
  nav.gnavi .menu__btn {
    transition-duration: 0.25s;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    bottom: 2px;
    right: 30px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 2;
  }
  nav.gnavi .menu__btn span {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #810101;
  }
  nav.gnavi .menu__btn span::before {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #810101;
    content: "";
    top: -8px;
    transition-duration: 0.25s;
  }
  nav.gnavi .menu__btn span::after {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #810101;
    content: "";
    top: 8px;
    transition-duration: 0.25s;
  }
  nav.gnavi .menu__box {
    gap: 0;
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    margin: -600px 0 0 0;
    padding: 40px 0;
    text-align: center;
    background-color: #3f1b00;
    box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition-duration: 0.5s;
  }
  nav.gnavi .menu__item {
    display: block;
    padding: 20px 24px;
    color: #ffffff;
    font-size: 1.5rem;
    transition-duration: 0.5s;
    border-bottom: 1px solid #735743;
  }
  nav.gnavi .menu__item:hover {
    background-color: #4f5464;
  }
  nav.gnavi .menu__box li:last-child a.menu__item {
    border-bottom: none;
  }
  nav.gnavi #menu__toggle {
    visibility: hidden;
  }
  nav.gnavi #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  nav.gnavi #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
    background: #fff;
  }
  nav.gnavi #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
    background: #fff;
  }
  nav.gnavi #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 519px) {
  nav.gnavi .menu__btn {
    top: 0;
    right: 20px;
  }
}

footer {
  background-color: #fff;
  padding: 0 0 0 0;
}
footer .footer_navi {
  padding: 20px 0 0 0;
}
@media only screen and (max-width: 519px) {
  footer .footer_navi {
    display: none;
  }
}
footer .footer_navi ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media only screen and (min-width: 520px) and (max-width: 1279px) {
  footer .footer_navi ul {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media only screen and (max-width: 519px) {
  footer .footer_navi ul {
    display: none;
  }
}
footer .footer_navi ul li img {
  width: 70px;
  height: auto;
}
@media only screen and (min-width: 520px) and (max-width: 1279px) {
  footer .footer_navi ul li img {
    width: 50px;
  }
}
footer .footer_navi ul li a {
  color: #810101;
  text-decoration: none;
  font-weight: 500;
  /* hover */
  position: relative;
  transition: all 0.3s ease;
  display: inline-block;
}
@media only screen and (min-width: 520px) and (max-width: 1279px) {
  footer .footer_navi ul li a {
    font-size: 1.2rem;
  }
}
footer .footer_navi ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -11px;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #d0a9a9;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}
footer .footer_navi ul li a:hover {
  transform: translateY(-3px);
}
footer .footer_navi ul li a:hover::before {
  transform: scaleY(1);
}
footer .copy {
  background-color: #810101;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 1.1rem;
}

button.page_top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 80px;
  right: -80px;
  bottom: 120px;
  color: #810101;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: 0;
  background: #f6d3d3;
  transition: 0.2s;
  letter-spacing: 3px;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 519px) {
  button.page_top {
    width: 40px;
    height: 60px;
    right: -40px;
    bottom: 50px;
  }
}
button.page_top p {
  margin: 0;
  font-size: 1.3rem;
  bottom: 10px;
  position: absolute;
}
@media only screen and (max-width: 519px) {
  button.page_top p {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
button.page_top.is-active {
  opacity: 1;
  visibility: visible;
  right: -2px;
}
button.page_top i {
  position: absolute;
  font-size: 30px;
  color: #810101;
  top: 15px;
}
@media only screen and (max-width: 519px) {
  button.page_top i {
    font-size: 18px;
    right: 9px;
  }
}

.button, article.mock_exam .em-form-submit.em-booking-submit.em-button.em-button-1, article.mock_exam .send input.to_customerinfo_button,
article.mock_exam .send input.to_confirm_button,
article.mock_exam .send input.to_deliveryinfo_button,
article.mock_exam .send input.checkout_button, article.mock_exam .send input.continue_shopping_button,
article.mock_exam .send input.back_to_customer_button,
article.mock_exam .send input.back_cart_button,
article.mock_exam .send input.back_to_delivery_button, .button.white, .button.brown, .button.teal, .button.green {
  background-color: #692626;
  color: #fff !important;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  position: relative;
  padding: 10px 40px 10px 20px;
  border-radius: 5px;
  display: inline-block;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease;
  box-shadow: 5px 5px 0px 0px #af9292;
  text-decoration: none !important;
}
@media only screen and (max-width: 519px) {
  .button, article.mock_exam .em-form-submit.em-booking-submit.em-button.em-button-1, article.mock_exam .send input.to_customerinfo_button,
  article.mock_exam .send input.to_confirm_button,
  article.mock_exam .send input.to_deliveryinfo_button,
  article.mock_exam .send input.checkout_button, article.mock_exam .send input.continue_shopping_button,
  article.mock_exam .send input.back_to_customer_button,
  article.mock_exam .send input.back_cart_button,
  article.mock_exam .send input.back_to_delivery_button, .button.white, .button.brown, .button.teal, .button.green {
    font-size: 1.2rem;
    padding: 10px 30px 10px 20px;
  }
}
.button:hover, article.mock_exam .em-form-submit.em-booking-submit.em-button.em-button-1:hover, article.mock_exam .send input.to_customerinfo_button:hover,
article.mock_exam .send input.to_confirm_button:hover,
article.mock_exam .send input.to_deliveryinfo_button:hover,
article.mock_exam .send input.checkout_button:hover, article.mock_exam .send input.continue_shopping_button:hover,
article.mock_exam .send input.back_to_customer_button:hover,
article.mock_exam .send input.back_cart_button:hover,
article.mock_exam .send input.back_to_delivery_button:hover {
  text-decoration: none !important;
}
.button::before, article.mock_exam .em-form-submit.em-booking-submit.em-button.em-button-1::before, article.mock_exam .send input.to_customerinfo_button::before,
article.mock_exam .send input.to_confirm_button::before,
article.mock_exam .send input.to_deliveryinfo_button::before,
article.mock_exam .send input.checkout_button::before, article.mock_exam .send input.continue_shopping_button::before,
article.mock_exam .send input.back_to_customer_button::before,
article.mock_exam .send input.back_cart_button::before,
article.mock_exam .send input.back_to_delivery_button::before, .button.white::before, .button.brown::before, .button.teal::before, .button.green::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-size: 1.2rem;
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-46%);
}
@media only screen and (max-width: 519px) {
  .button::before, article.mock_exam .em-form-submit.em-booking-submit.em-button.em-button-1::before, article.mock_exam .send input.to_customerinfo_button::before,
  article.mock_exam .send input.to_confirm_button::before,
  article.mock_exam .send input.to_deliveryinfo_button::before,
  article.mock_exam .send input.checkout_button::before, article.mock_exam .send input.continue_shopping_button::before,
  article.mock_exam .send input.back_to_customer_button::before,
  article.mock_exam .send input.back_cart_button::before,
  article.mock_exam .send input.back_to_delivery_button::before, .button.white::before, .button.brown::before, .button.teal::before, .button.green::before {
    right: 10px;
  }
}
.button:hover, article.mock_exam .em-form-submit.em-booking-submit.em-button.em-button-1:hover, article.mock_exam .send input.to_customerinfo_button:hover,
article.mock_exam .send input.to_confirm_button:hover,
article.mock_exam .send input.to_deliveryinfo_button:hover,
article.mock_exam .send input.checkout_button:hover, article.mock_exam .send input.continue_shopping_button:hover,
article.mock_exam .send input.back_to_customer_button:hover,
article.mock_exam .send input.back_cart_button:hover,
article.mock_exam .send input.back_to_delivery_button:hover {
  right: -2px;
  bottom: -2px;
  box-shadow: 0 0 0px 0px !important;
}

.button.green, article.mock_exam .green.em-form-submit.em-booking-submit.em-button.em-button-1, article.mock_exam .send input.green.to_customerinfo_button,
article.mock_exam .send input.green.to_confirm_button,
article.mock_exam .send input.green.to_deliveryinfo_button,
article.mock_exam .send input.green.checkout_button, article.mock_exam .send input.green.continue_shopping_button,
article.mock_exam .send input.green.back_to_customer_button,
article.mock_exam .send input.green.back_cart_button,
article.mock_exam .send input.green.back_to_delivery_button {
  background-color: #809820;
  box-shadow: 5px 5px 0px 0px #d7ea8b;
}

.button.teal, article.mock_exam .teal.em-form-submit.em-booking-submit.em-button.em-button-1, article.mock_exam .send input.teal.to_customerinfo_button,
article.mock_exam .send input.teal.to_confirm_button,
article.mock_exam .send input.teal.to_deliveryinfo_button,
article.mock_exam .send input.teal.checkout_button, article.mock_exam .send input.teal.continue_shopping_button,
article.mock_exam .send input.teal.back_to_customer_button,
article.mock_exam .send input.teal.back_cart_button,
article.mock_exam .send input.teal.back_to_delivery_button {
  background-color: #2cad9a;
  box-shadow: 5px 5px 0px 0px #93e3d7;
}

.button.brown, article.mock_exam .brown.em-form-submit.em-booking-submit.em-button.em-button-1, article.mock_exam .send input.brown.to_customerinfo_button,
article.mock_exam .send input.brown.to_confirm_button,
article.mock_exam .send input.brown.to_deliveryinfo_button,
article.mock_exam .send input.brown.checkout_button, article.mock_exam .send input.brown.continue_shopping_button,
article.mock_exam .send input.brown.back_to_customer_button,
article.mock_exam .send input.brown.back_cart_button,
article.mock_exam .send input.brown.back_to_delivery_button {
  background-color: #5b4033;
  box-shadow: 5px 5px 0px 0px #b1b1b1;
}

.button.white, article.mock_exam .white.em-form-submit.em-booking-submit.em-button.em-button-1, article.mock_exam .send input.white.to_customerinfo_button,
article.mock_exam .send input.white.to_confirm_button,
article.mock_exam .send input.white.to_deliveryinfo_button,
article.mock_exam .send input.white.checkout_button, article.mock_exam .send input.white.continue_shopping_button,
article.mock_exam .send input.white.back_to_customer_button,
article.mock_exam .send input.white.back_cart_button,
article.mock_exam .send input.white.back_to_delivery_button {
  background-color: #fff;
  box-shadow: 5px 5px 0px 0px #512d2d;
  color: #810101 !important;
}

@media only screen and (max-width: 519px) {
  .swiper {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 519px) {
  .swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 519px) {
  .swiper .swiper-slide {
    width: 100%;
    height: 100%;
  }
}
.swiper .swiper-pagination-bullet-active {
  background: #810101;
}

.pagination {
  margin: 40px auto;
  text-align: center;
}
.pagination .nav-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 1.5rem;
  color: #693209;
  border-radius: 4px;
  text-decoration: none;
  background: #fff;
  transition: background 0.3s, color 0.3s;
  line-height: 1;
}
.pagination .page-numbers:hover {
  background-color: #693209;
  color: #fff;
}
.pagination .page-numbers.current {
  background-color: #693209;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}
.pagination .page-numbers.dots {
  border: none;
  background: none;
  cursor: default;
  color: #810101;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  padding: 8px 10px;
  border: none;
  background: transparent;
}
.pagination .page-numbers.next i, .pagination .page-numbers.prev i {
  font-size: 1.2rem;
  vertical-align: middle;
  color: #693209;
}
.pagination .page-numbers.next i:hover, .pagination .page-numbers.prev i:hover {
  color: #fff;
}
.pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover {
  background-color: #693209;
}
.pagination .page-numbers.next:hover i, .pagination .page-numbers.prev:hover i {
  color: #fff;
}

@media only screen and (max-width: 519px) {
  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.content_area {
  /* welcart */
}
.content_area a {
  color: #810101;
  text-decoration: underline;
}
.content_area table {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 519px) {
  .content_area table {
    margin-top: 20px;
  }
}
.content_area table th,
.content_area table td {
  border: 1px solid #000;
  padding: 15px 20px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 519px) {
  .content_area table th,
  .content_area table td {
    padding: 10px 15px;
    font-size: 1.2rem;
  }
}
.content_area table th {
  background-color: #fffcea;
  text-align: left;
  vertical-align: top;
  width: 20%;
}
@media only screen and (max-width: 519px) {
  .content_area table th {
    width: 30%;
  }
}
.content_area .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.content_area .alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.content_area .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.content_area .wp-caption,
.content_area [class*=wp-image] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
.content_area .wp-caption-text {
  margin-top: 0;
}
.content_area #itempage .itemimg {
  display: none;
}
.content_area #itempage h3 {
  display: none;
}
.content_area #itempage .item_custom_field {
  display: none;
}

.top {
  background: url(../images/bg.jpg) center top/cover no-repeat;
  background-attachment: fixed;
}
.top .main_visual {
  width: 100%;
  height: 570px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 519px) {
  .top .main_visual {
    height: 240px;
  }
}
.top .main_visual img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  object-position: left -100px;
}
@media only screen and (min-width: 520px) and (max-width: 1279px) {
  .top .main_visual img {
    object-position: left center;
  }
}
@media only screen and (max-width: 519px) {
  .top .main_visual img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: left top;
  }
}
.top .main_visual .subtitle {
  font-size: 2.8rem;
  color: #693209;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 150px;
  right: 40px;
  letter-spacing: 0.1em;
  text-align: right;
  line-height: 1.8;
}
@media only screen and (max-width: 519px) {
  .top .main_visual .subtitle {
    font-size: 1.2rem;
    top: 40px;
    right: 10px;
    letter-spacing: 0;
  }
}
.top .main_visual .subtitle span {
  font-weight: 700;
  color: #c92853;
}
.top section.top_contents {
  background: rgba(255, 206, 211, 0.5);
  padding-bottom: 80px;
}
@media only screen and (max-width: 519px) {
  .top section.top_contents {
    padding-bottom: 40px;
  }
}
.top section.top_contents .catchcopy {
  font-size: 1.8rem;
  font-weight: 600;
  color: #810101;
  padding: 50px 0;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 519px) {
  .top section.top_contents .catchcopy {
    font-size: 1.4rem;
    padding: 20px 10px 30px 10px;
  }
}
.top section.top_contents .introduction {
  background: #fff;
  padding: 50px;
  position: relative;
}
@media only screen and (max-width: 519px) {
  .top section.top_contents .introduction {
    padding: 25px;
  }
}
.top section.top_contents .introduction h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 25px;
}
@media only screen and (max-width: 519px) {
  .top section.top_contents .introduction h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.top section.top_contents .introduction p {
  line-height: 2.4;
}
@media only screen and (max-width: 519px) {
  .top section.top_contents .introduction p {
    line-height: 1.8;
  }
}
.top section.top_contents .introduction::before {
  content: "";
  width: calc(100% + 40px);
  height: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 0;
  left: -20px;
}
@media only screen and (max-width: 519px) {
  .top section.top_contents .introduction::before {
    width: calc(100% + 12px);
    left: -6px;
  }
}
.top section.top_contents .introduction::after {
  content: "";
  width: 100%;
  height: calc(100% + 40px);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: -20px;
  left: 0;
}
@media only screen and (max-width: 519px) {
  .top section.top_contents .introduction::after {
    height: calc(100% + 12px);
    top: -6px;
  }
}
.top section.top_contents .introduction .photo {
  position: absolute;
  top: -50px;
  right: 50px;
  transform: rotate(5deg);
  z-index: 2;
  border: 10px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 519px) {
  .top section.top_contents .introduction .photo {
    position: static;
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.top section.top_contents .introduction .photo img {
  width: 300px;
  height: auto;
}
@media only screen and (max-width: 519px) {
  .top section.top_contents .introduction .photo img {
    width: 200px;
    height: auto;
  }
}
.top section.top_contents .introduction .illustration {
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 1;
}
@media only screen and (max-width: 519px) {
  .top section.top_contents .introduction .illustration {
    display: none;
  }
}
.top section.top_contents .introduction .illustration img {
  width: 300px;
  height: auto;
}
.top section.top_contents .introduction .btn_area {
  position: relative;
  z-index: 2;
  margin: 50px 0 0;
}
@media only screen and (max-width: 519px) {
  .top section.top_contents .introduction .btn_area {
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.top section.top_contents .introduction .btn_area a {
  margin-right: 20px;
}
@media only screen and (max-width: 519px) {
  .top section.top_contents .introduction .btn_area a {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.top section.koenji {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 63%, rgba(255, 255, 255, 0.6) 63%, rgba(255, 255, 255, 0.6) 100%);
  padding: 50px 0 100px 0;
}
@media only screen and (max-width: 519px) {
  .top section.koenji {
    background: #fff;
    position: relative;
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.top section.koenji .inner_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 50px;
}
@media only screen and (max-width: 519px) {
  .top section.koenji .inner_flex {
    display: block;
  }
}
.top section.koenji .inner_flex > div {
  width: calc(50% - 25px);
}
@media only screen and (max-width: 519px) {
  .top section.koenji .inner_flex > div {
    width: 100%;
  }
}
.top section.koenji h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 519px) {
  .top section.koenji h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    position: absolute;
    top: 15px;
    left: 20px;
  }
}
.top section.koenji .koenji_image img {
  width: 485px;
  height: auto;
}
.top section.koenji .koenji_image p {
  text-align: right;
  margin: 15px 0 20px;
}
@media only screen and (max-width: 519px) {
  .top section.koenji .koenji_image p {
    display: none;
  }
}
.top section.koenji .koenji_image .bnr {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 519px) {
  .top section.koenji .koenji_image .bnr {
    position: absolute;
    bottom: 25px;
    right: 50%;
    transform: translate(50%, 0);
  }
}
.top section.koenji .koenji_image .bnr img {
  width: 216px;
  height: auto;
}
@media only screen and (max-width: 519px) {
  .top section.koenji .koenji_text {
    text-align: center;
  }
}
.top section.koenji .koenji_text p {
  line-height: 2.4;
  margin-bottom: 30px;
}
@media only screen and (max-width: 519px) {
  .top section.koenji .koenji_text p {
    text-align: left;
    margin-bottom: 20px;
  }
  .top section.koenji .koenji_text p br {
    display: none;
  }
}
.top section.koenji .koenji_text a.button, .top section.koenji .koenji_text article.mock_exam a.em-form-submit.em-booking-submit.em-button.em-button-1, article.mock_exam .top section.koenji .koenji_text a.em-form-submit.em-booking-submit.em-button.em-button-1 {
  display: inline-flex;
  justify-content: center;
}
.top section.cta {
  background: #810101;
  padding: 30px 0;
  text-align: center;
}
@media only screen and (max-width: 519px) {
  .top section.cta {
    display: block;
    text-align: center;
  }
}
.top section.cta p {
  font-size: 1.6rem;
  color: #fff;
}
@media only screen and (max-width: 519px) {
  .top section.cta p {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.top .top_info .title {
  background-color: #692626;
  height: 70px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 519px) {
  .top .top_info .title {
    height: 50px;
  }
}
.top .top_info .title h2 {
  background: url(../images/head01.png) no-repeat left center;
  background-size: auto 60px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  padding-left: 60px;
}
@media only screen and (max-width: 519px) {
  .top .top_info .title h2 {
    background-position: 10px center;
    background-size: auto 40px;
    font-size: 1.8rem;
    padding-left: 50px;
  }
}

.move {
  text-align: center;
  margin: 50px 0;
}
@media only screen and (max-width: 519px) {
  .move {
    margin: 30px 0;
  }
}

.more {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: sans-serif;
  color: #999;
  position: absolute;
  width: 120px;
  height: 60px;
  bottom: 10px;
  right: -10px;
}
.more .more-text {
  margin: 12px 8px;
  font-size: 1.2rem;
}
.more .arrow-line {
  position: absolute;
  bottom: 10px;
  left: 8px;
  width: 80px;
  height: 40px;
}
.more .arrow-line::before, .more .arrow-line::after {
  content: "";
  position: absolute;
  background-color: #ccc;
}
.more .arrow-line::before {
  width: 60px;
  height: 1px;
  right: 0;
  bottom: 0;
}
.more .arrow-line::after {
  width: 1px;
  height: 40px;
  right: 29px;
  bottom: -11px;
  transform: rotate(-45deg);
  transform-origin: top left;
}

@media only screen and (max-width: 519px) {
  .informationList {
    width: 300px;
    margin: 0 auto;
  }
}
.informationList .infoUl,
.informationList ul {
  display: flex;
  margin-top: 50px;
}
@media only screen and (min-width: 1280px) {
  .informationList .infoUl,
  .informationList ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 25px;
  }
}
@media only screen and (min-width: 520px) and (max-width: 1279px) {
  .informationList .infoUl,
  .informationList ul {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 519px) {
  .informationList .infoUl,
  .informationList ul {
    margin-top: 30px;
    width: 100%;
  }
}
.informationList .infoUl .list,
.informationList .infoUl li,
.informationList ul .list,
.informationList ul li {
  width: calc((100% - 50px) / 3);
  position: relative;
  background-color: #fff;
  transition: all 0.3s;
}
.informationList .infoUl .list:hover,
.informationList .infoUl li:hover,
.informationList ul .list:hover,
.informationList ul li:hover {
  transform: scale(1.05);
}
@media only screen and (min-width: 520px) and (max-width: 1279px) {
  .informationList .infoUl .list,
  .informationList .infoUl li,
  .informationList ul .list,
  .informationList ul li {
    width: 100%;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 519px) {
  .informationList .infoUl .list,
  .informationList .infoUl li,
  .informationList ul .list,
  .informationList ul li {
    width: 100%;
    padding-bottom: 5px;
    border: 1px solid #000;
  }
}
.informationList .infoUl .list::before,
.informationList .infoUl li::before,
.informationList ul .list::before,
.informationList ul li::before {
  content: "";
  width: calc(100% + 40px);
  height: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: -1px;
  left: -20px;
}
@media only screen and (max-width: 519px) {
  .informationList .infoUl .list::before,
  .informationList .infoUl li::before,
  .informationList ul .list::before,
  .informationList ul li::before {
    content: none;
  }
}
.informationList .infoUl .list::after,
.informationList .infoUl li::after,
.informationList ul .list::after,
.informationList ul li::after {
  content: "";
  width: 100%;
  height: calc(100% + 40px);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: -20px;
  left: -1px;
}
@media only screen and (max-width: 519px) {
  .informationList .infoUl .list::after,
  .informationList .infoUl li::after,
  .informationList ul .list::after,
  .informationList ul li::after {
    content: none;
  }
}
.informationList .infoUl .list a,
.informationList .infoUl li a,
.informationList ul .list a,
.informationList ul li a {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}
@media only screen and (max-width: 519px) {
  .informationList .infoUl .list a,
  .informationList .infoUl li a,
  .informationList ul .list a,
  .informationList ul li a {
    min-height: 500px;
  }
}
.informationList .infoUl .list a:hover,
.informationList .infoUl li a:hover,
.informationList ul .list a:hover,
.informationList ul li a:hover {
  text-decoration: none;
}
.informationList .infoUl .list .image,
.informationList .infoUl li .image,
.informationList ul .list .image,
.informationList ul li .image {
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
}
.informationList .infoUl .list .image img,
.informationList .infoUl li .image img,
.informationList ul .list .image img,
.informationList ul li .image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.informationList .infoUl .list .image img.no_image,
.informationList .infoUl li .image img.no_image,
.informationList ul .list .image img.no_image,
.informationList ul li .image img.no_image {
  margin-top: 20px;
  width: 140px;
  height: auto;
}
.informationList .infoUl .list .textbox,
.informationList .infoUl li .textbox,
.informationList ul .list .textbox,
.informationList ul li .textbox {
  padding: 15px 20px;
}
@media only screen and (max-width: 519px) {
  .informationList .infoUl .list .textbox,
  .informationList .infoUl li .textbox,
  .informationList ul .list .textbox,
  .informationList ul li .textbox {
    padding: 10px 15px;
  }
}
.informationList .infoUl .list .textbox .cat,
.informationList .infoUl li .textbox .cat,
.informationList ul .list .textbox .cat,
.informationList ul li .textbox .cat {
  margin-bottom: 5px;
}
.informationList .infoUl .list .textbox .cat .label,
.informationList .infoUl li .textbox .cat .label,
.informationList ul .list .textbox .cat .label,
.informationList ul li .textbox .cat .label {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background: #e99801;
  display: inline-block;
  padding: 2px 10px;
  margin-right: 10px;
  border-radius: 3px;
}
@media only screen and (max-width: 519px) {
  .informationList .infoUl .list .textbox .cat .label,
  .informationList .infoUl li .textbox .cat .label,
  .informationList ul .list .textbox .cat .label,
  .informationList ul li .textbox .cat .label {
    font-size: 1rem;
    margin-right: 2px;
  }
}
.informationList .infoUl .list .textbox .cat .label.exam,
.informationList .infoUl li .textbox .cat .label.exam,
.informationList ul .list .textbox .cat .label.exam,
.informationList ul li .textbox .cat .label.exam {
  background: #0a6924;
}
.informationList .infoUl .list .textbox .cat .label.information,
.informationList .infoUl li .textbox .cat .label.information,
.informationList ul .list .textbox .cat .label.information,
.informationList ul li .textbox .cat .label.information {
  background: #e99801;
}
.informationList .infoUl .list .textbox .cat .label.special,
.informationList .infoUl li .textbox .cat .label.special,
.informationList ul .list .textbox .cat .label.special,
.informationList ul li .textbox .cat .label.special {
  background: #7c4218;
}
.informationList .infoUl .list .textbox .cat .label.blog,
.informationList .infoUl li .textbox .cat .label.blog,
.informationList ul .list .textbox .cat .label.blog,
.informationList ul li .textbox .cat .label.blog {
  background: #5ca9b7;
}
.informationList .infoUl .list .textbox .tit,
.informationList .infoUl li .textbox .tit,
.informationList ul .list .textbox .tit,
.informationList ul li .textbox .tit {
  font-size: 1.8rem;
  font-weight: 600;
  min-height: 3.4em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 519px) {
  .informationList .infoUl .list .textbox .tit,
  .informationList .infoUl li .textbox .tit,
  .informationList ul .list .textbox .tit,
  .informationList ul li .textbox .tit {
    font-size: 1.4rem;
    margin-bottom: 5px;
    letter-spacing: 0em;
  }
}
.informationList .infoUl .list .textbox .date,
.informationList .infoUl li .textbox .date,
.informationList ul .list .textbox .date,
.informationList ul li .textbox .date {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 519px) {
  .informationList .infoUl .list .textbox .date,
  .informationList .infoUl li .textbox .date,
  .informationList ul .list .textbox .date,
  .informationList ul li .textbox .date {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.informationList .infoUl .list .textbox .txt,
.informationList .infoUl li .textbox .txt,
.informationList ul .list .textbox .txt,
.informationList ul li .textbox .txt {
  color: #666;
  font-size: 1.2rem;
}
@media only screen and (max-width: 519px) {
  .informationList .infoUl .list .textbox .txt p,
  .informationList .infoUl li .textbox .txt p,
  .informationList ul .list .textbox .txt p,
  .informationList ul li .textbox .txt p {
    font-size: 1.1rem;
    letter-spacing: 0em;
  }
}
.informationList ul {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 519px) {
  .informationList ul {
    gap: 10px;
  }
}
.informationList ul li {
  width: calc((100% - 80px) / 3);
  margin-bottom: 30px;
}
@media only screen and (max-width: 519px) {
  .informationList ul li {
    width: calc((100% - 10px) / 2);
  }
}
@media only screen and (max-width: 519px) {
  .informationList ul li a {
    padding-bottom: 40px;
  }
}

article.information {
  background: url(../images/bg.jpg) center top/cover no-repeat;
  background-attachment: fixed;
  padding-bottom: 0;
}
article.information .bg {
  background: rgba(255, 206, 211, 0.5);
  padding-bottom: 80px;
}
article.information .informationList {
  padding-bottom: 80px;
}
@media only screen and (max-width: 519px) {
  article.information .informationList {
    width: 100%;
  }
}
article.information .pick_up {
  background: rgba(255, 206, 211, 0.5);
  padding: 40px 0 80px 0;
}
@media only screen and (max-width: 519px) {
  article.information .pick_up {
    padding: 30px 0 50px 0;
  }
}
article.information .pick_up .title {
  font-size: 2.4rem;
  color: #810101;
  font-weight: 600;
}
article.information .pick_up .infoUl {
  margin-top: 15px;
}
article.information .pick_up .list {
  border: 5px solid #acbc42;
}
article.information .pick_up .list::before {
  content: none;
}
article.information .pick_up .list::after {
  content: none;
}
article.information .content {
  background: #fff;
  padding: 30px 35px 40px 35px;
  margin: 50px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
article.information .text_title {
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #810101;
}
@media only screen and (max-width: 519px) {
  article.information .text_title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
article.information .button_area {
  text-align: center;
}

.top .top_course {
  background: rgba(255, 206, 211, 0.5);
  padding: 50px 0 30px 0;
}
@media only screen and (max-width: 519px) {
  .top .top_course {
    padding: 20px 0 50px 0;
  }
}
.top .top_course .title {
  height: 70px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 519px) {
  .top .top_course .title {
    height: auto;
    margin-bottom: 20px;
  }
}
.top .top_course .title h2 {
  background: url(../images/head02.png) no-repeat left bottom;
  background-size: auto 46px;
  font-size: 2.5rem;
  font-weight: 500;
  padding-left: 50px;
  color: #810101;
}
@media only screen and (max-width: 519px) {
  .top .top_course .title h2 {
    background-position: 10px center;
    background-size: auto 40px;
    font-size: 1.8rem;
    padding-left: 50px;
  }
}
.top .top_course .courseList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 25px;
}
@media only screen and (min-width: 520px) and (max-width: 1279px) {
  .top .top_course .courseList ul {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 519px) {
  .top .top_course .courseList ul {
    display: block;
  }
}
.top .top_course .courseList ul li {
  width: calc((100% - 50px) / 2);
  position: relative;
  background-color: #fff;
  transition: all 0.3s;
  border: 1px solid #810101;
  box-shadow: 8px 8px 0px 0px #810101;
}
@media only screen and (max-width: 519px) {
  .top .top_course .courseList ul li {
    width: 98%;
    margin-bottom: 20px;
  }
}
.top .top_course .courseList ul li:hover {
  transform: scale(1.05);
}
@media only screen and (min-width: 520px) and (max-width: 1279px) {
  .top .top_course .courseList ul li {
    width: 100%;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 519px) {
  .top .top_course .courseList ul li {
    padding-bottom: 5px;
  }
}
.top .top_course .courseList ul li a {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 25px 28px;
}
@media only screen and (max-width: 519px) {
  .top .top_course .courseList ul li a {
    padding: 15px 20px;
  }
}
.top .top_course .courseList ul li a:hover {
  text-decoration: none;
}
.top .top_course .courseList ul li h3 {
  color: #810101;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 519px) {
  .top .top_course .courseList ul li h3 {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.top .top_course .courseList ul li .textbox {
  font-size: 1.3rem;
}
@media only screen and (max-width: 519px) {
  .top .top_course .courseList ul li .textbox {
    font-size: 1.2rem;
  }
}

article.course .button_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 30px 0 0 0;
}
article.course .course_first {
  padding: 25px 0 35px 0;
}
@media only screen and (max-width: 519px) {
  article.course .course_first {
    padding: 0 0 20px 0;
  }
}
article.course .course_first strong {
  font-weight: 700;
  color: #810101;
}
article.course .course_first .button_area {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0 0 0;
  background: #692626;
  padding: 15px 40px 20px 30px;
}
@media only screen and (max-width: 519px) {
  article.course .course_first .button_area {
    display: block;
    text-align: center;
  }
}
article.course .course_first .button_area p {
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #fff;
}
@media only screen and (max-width: 519px) {
  article.course .course_first .button_area p {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
article.course .course_nav {
  padding: 40px 0;
  background-color: #fff0f2;
}
@media only screen and (max-width: 519px) {
  article.course .course_nav {
    padding: 20px 0;
  }
}
article.course .course_nav ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 519px) {
  article.course .course_nav ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}
article.course .course_nav ul li {
  width: calc((100% - 60px) / 4);
  min-height: 66px;
}
@media only screen and (max-width: 519px) {
  article.course .course_nav ul li {
    width: calc((100% - 20px) / 2);
  }
}
article.course .course_nav ul li a {
  background-color: #fff;
  border: 1px solid #eba7b1;
  color: #810101;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 10px 30px 10px 15px;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.3s;
}
@media only screen and (max-width: 519px) {
  article.course .course_nav ul li a {
    font-size: 1.2rem;
    text-align: left;
    padding: 10px 30px 10px 15px;
  }
}
article.course .course_nav ul li a:hover {
  background-color: #f9eeef;
  text-decoration: none;
}
article.course .course_nav ul li a::after {
  content: "\f078";
  color: #ffc891;
  font-family: "Font Awesome 6 Free";
  font-size: 1.5rem;
  font-weight: 600;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
article.course h3.course_title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #810101;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 519px) {
  article.course h3.course_title {
    font-size: 2rem;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 10px;
  }
}
article.course h3.course_title .label {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  background: #810101;
  padding: 5px 15px;
}
article.course .course_second {
  padding: 50px 0;
}
article.course .course_second .price {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 519px) {
  article.course .course_second .price {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
article.course .course_content {
  border-top: 5px solid #f0f0f0;
  padding: 50px 0;
}
article.course .course_content .subtitle {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 519px) {
  article.course .course_content .subtitle {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 519px) {
  article.course .course_content .textbox {
    margin-bottom: 20px;
  }
}
article.course .course_content .textbox p {
  font-size: 1.4rem;
  line-height: 2;
}
article.course .course_content .image {
  width: 360px;
}
@media only screen and (max-width: 519px) {
  article.course .course_content .image {
    width: 100%;
  }
}
article.course .course_content table.course_table {
  width: 100%;
  margin-top: 30px;
}
article.course .course_content table.course_table th,
article.course .course_content table.course_table td {
  border: 1px solid #000;
  padding: 15px 20px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 519px) {
  article.course .course_content table.course_table th,
  article.course .course_content table.course_table td {
    padding: 10px 15px;
    font-size: 1.2rem;
  }
}
article.course .course_content table.course_table th {
  background-color: #fffcea;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 519px) {
  article.course .course_content table.course_table th {
    width: 30%;
  }
}
article.course .course_content .notice {
  border: 1px solid #eba7b1;
  background-color: #fff0f2;
  padding: 20px 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 519px) {
  article.course .course_content .notice {
    padding: 15px 20px;
  }
}
article.course .course_content .notice p {
  margin-bottom: 5px;
}
article.course .course_content .notice .title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #810101;
}

article.mock_exam {
  /* 詳細ページ */
}
article.mock_exam .important {
  border: 4px solid #ffbfbf;
  background-color: #fff0f2;
  padding: 20px 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 519px) {
  article.mock_exam .important {
    padding: 15px 20px;
  }
}
article.mock_exam .important .title {
  color: #ab4d00;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  article.mock_exam .important .title {
    font-size: 1.6rem;
  }
}
article.mock_exam .exam_list {
  margin-top: 30px;
}
@media only screen and (max-width: 519px) {
  article.mock_exam .exam_list {
    margin-bottom: 60px;
  }
}
article.mock_exam .exam_list .exam_item {
  display: flex;
  align-items: center;
  background: #f2ffea;
  border: 1px solid #408b00;
  padding: 25px 20px;
  gap: 15px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 519px) {
  article.mock_exam .exam_list .exam_item {
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px 20px;
  }
}
article.mock_exam .exam_list .exam_item p {
  line-height: 1;
}
article.mock_exam .exam_list .exam_item .label {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background: #234600;
  padding: 5px 15px;
}
@media only screen and (max-width: 519px) {
  article.mock_exam .exam_list .exam_item .label {
    display: inline-block;
    font-size: 1.2rem;
    padding: 2px 10px;
  }
}
article.mock_exam .exam_list .exam_item .title {
  font-size: 2.4rem;
  color: #237210;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 519px) {
  article.mock_exam .exam_list .exam_item .title {
    font-size: 1.8rem;
  }
}
article.mock_exam .exam_list .exam_item .date {
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 20px;
}
@media only screen and (max-width: 519px) {
  article.mock_exam .exam_list .exam_item .date {
    font-size: 1.3rem;
    padding-left: 0;
  }
}
article.mock_exam .exam_list .exam_item a.button, article.mock_exam .exam_list .exam_item a.em-form-submit.em-booking-submit.em-button.em-button-1 {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 46px;
}
@media only screen and (max-width: 519px) {
  article.mock_exam .exam_list .exam_item a.button, article.mock_exam .exam_list .exam_item a.em-form-submit.em-booking-submit.em-button.em-button-1 {
    position: static;
    display: inline-block;
    top: auto;
    transform: none;
    margin: 10px auto;
  }
}
article.mock_exam .button_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 30px 0 0 0;
}
article.mock_exam .exam_first {
  padding: 25px 0 35px 0;
}
@media only screen and (max-width: 519px) {
  article.mock_exam .exam_first {
    padding: 0 0 20px 0;
  }
}
article.mock_exam .exam_first strong {
  font-weight: 700;
  color: #810101;
  font-size: 1.4rem;
}
article.mock_exam .exam_first .button_area {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0 0 0;
  background: #692626;
  padding: 15px 40px 20px 30px;
}
@media only screen and (max-width: 519px) {
  article.mock_exam .exam_first .button_area {
    display: block;
    text-align: center;
  }
}
article.mock_exam .exam_first .button_area p {
  margin-bottom: 0;
  font-size: 1.6rem;
  color: #fff;
}
@media only screen and (max-width: 519px) {
  article.mock_exam .exam_first .button_area p {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
article.mock_exam h3.exam_title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #237210;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 519px) {
  article.mock_exam h3.exam_title {
    font-size: 2rem;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
  }
}
article.mock_exam h3.exam_title .label {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  background: #234600;
  padding: 5px 15px;
}
article.mock_exam .exam {
  padding: 30px 0;
}
article.mock_exam .exam .head {
  font-size: 2rem;
  font-weight: 600;
}
article.mock_exam .exam .exam_apply {
  background-color: #f2ffea;
  padding: 20px 30px 80px 20px;
  margin-top: 30px;
}
article.mock_exam .exam .exam_apply .title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #237210;
  margin-bottom: 15px;
}
article.mock_exam .exam .sku_block {
  background-color: #155406;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap; /* モバイル対応 */
  margin: 20px auto;
  border-radius: 5px;
}
@media only screen and (max-width: 519px) {
  article.mock_exam .exam .sku_block {
    gap: 10px;
    padding-bottom: 20px;
  }
}
article.mock_exam .exam .sku_title,
article.mock_exam .exam .sku_price,
article.mock_exam .exam .item_option {
  flex: 1 1 auto;
  min-width: 150px;
}
article.mock_exam .exam .sku_title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
article.mock_exam .exam .sku_price {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}
article.mock_exam .exam .item_option .option_row {
  display: flex;
  align-items: center;
  gap: 15px;
}
article.mock_exam .exam .option_field select {
  padding: 0.4em 0.6em;
  border-radius: 4px;
  border: none;
  font-size: 1.3rem;
}
article.mock_exam .exam .sku_button {
  flex-shrink: 0;
}
@media only screen and (max-width: 519px) {
  article.mock_exam .exam .sku_button {
    margin: 20px auto 0 auto;
  }
}
article.mock_exam .exam .sku_button input[type=submit] {
  background-color: #df6c0e;
  color: #fff;
  font-weight: bold;
  padding: 0.6em 1.2em;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media only screen and (max-width: 519px) {
  article.mock_exam .exam .sku_button input[type=submit] {
    font-size: 1.4rem;
  }
}
article.mock_exam .exam .sku_button input[type=submit]:hover {
  background-color: #934a12;
}
article.mock_exam .post .content__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
article.mock_exam .content_area div.header_explanation {
  padding-top: 0;
}
article.mock_exam .content_area table#cart_table {
  margin-top: 0;
  margin-bottom: 20px;
}
article.mock_exam .content_area table#cart_table.confirm {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
article.mock_exam .content_area table#cart_table th,
article.mock_exam .content_area table#cart_table td {
  padding: 10px 15px;
  text-align: center;
  border: none;
  border-bottom: 1px solid #ccc;
}
article.mock_exam .content_area table#cart_table th {
  border-top: 1px solid #ccc;
  font-weight: 500;
  width: auto;
}
article.mock_exam .content_area table#cart_table th.quantity {
  width: 80px;
}
article.mock_exam .content_area table#cart_table td.quantity input {
  width: 40px;
  text-align: center;
}
article.mock_exam .content_area table.customer_form {
  margin: 0 auto 20px;
  max-width: 800px;
}
article.mock_exam .content_area table.customer_form .required:after {
  content: "※";
  color: #860808;
  font-weight: 700;
}
article.mock_exam .content_area table.customer_form th,
article.mock_exam .content_area table.customer_form td {
  padding: 10px 15px !important;
  text-align: left !important;
  border-color: #ccc !important;
  font-size: 1.3rem !important;
}
article.mock_exam .content_area table.customer_form th input[type=text],
article.mock_exam .content_area table.customer_form th textarea,
article.mock_exam .content_area table.customer_form td input[type=text],
article.mock_exam .content_area table.customer_form td textarea {
  width: 100%;
  padding: 10px 14px;
  font-size: 1.3rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}
article.mock_exam .content_area table.customer_form th input[type=text]:focus,
article.mock_exam .content_area table.customer_form th textarea:focus,
article.mock_exam .content_area table.customer_form td input[type=text]:focus,
article.mock_exam .content_area table.customer_form td textarea:focus {
  border-color: #1c891c;
  box-shadow: 0 0 0 3px rgba(28, 137, 28, 0.2);
  outline: none;
}
article.mock_exam .content_area table.customer_form th input[type=text]:disabled,
article.mock_exam .content_area table.customer_form th textarea:disabled,
article.mock_exam .content_area table.customer_form td input[type=text]:disabled,
article.mock_exam .content_area table.customer_form td textarea:disabled {
  background-color: #f5f5f5;
  color: #aaa;
}
article.mock_exam .content_area table.customer_form th input[type=text].form_ib,
article.mock_exam .content_area table.customer_form th textarea.form_ib,
article.mock_exam .content_area table.customer_form td input[type=text].form_ib,
article.mock_exam .content_area table.customer_form td textarea.form_ib {
  width: 200px;
  margin-right: 20px;
}
article.mock_exam .content_area table.customer_form th input[type=text].address1,
article.mock_exam .content_area table.customer_form th textarea.address1,
article.mock_exam .content_area table.customer_form td input[type=text].address1,
article.mock_exam .content_area table.customer_form td textarea.address1 {
  width: 400px;
}
article.mock_exam .content_area table.customer_form th textarea,
article.mock_exam .content_area table.customer_form td textarea {
  margin: 0;
  margin-top: 5px;
  padding: 10px 24px;
}
article.mock_exam .content_area table.customer_form th select.pref,
article.mock_exam .content_area table.customer_form td select.pref {
  width: 200px;
}
article.mock_exam .content_area table.customer_form th .search-zipcode.button, article.mock_exam .content_area table.customer_form th .search-zipcode.em-form-submit.em-booking-submit.em-button.em-button-1, article.mock_exam .content_area table.customer_form th .send input.search-zipcode.to_customerinfo_button, article.mock_exam .send .content_area table.customer_form th input.search-zipcode.to_customerinfo_button,
article.mock_exam .content_area table.customer_form th .send input.search-zipcode.to_confirm_button,
article.mock_exam .send .content_area table.customer_form th input.search-zipcode.to_confirm_button,
article.mock_exam .content_area table.customer_form th .send input.search-zipcode.to_deliveryinfo_button,
article.mock_exam .send .content_area table.customer_form th input.search-zipcode.to_deliveryinfo_button,
article.mock_exam .content_area table.customer_form th .send input.search-zipcode.checkout_button,
article.mock_exam .send .content_area table.customer_form th input.search-zipcode.checkout_button, article.mock_exam .content_area table.customer_form th .send input.search-zipcode.continue_shopping_button, article.mock_exam .send .content_area table.customer_form th input.search-zipcode.continue_shopping_button,
article.mock_exam .content_area table.customer_form th .send input.search-zipcode.back_to_customer_button,
article.mock_exam .send .content_area table.customer_form th input.search-zipcode.back_to_customer_button,
article.mock_exam .content_area table.customer_form th .send input.search-zipcode.back_cart_button,
article.mock_exam .send .content_area table.customer_form th input.search-zipcode.back_cart_button,
article.mock_exam .content_area table.customer_form th .send input.search-zipcode.back_to_delivery_button,
article.mock_exam .send .content_area table.customer_form th input.search-zipcode.back_to_delivery_button,
article.mock_exam .content_area table.customer_form td .search-zipcode.button,
article.mock_exam .content_area table.customer_form td .search-zipcode.em-form-submit.em-booking-submit.em-button.em-button-1,
article.mock_exam .content_area table.customer_form td .send input.search-zipcode.to_customerinfo_button,
article.mock_exam .send .content_area table.customer_form td input.search-zipcode.to_customerinfo_button,
article.mock_exam .content_area table.customer_form td .send input.search-zipcode.to_confirm_button,
article.mock_exam .send .content_area table.customer_form td input.search-zipcode.to_confirm_button,
article.mock_exam .content_area table.customer_form td .send input.search-zipcode.to_deliveryinfo_button,
article.mock_exam .send .content_area table.customer_form td input.search-zipcode.to_deliveryinfo_button,
article.mock_exam .content_area table.customer_form td .send input.search-zipcode.checkout_button,
article.mock_exam .send .content_area table.customer_form td input.search-zipcode.checkout_button,
article.mock_exam .content_area table.customer_form td .send input.search-zipcode.continue_shopping_button,
article.mock_exam .send .content_area table.customer_form td input.search-zipcode.continue_shopping_button,
article.mock_exam .content_area table.customer_form td .send input.search-zipcode.back_to_customer_button,
article.mock_exam .send .content_area table.customer_form td input.search-zipcode.back_to_customer_button,
article.mock_exam .content_area table.customer_form td .send input.search-zipcode.back_cart_button,
article.mock_exam .send .content_area table.customer_form td input.search-zipcode.back_cart_button,
article.mock_exam .content_area table.customer_form td .send input.search-zipcode.back_to_delivery_button,
article.mock_exam .send .content_area table.customer_form td input.search-zipcode.back_to_delivery_button {
  box-shadow: none;
  border: none;
  padding: 10px 20px;
}
article.mock_exam .content_area table.customer_form th select,
article.mock_exam .content_area table.customer_form td select {
  width: 100%;
  padding: 10px 14px;
  font-size: 1.3rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  appearance: none; /* ブラウザデフォルト矢印非表示 */
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
}
article.mock_exam .content_area table.customer_form th select:focus,
article.mock_exam .content_area table.customer_form td select:focus {
  border-color: #1c891c;
  box-shadow: 0 0 0 3px rgba(28, 137, 28, 0.2);
  outline: none;
}
article.mock_exam .content_area table.customer_form th select:disabled,
article.mock_exam .content_area table.customer_form td select:disabled {
  background-color: #f5f5f5;
  color: #aaa;
}
article.mock_exam .content_area table.customer_form .flex {
  gap: 15px;
}
article.mock_exam .content_area table.customer_form tr.fax-row {
  display: none;
}
article.mock_exam .content_area table.customer_form tr.ttl {
  display: none;
}
article.mock_exam .content_area table.customer_form tr.delivery-name-row {
  display: none;
}
article.mock_exam .content_area table.customer_form tr.delivery-furikana-row {
  display: none;
}
article.mock_exam .content_area table.customer_form tr.delivery-zipcode-row {
  display: none;
}
article.mock_exam .content_area table.customer_form tr.delivery-states-row {
  display: none;
}
article.mock_exam .content_area table.customer_form tr.delivery-address1-row {
  display: none;
}
article.mock_exam .content_area table.customer_form tr.delivery-address2-row {
  display: none;
}
article.mock_exam .content_area table.customer_form tr.delivery-address3-row {
  display: none;
}
article.mock_exam .content_area table.customer_form tr.delivery-tel-row {
  display: none;
}
article.mock_exam .total,
article.mock_exam .total_all {
  text-align: right;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
article.mock_exam .total span.price,
article.mock_exam .total_all span.price {
  color: #237210;
  font-size: 2.4rem;
  font-weight: 700;
}
article.mock_exam input.delButton {
  border: 1px solid #860808 !important;
  background-color: #fff;
  color: #860808;
  font-size: 1.2rem;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
article.mock_exam input.delButton:hover {
  background-color: #860808;
  color: #fff;
}
article.mock_exam .send {
  text-align: center;
  border-top: none !important;
}
article.mock_exam .send input.continue_shopping_button,
article.mock_exam .send input.back_to_customer_button,
article.mock_exam .send input.back_cart_button,
article.mock_exam .send input.back_to_delivery_button {
  background-color: #fff !important;
  box-shadow: none !important;
  color: #155406 !important;
  border: 1px solid #155406;
  padding: 10px 20px;
  cursor: pointer;
}
article.mock_exam .send input.to_customerinfo_button,
article.mock_exam .send input.to_confirm_button,
article.mock_exam .send input.to_deliveryinfo_button,
article.mock_exam .send input.checkout_button {
  background-color: #df6c0e !important;
  box-shadow: none;
  border: none;
  padding: 10px 20px;
  margin-left: 20px;
  cursor: pointer;
}
article.mock_exam .send input.to_confirm_button {
  margin-left: 0;
}
article.mock_exam .required_message {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 20px;
  padding-left: 20px;
}
article.mock_exam .required_message p {
  margin-bottom: 0;
  text-align: left;
}
article.mock_exam .required_message span.red {
  color: #860808;
}
article.mock_exam .required_message .supp {
  color: #860808;
  font-weight: 700;
  text-align: center;
}
article.mock_exam .cart_table table td.thumbnail {
  display: none;
}
article.mock_exam .cart_table table tfoot {
  display: none;
}
article.mock_exam #wc_ordercompletion .header_explanation {
  margin: 30px;
}
article.mock_exam .em.em-event-booking-form h3.em-booking-section-title {
  display: none;
}
article.mock_exam .em-booking-section.em-booking-form-buttons.em-booking-buttons {
  text-align: center;
}
article.mock_exam .em-form-submit.em-booking-submit.em-button.em-button-1 {
  background-color: #692626 !important;
  color: #fff !important;
  font-size: 1.4rem !important;
  font-weight: 500;
  width: auto !important;
  margin: auto !important;
}
article.mock_exam .em-form-submit.em-booking-submit.em-button.em-button-1:hover {
  color: #fff !important;
}
article.mock_exam .em.em-event-booking-form .em-login .em-login-trigger {
  display: none;
}
article.mock_exam .em.em-event-booking-form .em-booking-form-details .em-login-trigger {
  display: none;
}
article.mock_exam .em.em-event-booking-form .em-booking-section {
  padding: 0;
}
article.mock_exam .em.em-event-booking-form .em-tickets {
  margin-left: 0 !important;
}
article.mock_exam .em.em-event-booking-form .em-tickets tr td,
article.mock_exam .em.em-event-booking-form .em-tickets tr th {
  border-bottom: 5px solid #f2ffea !important;
}
article.mock_exam .em.em-event-booking-form .em-tickets tr td {
  background-color: #155406;
  color: #fff;
  padding: 10px 20px !important;
  border-bottom: 5px solid #f2ffea;
}
article.mock_exam .em.em-event-booking-form .em-tickets tr td.em-bookings-ticket-table-type {
  font-size: 1.6rem;
  font-weight: 600;
}
article.mock_exam .em.em-event-booking-form .em-tickets tr td.em-bookings-ticket-table-price {
  width: 150px;
  text-align: right !important;
}
article.mock_exam .em-booking-form-section-details {
  width: 60%;
  margin: 0 auto !important;
}
article.mock_exam .em-booking-form-section-summary {
  width: 60%;
  margin: 0 auto 30px auto !important;
  border: 1px solid #ccc;
  background: #fff;
  padding: 20px 30px !important;
}
@media screen and (max-width: 767px) {
  article.mock_exam .em-booking-form-tickets table,
  article.mock_exam .em-booking-form-tickets thead,
  article.mock_exam .em-booking-form-tickets tbody,
  article.mock_exam .em-booking-form-tickets th,
  article.mock_exam .em-booking-form-tickets td,
  article.mock_exam .em-booking-form-tickets tr {
    display: block;
    width: 100% !important;
  }
  article.mock_exam .em-booking-form-tickets thead {
    display: none;
  }
  article.mock_exam .em-booking-form-section-details {
    width: 100%;
  }
  article.mock_exam .em-booking-form-section-summary {
    width: 100%;
  }
  article.mock_exam .em.em-event-booking-form .em-tickets tr {
    padding: 15px 20px 20px 20px;
  }
  article.mock_exam .em-booking-form-tickets tr {
    margin-bottom: 1.5rem;
    background-color: #155406;
    color: #fff;
    padding: 0;
    border-bottom: none;
  }
  article.mock_exam .em.em-event-booking-form .em-tickets tr td {
    padding: 0 !important;
    position: relative;
    border-bottom: none !important;
  }
  article.mock_exam .em-booking-form-tickets td::before {
    content: "";
    font-weight: bold;
    color: #c1ffc1;
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.9rem;
  }
  article.mock_exam .em.pixelbones td.em-bookings-ticket-table-spaces {
    text-align: center !important;
  }
  article.mock_exam .em-booking-form-tickets select {
    width: 100%;
    font-size: 1.4rem;
  }
}

article.teacher {
  background: url(../images/bg.jpg) center top/cover no-repeat;
  background-attachment: fixed;
  padding-bottom: 0;
}
article.teacher .bg {
  background: rgba(255, 206, 211, 0.5);
  padding-bottom: 80px;
}
article.teacher .teacher_block {
  background-color: #fff;
  position: relative;
  margin-top: 60px;
  padding: 30px 30px 30px 35px;
}
@media only screen and (max-width: 519px) {
  article.teacher .teacher_block {
    padding: 15px 20px;
  }
}
article.teacher .teacher_block .flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 519px) {
  article.teacher .teacher_block .flex {
    display: block;
  }
}
article.teacher .teacher_block::before {
  content: "";
  width: calc(100% + 40px);
  height: calc(100% - 2px);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 0;
  left: -20px;
}
@media only screen and (max-width: 519px) {
  article.teacher .teacher_block::before {
    width: calc(100% + 12px);
    left: -6px;
  }
}
article.teacher .teacher_block::after {
  content: "";
  width: 100%;
  height: calc(100% + 40px);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: -20px;
  left: 0;
}
@media only screen and (max-width: 519px) {
  article.teacher .teacher_block::after {
    height: calc(100% + 12px);
    top: -6px;
  }
}
article.teacher .teacher_block .image {
  width: 450px;
}
@media only screen and (max-width: 519px) {
  article.teacher .teacher_block .image {
    width: 100%;
    max-height: 300px;
  }
}
article.teacher .teacher_block .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
article.teacher .teacher_block .content {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1280px) {
  article.teacher .teacher_block .content {
    width: calc(100% - 470px);
  }
}
@media only screen and (max-width: 519px) {
  article.teacher .teacher_block .content {
    padding: 0 0 20px 0;
  }
}
@media only screen and (min-width: 1280px) {
  article.teacher .teacher_block .content.full {
    width: 100%;
  }
}
@media only screen and (max-width: 519px) {
  article.teacher .teacher_block .content .profile_img {
    margin-top: 20px;
  }
}
article.teacher .teacher_block .content h3 {
  display: flex;
  align-items: center;
  margin: 30px auto 20px auto;
  gap: 30px;
}
@media only screen and (max-width: 519px) {
  article.teacher .teacher_block .content h3 {
    margin-top: 10px;
  }
}
article.teacher .teacher_block .content .name {
  font-size: 2rem;
  font-weight: 500;
}
article.teacher .teacher_block .content .rubi {
  font-size: 1.2rem;
  color: #676767;
}
article.teacher .teacher_block .content .topics {
  margin-top: 20px;
  margin-bottom: 30px;
  background: #f4f4f4;
  padding: 15px 25px;
}
@media only screen and (max-width: 519px) {
  article.teacher .teacher_block .content .topics {
    padding: 10px 20px;
  }
}
article.teacher .teacher_block .content .topics .title {
  margin-bottom: 5px;
}
@media only screen and (max-width: 519px) {
  article.teacher .teacher_block .content .topics .title {
    font-size: 1.2rem;
  }
}
article.teacher .teacher_block .content .topics ul.topics_list li {
  display: flex;
  align-items: center;
}
article.teacher .teacher_block .content .topics ul.topics_list li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #d38249;
  font-size: 1.4rem;
  margin-right: 10px;
}
article.teacher .teacher_block .content .topics ul.topics_list li a {
  font-size: 1.3rem;
  color: #d85300;
  display: block;
  position: relative;
}
@media only screen and (max-width: 519px) {
  article.teacher .teacher_block .content .topics ul.topics_list li a {
    font-size: 1.2rem;
  }
}
article.teacher .teacher_block .content .topics ul.topics_list li a::after {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-size: 1.4rem;
  font-weight: 900;
  margin: 0 5px;
  color: #d85300;
}
article.teacher .teacher_block .content h4.title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ebcdcd;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 519px) {
  article.teacher .teacher_block .content h4.title {
    font-size: 1.6rem;
  }
}
article.teacher .teacher_block .content strong {
  font-size: 1.5rem;
  color: #810101;
}

article.success_story {
  background: url(../images/bg.jpg) center top/cover no-repeat;
  background-attachment: fixed;
  padding-bottom: 0;
}
article.success_story .bg {
  background: rgba(255, 206, 211, 0.5);
  padding-bottom: 80px;
}
article.success_story .first {
  padding: 30px 0;
}
article.success_story .first p {
  font-size: 1.6rem;
  color: #810101;
  font-weight: 500;
}
article.success_story .success_story_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 519px) {
  article.success_story .success_story_list {
    margin-bottom: 60px;
    gap: 10px;
  }
}
article.success_story .success_story_list .item {
  text-align: center;
  background: #fff;
  border: 1px solid #810101;
  width: calc(33.3333333333% - 120px);
  padding: 25px 20px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 519px) {
  article.success_story .success_story_list .item {
    width: calc(50% - 5px);
    padding: 15px 20px 25px 20px;
    margin-bottom: 10px;
  }
}
article.success_story .success_story_list .item .image {
  width: 100px;
  height: 100px;
  margin: auto;
}
article.success_story .success_story_list .item .image img {
  object-fit: contain;
}
article.success_story .success_story_list .item .text .name {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0;
}
article.success_story .success_story_list .item .text .gender {
  font-size: 1.2rem;
  color: #666;
}
article.success_story .success_story_list .item .title {
  font-size: 3rem;
  color: #237210;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 519px) {
  article.success_story .success_story_list .item .title {
    font-size: 1.8rem;
  }
}
article.success_story .success_story_list .item .date {
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 20px;
}
@media only screen and (max-width: 519px) {
  article.success_story .success_story_list .item .date {
    font-size: 1.3rem;
    padding-left: 0;
  }
}
article.success_story .success_story_list .item a.button, article.success_story .success_story_list .item article.mock_exam a.em-form-submit.em-booking-submit.em-button.em-button-1, article.mock_exam article.success_story .success_story_list .item a.em-form-submit.em-booking-submit.em-button.em-button-1 {
  display: block;
  padding: 5px 15px 7px 15px;
}
article.success_story .success_story_list .item a.button::before, article.success_story .success_story_list .item article.mock_exam a.em-form-submit.em-booking-submit.em-button.em-button-1::before, article.mock_exam article.success_story .success_story_list .item a.em-form-submit.em-booking-submit.em-button.em-button-1::before {
  content: none;
}
article.success_story .content {
  background: #fff;
  padding: 30px 35px 40px 35px;
  margin: 50px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
article.success_story .text_title {
  margin-bottom: 30px;
}
article.success_story .text_title span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #810101;
}
article.success_story .button_area {
  text-align: center;
}

article.classroom {
  background: url(../images/bg.jpg) center top/cover no-repeat;
  background-attachment: fixed;
  padding-bottom: 0;
}
article.classroom .bg {
  background: rgba(255, 206, 211, 0.5);
}
article.classroom .first {
  padding: 30px 0 50px 0;
}
article.classroom .first p {
  font-size: 1.6rem;
  color: #810101;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  article.classroom .first p {
    font-size: 1.4rem;
  }
}
article.classroom .map_block {
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
}
@media only screen and (max-width: 519px) {
  article.classroom .map_block {
    display: block;
    padding: 15px 20px;
  }
}
article.classroom .map_block::before {
  content: "";
  width: calc(100% + 40px);
  height: calc(100% - 2px);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 0;
  left: -20px;
}
@media only screen and (max-width: 519px) {
  article.classroom .map_block::before {
    width: calc(100% + 12px);
    left: -6px;
  }
}
article.classroom .map_block::after {
  content: "";
  width: 100%;
  height: calc(100% + 40px);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: -20px;
  left: 0;
}
@media only screen and (max-width: 519px) {
  article.classroom .map_block::after {
    height: calc(100% + 12px);
    top: -6px;
  }
}
article.classroom .map_block .illustration {
  position: absolute;
  bottom: 1px;
  left: 50px;
  z-index: 1;
}
@media only screen and (max-width: 519px) {
  article.classroom .map_block .illustration {
    display: none;
  }
}
article.classroom .map_block .illustration img {
  width: 240px;
  height: auto;
}
@media only screen and (min-width: 1280px) {
  article.classroom .map_block .ggmap {
    width: 475px;
    height: 360px;
  }
  article.classroom .map_block .ggmap iframe {
    width: 100%;
    height: 100%;
  }
}
article.classroom .map_block .text_block {
  position: relative;
  z-index: 2;
}
article.classroom .map_block .text_block .title {
  font-size: 2.4rem;
  margin-bottom: 30px;
  color: #810101;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  article.classroom .map_block .text_block .title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
article.classroom .map_block .text_block p {
  font-weight: 500;
  font-size: 1.6rem;
  padding-left: 50px;
}
@media only screen and (max-width: 519px) {
  article.classroom .map_block .text_block p {
    padding-left: 0;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
article.classroom .class_photo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin: 50px 0;
}
@media only screen and (max-width: 519px) {
  article.classroom .class_photo {
    justify-content: space-between;
    gap: 0;
    margin: 30px 0;
  }
}
article.classroom .class_photo img {
  width: 400px;
  height: auto;
  border: 10px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 519px) {
  article.classroom .class_photo img {
    width: 48%;
    max-width: none;
    border: 5px solid #fff;
  }
}
article.classroom .access {
  background-color: #fff;
  padding: 30px 0 80px 0;
}
article.classroom .access .title {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #810101;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  article.classroom .access .title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
article.classroom .access .directions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 519px) {
  article.classroom .access .directions {
    display: block;
  }
}
article.classroom .access .directions .map_image {
  width: 33.3333333333%;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 519px) {
  article.classroom .access .directions .map_image {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 40px;
  }
}
article.classroom .access .directions .map_image::after {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  right: 20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #ccc;
  transform: rotate(0deg);
}
@media only screen and (max-width: 519px) {
  article.classroom .access .directions .map_image::after {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    border-width: 20px 15px 0 15px;
    border-color: #cccccc transparent transparent transparent;
  }
}
article.classroom .access .directions .map_image:last-child::after {
  content: none;
}
article.classroom .access .directions .map_image img {
  max-width: 280px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 519px) {
  article.classroom .access .directions .map_image img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 519px) {
  article.classroom .access .directions .map_image p {
    padding: 0 10px;
    font-size: 1.2rem;
  }
}

article.contact {
  background: url(../images/bg.jpg) center top/cover no-repeat;
  background-attachment: fixed;
  padding-bottom: 0;
}
article.contact .bg {
  background: rgba(255, 206, 211, 0.5);
  padding-bottom: 50px;
}
@media only screen and (min-width: 1280px) {
  article.contact .inner, article.contact nav.breadcrumb ul, nav.breadcrumb article.contact ul, article.contact .top section.koenji .inner_flex, .top section.koenji article.contact .inner_flex, article.contact .top .top_info .title h2, .top .top_info .title article.contact h2, article.contact .top .top_course .title h2, .top .top_course .title article.contact h2, article.contact article.course .course_nav ul, article.course .course_nav article.contact ul {
    width: 800px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  article.contact .inner, article.contact nav.breadcrumb ul, nav.breadcrumb article.contact ul, article.contact .top section.koenji .inner_flex, .top section.koenji article.contact .inner_flex, article.contact .top .top_info .title h2, .top .top_info .title article.contact h2, article.contact .top .top_course .title h2, .top .top_course .title article.contact h2, article.contact article.course .course_nav ul, article.course .course_nav article.contact ul {
    width: 800px;
    margin: 0 auto;
  }
}
article.contact .content {
  background-color: #fff;
  margin: 50px 0 20px 0;
  padding: 20px;
}
article.contact .first {
  border: 1px solid #ccc;
  padding: 20px 30px;
}
article.contact .first p {
  font-size: 1.4rem;
  color: #810101;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 519px) {
  article.contact .first p {
    font-size: 1.4rem;
  }
}
article.contact .map_block {
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
}
@media only screen and (max-width: 519px) {
  article.contact .map_block {
    display: block;
    padding: 15px 20px;
  }
}
article.contact .map_block::before {
  content: "";
  width: calc(100% + 40px);
  height: calc(100% - 2px);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 0;
  left: -20px;
}
@media only screen and (max-width: 519px) {
  article.contact .map_block::before {
    width: calc(100% + 12px);
    left: -6px;
  }
}
article.contact .map_block::after {
  content: "";
  width: 100%;
  height: calc(100% + 40px);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: -20px;
  left: 0;
}
@media only screen and (max-width: 519px) {
  article.contact .map_block::after {
    height: calc(100% + 12px);
    top: -6px;
  }
}
article.contact .map_block .illustration {
  position: absolute;
  bottom: 1px;
  left: 50px;
  z-index: 1;
}
@media only screen and (max-width: 519px) {
  article.contact .map_block .illustration {
    display: none;
  }
}
article.contact .map_block .illustration img {
  width: 240px;
  height: auto;
}
@media only screen and (min-width: 1280px) {
  article.contact .map_block .ggmap {
    width: 475px;
    height: 360px;
  }
  article.contact .map_block .ggmap iframe {
    width: 100%;
    height: 100%;
  }
}
article.contact .map_block .text_block {
  position: relative;
  z-index: 2;
}
article.contact .map_block .text_block .title {
  font-size: 2.4rem;
  margin-bottom: 30px;
  color: #810101;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  article.contact .map_block .text_block .title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
article.contact .map_block .text_block p {
  font-weight: 500;
  font-size: 1.6rem;
  padding-left: 50px;
}
@media only screen and (max-width: 519px) {
  article.contact .map_block .text_block p {
    padding-left: 0;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
article.contact .class_photo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin: 50px 0;
}
@media only screen and (max-width: 519px) {
  article.contact .class_photo {
    justify-content: space-between;
    gap: 0;
    margin: 30px 0;
  }
}
article.contact .class_photo img {
  width: 400px;
  height: auto;
  border: 10px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 519px) {
  article.contact .class_photo img {
    width: 48%;
    max-width: none;
    border: 5px solid #fff;
  }
}
article.contact .access {
  background-color: #fff;
  padding: 30px 0 80px 0;
}
article.contact .access .title {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #810101;
  font-weight: 500;
}
@media only screen and (max-width: 519px) {
  article.contact .access .title {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
article.contact .access .directions {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 519px) {
  article.contact .access .directions {
    display: block;
  }
}
article.contact .access .directions .map_image {
  width: 33.3333333333%;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 519px) {
  article.contact .access .directions .map_image {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 40px;
  }
}
article.contact .access .directions .map_image::after {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  right: 20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #ccc;
  transform: rotate(0deg);
}
@media only screen and (max-width: 519px) {
  article.contact .access .directions .map_image::after {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    border-width: 20px 15px 0 15px;
    border-color: #cccccc transparent transparent transparent;
  }
}
article.contact .access .directions .map_image:last-child::after {
  content: none;
}
article.contact .access .directions .map_image img {
  max-width: 280px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 519px) {
  article.contact .access .directions .map_image img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 519px) {
  article.contact .access .directions .map_image p {
    padding: 0 10px;
    font-size: 1.2rem;
  }
}

.edit_content h1 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #810101;
  margin-bottom: 15px;
}
.edit_content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #a74040;
  margin: 40px 0 20px;
}
.edit_content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #810101;
  margin: 40px 0 15px;
  border-left: 3px solid #e5b8b8;
  padding-left: 10px;
}
.edit_content h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #810101;
  margin: 40px 0 15px;
}
.edit_content h5 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  margin: 40px 0 15px;
}
.edit_content h6 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #810101;
  margin: 40px 0 15px;
}
.edit_content p {
  margin-bottom: 15px;
}
.edit_content a {
  color: #ad4040;
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  padding-left: 20px;
  text-decoration: underline;
}
.edit_content a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 519px) {
  .edit_content a {
    font-size: 1.3rem;
  }
}
.edit_content a::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-size: 1.4rem;
  font-weight: 900;
  margin: 0 5px 0 0;
  color: #e9b9b9;
  position: absolute;
  display: block;
  left: 0;
}

/*# sourceMappingURL=style.css.map */
