@charset "UTF-8";
/* reset */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none; }

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

a {
  text-decoration: none; }

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

button {
  border: 1px solid #ccc; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul li {
    margin: 0;
    padding: 0; }

fieldset {
  display: block;
  border: none;
  padding: 0;
  margin: 0; }

iframe {
  max-width: 100% !important;
  width: 100% !important; }

hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border-top: 1px solid #cccccc;
  width: 100%; }

blockquote {
  padding-left: 2em; }

.tox-toolbar {
  flex-wrap: wrap !important; }

/*  reset */
/* config */
.col_grn {
  color: #366532; }

.col_bggrn {
  background-color: #366532 !important;
  color: #fff !important; }

.col_red {
  color: #ED5565; }

.col_bgred {
  background-color: #DA4453 !important;
  color: #fff !important; }

.col_yel {
  color: #FFCE54; }

.col_bgyel {
  background-color: #F6BB42 !important;
  color: #fff !important; }

.col_mnt {
  color: #48CFAD; }

.col_bgmnt {
  background-color: #37BC9B !important;
  color: #fff !important; }

.col_blu {
  color: #5D9CEC; }

.col_bgblu {
  background-color: #4A89DC !important;
  color: #fff !important; }

.col_pnk {
  color: #EC87C0; }

.col_bgpnk {
  background-color: #D770AD !important;
  color: #fff !important; }

.col_org {
  color: #FC6E51; }

.col_bgorg {
  background-color: #F9573F !important;
  color: #fff !important; }

.col_gls {
  color: #A0D468; }

.col_bggls {
  background-color: #BCC152 !important;
  color: #fff !important; }

.col_aqa {
  color: #4FC1E9; }

.col_bgaqa {
  background-color: #3BAFDA !important;
  color: #fff !important; }

.col_ppl {
  color: #AC92EC; }

.col_bgppl {
  background-color: #967ADC !important;
  color: #fff !important; }

.colorset:nth-of-type(1) .colorset_color, .colorset:nth-of-type(10) .colorset_color {
  color: #DA4453; }
  .colorset:nth-of-type(1) .colorset_color.bg, .colorset:nth-of-type(10) .colorset_color.bg {
    background-color: #DA4453;
    color: #fff; }

.colorset:nth-of-type(2) .colorset_color, .colorset:nth-of-type(11) .colorset_color {
  color: #37BC9B; }
  .colorset:nth-of-type(2) .colorset_color.bg, .colorset:nth-of-type(11) .colorset_color.bg {
    background-color: #37BC9B;
    color: #fff; }

.colorset:nth-of-type(3) .colorset_color, .colorset:nth-of-type(12) .colorset_color {
  color: #F6BB42; }
  .colorset:nth-of-type(3) .colorset_color.bg, .colorset:nth-of-type(12) .colorset_color.bg {
    background-color: #F6BB42;
    color: #fff; }

.colorset:nth-of-type(4) .colorset_color, .colorset:nth-of-type(13) .colorset_color {
  color: #4A89DC; }
  .colorset:nth-of-type(4) .colorset_color.bg, .colorset:nth-of-type(13) .colorset_color.bg {
    background-color: #4A89DC;
    color: #fff; }

.colorset:nth-of-type(5) .colorset_color, .colorset:nth-of-type(14) .colorset_color {
  color: #D770AD; }
  .colorset:nth-of-type(5) .colorset_color.bg, .colorset:nth-of-type(14) .colorset_color.bg {
    background-color: #D770AD;
    color: #fff; }

.colorset:nth-of-type(6) .colorset_color, .colorset:nth-of-type(15) .colorset_color {
  color: #F9573F; }
  .colorset:nth-of-type(6) .colorset_color.bg, .colorset:nth-of-type(15) .colorset_color.bg {
    background-color: #F9573F;
    color: #fff; }

.colorset:nth-of-type(7) .colorset_color, .colorset:nth-of-type(16) .colorset_color {
  color: #BCC152; }
  .colorset:nth-of-type(7) .colorset_color.bg, .colorset:nth-of-type(16) .colorset_color.bg {
    background-color: #BCC152;
    color: #fff; }

.colorset:nth-of-type(8) .colorset_color, .colorset:nth-of-type(17) .colorset_color {
  color: #3BAFDA; }
  .colorset:nth-of-type(8) .colorset_color.bg, .colorset:nth-of-type(17) .colorset_color.bg {
    background-color: #3BAFDA;
    color: #fff; }

.colorset:nth-of-type(9) .colorset_color, .colorset:nth-of-type(18) .colorset_color {
  color: #967ADC; }
  .colorset:nth-of-type(9) .colorset_color.bg, .colorset:nth-of-type(18) .colorset_color.bg {
    background-color: #967ADC;
    color: #fff; }

.colorset:nth-of-type(1) {
  border-color: #DA4453;
  background-color: rgba(237, 85, 101, 0.3); }
  .colorset:nth-of-type(1) h4 {
    color: #DA4453 !important; }
  .colorset:nth-of-type(1) .badge {
    background-color: #DA4453 !important; }

.colorset:nth-of-type(2) {
  border-color: #37BC9B;
  background-color: rgba(72, 207, 173, 0.3); }
  .colorset:nth-of-type(2) h4 {
    color: #37BC9B !important; }
  .colorset:nth-of-type(2) .badge {
    background-color: #37BC9B !important; }

.colorset:nth-of-type(3) {
  border-color: #F6BB42;
  background-color: rgba(255, 206, 84, 0.3); }
  .colorset:nth-of-type(3) h4 {
    color: #F6BB42 !important; }
  .colorset:nth-of-type(3) .badge {
    background-color: #F6BB42 !important; }

.colorset:nth-of-type(4) {
  border-color: #4A89DC;
  background-color: rgba(93, 156, 236, 0.3); }
  .colorset:nth-of-type(4) h4 {
    color: #4A89DC !important; }
  .colorset:nth-of-type(4) .badge {
    background-color: #4A89DC !important; }

.colorset:nth-of-type(5) {
  border-color: #D770AD;
  background-color: rgba(236, 135, 192, 0.3); }
  .colorset:nth-of-type(5) h4 {
    color: #D770AD !important; }
  .colorset:nth-of-type(5) .badge {
    background-color: #D770AD !important; }

.colorset:nth-of-type(6) {
  border-color: #F9573F;
  background-color: rgba(252, 110, 81, 0.3); }
  .colorset:nth-of-type(6) h4 {
    color: #F9573F !important; }
  .colorset:nth-of-type(6) .badge {
    background-color: #F9573F !important; }

.colorset:nth-of-type(7) {
  border-color: #BCC152;
  background-color: rgba(160, 212, 104, 0.3); }
  .colorset:nth-of-type(7) h4 {
    color: #BCC152 !important; }
  .colorset:nth-of-type(7) .badge {
    background-color: #BCC152 !important; }

.colorset:nth-of-type(8) {
  border-color: #3BAFDA;
  background-color: rgba(79, 193, 233, 0.3); }
  .colorset:nth-of-type(8) h4 {
    color: #3BAFDA !important; }
  .colorset:nth-of-type(8) .badge {
    background-color: #3BAFDA !important; }

.colorset:nth-of-type(9) {
  border-color: #967ADC;
  background-color: rgba(172, 146, 236, 0.3); }
  .colorset:nth-of-type(9) h4 {
    color: #967ADC !important; }
  .colorset:nth-of-type(9) .badge {
    background-color: #967ADC !important; }

html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 300; }

body {
  font-size: 16px;
  background: #fff;
  overflow-x: hidden !important; }

p {
  line-height: 200%;
  margin: 0.5em 0; }

a {
  text-decoration: none !important; }

h2 {
  font-size: 2.0rem;
  letter-spacing: 0.8rem; }
  h2 small {
    font-size: 50%; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important; }

.py-2 {
  padding-top: 1.0em !important;
  padding-bottom: 1.0em !important; }

.py-3 {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important; }

.py-4 {
  padding-top: 2.0em !important;
  padding-bottom: 2.0em !important; }

.py-5 {
  padding-top: 2.5em !important;
  padding-bottom: 2.5em !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.px-1 {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important; }

.px-2 {
  padding-left: 1em !important;
  padding-right: 1em !important; }

.px-3 {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important; }

.px-4 {
  padding-left: 2em !important;
  padding-right: 2em !important; }

.px-5 {
  padding-left: 2.5em !important;
  padding-right: 2.5em !important; }

.pb-1 {
  padding-bottom: 0.5em !important; }

.pb-2 {
  padding-bottom: 1em !important; }

.pb-3 {
  padding-bottom: 1.5em !important; }

.pt-1 {
  padding-top: 0.5em !important; }

.pt-2 {
  padding-top: 1em !important; }

.py-1 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important; }

.py-2 {
  padding-top: 1em !important;
  padding-bottom: 1em !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important; }

.my-2 {
  margin-top: 1em !important;
  margin-bottom: 1em !important; }

.my-3 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important; }

.my-4 {
  margin-top: 2em !important;
  margin-bottom: 2em !important; }

.my-5 {
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important; }

.ml-1 {
  margin-left: 1em !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.5em !important; }

.mt-2 {
  margin-top: 1em !important; }

.mt-3 {
  margin-top: 1.5em !important; }

.mt-4 {
  margin-top: 2em !important; }

.mt-5 {
  margin-top: 2.5em !important; }

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

.mb-1 {
  margin-bottom: 0.5em !important; }

.mb-2 {
  margin-bottom: 1em !important; }

.mb-3 {
  margin-bottom: 1.5em !important; }

.mb-4 {
  margin-bottom: 2em !important; }

.mb-5 {
  margin-bottom: 2.5em !important; }

.blink {
  animation: blinkAnime 0.5s infinite alternate; }

@keyframes blinkAnime {
  0% {
    opacity: 0; }
  70% {
    opacity: 100; } }
.relative {
  position: relative; }

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

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

.text-sp-center {
  text-align: left !important; }
  @media (max-width: 576px) {
    .text-sp-center {
      text-align: center !important; } }

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

.box-right {
  display: block;
  right: 0; }

.sp_only {
  display: none !important; }
  @media (max-width: 576px) {
    .sp_only {
      display: block !important; } }

.md_only {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .md_only {
      display: block !important; } }
  @media (max-width: 576px) {
    .md_only {
      display: none !important; } }

.pc_only {
  display: block !important; }
  @media (max-width: 576px) {
    .pc_only {
      display: none !important; } }

.require {
  display: inline-block;
  margin-left: 0.3em;
  background-color: #c60000;
  padding: 0.2em 0.5em;
  font-size: 80%;
  color: #fff; }

.badge {
  display: inline-block;
  margin-left: 0.3em;
  margin-right: 0.3em;
  margin-bottom: 0.1em;
  font-size: 0.8em;
  padding: 0.1em 0.4em 0.1em 0.5em;
  border-radius: 4px;
  color: #fff;
  letter-spacing: 0.1em; }

.btn {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.75em 2rem;
  font-weight: 300;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  min-width: 150px;
  font-weight: 600;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); }
  @media (max-width: 576px) {
    .btn {
      min-width: 100px; } }
  .btn.active {
    background-color: #4D73BE !important;
    color: #fff !important; }
  .btn.nallow {
    min-width: 50px; }
  .btn:disabled {
    opacity: 0.5 !important;
    background: #999999 !important;
    color: #000 !important; }

td > .btn {
  min-width: auto; }

.btn:has(+ i) {
  /* CSS4構文なので実質無効。jqueryで対応中 */
  min-width: auto; }

.btn-xs {
  font-size: 1rem;
  padding: 0.5em 0.8em !important;
  min-width: auto; }
  @media screen and (max-width: 768px) {
    .btn-xs {
      font-size: 1em;
      padding: 0.5em 1em; } }

.btn-lg {
  font-size: 1.5rem;
  padding: 1em 2em; }
  @media screen and (max-width: 768px) {
    .btn-lg {
      font-size: 1em;
      padding: 1em; } }

.btn-full {
  display: block;
  margin: 0;
  width: 100%;
  /*	text-overflow:ellipsis; */
  overflow: visible; }

table tbody {
  margin: 0;
  padding: 0; }
  @media (max-width: 576px) {
    table tbody {
      min-width: 100%; } }
table tr {
  margin: 0;
  padding: 0; }
  @media (max-width: 576px) {
    table tr {
      min-width: 100%; } }
table tr.active {
  background-color: #ECF2FF !important; }
table tr.active > td {
  background-color: #ECF2FF !important; }
table th {
  text-align: left;
  padding: 1em 0.3em;
  background-color: #eee;
  white-space: nowrap;
  font-weight: 300;
  margin: 0;
  border-bottom: 1px dotted #ccc; }
table td {
  text-align: left;
  margin: 0;
  padding: 1em 0.3em;
  border-bottom: 1px dotted #ccc; }
table th b.title,
table td b.title {
  display: block;
  padding-bottom: 0.8em; }
table th.vbottom,
table td.vbottom {
  vertical-align: bottom !important; }
table.striped tr:nth-child(odd) {
  background-color: #efefef; }
table.borderd {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }
  table.borderd th, table.borderd td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
table.noborder th, table.noborder td {
  border-bottom: none; }
table.white th {
  background-color: #fff;
  font-weight: 600; }
  @media (max-width: 576px) {
    table.white th {
      border-bottom: none;
      padding-bottom: 0; } }
table.white th, table.white td {
  padding-left: 1em;
  padding-right: 1em; }
  @media (max-width: 576px) {
    table.white th, table.white td {
      display: block;
      word-break: break-all; } }
table.gray {
  border-top: 1px dotted #ccc; }
  table.gray th {
    background-color: #EEEEEE;
    font-weight: 600;
    width: 30%;
    min-width: 180px; }
    @media (max-width: 576px) {
      table.gray th {
        border-bottom: none;
        padding-bottom: 0; } }
  table.gray th, table.gray td {
    padding-left: 1em;
    padding-right: 1em; }
    @media screen and (max-width: 768px) {
      table.gray th, table.gray td {
        display: block;
        line-height: 1.5em;
        padding: 0.5em 0 0.5em 1.5em;
        width: 100%;
        word-break: break-all; } }
  @media screen and (max-width: 768px) {
    table.gray td {
      padding-left: 2.5em; } }
table.table-analytics th, table.table-analytics td {
  padding: 0.3em; }
table.table-analytics td {
  background: #fff;
  min-width: 40px; }
table.table-analytics .pic {
  display: block;
  float: left;
  margin-right: 8px;
  width: 35px !important;
  height: 35px !important; }
table .inner-table {
  margin: -0.8em 0 -1em 1em; }
table .pic {
  width: 48px !important;
  height: 48px !important;
  border-radius: 4px !important;
  object-fit: cover !important;
  margin-left: auto;
  margin-right: auto; }

.h2_blueback {
  display: block;
  background: url("../images/common/bg_h2.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 150px;
  color: #c60000;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
  @media (max-width: 576px) {
    .h2_blueback {
      height: 100px; } }
  .h2_blueback span {
    width: 500px;
    left: calc( 50% - 250px);
    height: 100px;
    border-radius: 20px 20px 0 0;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    padding-top: 20px;
    text-align: center; }
    @media (max-width: 576px) {
      .h2_blueback span {
        width: 300px;
        left: calc( 50% - 150px);
        height: 80px;
        font-size: 1.8rem;
        letter-spacing: 0.1rem; } }
    .h2_blueback span small {
      display: block; }

.h2_blueback span::before {
  content: '';
  display: block;
  width: 170px;
  height: 140px;
  background-image: url("../images/cara1.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: calc( 50% + 190px); }
  @media (max-width: 576px) {
    .h2_blueback span::before {
      width: 95px;
      height: 96px;
      left: calc( 50% + 100px);
      background-size: contain;
      background-position: center center; } }

.h2_blueback:nth-of-type(even) span::before {
  background-image: url("../images/cara1.png"); }

.h2_blueback:nth-of-type(odd) span::before {
  background-image: url("../images/cara2.png"); }

.h2_blueback:nth-child(3) span::before {
  content: '';
  display: block;
  width: 170px;
  height: 125px;
  background-image: url("../images/cara3.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: calc( 50% + 100px); }

.roundtitle {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
  text-align: center; }
  @media (max-width: 576px) {
    .roundtitle {
      font-size: 1em;
      letter-spacing: 0.2em; } }
  .roundtitle span {
    display: inline-block;
    width: auto;
    max-width: 100%;
    overflow: hidden;
    padding: 0.2em 3em;
    margin: 0 auto;
    border-radius: 30px; }
    @media (max-width: 576px) {
      .roundtitle span {
        padding: 0.2em 1em; } }

.fadeIn {
  opacity: 0;
  transition: 1s; }

.fadeIn.is-show {
  opacity: 1; }

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 30%);
  transition: 0.8s; }

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1; }

@keyframes flash {
  0%,45%,55%,100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
/* config */
/* layout */
body {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
  order: 1;
  background-color: #fff;
  max-width: 100vw;
  overflow-x: hidden; }
  body .l-wrapper {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 4em 0;
    max-width: 970px; }
    body .l-wrapper.notoppadding {
      padding-top: 0; }
  body footer {
    display: block;
    background-color: #366532 !important;
    height: auto;
    width: 100vw; }
    body footer .footer_logo {
      display: block;
      width: 80%;
      max-width: 400px;
      margin: 2em auto; }
      @media (max-width: 576px) {
        body footer .footer_logo {
          margin: 2em auto 1em; } }
    body footer .footer_copyright {
      display: block;
      width: 100%;
      font-size: 0.8em;
      text-align: center;
      margin: 0.5em 0;
      color: white; }
    body footer .footer_link {
      display: flex !important;
      margin: 1em auto;
      justify-content: center;
      align-items: center; }
      @media (max-width: 576px) {
        body footer .footer_link {
          flex-wrap: wrap;
          justify-content: left; } }
      body footer .footer_link li {
        display: block;
        text-align: center;
        padding: 0em 2em; }
        @media (max-width: 576px) {
          body footer .footer_link li {
            width: 33%;
            padding: 1em 0; } }
        body footer .footer_link li a {
          color: #fff; }
          body footer .footer_link li a img {
            margin-left: auto;
            margin-right: auto; }
        @media (max-width: 576px) {
          body footer .footer_link li.sp-100 {
            width: 100%; } }
      body footer .footer_link.bar li {
        border-left: 1px solid #fff; }
        @media (max-width: 576px) {
          body footer .footer_link.bar li {
            border: none; } }
      body footer .footer_link.bar li:first-child {
        border-left: none; }
      body footer .footer_link.pc_only {
        display: flex !important; }
        @media (max-width: 576px) {
          body footer .footer_link.pc_only {
            display: none !important; } }
      body footer .footer_link .footer_link {
        display: flex !important;
        margin: 1em auto;
        justify-content: center;
        align-items: center; }
        @media (max-width: 576px) {
          body footer .footer_link .footer_link {
            flex-wrap: wrap;
            justify-content: left; } }
        body footer .footer_link .footer_link li {
          display: block;
          text-align: center;
          padding: 0em 2em; }
          @media (max-width: 576px) {
            body footer .footer_link .footer_link li {
              width: 33%;
              padding: 1em 0; } }
          body footer .footer_link .footer_link li a {
            color: #fff; }
            body footer .footer_link .footer_link li a img {
              margin-left: auto;
              margin-right: auto; }
          @media (max-width: 576px) {
            body footer .footer_link .footer_link li.sp-100 {
              width: 100%; } }
        body footer .footer_link .footer_link.bar li {
          border-left: 1px solid #fff; }
          @media (max-width: 576px) {
            body footer .footer_link .footer_link.bar li {
              border: none; } }
        body footer .footer_link .footer_link.bar li:first-child {
          border-left: none; }
        body footer .footer_link .footer_link.pc_only {
          display: flex !important; }
          @media (max-width: 576px) {
            body footer .footer_link .footer_link.pc_only {
              display: none !important; } }
      body footer .footer_link .logo_width_l {
        width: 100%;
        max-width: 70px; }
      body footer .footer_link .group_icon {
        font-weight: 900;
        color: #366532 !important;
        display: inline-block;
        padding: 0.1em 1em;
        background-color: white;
        border-radius: 20px;
        white-space: nowrap; }
        @media (max-width: 576px) {
          body footer .footer_link .group_icon {
            padding: 0.5em 1em; } }
        body footer .footer_link .group_icon img {
          display: inline-block !important;
          width: 1.5em;
          margin: 1px 0 -6px 0; }
    body footer .footer_link2 {
      display: flex !important;
      margin: 1em auto;
      justify-content: center;
      align-items: center; }
      @media (max-width: 576px) {
        body footer .footer_link2 {
          flex-wrap: wrap; } }
      body footer .footer_link2 li {
        display: block;
        text-align: center;
        padding: 0em 2em; }
        @media (max-width: 576px) {
          body footer .footer_link2 li {
            width: 25%;
            padding: 1em 0; } }
        body footer .footer_link2 li a {
          color: #fff;
          font-size: 140%;
          font-weight: bold;
          white-space: nowrap; }
      body footer .footer_link2.bar li {
        border-left: 1px solid #fff; }
        @media (max-width: 576px) {
          body footer .footer_link2.bar li {
            border: none; } }
      body footer .footer_link2.bar li:first-child {
        border-left: none; }
      body footer .footer_link2.pc_only {
        display: flex !important; }
        @media (max-width: 576px) {
          body footer .footer_link2.pc_only {
            display: none !important; } }
  body .l-modal {
    order: 999;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0; }
    body .l-modal div.modal-inner {
      display: block;
      position: fixed;
      width: 100vw;
      height: 50px;
      max-height: 100vh;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto auto;
      text-align: center; }

.slick-slider {
  text-align: center;
  margin: 0;
  /* https://www.nxworld.net/jquery-plugin-slick-current-class-examples.html */ }
  .slick-slider .slide {
    margin: 0 0px;
    padding: 0 15px;
    overflow: hidden;
    position: relative; }
    .slick-slider .slide .title {
      display: block;
      font-size: 66%;
      position: absolute;
      background: rgba(255, 255, 255, 0.8);
      color: #000;
      font-weight: 300;
      padding: 4px;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 10; }
      @media (max-width: 576px) {
        .slick-slider .slide .title {
          position: relative;
          font-size: 70%;
          font-weight: 300; } }
  .slick-slider .slick-track {
    margin-left: inherit;
    margin-right: inherit; }
  .slick-slider .slick-center {
    padding: 0 5px; }
  .slick-slider .slick .caption {
    position: absolute;
    left: 0px;
    bottom: 3px;
    z-index: 2;
    width: 100%;
    padding: 10px 5px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    opacity: 1;
    transition: .3s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .slick-slider .slide-dots {
    width: 100%;
    text-align: center; }
    .slick-slider .slide-dots li {
      display: inline-block;
      margin: 0 10px; }
      .slick-slider .slide-dots li button {
        position: relative;
        text-indent: -9999px;
        border: none;
        background-color: transparent; }
        .slick-slider .slide-dots li button:before {
          content: '○';
          color: #ccc;
          font-size: 16px;
          text-indent: 0px;
          position: absolute;
          top: 0;
          left: 0; }
        .slick-slider .slide-dots li button:hover, .slick-slider .slide-dots li button:active {
          border: none;
          background-color: transparent; }
      .slick-slider .slide-dots li.slick-active button:before {
        color: #ccc;
        content: '●'; }
  .slick-slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.3); }
    .slick-slider .slick-arrow:hover {
      transform: scale(1.2);
      transition: 0.3s ease-out;
      background: rgba(255, 255, 255, 0.8); }
  .slick-slider .prev-arrow {
    font-size: 20px;
    line-height: 20px;
    left: 0px;
    z-index: 10;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
  .slick-slider .next-arrow {
    font-size: 20px;
    line-height: 20px;
    width: 30px;
    height: 30px;
    padding: 5px;
    right: 0px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  @media print {
    .slick-slider {
      display: none; } }

/* layout */
.l-header {
  animation: SlideIn 2s;
  display: block;
  position: relative;
  margin: 0;
  z-index: 10;
  height: 120px;
  background-color: white;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 2px 0 0 #ccc; }
  @media screen and (max-width: 768px) {
    .l-header {
      animation: SlideIn 1s;
      height: 90px; } }
  .l-header .box-header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 120px; }
    .l-header .box-header .fixed {
      height: 90px; }
    .l-header .box-header .logo {
      display: block;
      width: 130px;
      position: absolute;
      top: 10px;
      left: -10px; }
      @media screen and (max-width: 768px) {
        .l-header .box-header .logo {
          width: 80px;
          top: 25px;
          left: 10px; } }
    .l-header .box-header .chara {
      display: block;
      width: 180px;
      position: absolute;
      top: 00px;
      right: -10px; }
      @media screen and (max-width: 768px) {
        .l-header .box-header .chara {
          display: none; } }
    .l-header .box-header .title {
      font-family: heisei-maru-gothic-std, "M PLUS Rounded 1c",'Noto Sans JP', sans-serif;
      font-weight: 800;
      font-style: normal;
      display: block;
      position: absolute;
      top: 15px;
      left: 130px;
      font-size: 1.8em; }
      .l-header .box-header .title small {
        font-family: heisei-maru-gothic-std, "M PLUS Rounded 1c",'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-style: normal;
        display: block;
        font-weight: 400;
        font-size: 1rem;
        margin-bottom: -2px; }
      @media screen and (max-width: 768px) {
        .l-header .box-header .title {
          top: 32px;
          left: 100px;
          font-size: 1.4em; } }
      @media screen and (max-width: 768px) {
        .l-header .box-header .title {
          top: 35px;
          font-size: 1.3em; }
          .l-header .box-header .title small {
            font-size: 0.6rem; } }
    .l-header .box-header .schoolTel {
      display: block;
      position: absolute;
      bottom: 50px;
      right: 180px;
      font-size: 1.0em;
      font-family: heisei-maru-gothic-std, "M PLUS Rounded 1c",'Noto Sans JP', sans-serif;
      font-weight: 400;
      font-style: normal; }
      .l-header .box-header .schoolTel a {
        color: #000 !important; }
      @media screen and (max-width: 860px) and (min-width: 768px) {
        .l-header .box-header .schoolTel {
          display: none !important; } }
      @media screen and (max-width: 768px) {
        .l-header .box-header .schoolTel {
          font-family: 'Noto Sans JP', sans-serif;
          background: #366532;
          color: #fff;
          top: 0;
          left: 0;
          width: 100%;
          height: 1.6em;
          font-size: 0.8em;
          font-weight: 300;
          text-align: center; }
          .l-header .box-header .schoolTel a {
            color: #fff !important; }
          .l-header .box-header .schoolTel br {
            display: none;
            widows: 1em; } }

.l-header.fixed {
  animation: SlideIn 2s;
  display: block;
  position: fixed;
  width: 100%;
  margin: 0;
  z-index: 10;
  height: 120px;
  background-color: white;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 2px 0 0 #ccc; }
  @media screen and (max-width: 768px) {
    .l-header.fixed {
      animation: SlideIn 1s;
      height: 90px; } }
  .l-header.fixed .box-header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 120px; }
    .l-header.fixed .box-header .fixed {
      height: 90px; }
    .l-header.fixed .box-header .logo {
      display: block;
      width: 130px;
      position: absolute;
      top: 10px;
      left: -10px; }
      @media screen and (max-width: 768px) {
        .l-header.fixed .box-header .logo {
          width: 80px;
          top: 25px;
          left: 10px; } }
    .l-header.fixed .box-header .chara {
      display: block;
      width: 180px;
      position: absolute;
      top: 00px;
      right: -10px; }
      @media screen and (max-width: 768px) {
        .l-header.fixed .box-header .chara {
          display: none; } }
    .l-header.fixed .box-header .title {
      font-family: heisei-maru-gothic-std, "M PLUS Rounded 1c",'Noto Sans JP', sans-serif;
      font-weight: 800;
      font-style: normal;
      display: block;
      position: absolute;
      top: 15px;
      left: 130px;
      font-size: 1.8em; }
      .l-header.fixed .box-header .title small {
        font-family: heisei-maru-gothic-std, "M PLUS Rounded 1c",'Noto Sans JP', sans-serif;
        font-weight: 400;
        font-style: normal;
        display: block;
        font-weight: 400;
        font-size: 1rem;
        margin-bottom: -2px; }
      @media screen and (max-width: 768px) {
        .l-header.fixed .box-header .title {
          top: 32px;
          left: 100px;
          font-size: 1.4em; } }
      @media screen and (max-width: 768px) {
        .l-header.fixed .box-header .title {
          top: 35px;
          font-size: 1.3em; }
          .l-header.fixed .box-header .title small {
            font-size: 0.6rem; } }
    .l-header.fixed .box-header .schoolTel {
      display: block;
      position: absolute;
      bottom: 50px;
      right: 180px;
      font-size: 1.0em;
      font-family: heisei-maru-gothic-std, "M PLUS Rounded 1c",'Noto Sans JP', sans-serif;
      font-weight: 400;
      font-style: normal; }
      @media screen and (max-width: 768px) {
        .l-header.fixed .box-header .schoolTel {
          font-family: 'Noto Sans JP', sans-serif;
          background: #366532;
          color: #fff;
          top: 0;
          left: 0;
          width: 100%;
          height: 1.6em;
          font-size: 0.8em;
          font-weight: 300;
          text-align: center; }
          .l-header.fixed .box-header .schoolTel br {
            display: none;
            widows: 1em; } }

@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateY(-120px);
    @media screen and (max-width: 768px) {
      transform: translateY(-90px); } }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.btn_menu {
  display: none; }
  @media screen and (max-width: 768px) {
    .btn_menu {
      display: block;
      font-size: 30px;
      position: absolute;
      right: 10px;
      top: 30px;
      cursor: pointer;
      border: 1px solid #366532;
      color: #366532;
      padding: 2px 10px;
      border-radius: 4px; } }
  @media (max-width: 576px) {
    .btn_menu {
      right: 5px; } }

#top-menu {
  display: flex;
  position: absolute;
  top: auto;
  right: auto;
  left: 150px;
  bottom: 0px;
  width: calc(100% - 300px);
  z-index: 200; }
  #top-menu li {
    flex-basis: 100%;
    text-align: center;
    display: block;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-left: -1px; }
    #top-menu li a {
      font-size: 0.9em;
      font-weight: 400;
      color: #555;
      display: block;
      width: 100%;
      height: 100%;
      padding: 0.4em 0;
      position: relative; }
    #top-menu li a::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      content: '';
      width: 0;
      height: 6px;
      background-color: #FF9825;
      transition: .3s;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    #top-menu li a:hover::after {
      width: 100%; }
  @media screen and (max-width: 768px) {
    #top-menu {
      display: none;
      width: 100%;
      max-height: calc(100vh - 120px);
      max-width: 350px;
      flex-direction: column;
      background-color: #fff;
      color: #366532;
      bottom: auto;
      left: auto;
      right: 0;
      top: 90px; }
      #top-menu li {
        border: 1px solid #366532;
        margin-left: 0;
        margin-top: -1px; }
        #top-menu li a {
          padding: 20px 0;
          color: #366532; } }
  @media (max-width: 576px) {
    #top-menu {
      max-width: 100%; } }

form {
  font-size: 1em;
  box-sizing: border-box;
  width: 100%; }

input[type='text'], input[type='password'], .text-area > input {
  width: 100%;
  max-width: 100%;
  padding: 0.8em;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
  input[type='text'].size-sm, input[type='password'].size-sm, .text-area > input.size-sm {
    padding: 0.5em; }

input[type='text']:read-only {
  border: none;
  border-bottom: dotted 1px #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="radio"] {
  transform: scale(1.5);
  margin: 0.3em; }

input[type="checkbox"] {
  transform: scale(1.5);
  margin: 0.3em; }

input[type="checkbox"].fwd-color {
  position: relative; }
  input[type="checkbox"].fwd-color::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 15px;
    left: -1px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 15px;
    border-radius: 2px; }
  input[type="checkbox"].fwd-color::after {
    border-right: 3px solid #ed7a9c;
    border-bottom: 3px solid #ed7a9c;
    content: '';
    display: block;
    height: 11px;
    left: 4px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 7px; }
  input[type="checkbox"].fwd-color.col-yel::after {
    border-color: #FDB700 !important; }
  input[type="checkbox"].fwd-color.col-yel::after {
    border-color: #FDB700 !important; }
  input[type="checkbox"].fwd-color.col-blu::after {
    border-color: #4D73BE !important; }
  input[type="checkbox"].fwd-color.col-red::after {
    border-color: #C60000 !important; }
  input[type="checkbox"].fwd-color.col-lgr::after {
    border-color: #EEEEEE !important; }
  input[type="checkbox"].fwd-color.col-gry::after {
    border-color: #999999 !important; }
  input[type="checkbox"].fwd-color.col-grn::after {
    border-color: #6AB441 !important; }
  input[type="checkbox"].fwd-color.col-pnk::after {
    border-color: #FF5084 !important; }
  input[type="checkbox"].fwd-color.col-org::after {
    border-color: #E99401 !important; }
  input[type="checkbox"].fwd-color:checked::after {
    opacity: 1; }

label > input {
  margin-right: 0.5em !important; }

select {
  width: 100%;
  max-width: 100%;
  padding: 0.8em;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Noto Sans JP', sans-serif, 'Font Awesome 5 Free'; }

textarea {
  width: 100%;
  max-width: 100%;
  line-height: 1.5em;
  padding: 0.8em;
  border-color: #ccc; }

::placeholder {
  color: #BBBBBB; }

form.form-full-width {
  min-width: 0;
  max-width: 100%;
  width: 100%; }

.text-area {
  position: relative; }

.text-area i.left {
  position: absolute;
  left: 16px;
  top: 1em;
  background-color: transparent; }
  .text-area i.left ~ input {
    padding-left: 48px; }

.select-area {
  position: relative; }
  .select-area::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 40%;
    border-bottom: #333 2px solid;
    border-right: #333 2px solid;
    transform: rotate(45deg) translateY(-30%); }
  .select-area select {
    padding-right: 30px; }

.dd-select {
  background-color: #fff !important;
  flex: none !important;
  border-radius: 8px !important; }

.dd-selected, .dd-option {
  padding: 5px !important; }
  .dd-selected label, .dd-option label {
    font-weight: 300 !important;
    text-align: left !important;
    line-height: 45px !important;
    display: block;
    padding-left: 1em !important; }

.dd-option-image, .dd-selected-image {
  margin-top: 8px !important; }

.dd-option-selected {
  background-color: transparent !important; }

.check-area {
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 200%; }
  .check-area label {
    /*	font-weight: 400; */
    padding-right: 2em;
    padding-left: 0.5em;
    display: inline-block; }
  @media (max-width: 576px) {
    .check-area label:not(:last-child) {
      display: inline; }
    .check-area label:not(:last-child)::after {
      content: "\A";
      white-space: pre; } }

.file-area {
  margin-bottom: 20px;
  position: relative; }
  .file-area input[type="file"]:focus {
    outline: 0; }
  .file-area input[type="file"] {
    margin-left: 35px; }
    .file-area input[type="file"]::before {
      background: #4D73BE;
      border-radius: 4px;
      color: #ffffff;
      content: 'ファイルを選択';
      font-size: 1em;
      left: 0;
      padding: 10px 20px;
      position: absolute;
      top: -12px; }
  .file-area input[type="file"]::-webkit-file-upload-button {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-color: transparent;
    border: 0;
    margin: 0 20px 0 0; }

i.loupe::after {
  content: url("../images/icon/loupe.svg");
  width: 24px;
  height: 24px;
  display: inline-block; }

.form_filter h2 {
  padding-left: 10px;
  margin-top: 1em;
  margin-bottom: 1em; }
.form_filter h3 {
  margin-bottom: 0.5em; }
.form_filter .box-detail {
  display: none;
  padding: 1em inherit; }
.form_filter .box-detail.active {
  display: block; }
.form_filter fieldset {
  margin-bottom: 1em; }

.box-topslide {
  display: block;
  position: relative;
  width: 100%;
  height: calc(100vh - 130px);
  max-height: 500px;
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0; }
  @media (max-width: 576px) {
    .box-topslide {
      background-size: 250%;
      background-position: 69% 35%; } }
  .box-topslide #topprice_pc {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    max-width: 800px; }
    @media (max-width: 576px) {
      .box-topslide #topprice_pc {
        display: none; } }
  .box-topslide #topprice_sp {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 50px);
    max-width: 300px; }
    @media (max-width: 576px) {
      .box-topslide #topprice_sp {
        display: block; } }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.box-main {
  /*	width: calc(100% - 30px);
  	max-width: 940px;
  	margin: 0 auto;
  	padding: 1em 0;*/ }

.box_textbox {
  width: 100%;
  max-width: 700pc;
  padding-left: 1.5em;
  padding-right: 1.5em;
  margin-bottom: 3em;
  line-height: 180%; }

.box-newslist {
  display: block;
  margin-bottom: 4em; }
  .box-newslist li {
    display: block;
    border-bottom: solid  1px #ccc; }
    .box-newslist li a {
      display: block;
      width: 100%;
      padding: 1em 2em 1em 0.5em;
      color: #000;
      position: relative; }
      .box-newslist li a .date {
        display: block;
        color: #666;
        font-size: 0.8em; }
    .box-newslist li a::after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 20px;
      position: absolute;
      top: calc( 50% - 10px);
      right: 1em;
      color: #888; }
    .box-newslist li a:hover {
      background-color: #fff7d8; }

.box-schoollist {
  display: block; }
  .box-schoollist > li {
    display: block;
    padding: 0 0 4em; }
    .box-schoollist > li h3 {
      font-size: 1.8rem;
      font-weight: 400;
      display: block;
      padding-bottom: 0.5rem;
      margin-bottom: 1rem;
      border-bottom: 1px solid #ccc;
      text-align: center; }
    .box-schoollist > li .info {
      display: flex;
      padding: 0 1em;
      width: 100%;
      grid-gap: 1.5rem;
      margin-bottom: 2em;
      font-size: 1.2rem; }
      @media screen and (max-width: 768px) {
        .box-schoollist > li .info {
          flex-direction: column; } }
      .box-schoollist > li .info div {
        flex-basis: 100%; }
  .box-schoollist .maru {
    font-weight: 500;
    position: relative;
    color: #fff;
    margin-right: 0.6em; }
    .box-schoollist .maru:before {
      content: "";
      display: block;
      width: 1.5em;
      height: 1.5em;
      border-radius: 1em;
      background-color: #EF5809;
      position: absolute;
      left: -0.4em;
      top: 0em;
      z-index: -1; }

.box-class {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0 30px; }
  @media (max-width: 576px) {
    .box-class {
      flex-direction: column;
      padding: 0;
      margin-left: 0;
      width: calc(100vw - 20px);
      grid-row-gap: 1em; } }
  .box-class > li {
    display: block;
    border-width: 4px;
    border-radius: 8px;
    border-style: solid;
    flex-basis: calc( 33% - 25px);
    position: relative; }
    @media screen and (max-width: 768px) {
      .box-class > li {
        flex-basis: calc( 50% - 20px); } }
    @media (max-width: 576px) {
      .box-class > li {
        border-radius: 0;
        width: calc(100vw - 40px); } }
    @media (max-width: 576px) {
      .box-class > li > a {
        width: 100%;
        display: block; } }
    .box-class > li .inspection {
      display: block;
      width: 64px;
      height: 64px;
      border-radius: 32px;
      position: absolute;
      right: -5px;
      top: -20px;
      border: 4px solid #efefef;
      background-color: #DA4453;
      color: #fff;
      font-weight: 600;
      font-size: 12px;
      line-height: 14px;
      z-index: 5;
      padding-top: 15px;
      text-align: center;
      transform: rotate(25deg);
      box-shadow: 1px 1px 1px 1px #ccc; }
    .box-class > li .inspection_new {
      display: block;
      width: 64px;
      height: 64px;
      border-radius: 32px;
      position: absolute;
      right: -5px;
      top: -20px;
      border: 4px solid #DA4453;
      background-color: #fff;
      color: #DA4453;
      font-weight: 600;
      font-size: 16px;
      line-height: 16px;
      z-index: 5;
      padding-top: 19px;
      text-align: center;
      transform: rotate(25deg);
      box-shadow: 1px 1px 1px 1px #ccc;
      animation: flash 3s linear infinite; }
    .box-class > li .img {
      position: relative;
      overflow: hidden;
      max-height: 15vw; }
      @media screen and (max-width: 768px) {
        .box-class > li .img {
          height: 24vw;
          max-height: none; } }
      @media (max-width: 576px) {
        .box-class > li .img {
          float: right;
          width: 50vw;
          max-height: none;
          height: auto;
          padding-top: 40px;
          margin-right: 8px;
          padding-left: 1em; } }
      .box-class > li .img img {
        display: block;
        object-fit: cover;
        background-position: center center; }
      .box-class > li .img i {
        display: block;
        position: absolute;
        color: #666 !important;
        font-size: 20px;
        background-color: rgba(255, 255, 255, 0.5);
        width: 30px;
        height: 30px;
        text-align: center;
        padding-top: 5px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        right: 0;
        top: calc(50% - 10px); }
        @media (max-width: 576px) {
          .box-class > li .img i {
            display: none; } }
    .box-class > li .caption {
      padding: 0.5em 1.5em 2em;
      font-size: 1em;
      color: #666 !important; }
      @media (max-width: 576px) {
        .box-class > li .caption {
          height: auto; } }
      .box-class > li .caption h4 {
        display: block;
        font-size: 1.5em;
        text-align: center;
        margin-bottom: 0.5em; }

.box-class.col2 > li {
  flex-basis: calc( 50% - 20px); }
  @media (max-width: 576px) {
    .box-class.col2 > li {
      border-radius: 0;
      width: 100vw; } }

.box-event {
  display: flex;
  width: 100%;
  padding: 2em 0;
  gap: 20px;
  border-bottom: 1px solid #ccc; }
  @media (max-width: 576px) {
    .box-event {
      padding: 1em 0; } }
  .box-event .box-event-month {
    width: 150px; }
    @media (max-width: 576px) {
      .box-event .box-event-month {
        width: 100px; } }
  .box-event .box-event-event {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .box-event .box-event-event img {
      object-fit: cover;
      object-position: center center;
      width: 100%;
      height: 200px; }
    @media (max-width: 576px) {
      .box-event .box-event-event {
        row-gap: 8px; }
        .box-event .box-event-event div {
          flex-basis: 100% !important; }
          .box-event .box-event-event div img {
            aspect-ratio: 16/9;
            height: auto; } }

.box-class-head {
  display: flex;
  align-items: center;
  padding: 2em 0 2em !important; }
  @media screen and (max-width: 768px) {
    .box-class-head {
      display: block;
      position: relative; } }
  .box-class-head h1 {
    display: block;
    flex-basis: 80%;
    background: url("../images/common/bg-class-head-h1.png") no-repeat;
    background-size: contain;
    height: 100px;
    background-position: left center;
    padding-left: 175px;
    padding-top: 0.5em;
    font-size: 1.6em;
    color: #534741; }
    .box-class-head h1 small {
      display: block;
      font-size: 0.8em;
      color: #D61E19; }
    @media screen and (max-width: 768px) {
      .box-class-head h1 {
        background: none;
        padding-left: 0;
        text-align: center;
        width: 100%;
        height: auto; } }
  .box-class-head .badge {
    flex-basis: 20%;
    min-width: 150px;
    border: 4px solid #534741;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: 400;
    background: #fff;
    margin-right: 1em;
    padding: 0; }
    .box-class-head .badge div {
      color: #534741;
      text-align: center;
      padding: 0.5em 0; }
    .box-class-head .badge div:first-child {
      background-color: #534741;
      color: #fff; }
    @media screen and (max-width: 768px) {
      .box-class-head .badge {
        margin-right: 0;
        position: absolute;
        top: -90px;
        right: -10px; } }

.box-clesses {
  padding-top: 0 !important;
  display: flex;
  column-gap: 30px;
  grid-row-gap: 2em; }
  @media screen and (max-width: 768px) {
    .box-clesses {
      flex-direction: column; } }
  .box-clesses .main {
    flex-basis: 100%;
    padding: 0 1em;
    line-height: 1.8em; }
    @media screen and (max-width: 768px) {
      .box-clesses .main {
        flex-basis: 100%; } }
    @media (max-width: 576px) {
      .box-clesses .main {
        padding: 0; } }
  .box-clesses .bunner-slick {
    display: block;
    margin: 0;
    padding: 0;
    width: 300px; }
    @media screen and (max-width: 768px) {
      .box-clesses .bunner-slick {
        width: 100%;
        border-top: 1px solid #ccc;
        padding-top: 2em; } }
    .box-clesses .bunner-slick .slide {
      display: block;
      position: relative; }
      .box-clesses .bunner-slick .slide .caption {
        display: block;
        position: absolute;
        width: 100%;
        padding: 0.3em 0;
        font-weight: 400;
        background-color: rgba(255, 255, 255, 0.8);
        color: #333;
        text-align: center;
        overflow: hidden;
        bottom: 0;
        left: 0; }
  .box-clesses p {
    line-height: 180%;
    margin-left: 1.5em;
    margin-right: 1.5em; }
  .box-clesses h2 {
    display: block;
    text-align: center;
    margin: 2em auto 1em;
    padding: 0 3em;
    min-width: 40%;
    max-width: 100%;
    border-radius: 50px;
    color: #fff;
    white-space: nowrap; }
  .box-clesses .box-pic {
    display: flex;
    width: calc(100% - 30px);
    margin: 0 auto;
    column-gap: 20px;
    justify-content: center; }
    .box-clesses .box-pic li {
      display: block;
      flex-basis: 80%;
      margin: 1.5em 0;
      padding: 0; }
  .box-clesses h2.class_head {
    display: block;
    padding: 0.3em 0 0.3em 70px;
    position: relative;
    border-radius: 8px;
    color: #fff; }
    .box-clesses h2.class_head::before {
      content: "↓";
      color: #fff;
      display: block;
      font-size: 32px;
      line-height: 100%;
      text-align: center;
      padding-top: 4px;
      width: 40px;
      height: 40px;
      background-color: #534741;
      border-radius: 20px;
      position: absolute;
      left: 10px;
      top: 10px; }

div.table {
  margin: 1em; }
  div.table table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #534741;
    border-radius: 8px; }
    @media (max-width: 767px) {
      div.table table {
        display: block;
        width: 100%; } }
    @media (max-width: 767px) {
      div.table table tbody, div.table table tr {
        display: block;
        width: 100%; } }
    div.table table th {
      text-align: center;
      background-color: #fffcdb;
      vertical-align: middle;
      border: 1px solid #534741; }
      @media (max-width: 767px) {
        div.table table th {
          display: block;
          width: 100%;
          text-align: center;
          padding: 0 1em 0.3em !important; }
          div.table table th br {
            display: none; } }
    div.table table td {
      border: 1px solid #534741;
      padding-left: 1em;
      line-height: 1.8em; }
      @media (max-width: 767px) {
        div.table table td {
          display: block;
          text-align: center;
          width: 100% !important;
          padding: 0 1em; } }
    div.table table .pointer {
      cursor: pointer;
      position: relative; }
    div.table table .pointer::after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 20px;
      position: absolute;
      top: calc( 50% - 10px);
      right: 1em;
      color: #666; }
    div.table table badge {
      display: inline-block;
      margin-left: 0.3em;
      margin-right: 0.3em;
      background-color: #534741;
      color: #fff;
      font-size: 90%;
      padding: 0 0.5em; }
  div.table small {
    display: block; }

.box-school {
  padding: 4em 0;
  width: 100%;
  background-color: #fff7d8; }
  @media (max-width: 767px) {
    .box-school {
      padding: 1em 0; } }
  .box-school h2 {
    text-align: center;
    margin-bottom: 1em; }
  .box-school .box-school-inner {
    width: calc(100% - 30px);
    max-width: 930px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 100px; }
    @media (max-width: 767px) {
      .box-school .box-school-inner {
        grid-gap: 1em; } }
    .box-school .box-school-inner > div {
      flex-basis: calc(50% - 50px);
      margin-bottom: 1em;
      border: 1px solid #FFBD5A; }
      @media (max-width: 767px) {
        .box-school .box-school-inner > div {
          flex-basis: 90%; } }
      .box-school .box-school-inner > div div.map {
        width: 100%;
        height: 200px;
        max-height: 50vh; }
      .box-school .box-school-inner > div div.school {
        background-color: #fff;
        padding: 1em;
        font-size: 0.9em;
        position: relative;
        cursor: pointer; }
        .box-school .box-school-inner > div div.school h3.name {
          font-size: 1em;
          font-weight: 400; }
          .box-school .box-school-inner > div div.school h3.name .badge {
            display: inline-block;
            margin-left: 0.5em;
            padding: 0.2em 0.5em;
            font-size: 0.8em;
            font-weight: 300;
            color: #fff;
            border-radius: 4px; }
      .box-school .box-school-inner > div div.school::after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 20px;
        position: absolute;
        top: calc( 50% - 10px);
        right: 1em;
        color: #666; }

.box-school.col1 {
  padding: 2em 0;
  width: 100%;
  background-color: #fff7d8; }
  @media (max-width: 767px) {
    .box-school.col1 {
      padding: 1em 0; } }
  .box-school.col1 h2 {
    text-align: center;
    margin-bottom: 1em; }
  .box-school.col1 .box-school-inner {
    width: calc(100% - 30px);
    max-width: 930px;
    margin: 0 auto;
    display: block; }
    .box-school.col1 .box-school-inner > div {
      display: flex;
      margin-bottom: 1em;
      border: none; }
      @media (max-width: 767px) {
        .box-school.col1 .box-school-inner > div {
          flex-direction: column; } }
      .box-school.col1 .box-school-inner > div div.map {
        width: 100%;
        height: 200px;
        max-height: 50vh; }
      .box-school.col1 .box-school-inner > div div.school {
        width: 100%;
        background-color: #fff;
        padding: 1em;
        font-size: 1.2em;
        position: relative;
        cursor: pointer; }
        @media (max-width: 767px) {
          .box-school.col1 .box-school-inner > div div.school {
            font-size: 1em; } }
        .box-school.col1 .box-school-inner > div div.school h3.name {
          font-size: 1em;
          font-weight: 400; }
          .box-school.col1 .box-school-inner > div div.school h3.name .badge {
            display: inline-block;
            margin-left: 0.5em;
            padding: 0.2em 0.5em;
            font-size: 0.8em;
            font-weight: 300;
            color: #fff;
            border-radius: 4px; }
      .box-school.col1 .box-school-inner > div div.school::after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 20px;
        position: absolute;
        top: calc( 50% - 10px);
        right: 1em;
        color: #666; }

.box-staff {
  clear: both;
  display: flex;
  column-gap: 1em;
  width: 100%;
  padding: 2em 0;
  background-color: #fff !important; }
  @media screen and (max-width: 768px) {
    .box-staff {
      flex-direction: column; } }
  .box-staff:nth-child(2n) {
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 15px;
    width: calc(100% + 30px);
    background-color: #fff7d8 !important; }
  .box-staff .pic {
    max-width: 250px;
    min-width: 250px; }
    @media screen and (max-width: 768px) {
      .box-staff .pic {
        width: 100%;
        max-width: 100%; } }
    .box-staff .pic img {
      max-width: 250px;
      display: block;
      margin: 0.8rem auto 0; }
  .box-staff .staff {
    flex-basis: 100%; }
    .box-staff .staff h3 {
      display: block;
      width: 100%;
      font-size: 2.2rem;
      margin-bottom: 1rem; }
      @media screen and (max-width: 768px) {
        .box-staff .staff h3 {
          text-align: center; } }
      .box-staff .staff h3 small {
        font-size: 70%;
        margin-left: 1em; }
    .box-staff .staff .qa dl {
      display: flex;
      padding: 0.3em 0;
      border-bottom: dotted 1px #666;
      font-size: 1.1rem; }
      @media (max-width: 576px) {
        .box-staff .staff .qa dl {
          flex-direction: column;
          margin: 0.5em 1em; } }
      .box-staff .staff .qa dl dt {
        display: block;
        color: #900;
        padding-right: 0.5em;
        white-space: nowrap; }
        @media (max-width: 576px) {
          .box-staff .staff .qa dl dt {
            text-align: center;
            margin-bottom: 0.3em; } }
      .box-staff .staff .qa dl dd {
        display: block; }
        @media (max-width: 576px) {
          .box-staff .staff .qa dl dd {
            text-align: center; } }

.box-information {
  display: flex;
  column-gap: 40px;
  grid-row-gap: 2em; }
  @media screen and (max-width: 768px) {
    .box-information {
      flex-direction: column; } }
  .box-information .honbun {
    flex-basis: 100%;
    padding: 0 1em;
    line-height: 1.8em; }
    @media screen and (max-width: 768px) {
      .box-information .honbun {
        flex-basis: 100%; } }
    .box-information .honbun .head {
      display: block;
      margin-left: -1em;
      margin-right: -1em;
      width: calc(100% + 2em);
      padding: 1em 0.5em;
      border-top: 2px solid #DA4453;
      border-bottom: 2px solid #DA4453;
      margin-bottom: 1.5em; }
      .box-information .honbun .head .entryDate {
        color: #333; }
      .box-information .honbun .head .entryTitle {
        font-size: 1.1em;
        font-weight: 600; }
  .box-information .archive {
    width: 400px; }
    @media screen and (max-width: 768px) {
      .box-information .archive {
        width: 100%;
        border-top: 1px solid #ccc;
        padding-top: 2em; } }

.box-inquiry {
  width: calc(100% - 30px);
  max-width: 940px;
  margin: 0 auto;
  padding: 4em 0; }
  .box-inquiry h2 {
    text-align: center;
    padding: 2em; }

.box-queryList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 2em  0;
  grid-row-gap: 4em; }
  @media screen and (max-width: 768px) {
    .box-queryList {
      display: block;
      margin: 0 0;
      grid-row-gap: 0; } }
  .box-queryList dt {
    display: block;
    flex-basis: calc( 35% -  1em);
    padding-left: 1em; }
    @media screen and (max-width: 768px) {
      .box-queryList dt {
        width: 100%;
        margin-top: 2.5em;
        margin-bottom: 0.5em;
        font-size: 0.8em;
        padding-left: 0;
        text-align: center; } }
  .box-queryList dd {
    flex-basis: calc( 65% - 1em);
    display: flex;
    column-gap: 1em; }
    .box-queryList dd input[type='text'], .box-queryList dd input[type='password'], .box-queryList dd text-area {
      width: auto;
      flex-basis: 100%; }
    @media screen and (max-width: 768px) {
      .box-queryList dd {
        width: 100%;
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 0.1em; } }
    @media (max-width: 576px) {
      .box-queryList dd {
        display: block;
        width: 100%; }
        .box-queryList dd input[type='text'], .box-queryList dd input[type='password'], .box-queryList dd text-area {
          width: 100%;
          flex-basis: 100%;
          margin-bottom: 0.2em; } }

.bunner-slick .bunner-slick-list .slide {
  border: 4px solid red;
  border-radius: 4px;
  padding: 0 !important; }
  @media screen and (min-width: 768px) {
    .bunner-slick .bunner-slick-list .slide {
      margin-bottom: 1em; } }
.bunner-slick .bunner-slick-list .slide:nth-of-type(1) {
  border-color: #DA4453; }
  .bunner-slick .bunner-slick-list .slide:nth-of-type(1) .caption {
    color: #fff;
    background-color: #DA4453; }
.bunner-slick .bunner-slick-list .slide:nth-of-type(2) {
  border-color: #F6BB42; }
  .bunner-slick .bunner-slick-list .slide:nth-of-type(2) .caption {
    color: #fff;
    background-color: #F6BB42; }
.bunner-slick .bunner-slick-list .slide:nth-of-type(3) {
  border-color: #37BC9B; }
  .bunner-slick .bunner-slick-list .slide:nth-of-type(3) .caption {
    color: #fff;
    background-color: #37BC9B; }
.bunner-slick .bunner-slick-list .slide:nth-of-type(4) {
  border-color: #4A89DC; }
  .bunner-slick .bunner-slick-list .slide:nth-of-type(4) .caption {
    color: #fff;
    background-color: #4A89DC; }
.bunner-slick .bunner-slick-list .slide:nth-of-type(5) {
  border-color: #D770AD; }
  .bunner-slick .bunner-slick-list .slide:nth-of-type(5) .caption {
    color: #fff;
    background-color: #D770AD; }
.bunner-slick .bunner-slick-list .slide:nth-of-type(6) {
  border-color: #F9573F; }
  .bunner-slick .bunner-slick-list .slide:nth-of-type(6) .caption {
    color: #fff;
    background-color: #F9573F; }
.bunner-slick .bunner-slick-list .slide:nth-of-type(7) {
  border-color: #BCC152; }
  .bunner-slick .bunner-slick-list .slide:nth-of-type(7) .caption {
    color: #fff;
    background-color: #BCC152; }
.bunner-slick .bunner-slick-list .slide:nth-of-type(8) {
  border-color: #3BAFDA; }
  .bunner-slick .bunner-slick-list .slide:nth-of-type(8) .caption {
    color: #fff;
    background-color: #3BAFDA; }
.bunner-slick .bunner-slick-list .slide:nth-of-type(9) {
  border-color: #967ADC; }
  .bunner-slick .bunner-slick-list .slide:nth-of-type(9) .caption {
    color: #fff;
    background-color: #967ADC; }
.bunner-slick .bunner-slick-list .slick-slide:nth-of-type(1) .slide {
  border-color: #DA4453; }
  .bunner-slick .bunner-slick-list .slick-slide:nth-of-type(1) .slide .caption {
    color: #fff;
    background-color: #DA4453; }
.bunner-slick .bunner-slick-list .slick-slide:nth-of-type(2) .slide {
  border-color: #F6BB42; }
  .bunner-slick .bunner-slick-list .slick-slide:nth-of-type(2) .slide .caption {
    color: #fff;
    background-color: #F6BB42; }
.bunner-slick .bunner-slick-list .slick-slide:nth-of-type(3) .slide {
  border-color: #37BC9B; }
  .bunner-slick .bunner-slick-list .slick-slide:nth-of-type(3) .slide .caption {
    color: #fff;
    background-color: #37BC9B; }
.bunner-slick .bunner-slick-list .slick-slide:nth-of-type(4) .slide {
  border-color: #4A89DC; }
  .bunner-slick .bunner-slick-list .slick-slide:nth-of-type(4) .slide .caption {
    color: #fff;
    background-color: #4A89DC; }
.bunner-slick .bunner-slick-list .slick-slide:nth-of-type(5) .slide {
  border-color: #D770AD; }
  .bunner-slick .bunner-slick-list .slick-slide:nth-of-type(5) .slide .caption {
    color: #fff;
    background-color: #D770AD; }
.bunner-slick .bunner-slick-list .slick-slide:nth-of-type(6) .slide {
  border-color: #F9573F; }
  .bunner-slick .bunner-slick-list .slick-slide:nth-of-type(6) .slide .caption {
    color: #fff;
    background-color: #F9573F; }
.bunner-slick .bunner-slick-list .slick-slide:nth-of-type(7) .slide {
  border-color: #BCC152; }
  .bunner-slick .bunner-slick-list .slick-slide:nth-of-type(7) .slide .caption {
    color: #fff;
    background-color: #BCC152; }
.bunner-slick .bunner-slick-list .slick-slide:nth-of-type(8) .slide {
  border-color: #3BAFDA; }
  .bunner-slick .bunner-slick-list .slick-slide:nth-of-type(8) .slide .caption {
    color: #fff;
    background-color: #3BAFDA; }
.bunner-slick .bunner-slick-list .slick-slide:nth-of-type(9) .slide {
  border-color: #967ADC; }
  .bunner-slick .bunner-slick-list .slick-slide:nth-of-type(9) .slide .caption {
    color: #fff;
    background-color: #967ADC; }

.box-anq {
  display: block;
  width: 100%;
  padding: 2em 0;
  background: url("../images/common/bg_h2.jpg"); }
  .box-anq h3 {
    text-align: center;
    color: #4A89DC; }
  .box-anq .anq-row {
    width: calc(100% - 30px);
    max-width: 940px;
    margin: 0 auto;
    padding: 1em 0;
    display: flex;
    column-gap: 20px; }
    @media (max-width: 767px) {
      .box-anq .anq-row {
        flex-direction: column;
        grid-row-gap: 20px; } }
    .box-anq .anq-row div {
      flex-basis: 100%; }
    .box-anq .anq-row a.btn {
      display: block;
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
      text-align: center;
      font-weight: 600;
      font-size: 1.1em;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); }
      .box-anq .anq-row a.btn small {
        display: block; }
      .box-anq .anq-row a.btn i {
        font-size: 2.5em;
        display: block;
        float: left; }
    .box-anq .anq-row .btn-admission {
      background-color: #F9573F;
      color: #fff; }
    .box-anq .anq-row .btn-inspection {
      background-color: #3BAFDA;
      color: #fff; }
    .box-anq .anq-row .btn-inquiry {
      background-color: #4A89DC;
      color: #fff; }

#box-inspection {
  display: block;
  position: fixed;
  top: 40vh;
  right: 0;
  width: 62px;
  height: 154px;
  cursor: pointer; }

.box-school-chice {
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  margin-bottom: 2em; }
  .box-school-chice li {
    display: inline-block; }
    .box-school-chice li a {
      display: block;
      width: 100%;
      height: 100%;
      color: #666;
      font-weight: 400;
      white-space: nowrap;
      padding: 0.3em 1em; }
      .box-school-chice li a::after {
        content: "|"; }
    .box-school-chice li:last-child a::after {
      content: none; }

.box-flex {
  display: flex;
  gap: 20px; }
  @media (max-width: 576px) {
    .box-flex {
      flex-direction: column; } }

.box-flex-bottom {
  display: flex;
  align-items: flex-end;
  column-gap: 3vw; }
  @media (max-width: 576px) {
    .box-flex-bottom {
      flex-direction: column;
      align-items: center; }
      .box-flex-bottom p {
        text-align: center !important; } }

.box-about {
  display: block; }
  .box-about div.picture {
    display: flex;
    gap: 20px; }
    .box-about div.picture div {
      flex-basis: 100%; }
  @media (max-width: 576px) {
    .box-about div.picture {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .box-about div.picture div {
        flex-basis: 100%; } }
  .box-about div.caption {
    max-width: 600px;
    margin: 2em auto 4em;
    text-align: center; }
    @media (max-width: 576px) {
      .box-about div.caption {
        margin: 1em auto 2em; } }
    .box-about div.caption h3 {
      font-size: 1.5em; }
    @media (max-width: 576px) {
      .box-about div.caption p {
        text-align: left; } }

.box-qr {
  display: flex;
  background-color: #fff;
  justify-content: center; }
  .box-qr div {
    flex-basis: 300px;
    text-align: center;
    padding: 1em; }
    .box-qr div h3 {
      font-size: 150%;
      text-align: center; }
      @media (max-width: 576px) {
        .box-qr div h3 {
          font-size: 100%; } }
    .box-qr div img {
      display: block;
      width: 180px;
      margin: 0.5em auto 1em; }
      @media (max-width: 576px) {
        .box-qr div img {
          width: 123px; } }

article {
  max-width: 900px;
  padding: 1em;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 576px) {
    article {
      text-align: left; } }
