@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
button,
p,
ul,
li {
  margin: 0;
  padding: 0;
  line-height: 1;
}

button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  caret-color: transparent;
  user-select: none;
  pointer-events: none;
}

html {
  font-size: 100%;
}

.txt-c {
  text-align: center !important;
}

.txt-l {
  text-align: left !important;
}

.txt-r {
  text-align: right !important;
}

r .mgl05em {
  margin-left: -0.5em !important;
}

.mglr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgb-15px {
  margin-bottom: 15px !important;
}

.mgb-35px {
  margin-bottom: 35px !important;
}

.mgb-15em {
  margin-bottom: 1.5em !important;
}

.mgb-0 {
  margin-bottom: 0 !important;
}

.bg-black {
  background-color: black;
}

.bg-white {
  background-color: white;
}

.bg-gray {
  background-color: #efede5;
}

.bg-gray-light {
  background-color: #fafafa;
}

.bg-gray-dark {
  background-color: #adadad;
}

.bg-yellow {
  background-color: #fff000;
}

.c-primary {
  color: #002A7D;
}

span.strike-through {
  text-decoration: line-through;
}

.flex-box {
  display: flex;
}
.flex-box.flex-row {
  flex-direction: row;
}
.flex-box.flex-column {
  flex-direction: column;
}
.flex-box.flex-center {
  justify-items: center;
}
.flex-box.gap50 {
  gap: 50px;
}

.text-style-01 {
  line-height: 1.8em;
  font-size: 1em;
}

.holinkimg {
  overflow: hidden;
}
.holinkimg img {
  transition: 0.3s transform ease;
}
.holinkimg:hover img {
  transform: scale(1.3);
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
}

.hl-dark {
  transition: 0.3s filter cubic-bezier(0.04, 0.83, 0.56, 0.99);
}
.hl-dark:hover {
  filter: brightness(0.4);
}
@media screen and (max-width: 500px) {
  .hl-dark:hover {
    filter: none;
  }
}

.hz {
  transition: 0.3s ease-in-out;
}
.hz:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 500px) {
  .hz:hover {
    transform: none;
  }
}

.ho {
  transition: 0.3s cubic-bezier(0.04, 0.83, 0.56, 0.99);
}
.ho:hover {
  opacity: 0.6;
}
@media screen and (max-width: 500px) {
  .ho:hover {
    transform: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-apper {
  opacity: 1;
}

.flex-items {
  display: flex;
  flex-wrap: wrap;
}
.flex-items.flex-center {
  justify-items: center;
}

.flex-items::after {
  content: "";
  width: 100%;
}

.flex-items__item:nth-child(n+3) {
  order: 1;
}

.button-square p {
  display: contents;
}
.button-square {
  width: fit-content;
}
.button-square.width100 {
  width: 100%;
}
.button-square.width50 {
  width: 50%;
}
.button-square.width350p {
  width: 350px;
}
.button-square a,
.button-square input {
  display: block;
  border: 1px solid;
  padding: 20px;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.5em;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  min-width: max-content;
  text-decoration: none !important;
  font-weight: 700;
  background-color: white;
  cursor: pointer;
}
.button-square a,
.button-square input {
  transition: 0.3s cubic-bezier(0.04, 0.83, 0.56, 0.99);
}
.button-square a:hover,
.button-square input:hover {
  opacity: 0.6;
}
@media screen and (max-width: 500px) {
  .button-square a:hover,
  .button-square input:hover {
    transform: none;
  }
}
.button-square.white a,
.button-square.white input {
  border-color: white;
  color: white;
  background-color: transparent;
}
.button-square.button-orange a,
.button-square.button-orange input {
  border-color: #002A7D;
  color: #002A7D;
}
.button-square.button-orange a,
.button-square.button-orange input {
  border-color: #002A7D;
  color: #002A7D;
}
.button-square.button-gray a,
.button-square.button-gray input {
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.button-square.round-edge a,
.button-square.round-edge input {
  border-radius: 20px;
}

.button-round p {
  display: contents;
}
.button-round {
  width: fit-content;
}
.button-round.width100 {
  width: 100%;
}
.button-round.width50 {
  width: 50%;
}
.button-round.width350p {
  width: 350px;
}
.button-round a,
.button-round input {
  display: block;
  border: 1px solid;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.5em;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  min-width: max-content;
  text-decoration: none !important;
  font-weight: 700;
  background-color: white;
  cursor: pointer;
}
.button-round.white a,
.button-round.white input {
  border-color: white;
  color: white;
  background-color: transparent;
}
.button-round.button-primary a,
.button-round.button-primary input {
  border-color: #002A7D;
  color: #002A7D;
}
.button-round.button-primary a:hover,
.button-round.button-primary input:hover {
  background-color: #002A7D;
  color: white;
}
.button-round.button-gray a,
.button-round.button-gray input {
  border-color: #bbbbbb;
  color: #bbbbbb;
}

@media screen and (max-width: 900px) {
  .hide_mobile {
    display: none !important;
  }
}

.only_mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  .only_mobile {
    display: block !important;
  }
}
.only_mobile.pc-sp {
  visibility: hidden;
  display: contents;
}
.only_mobile.pc-sp::after {
  content: " ";
  display: inline;
}

#splash {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #ffffff;
  text-align: center;
  color: #a3a3a3;
}

#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #a3a3a3;
}

.navigationBody {
  backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100svh - 83px);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: none;
  align-items: center;
  z-index: 1000;
  color: #002A7D;
  padding-top: 83px;
}
@media screen and (max-width: 900px) {
  .navigationBody {
    padding-top: 77px;
    height: calc(100svh - 77px);
  }
}
.navigationBody.active {
  display: flex;
}

.navigationBody_wrapper {
  width: fit-content;
  margin: 0 auto;
  z-index: 250;
  position: relative;
}

.navigationBody_sitemap {
  caret-color: transparent;
  user-select: none;
  text-align: center;
}
.navigationBody_sitemap .list-block {
  margin-bottom: 0.75em;
  border-bottom: 1px dotted;
  padding: 0 0.75em 0.75em;
}
.navigationBody_sitemap .list-block:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.navigationBody_sitemap .list-block li {
  margin-bottom: 1em;
}
.navigationBody_sitemap .list-block li:last-of-type {
  margin-bottom: 0;
}
.navigationBody_sitemap .list-block li.list-school-category {
  background-color: #002A7D;
  color: #000;
  font-size: 1.5em;
  padding: 5px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.navigationBody_sitemap .list-block a {
  font-weight: 700;
  font-size: 1.4em;
}
@media screen and (max-width: 900px) {
  .navigationBody_sitemap .list-block a {
    font-size: 1em;
  }
}
.navigationBody_sitemap .list-block a {
  transition: 0.3s filter cubic-bezier(0.04, 0.83, 0.56, 0.99);
}
.navigationBody_sitemap .list-block a:hover {
  filter: brightness(0.4);
}
@media screen and (max-width: 500px) {
  .navigationBody_sitemap .list-block a:hover {
    filter: none;
  }
}

header.header {
  transition: 0.3s ease;
  position: fixed;
  top: 0;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  z-index: 1010;
  background-color: white;
  box-shadow: 0px 5px 10px rgba(48, 124, 175, 0.36);
}
@media screen and (max-width: 900px) {
  header.header {
    background-color: transparent;
  }
}

.header_wrapper {
  background-color: #002A7D;
  background-image: url(../images/header_bg_02.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: auto 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: center;
}
.header_wrapper::after {
  background-color: #0056b3;
}
@media screen and (max-width: 900px) {
  .header_wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1030;
    box-shadow: 0px 5px 10px rgba(48, 124, 175, 0.36);
    background-size: auto 100%;
  }
}
@media screen and (max-width: 700px) {
  .header_wrapper {
    background-position-x: 0%;
  }
}
.header_wrapper .header_top {
  width: 950px;
  position: relative;
  padding: 25px 0 15px;
}
@media screen and (max-width: 900px) {
  .header_wrapper .header_top {
    width: max-content;
    margin: 0 auto;
  }
}
.header_wrapper .header_top .link_logo {
  width: 220px;
  display: flex;
  align-items: center;
  gap: 15px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5098039216));
}
@media screen and (max-width: 900px) {
  .header_wrapper .header_top .link_logo {
    width: 180px;
  }
}
.header_wrapper .header_top .link_logo a {
  display: block;
}
.header_wrapper .header_top .link_logo .logo_type {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header_wrapper .header_top .link_logo .logo_type h1 {
  font-size: 12px;
  color: white;
}
.header_wrapper .header_top .header_tel {
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.header_wrapper .header_top .header_tel .header_tel_txt {
  color: #FF9100;
  font-weight: 700;
  font-size: 0.9em;
  text-align: center;
  margin-bottom: 5px;
}
.header_wrapper .header_top .header_tel .header_tel_num {
  font-size: 33px;
  font-weight: 900;
}

.open_menu {
  position: absolute;
  right: 15px;
}

.header_menu {
  display: flex;
  align-items: center;
  max-width: 950px;
  gap: 15px;
  margin: 0 auto;
}
.header_menu li {
  color: #002A7D;
  border-left: 1px solid #eee;
  padding: 5px 0;
  font-size: 0.9em;
  font-weight: 700;
  transition: border-bottom 0.3s ease, color 0.3s ease;
  border-bottom: 2px solid transparent;
}
.header_menu li:last-of-type {
  border-right: 1px solid #eee;
}
.header_menu li:hover, .header_menu li:has(.active) {
  color: #ff003c;
  border-bottom: 2px solid #ff003c;
}
@media screen and (max-width: 900px) {
  .header_menu {
    border: none;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 1020;
    justify-content: space-between;
  }
}
.header_menu .header-tel tel {
  font-size: 25px;
  display: block;
  color: #002A7D;
  font-weight: 700;
}
.header_menu .header_menu_button {
  display: flex;
  gap: 15px;
  align-items: center;
}
.header_menu .icon {
  width: 32px;
  height: 32px;
}
.header_menu .icon {
  transition: 0.3s ease-in-out;
}
.header_menu .icon:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 500px) {
  .header_menu .icon:hover {
    transform: none;
  }
}
@media screen and (max-width: 900px) {
  .header_menu .icon {
    width: 28px;
    height: 28px;
  }
}
.header_menu .icon a {
  display: block;
}

.navigationBody_button {
  position: relative;
  width: 24px;
  height: 24px;
}
.navigationBody_button button {
  position: absolute;
  width: 100%;
  height: 100%;
}

.navigationBody_close_button :hover,
.navigationBody_open_button :hover {
  cursor: pointer;
}
.navigationBody_close_button svg,
.navigationBody_open_button svg {
  width: 100%;
  height: 100%;
}
.navigationBody_close_button .white,
.navigationBody_open_button .white {
  fill: #fff;
}
.navigationBody_close_button .black,
.navigationBody_open_button .black {
  fill: #000;
}
.navigationBody_close_button .primary,
.navigationBody_open_button .primary {
  fill: #002A7D;
}
.navigationBody_close_button,
.navigationBody_open_button {
  opacity: 0;
  visibility: hidden;
}
.navigationBody_close_button.active,
.navigationBody_open_button.active {
  opacity: 1;
  visibility: visible;
}

header.site_description {
  background-color: #000;
  height: 12px;
  padding: 5px 0;
}
header.site_description h1 {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #002A7D;
}
@media screen and (max-width: 900px) {
  header.site_description {
    height: 12px;
  }
}

.bannernbutton {
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  max-width: 100%;
  display: block;
}

.side-banner-contents {
  transition: transform 1s;
  z-index: 100;
  display: block;
  position: fixed;
  right: -50px;
  bottom: 100px;
  transition: transform 0.5s;
  caret-color: transparent;
  user-select: none;
}
.side-banner-contents:hover {
  transform: translateX(-20px);
}
@media screen and (max-width: 900px) {
  .side-banner-contents {
    display: none;
  }
}

.side-banner {
  font-weight: 700;
  padding: 20px 60px 20px 30px;
  border-radius: 50px;
}
.famispo .side-banner {
  background-color: #002A7D;
}

.campaign-banner {
  position: fixed;
  z-index: 990;
  width: 350px;
  bottom: 0;
  right: 0;
}
.campaign-banner {
  transition: 0.3s cubic-bezier(0.04, 0.83, 0.56, 0.99);
}
.campaign-banner:hover {
  opacity: 0.6;
}
@media screen and (max-width: 500px) {
  .campaign-banner:hover {
    transform: none;
  }
}
@media screen and (max-width: 900px) {
  .campaign-banner {
    position: static;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  #top .campaign-banner {
    margin-top: 30px;
  }
}

span.check {
  display: flex;
  align-items: center;
  margin-right: 0.5em;
}
span.check::before {
  content: "";
  display: inline-block;
  border: 1px solid #002A7D;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.6em;
}

.scroll-header {
  transform: translate(0, 0px);
}

.scr-down {
  transform: translate(0, -83px);
  transition: ease;
}

.scr-up {
  transform: translate(0, 0px);
}

.header-return {
  transform: translate(0, 0px);
}

.header-adjustable {
  padding-top: 83px;
}
@media screen and (max-width: 900px) {
  .header-adjustable {
    padding-top: 77px;
  }
}

table.simple-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f8f8f8;
}
table.simple-table th,
table.simple-table td {
  padding: 1em 0.5em;
  text-align: center;
  border-bottom: 1px dotted #ddd;
  line-height: 1em;
  font-size: 1em;
}
table.simple-table tr:last-of-type th,
table.simple-table tr:last-of-type td {
  border-bottom: none;
}
table.simple-table th {
  text-align: center;
  background-color: #ededed;
  min-width: 5.5em;
}
table.simple-table ul li {
  line-height: 1.5em;
}
table.simple-table span.small {
  margin-top: 7px;
  font-size: 0.8em;
  display: block;
}
@media screen and (max-width: 900px) {
  table.simple-table span.small {
    font-size: 11px;
  }
}

.entry-container {
  width: 100%;
  overflow-x: auto;
}

.tableTypeA {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
}
.tableTypeA .orange {
  background: #ffdb8e;
}
.tableTypeA .darkorange {
  background: #ffca76;
}
.tableTypeA .paleorange {
  background: #fff1d2;
}
.tableTypeA .yellow {
  background: #fffc9f;
}
.tableTypeA .darkyellow {
  background: #ffee7f;
}
.tableTypeA .paleyellow {
  background: #fffed9;
}
.tableTypeA .green {
  background: #d7ff83;
}
.tableTypeA .darkgreen {
  background: #d3f08d;
}
.tableTypeA .blue {
  background: #c0ebf6;
}
.tableTypeA .paleblue {
  background: #e6f7fb;
}
.tableTypeA td {
  width: 14.2857142857%;
  height: 130px;
  border-bottom: 1px solid #ccc;
}
.tableTypeA tr.day {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.tableTypeA th,
.tableTypeA td {
  padding: 8px;
  text-align: center;
  font-size: 12px;
  line-height: 2em;
}
.tableTypeA th {
  background-color: #f2f2f2;
}
.tableTypeA td.junior:before {
  font-weight: bold;
  content: "J";
  display: flex;
  width: 15px;
  height: 15px;
  color: #edb313;
  border: 2px solid #edb313;
  border-radius: 10px;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .tableTypeA td.junior:before {
    content: "";
  }
}

.width100-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.width100-menu .width100-menu-item {
  width: 100%;
}
.width100-menu .width100-menu-item a {
  text-align: center;
  width: 100%;
  display: block;
}

.main {
  margin-top: 83px;
  padding-top: 30px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .main {
    margin-top: 77px;
    padding-top: 0;
  }
}
.main.top {
  padding-top: 0;
}
.main .title-design-01 {
  margin-bottom: 30px;
}
.main .title-design-01 h1,
.main .title-design-01 h2,
.main .title-design-01 h3,
.main .title-design-01 h4 {
  font-family: "Allerta Stencil", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #002A7D;
  line-height: 1.4em;
  font-size: 3.8em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .main .title-design-01 h1,
  .main .title-design-01 h2,
  .main .title-design-01 h3,
  .main .title-design-01 h4 {
    font-size: 3em;
  }
}
.main .title-design-01 h3 {
  color: #002A7D;
  font-size: 3em;
}
.main .title-design-01 h4 {
  color: #002A7D;
  font-size: 1.2em;
}
.main .title-design-01 .title_caption {
  color: #002A7D;
  font-size: 1em;
  text-align: center;
}
.main .title-design-01.page-headings {
  margin: 50px 0 50px;
}
@media screen and (max-width: 1100px) {
  .main .contents-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.main .contents-wrapper {
  margin: 0 auto;
}
.main .contents-wrapper.col-lg {
  max-width: 100%;
}
.main .contents-wrapper.col-lg {
  max-width: 1100px;
}
.main .contents-wrapper.col-n {
  max-width: 950px;
}
.main .contents-wrapper.col-md {
  max-width: 750px;
}
.main .contents-wrapper.col-sm {
  max-width: 500px;
}
.main .contents-wrapper .contents h1,
.main .contents-wrapper .contents h2,
.main .contents-wrapper .contents h3,
.main .contents-wrapper .contents h4 {
  margin-bottom: 5px;
}
.main .contents-wrapper .contents p {
  line-height: 1.5em;
  margin-bottom: 60px;
  font-size: 1em;
}

.firstview {
  width: 100vw;
  height: calc(100vh - 83px);
  overflow: hidden;
  position: relative;
  margin-bottom: 120px;
}
.firstview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: rgba(0, 42, 125, 0.6705882353);
  opacity: 1;
  z-index: 10;
  backdrop-filter: blur(3px);
}
@media screen and (max-width: 900px) {
  .firstview {
    height: calc(100vh - 77px);
  }
}
.firstview .fixed_copy {
  animation: fadeIn 2s ease-in-out 0.5s forwards;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  z-index: 99;
  width: max-content;
  text-align: left;
  background-color: white;
  backdrop-filter: blur(10px);
  padding: 18px;
  opacity: 0;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.6);
}
.firstview .fixed_copy h2 {
  font-size: 3.7037037037vw;
  line-height: 1.3em;
}
@media screen and (max-width: 900px) {
  .firstview .fixed_copy h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 900px) {
  .firstview .firstview_image {
    font-size: 1.2em;
  }
}
.firstview .firstview_image picture img,
.firstview .firstview_image picture source {
  width: 100vw;
  min-height: calc(100vh - 83px);
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 900px) {
  .firstview .firstview_image picture img,
  .firstview .firstview_image picture source {
    object-position: center center;
    width: 100%;
    min-height: 100%;
    min-height: calc(100vh - 77px);
  }
}

.contents-wrapper.aboutus {
  caret-color: transparent;
  width: 100vw;
  overflow: hidden;
  margin-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .contents-wrapper.aboutus {
    padding: 0;
    margin: 0 auto 120px;
  }
}
.contents-wrapper.aboutus .contents {
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 10;
  max-width: 800px;
  margin: 0 auto !important;
}
@media screen and (max-width: 900px) {
  .contents-wrapper.aboutus .contents {
    display: block;
  }
}
.contents-wrapper.aboutus .aboutus_flex {
  display: flex;
  gap: 100px;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 900px) {
  .contents-wrapper.aboutus .aboutus_flex {
    flex-direction: column;
    gap: 60px;
  }
}
.contents-wrapper.aboutus .aboutus_flex .aboutus_logo {
  width: 350px;
}
@media screen and (max-width: 900px) {
  .contents-wrapper.aboutus .aboutus_flex .aboutus_logo {
    width: 60vw;
  }
}
.contents-wrapper.aboutus .aboutus_flex .aboutus_read {
  text-align: justify;
  width: 100%;
  bottom: 150px;
}
@media screen and (max-width: 900px) {
  .contents-wrapper.aboutus .aboutus_flex .aboutus_read {
    width: 80%;
    position: static;
    box-sizing: border-box;
  }
}
.contents-wrapper.aboutus .aboutus_flex .aboutus_read p {
  line-height: 2em;
  font-size: 1.1em;
  font-weight: 200;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .contents-wrapper.aboutus .aboutus_flex .aboutus_read p {
    margin-bottom: 30px;
  }
}

.main .gallery {
  margin-bottom: 60px;
}
.gallery .list-works-image {
  padding: 0 100px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.main .gallery .list-works-image {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .gallery .list-works-image {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
  }
}
.gallery .list-works-image a {
  display: block;
}

.works .table-works {
  margin-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .works .table-works {
    margin-bottom: 60px;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
.add-animation {
  animation: zoomUp 30s linear 0s normal both;
}

.list-grid {
  display: grid;
  gap: 30px;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  max-width: 100%;
}
.list-grid.col1 {
  grid-template-columns: 1fr;
}
.list-grid.col2 {
  grid-template-columns: 1fr 1fr;
}
.list-grid.col3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.list-grid.col4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.list-grid.col5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 900px) {
  .list-grid {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

#wpcf7-f5-o1 br {
  display: none;
}
#wpcf7-f5-o1 p {
  display: flex;
  justify-content: space-between;
}

footer.footer {
  box-sizing: border-box;
  width: 100%;
  padding: 50px 0 20px;
  margin-top: auto;
  background-color: #002A7D;
  color: white;
  box-shadow: 0px -5px 10px rgba(48, 124, 175, 0.36);
}
@media screen and (max-width: 900px) {
  footer.footer {
    padding: 30px 30px;
  }
}
footer.footer .footer-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
}
footer.footer .link_logo {
  width: 160px;
  margin-right: 75px;
  height: max-content;
}
footer.footer .link_logo a img {
  display: block;
}
@media screen and (max-width: 900px) {
  footer.footer .link_logo {
    width: auto;
    display: flex;
    margin: 0;
    margin-bottom: 30px;
    flex-direction: column;
  }
}
footer.footer .logo_en {
  display: block;
  margin-bottom: 10px;
}
footer.footer .logo_jp {
  display: block;
  font-size: 0.7em;
}
footer.footer .footer_sns_list {
  margin-top: 20px;
  display: flex;
  gap: 5px;
  align-items: center;
}
@media screen and (max-width: 900px) {
  footer.footer .footer_sns_list {
    margin-top: 0;
    margin-left: 10px;
  }
}
footer.footer .footer_sns_list li {
  display: block;
}
footer.footer .footer_sns_list .sns_list_link {
  width: 20px;
  height: 20px;
}
footer.footer .footer_sns_list .sns_list_link {
  transition: 0.3s filter cubic-bezier(0.04, 0.83, 0.56, 0.99);
}
footer.footer .footer_sns_list .sns_list_link:hover {
  filter: brightness(0.4);
}
@media screen and (max-width: 500px) {
  footer.footer .footer_sns_list .sns_list_link:hover {
    filter: none;
  }
}
footer.footer .footer_sns_list .sns_list_link {
  transition: 0.3s ease-in-out;
}
footer.footer .footer_sns_list .sns_list_link:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 500px) {
  footer.footer .footer_sns_list .sns_list_link:hover {
    transform: none;
  }
}
footer.footer .footer_sns_list img {
  width: 100%;
  height: 100%;
  display: block;
}
footer.footer .footer_contact_list {
  margin-top: 20px;
}
footer.footer .footer_contact_list li {
  color: white;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 3px;
  line-height: 1.4em;
}
footer.footer .footer_contact_list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  footer.footer .footer_contact_list li {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  footer.footer .footer_contact_list {
    margin-top: 15px;
    order: 1;
  }
  footer.footer .footer_contact_list::after {
    content: "";
    width: 100%;
  }
}
footer.footer .footer-column {
  display: flex;
  justify-content: left;
}
@media screen and (max-width: 900px) {
  footer.footer .footer-column {
    display: block;
  }
}
footer.footer .list-sitemap {
  display: flex;
}
@media screen and (max-width: 900px) {
  footer.footer .list-sitemap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
footer.footer .list-sitemap ul {
  margin-right: 50px;
}
footer.footer .list-sitemap ul:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  footer.footer .list-sitemap ul {
    margin: 0;
  }
}
footer.footer .list-sitemap li {
  font-size: 11px;
  line-height: 1.6em;
}
footer.footer .list-sitemap li a {
  transition: 0.3s filter cubic-bezier(0.04, 0.83, 0.56, 0.99);
}
footer.footer .list-sitemap li a:hover {
  filter: brightness(0.4);
}
@media screen and (max-width: 500px) {
  footer.footer .list-sitemap li a:hover {
    filter: none;
  }
}
@media screen and (max-width: 900px) {
  footer.footer .list-sitemap li {
    font-size: 14px;
  }
}
footer.footer .footer-copyright {
  margin-top: 30px;
  font-size: 10px;
  text-align: center;
}

.contents-wrapper.instructor {
  position: relative;
  background-color: #0056b3;
  background-image: url(../images/bg_instructor.jpg);
  overflow: hidden;
  height: 850px;
  background-position-y: center;
  background-size: cover;
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .contents-wrapper.instructor {
    padding: 2em;
    height: auto;
    margin-bottom: 50px;
  }
}
.contents-wrapper.instructor .contents {
  display: flex;
  justify-content: end;
  max-width: 950px;
  width: 100%;
  margin: auto;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .contents-wrapper.instructor .contents {
    display: block;
  }
}
.contents-wrapper.instructor h2,
.contents-wrapper.instructor h3,
.contents-wrapper.instructor p {
  color: #fff;
  font-weight: 700;
}
.contents-wrapper.instructor h2 {
  font-size: 60px;
}
@media screen and (max-width: 900px) {
  .contents-wrapper.instructor h2 {
    font-size: 45px;
  }
}
.contents-wrapper.instructor .instructor-list {
  display: none;
}
@media screen and (max-width: 900px) {
  .contents-wrapper.instructor .instructor-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding: 0;
    margin: 0 auto 30px;
    justify-items: center;
    width: fit-content;
  }
  .contents-wrapper.instructor .instructor-list img {
    width: 100%;
    height: auto;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 900px) {
  .contents-wrapper.instructor .instructor-list {
    grid-template-columns: 1fr 1fr;
  }
}
.contents-wrapper.instructor .instructor-list .instructor-element p {
  text-align: center;
  margin: 0;
}

.formwork .about_formwork {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 50px;
  margin-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .formwork .about_formwork {
    display: block;
  }
}
.formwork .about_formwork .formwork_read {
  text-align: justify;
  line-height: 2em;
  font-weight: 200;
  font-size: 1.1em;
}

.recruit .recruit_read {
  font-weight: 200;
  font-size: 1.1em;
  margin-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .recruit .recruit_read {
    margin-bottom: 60px;
  }
}
.recruit .table-recruit {
  margin-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .recruit .table-recruit {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 900px) {
  .top-news .text_box {
    margin-bottom: 30px;
  }
}
.top-news .contents {
  min-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .top-news .contents {
    max-width: none;
  }
}
.information dl {
  margin: 0 0 20px 0;
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.information dl:first-of-type {
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.information dl:last-of-type {
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  .information dl {
    display: block;
    border-top: 1px dotted #eee;
    padding: 15px 0;
    border-bottom: none;
    margin: 0;
    position: relative;
  }
  .information dl:last-of-type {
    border-top: 1px dotted #eee;
    border-bottom: 1px dotted #eee;
  }
}
.information dt {
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .information dt {
    margin-bottom: 7px;
  }
}
.information dd {
  margin-inline-start: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.information dd span {
  width: 110px;
  display: inline-block;
  text-align: center;
  background-color: none;
  padding: 3px;
  color: white;
  font-size: 0.8em;
  margin: 0 10px;
}
.information dd span.important {
  border: 1px solid #dc3545;
  color: #dc3545;
}
.information dd span.info {
  border: 1px solid cadetblue;
  color: cadetblue;
}
.information dd span.event {
  border: 1px solid burlywood;
  color: burlywood;
}
@media screen and (max-width: 900px) {
  .information dd span {
    margin-left: 0;
    margin-right: 5px;
    display: block;
    margin-bottom: 5px;
  }
  .information dd span.important, .information dd span.info, .information dd span.event {
    position: absolute;
    top: 15px;
    left: 8.5em;
  }
}
.information dd a {
  color: #000;
  text-decoration: none;
}
.information dd a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .information dd a {
    display: block;
    margin-top: 5px;
  }
}

.main .contents-wrapper .information.page-information {
  margin: 30px auto 0;
}

.pagebute {
  margin-top: 60px;
  text-align: center;
}
.pagebute a {
  transition: 0.3s cubic-bezier(0.04, 0.83, 0.56, 0.99);
}
.pagebute a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 500px) {
  .pagebute a:hover {
    transform: none;
  }
}
.pagebute .page-numbers {
  border: 1px solid #002A7D;
  padding: 0.25em 0.5em;
  color: #002A7D;
}
.pagebute .current {
  color: white;
  background-color: #002A7D;
}
.pagebute .next,
.pagebute .prev {
  border: none;
  color: #777;
  border-color: #777;
}

.title-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .title-col {
    display: block;
  }
}

.school_sns_list {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.school_sns_list a {
  display: block;
  width: 100px;
  height: 100px;
}
.school_sns_list a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.school_sns_list a {
  transition: 0.3s cubic-bezier(0.04, 0.83, 0.56, 0.99);
}
.school_sns_list a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 500px) {
  .school_sns_list a:hover {
    transform: none;
  }
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}
.wpcf7-form div.formArea {
  width: 100%;
  margin-bottom: 30px;
}
.wpcf7-form div.formArea p.head {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 22px;
}
.wpcf7-form div.formArea p.head .must {
  color: red;
}
.wpcf7-form div.formArea p.inputArea {
  margin-bottom: 45px;
}
.wpcf7-form div.formArea p.inputArea label {
  display: block;
}
.wpcf7-form div.formArea p.inputArea br {
  display: none;
}
.wpcf7-form div.formArea .wpcf7-form-control {
  margin-bottom: 0;
  transition: 0.2s;
}
.wpcf7-form div.formArea .wpcf7-not-Valid {
  background-color: #e7adad;
}
.wpcf7-form div.formArea .timeChoice,
.wpcf7-form div.formArea .classChoice,
.wpcf7-form div.formArea .dayChoice {
  display: block;
  margin-bottom: 15px;
}
.wpcf7-form div.formArea .formCheck {
  margin-left: 10px;
  font-size: 12px;
  color: blue;
  text-decoration: underline;
}
.wpcf7-form div.formArea .redtxt {
  color: red;
}
.wpcf7-form div.formArea .mb30 {
  margin-bottom: 30px;
}
.wpcf7-form div.formArea .clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.wpcf7-form .wpcf7-response-output {
  margin-top: 10px;
  font-weight: bold;
}
.wpcf7-form input[type=number],
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form select,
.wpcf7-form textarea {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 15px;
  font-size: 20px;
  border: none;
  background-color: #eeeeee;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 0;
  color: black;
}
.wpcf7-form input[type=number]::placeholder,
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=tel]::placeholder,
.wpcf7-form input[type=date]::placeholder,
.wpcf7-form select::placeholder,
.wpcf7-form textarea::placeholder {
  color: #aaa; /* プレースホルダーのテキストの色 */
  line-height: 1.5em;
}
.wpcf7-form select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}
.wpcf7-form input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
}
.wpcf7-form input::-webkit-outer-spin-button,
.wpcf7-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wpcf7-form .age input[type=number] {
  width: 4em;
  text-align: center;
  font-size: 1.5em;
}
.wpcf7-form p.inputArea.confirm {
  font-size: 20px;
  color: #8f8787;
  padding-left: 1.3em;
}
.wpcf7-form p:has(.holder) {
  display: none;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0 1em 0.7em 0;
}

.page-top-txt h3 {
  margin: 30px 0;
  font-size: 30px;
  text-align: center;
  line-height: 1.3em;
}
@media screen and (max-width: 900px) {
  .page-top-txt h3 {
    font-size: 21px;
  }
}
.page-top-txt p {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5em;
}

.single .page-title h3 {
  text-align: center;
  margin-bottom: 10px;
}
.single .page-title .postDate {
  text-align: center;
}

.postContent h1,
.postContent h2,
.postContent h3,
.postContent h4,
.postContent h5 {
  margin-bottom: 1em;
}
.postContent {
  font-size: 1.2em;
}

.dl-style-01 dt {
  color: #002A7D;
  margin-bottom: 10px;
}
.dl-style-01 dd {
  margin-left: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c8c8c8;
  font-size: 1em !important;
  font-weight: 200;
}
@media screen and (max-width: 900px) {
  .dl-style-01 dd {
    font-size: 0.8em;
  }
}

.dl-style-02 dt {
  color: #002A7D;
  margin-bottom: 10px;
}
.dl-style-02 dd {
  margin-left: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c8c8c8;
  font-size: 0.7em;
}

.table-style-01 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.table-style-01 th {
  color: #002A7D;
  font-size: 0.8em;
  padding: 10px;
  text-align: left;
  font-weight: 500;
  border-bottom: 1px solid #c8c8c8;
  min-width: 6.5em;
}
.table-style-01 th:first-of-type {
  border-top: 1px solid #c8c8c8;
}
.table-style-01 td {
  border-bottom: 1px solid #c8c8c8;
  padding: 10px;
  font-size: 0.8em;
  font-weight: 200;
  line-height: 1.2em;
}
.table-style-01 td:first-of-type {
  border-top: 1px solid #c8c8c8;
}

.table-style-02 {
  width: 100%;
  border-collapse: collapse;
  font-weight: 400;
}
.table-style-02 tbody {
  font-weight: 200;
  font-size: 0.8em;
  text-align: left;
  line-height: 1.3em;
}
.table-style-02 tbody tr {
  border-bottom: 1px solid #c8c8c8;
}
.table-style-02 tbody tr:first-of-type {
  border-top: 1px solid #c8c8c8;
}
.table-style-02 tbody tr:nth-of-type(2n) {
  background-color: #f0f2f7;
}
.table-style-02 tbody th {
  padding: 1.8em 1em;
  color: #002A7D;
  text-align: left;
}
.table-style-02 tbody td {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
}
.table-style-02 tbody td:first-of-type {
  padding-left: 1em;
}
@media screen and (max-width: 900px) {
  .table-style-02 tbody td:first-of-type {
    min-width: 5em;
  }
}
.table-style-02 img {
  margin-bottom: 1em;
}
.table-style-02 p {
  line-height: 1.8em;
  margin-bottom: 1em;
}
.table-style-02 ul {
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.table-style-02 ul li {
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
.table-style-02 ul li:last-of-type {
  margin-bottom: none;
}
.table-style-02 a {
  color: #002A7D;
  text-decoration: underline;
}

.table-style-03 {
  width: 100%;
  border-collapse: collapse;
}
.table-style-03 tbody {
  padding: 1.8em 1em;
  line-height: 1.8em;
  font-size: 1em;
  font-weight: 300;
}
.table-style-03 tbody tr {
  border-bottom: 1px solid #c8c8c8;
}
.table-style-03 tbody tr:first-of-type {
  border-top: 1px solid #c8c8c8;
}
.table-style-03 tbody tr:nth-of-type(2n) {
  background-color: #f0f2f7;
}
.table-style-03 tbody th {
  padding: 1.2em 1em;
  color: #002A7D;
  text-align: left;
  min-width: 4em;
}
.table-style-03 tbody td {
  padding: 1.2em 1em;
  text-align: left;
}
.table-style-03 img {
  margin-bottom: 1em;
}
.table-style-03 p {
  line-height: 1.8em;
  margin-bottom: 1em;
}
.table-style-03 ul {
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.table-style-03 ul li {
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
.table-style-03 ul li:last-of-type {
  margin-bottom: none;
}
.table-style-03 a {
  color: #002A7D;
  text-decoration: underline;
}

.main .contents-wrapper .program-school-title h2 {
  display: block;
  width: 100%;
  border: 1px solid #002A7D;
  text-align: center;
  padding: 1em;
  box-sizing: border-box;
  color: #002A7D;
  font-size: 30px;
  margin-bottom: 45px;
}
.main .contents-wrapper.program-school-block {
  margin-bottom: 100px;
}
.main .contents-wrapper .contentBox {
  margin-bottom: 35px;
}
.main .progress_design-01 .progress_box {
  background: #ffffff;
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 3px 4px 9px #aaaaaa;
  padding: 1.5em 2em;
}
.main .progress_design-01 .progress_box .progress_box_title {
  text-align: center;
  margin-bottom: 0.5em !important;
  font-size: 1.5em;
  font-weight: 300;
}
.main .progress_design-01 .progress_box p {
  margin: 0 !important;
  font-weight: 200;
  font-size: 1em;
}
.main .progress_design-01 hr.triangle {
  width: 20px;
  height: 20px;
  border: none;
  background-color: #a3bbea;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.trial-flow {
  padding: 30px 0;
}
.trial-flow h4.flow-step {
  text-align: center;
  font-size: 30px;
  margin-bottom: 5px;
  color: #002A7D;
}
.trial-flow h5.flow-title {
  text-align: center;
  font-size: 21px;
  padding: 0;
  margin: 15px 0 15px;
}
.trial-flow p.flow-caption {
  margin-bottom: 15px;
}
.trial-flow p.flow-caption:last-child {
  margin-bottom: 0;
}
.trial-flow .reserve-block {
  margin-bottom: 30px;
}
.trial-flow .reserve-block:last-of-type {
  margin-bottom: 0;
}
.trial-flow .reserve-block.reserve-tel .tel a {
  text-decoration: none;
}
.trial-flow .reserve-block.reserve-tel .tel {
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  color: #002A7D;
}
@media screen and (max-width: 900px) {
  .trial-flow .reserve-block.reserve-tel .tel {
    font-size: 30px;
  }
}
.trial-flow .reserve-block.reserve-tel .tel span.tel-title {
  font-size: 20px;
  display: flex;
  width: 100%;
  color: black;
  height: 20px;
  align-items: center;
  justify-content: center;
}
.trial-flow .reserve-block.reserve-tel .tel-info {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .trial-flow .reserve-block.reserve-tel .tel-info {
    font-size: 12px;
  }
}
.trial-flow h5.flow-circle {
  display: flex;
  height: 150px;
  width: 150px;
  margin: 0 auto;
  border-radius: 100px;
  /* text-align: center; */
  color: white;
  word-wrap: break-word;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  margin-bottom: 15px;
}
.trial-flow h5.flow-circle.orange {
  background-color: #002A7D;
}
.trial-flow .trial-flow-intro {
  max-width: 700px;
}
.trial-flow .trial-flow-intro h3 {
  text-align: center;
  margin-bottom: 20px;
}
.trial-flow .trial-flow-intro p {
  padding: 0 1em 1em;
  line-height: 1.3em;
}
.trial-flow .flow-block {
  padding: 30px;
  margin: 0 auto;
  max-width: 700px;
  background: white;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.trial-flow .flow-block h4 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
}
.trial-flow .flow-block p {
  line-height: 1.5em;
}
.trial-flow .flow-block a {
  color: #002A7D;
  text-decoration: underline;
}
.trial-flow .flow-block.prep-item {
  border: 3px solid #002A7D;
  box-shadow: none;
}
.trial-flow .flow-block.prep-item h4 {
  color: #002A7D;
}
.trial-flow .flow-block.prep-item p {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .trial-flow .flow-block.prep-item p {
    display: block;
  }
}
.trial-flow hr {
  display: block;
  background: url(../images/triangle.svg) no-repeat center;
  transform: rotate(180deg);
  background-size: contain;
  width: 20px;
  height: 20px;
  border: none;
}
.flow-caution {
  margin-top: 15px;
  border: 1px solid #777;
  padding: 1em;
}
.flow-caution h3 {
  text-align: center;
  margin-bottom: 1em;
  color: #777;
}
.flow-caution ul {
  font-size: 0.9em;
  color: #777;
}
.flow-caution li {
  line-height: 1.3em;
  margin-bottom: 10px;
}
.flow-caution li:last-of-type {
  margin-bottom: 0;
}

.membership-contents p {
  margin-bottom: 30px;
  line-height: 1.5em;
  text-align: center;
}

.membership-checklist {
  border: 2px solid #002A7D;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.membership-checklist h3 {
  color: #002A7D;
  font-size: 20px;
  margin-bottom: 15px;
}
.membership-checklist ul {
  margin-left: 1em;
  margin-bottom: 30px;
}
.membership-checklist ul:last-of-type {
  margin-bottom: 0;
}
.membership-checklist li {
  line-height: 1.3em;
  margin-bottom: 15px;
}
.membership-checklist li:last-of-type {
  margin-bottom: 0;
}

.membership-caution {
  border: 1px solid #777;
  padding: 1em;
}
.membership-caution h3 {
  text-align: center;
  margin-bottom: 1em;
  color: #777;
}
.membership-caution ul {
  font-size: 0.9em;
  color: #777;
}
.membership-caution li {
  line-height: 1.3em;
  margin-bottom: 10px;
}
.membership-caution li:last-of-type {
  margin-bottom: 0;
}

.table-company-01 {
  margin-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .table-company-01 {
    margin-bottom: 60px;
  }
}

.table-comapany-02 {
  margin-bottom: 120px;
}
@media screen and (max-width: 900px) {
  .table-comapany-02 {
    margin-bottom: 60px;
  }
}

table.simple-table.company_info th {
  font-size: 0.8em;
}
@media screen and (max-width: 900px) {
  table.simple-table.company_info th {
    font-size: 11px;
  }
}
table.simple-table.company_info td {
  font-size: 0.8em;
}
@media screen and (max-width: 900px) {
  table.simple-table.company_info td {
    font-size: 11px;
  }
}
table.simple-table.company_info ul {
  list-style: disc;
  padding: 0 1em 0 2em;
}
table.simple-table.company_info ul li {
  margin-bottom: 0.3em;
}
table.simple-table.company_info ul li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  table.simple-table.company_info ul li {
    font-size: 11px;
  }
}

.policy a {
  color: #dc3545;
}
.policy h2 {
  font-size: 1.8em;
  line-height: 1.3em;
  margin-bottom: 1em;
  text-align: center;
  border: 1px solid black;
  padding: 5px 0;
}
.policy h3,
.policy h4 {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 1em;
}
.policy p {
  font-size: 0.9em;
  line-height: 1.3em;
  margin-bottom: 3em;
}
.policy ul {
  list-style: disc;
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 3em;
  padding-left: 3em;
}

.fancylink:hover {
  cursor: pointer;
}
.fancylink {
  transition: 0.3s cubic-bezier(0.04, 0.83, 0.56, 0.99);
}
.fancylink:hover {
  opacity: 0.6;
}
@media screen and (max-width: 500px) {
  .fancylink:hover {
    transform: none;
  }
}
.fancylink {
  transition: 0.3s ease-in-out;
}
.fancylink:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 500px) {
  .fancylink:hover {
    transform: none;
  }
}

.fancy-instructor.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2em;
  max-width: 500px;
  color: #fff;
  background: none;
  cursor: default;
  border-radius: 0;
  z-index: 20;
}
.fancy-instructor.fancybox__content h2 {
  text-align: center;
  font-size: 1.2em;
  margin: 30px 0;
}
.fancy-instructor.fancybox__content img {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.fancy-instructor.fancybox__content li,
.fancy-instructor.fancybox__content p {
  font-size: 0.8em;
  line-height: 1.6em;
}

.fancy-instructor {
  display: none;
}

.contents-wrapper.bottom-banner {
  margin-top: 120px;
  margin-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.contents-wrapper.bottom-banner a {
  max-width: 550px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}
.contents-wrapper.bottom-banner a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .contents-wrapper.bottom-banner {
    margin-top: 60px;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}

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