/* ---------------------------------------- */
/* lower-page.css */
/* ---------------------------------------- */

/* .page-header */
.lower-page .page-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 100%;
  max-height: 250px;
  padding: 30px 0;
  text-align: center;
}
.lower-page .page-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.6;
  mix-blend-mode: multiply;
  z-index: 1;
}
.lower-page .page-header .container {
  position: relative;
  z-index: 2;
}
.lower-page .page-header .img-wrap {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.lower-page .page-header .img-wrap img {
  width: 100%;
  left: 0px;
}
.lower-page .page-header .en-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0.25em;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.lower-page .page-header .entry-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
}

/* .page-body */
.lower-page .page-body {
  padding: 100px 0 200px;
}
.lower-page .page-body .red {
  color: #ff0000;
}
.lower-page .page-body .the_content h1,
.lower-page .page-body .the_content h2,
.lower-page .page-body .the_content h3,
.lower-page .page-body .the_content h4,
.lower-page .page-body .the_content h5,
.lower-page .page-body .the_content h6,
.lower-page .page-body .the_content .h1,
.lower-page .page-body .the_content .h2,
.lower-page .page-body .the_content .h3,
.lower-page .page-body .the_content .h4,
.lower-page .page-body .the_content .h5,
.lower-page .page-body .the_content .h6 {
  margin: 2em 0 1.0em;
}
.lower-page .page-body .the_content h1,
.lower-page .page-body .the_content .h1 {
    font-size: 30px;
}
.lower-page .page-body .the_content h2,
.lower-page .page-body .the_content .h2 {
  font-size: 26px;
  border-left: solid 5px var(--color-main);
  border-bottom: solid 1px var(--color-text);
  padding: 0.0em 0em 0.25em 0.5em;
  margin: 2em 0 1.5em;
}
.lower-page .page-body .the_content h3,
.lower-page .page-body .the_content .h3 {
  font-size: 22px;
  margin: 2em 0 1.5em;
}
.lower-page .page-body .the_content h4,
.lower-page .page-body .the_content .h4 {
  display: flex;
  font-size: 18px;
}
.lower-page .page-body .the_content h4::before,
.lower-page .page-body .the_content .h4::before {
  content: "⚫︎";
  color: var(--color-main);
}
.lower-page .page-body .the_content h5,
.lower-page .page-body .the_content .h5 {
  font-size: 16px;
}
.lower-page .page-body .the_content h5::before,
.lower-page .page-body .the_content .h5::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 1em;
  margin-right: 0.25em;
  background-color: var(--color-main);
  transform: translateY(-0.35em);
}
.lower-page .page-body .the_content h6,
.lower-page .page-body .the_content .h6 {
  font-size: 14px;
  color: var(--color-main);
}
@media (max-width: 767px) {
  .lower-page .page-body .the_content h1,
  .lower-page .page-body .the_content .h1 {
    font-size: 28px;
  }
  .lower-page .page-body .the_content h2,
  .lower-page .page-body .the_content .h2 {
    font-size: 24px;
  }
  .lower-page .page-body .the_content h3,
  .lower-page .page-body .the_content .h3 {
    font-size: 20px;
  }
  .lower-page .page-body .the_content h4,
  .lower-page .page-body .the_content .h4 {
    font-size: 18px;
  }
  .lower-page .page-body .the_content h5,
  .lower-page .page-body .the_content .h5 {
    font-size: 16px;
  }
  .lower-page .page-body .the_content h6,
  .lower-page .page-body .the_content .h6 {
    font-size: 15px;
  }
}
/* .the_content */
.lower-page .page-body .the_content {
  margin-bottom: 60px;
}
.lower-page .page-body .the_content p {
  line-height: 2;
  letter-spacing: 0.15em;
  margin: 0 0 2em;
}
.lower-page .page-body .the_content img {
  margin: 2em 0;
}
.lower-page .page-body .the_content .table-profile {}
.lower-page .page-body .the_content .table-profile table {
  margin-bottom: 0;
}
.lower-page .page-body .the_content .table-profile table :is(th, td) {
  border: 1px solid #dee2e6;
}
.lower-page .page-body .the_content .table-profile table :is(th, td):first-child {
  width: 10em;
}
.lower-page .page-body .the_content > *:first-child {
  margin-top: 0;
}
.lower-page .page-body .the_content > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .lower-page .page-body {
    padding: 50px 0 100px;
  }
  .lower-page .page-body .the_content .table-profile table {
    border: none;
  }
  .lower-page .page-body .the_content .table-profile table tr {
    display: block;
    margin-bottom: .75rem;
  }
  .lower-page .page-body .the_content .table-profile table tr:last-child {
    margin-bottom: 0;
  }
  .lower-page .page-body .the_content .table-profile table tr:last-child :is(th, td):last-child {
    padding-bottom: 0;
  }
  .lower-page .page-body .the_content .table-profile table :is(th, td),
  .lower-page .page-body .the_content .table-profile table :is(th, td):first-child {
    display: block;
    width: 100%;
  }
  .lower-page .page-body .the_content .table-profile table :is(th, td) {
    border: none;
    padding: .75rem 0;
  }
  .lower-page .page-body .the_content .table-profile table :is(th, td):first-child {
    background-color: var(--color-main);
    color: var(--white);
    padding: .5rem;
  }
}

/* .page-body */
.lower-page .page-footer {
  padding: 0 0 200px;
}
@media (max-width: 767px) {
  .lower-page .page-footer {
    padding: 0 0 100px;
  }
}

/* .contact-page */

/* .contact-page */
.contact-page {}
.contact-page .page-body .the_content form p {
  margin-bottom: 0;
}
.contact-page form {}
.contact-page form input,
.contact-page form optgroup,
.contact-page form select,
.contact-page form textarea {
  max-width: 100%;
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #cccccc;
}
.contact-page form [type=button]:not(:disabled), 
.contact-page form [type=reset]:not(:disabled), 
.contact-page form [type=submit]:not(:disabled), 
.contact-page form button:not(:disabled) {
  display: inline;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  width: auto;
  color: inherit;
  outline: none;
  box-shadow: none;
  font-weight: inherit;
}
.contact-page form input[name="submitBack"]:not(:disabled) {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  opacity: 1;
  display: block;
  width: 100%;
  border: solid 1px #888888;
  background-color: #888888;
  color: #ffffff;
  padding: 0.5em 1em;
  text-align: center;
  border-radius: 5px;
  max-width: 450px;
  margin: 10px auto 0;
}
.contact-page form .table {}
.contact-page form .table tr {}
.contact-page form .table th,
.contact-page form .table td {}
.contact-page form .table th{
  width: 150px;
}
.contact-page form .table td {}
@media (max-width: 767px) {
  .contact-page form input,
  .contact-page form optgroup,
  .contact-page form select,
  .contact-page form textarea {
    font-size: 16px;
  }
  .contact-page form .table th,
  .contact-page form .table td {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .contact-page form .table th{
    padding-bottom: 0;
  }
  .contact-page form .table td {
    border-top: 0;
  }
}

.access-page .page-body .the_content .google-map {}
.access-page .page-body .the_content .google-map iframe {
  width: 100%;
  height: 500px;
  max-height: 83.34vw;
}

/* .instructor-page */
.instructor-page {}
.instructor-page .instructor-sec {}
.instructor-page .instructor-sec .instructor-box {
  padding: 0 0 200px;
}
.instructor-page .instructor-sec .instructor-box .name-wrap {
  text-align: center;
  border-top: solid 1px var(--color-text);
  border-bottom: solid 1px var(--color-text);
  padding: 30px 0;
  margin-bottom: 30px;
}
.instructor-page .instructor-sec .instructor-box .position {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0.25em;
  letter-spacing: 0.1em;
  color: var(--color-main);
}
.instructor-page .instructor-sec .instructor-box .name {
  font-size: 38px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.instructor-page .instructor-sec .instructor-box .name-en {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin: 0.75em 0 0;
  letter-spacing: 0.05em;
}
.instructor-page .instructor-sec .instructor-box .img-wrap {}
.instructor-page .instructor-sec .instructor-box .img-wrap img {}
.instructor-page .instructor-sec .instructor-box .text-wrap {}
.instructor-page .instructor-sec .instructor-box .text-wrap .text {
  line-height: 2;
  letter-spacing: 0.15em;
  margin: 0;
}
@media (min-width: 768px) {
  .instructor-page .instructor-sec .instructor-box:nth-child(even) .row {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .instructor-page .instructor-sec .instructor-box {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .instructor-page .instructor-sec .instructor-box .name-wrap {
    text-align: center;
  }
  .instructor-page .instructor-sec .instructor-box .position {
    font-size: 14px;
  }
  .instructor-page .instructor-sec .instructor-box .name {
    font-size: 28px;
  }
  .instructor-page .instructor-sec .instructor-box .name-en {
    font-size: 12px;
  }
  .instructor-page .instructor-sec .instructor-box .img-wrap {
    margin-bottom: 30px;
  }
}





