/***********************
          BACE
***********************/
html.lock {
  overflow-y: hidden; }

body {
  line-height: 1.78;
  word-wrap: break-word;
  overflow-x: hidden;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  position: relative;
  margin: 0; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  touch-action: manipulation;
  text-decoration: none;
  color: #272727;
  transition: .2s ease-out; }
  a img {
    border-style: none; }
  a:active, a:hover {
    outline-width: 0;
    outline: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

h2 {
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem); }

h3 {
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem); }

p {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem); }

ol, ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

ul {
  list-style-position: inside; }

dl {
  margin: 0; }
  dl dd {
    margin-left: 0; }

iframe {
  border: none; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table td, table th {
    padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  caret-color: transparent; }
  *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

figure {
  margin: 0; }

.container {
  margin: 0 auto;
  position: relative; }

@media (max-width: 1239px) {
  .container {
    width: 90%; } }
@media (min-width: 1240px) {
  .container {
    width: 1200px; } }
@media (min-width: 1680px) {
  .container {
    width: 1420px; } }
/***********************
          HEADER
***********************/
header #logo {
  aspect-ratio: 487 / 130; }
header#front {
  position: relative; }
  header#front #logo {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0; }
header #slide .swiper-slide figure img {
  object-fit: cover;
  width: 100%;
  height: 100%; }
header #slide .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 44, 99, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
header #head_info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5; }
  header #head_info .container {
    height: 100%; }
    header #head_info .container #fv_text {
      position: absolute; }
      header #head_info .container #fv_text figure {
        aspect-ratio: 834 / 214; }
        header #head_info .container #fv_text figure img {
          object-fit: contain;
          width: 100%;
          height: 100%; }
      header #head_info .container #fv_text span {
        display: block;
        color: #FFFFFF; }
    header #head_info .container #fv_instructor {
      position: absolute;
      bottom: 0; }
      header #head_info .container #fv_instructor figure {
        aspect-ratio: 652 / 924; }
        header #head_info .container #fv_instructor figure img {
          object-fit: contain;
          width: 100%;
          height: 100%; }
header #seminar_button a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1C4387;
  color: #FFFFFF;
  transition: .3s ease-out;
  font-weight: 700;
  position: relative; }
  header #seminar_button a::after {
    content: "";
    display: block;
    width: 100%;
    height: 71.5%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0, 100%);
    background-color: #0C2C63;
    transition: .3s ease-out; }
  header #seminar_button a:hover {
    background-color: #0C2C63; }
    header #seminar_button a:hover::after {
      background-color: #1C4387; }
header#low {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background-color: rgba(12, 44, 99, 0.65); }
  header#low a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0C2C63;
    color: #FFFFFF;
    transition: .3s ease-out;
    font-weight: 700; }
    header#low a:hover {
      background-color: #1C4387; }

@media (max-width: 990px) {
  header #logo {
    width: 180px;
    margin: 30px; }
  header #head_info .container #fv_text {
    width: 60%;
    left: 2%; }
    header #head_info .container #fv_text span {
      margin-top: 25px; }
  header #head_info .container #fv_instructor {
    width: 35%;
    right: 2%; }
  header#low a {
    width: 200px;
    font-size: 16px; } }
@media (max-width: 767px) {
  header #logo {
    width: 150px;
    margin: 20px; }
  header #slide figure {
    aspect-ratio: 4 / 3; }
  header #head_info .container #fv_text {
    width: 71%;
    bottom: 10%;
    left: 2%; }
    header #head_info .container #fv_text span {
      margin-top: 4%;
      font-size: 1.8vw; }
  header #head_info .container #fv_instructor {
    width: 35%;
    right: 2%; }
  header #seminar_button {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%; }
    header #seminar_button a {
      width: 100%;
      height: 80px;
      font-size: 18px;
      background-color: #0C2C63; }
  header#low a {
    width: 160px;
    font-size: 14px; }

  body.home {
    padding-bottom: 80px; } }
@media (max-width: 575px) {
  header#low a {
    width: 35vw;
    font-size: 3vw; } }
@media (min-width: 768px) {
  header #slide figure {
    aspect-ratio: 192 / 108; }
  header #head_info .container #fv_text {
    bottom: 50%;
    transform: translate(0, 50%); }
    header #head_info .container #fv_text span {
      font-size: 13px; }
  header #seminar_button {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5; }
    header #seminar_button a {
      width: 180px;
      height: 60px;
      font-size: 14px; } }
@media (min-width: 991px) {
  header #logo {
    width: 200px;
    margin: 40px; }
  header #head_info .container #fv_text {
    width: 60%;
    left: 4%; }
    header #head_info .container #fv_text span {
      margin-top: 30px;
      font-size: 16px; }
  header #head_info .container #fv_instructor {
    width: 35%;
    right: 4%; }
  header #seminar_button a {
    width: 230px;
    height: 100px;
    font-size: 16px; }
  header#low a {
    width: 250px;
    font-size: 18px; } }
@media (min-width: 1240px) {
  header #logo {
    width: 248px;
    margin: 60px 63px; }
  header #head_info .container #fv_text {
    width: 62%; }
    header #head_info .container #fv_text span {
      margin-top: 55px;
      font-size: 18px; }
  header #head_info .container #fv_instructor {
    width: 39%;
    right: 3%; } }
@media (min-width: 1680px) {
  header #head_info .container #fv_text {
    width: 58.7%;
    left: 1%; }
  header #head_info .container #fv_instructor {
    width: 45.9%;
    right: 4%; }
  header #seminar_button a {
    width: 250px;
    height: 140px;
    font-size: 18px; } }
/***********************
          MAIN
***********************/
main {
  position: relative; }

/***********************
          TEL
***********************/
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/***********************
          FOOTER
***********************/
footer {
  position: relative; }
  footer::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #0C2C63;
    bottom: 0;
    left: 0;
    height: 80%;
    z-index: -1; }
  footer::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #1C4387;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: -2; }
  footer .footer_inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    footer .footer_inner .footer_inner_nav a {
      display: block;
      margin-left: auto;
      transition: .3s ease-out; }
      footer .footer_inner .footer_inner_nav a:hover {
        opacity: .8; }
    footer .footer_inner .footer_inner_nav p {
      text-align: right;
      font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
      color: #FFFFFF; }

@media (max-width: 990px) {
  footer {
    padding-top: 80px;
    padding-bottom: 60px; }
    footer .footer_inner .footer_inner_logo {
      max-width: 30vw;
      width: 200px; }
    footer .footer_inner .footer_inner_nav a {
      max-width: 40vw;
      width: 200px; }
    footer .footer_inner .footer_inner_nav p {
      margin-top: 25px; }
    footer::before {
      width: 45%; }
    footer::after {
      width: 60%; } }
@media (min-width: 991px) {
  footer {
    padding-top: 130px;
    padding-bottom: 100px; }
    footer .footer_inner .footer_inner_logo {
      width: 248.25px; }
      footer .footer_inner .footer_inner_logo figure {
        aspect-ratio: 497 / 130; }
        footer .footer_inner .footer_inner_logo figure img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
    footer .footer_inner .footer_inner_nav a {
      display: block;
      width: 260px; }
    footer .footer_inner .footer_inner_nav p {
      margin-top: 38px; }
    footer::before {
      width: 60%; }
    footer::after {
      width: 55%; } }
@media (min-width: 1680px) {
  footer {
    padding-top: 210px;
    padding-bottom: 155px; }
    footer::before {
      width: 68%; }
    footer::after {
      width: 46.3%; } }
/***********************
          BUTTON
***********************/
.button {
  max-width: 400px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #1C4387;
  color: #FFFFFF;
  display: block;
  padding: 1.2em;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: 700;
  position: relative;
  transition: .3s ease-out;
  border-radius: 40px; }
  .button::after {
    content: "";
    display: block;
    aspect-ratio: 2 / 3;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translate(0, -50%);
    width: 14px;
    background: url("../img/arrow.webp") no-repeat center/contain;
    transition: .3s ease-out; }
  .button:hover {
    background-color: #0C2C63; }
    .button:hover::after {
      transform: translate(5px, -50%); }

body.home .grecaptcha-badge {
  z-index: 10; }
  @media (max-width: 990px) {
    body.home .grecaptcha-badge {
      bottom: 110px !important; } }
body:not(.home) .grecaptcha-badge {
  display: none; }

/*.wpcf7-response-output{
	color: rgba(255,255,255,1.00);
}*/

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