@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: 14px;
  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;
  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: 280px;
    left: calc( 50% - 140px);
    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: 250px;
        left: calc( 50% - 125px);
        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: 125px;
  background-image: url("../images/cara1.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: calc( 50% + 130px); }
  @media (max-width: 576px) {
    .h2_blueback span::before {
      width: 130px;
      height: 96px;
      left: calc( 50% + 60px);
      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; }

/* 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 1em;
    max-width: 970px;
    background-color: #fff; }
    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_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 footer .logo_width_l {
      width: 100%;
      max-width: 70px; }
    body footer .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 .group_icon {
          padding: 0.5em 1em; } }
      body footer .group_icon img {
        display: inline-block !important;
        width: 1.5em;
        margin: 1px 0 -6px 0; }
  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 */
header {
  background-color: #fff; }
  header .header_logo {
    display: block;
    width: 145px;
    height: 102px;
    margin: -50px auto 0;
    position: relative;
    margin-bottom: 20px; }
    header .header_logo img {
      width: 145px;
      display: block;
      position: absolute;
      top: 10px;
      left: 0;
      z-index: 3; }
    header .header_logo:before {
      content: "";
      display: block;
      width: 140px;
      height: 140px;
      border-radius: 70px;
      background-color: #fff;
      position: absolute;
      top: -13px;
      left: 3px;
      z-index: 2; }
  header .corp_name {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    background-color: #efefe;
    color: #C60000;
    font-family: heisei-maru-gothic-std, "M PLUS Rounded 1c",'Noto Sans JP', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 30px; }
    header .corp_name small {
      color: #666;
      display: block;
      font-size: 12px;
      font-weight: 400; }

.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;
  width: 100%;
  height: 50vh;
  min-height: 200px;
  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; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.box_moose_title {
  display: block;
  margin: 100px auto 20px;
  color: #C60000;
  font-family: heisei-maru-gothic-std, "M PLUS Rounded 1c",'Noto Sans JP', sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
  border-bottom: 1px solid #C60000;
  position: relative; }
  .box_moose_title::before {
    content: "";
    display: block;
    width: 61px;
    height: 45px;
    position: absolute;
    top: -55px;
    left: calc( 50% - 30px);
    background: url("../../images/index/icon_moose_head.svg") no-repeat;
    background-size: cover; }

.box-school {
  width: calc(100% - 30px);
  margin: 100px auto 30px;
  padding: 4em 1.5em 1.5em;
  max-width: 970px;
  background-color: #fff;
  position: relative; }
  @media (max-width: 576px) {
    .box-school {
      margin: 50px auto 20px;
      padding: 2em 0.5em 1em; } }
  .box-school.notoppadding {
    padding-top: 0; }
  .box-school .box-gtouchi {
    display: block;
    position: absolute;
    width: 100%;
    top: -80px;
    left: 0; }
    @media (max-width: 576px) {
      .box-school .box-gtouchi {
        top: -30px; } }
    .box-school .box-gtouchi img {
      display: block;
      margin: 0 auto; }
      @media (max-width: 576px) {
        .box-school .box-gtouchi img {
          ZOOM: 0.6;
          position: absolute;
          right: 2em;
          top: 0; } }
  .box-school .box-map {
    isplay: block;
    position: absolute;
    top: -60px;
    left: 20px; }
    @media (max-width: 576px) {
      .box-school .box-map {
        top: -30px; } }
    @media (max-width: 576px) {
      .box-school .box-map img {
        ZOOM: 0.7; } }

.box-pref-list {
  border: 2px solid #FF8800;
  border-radius: 8px;
  margin: 40px 10px 10px;
  padding: 0 1em 1em; }
  @media (max-width: 576px) {
    .box-pref-list {
      padding: 0;
      padding-bottom: 0; } }
  .box-pref-list h3 {
    display: block;
    max-width: 180px;
    text-align: center;
    min-width: 1px;
    margin: -1px auto 1em;
    background-color: #FF8800;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #fff;
    padding: 0.5em 2em 0.3em;
    font-family: heisei-maru-gothic-std, "M PLUS Rounded 1c",'Noto Sans JP', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 16px;
    color: #fff; }
    @media (max-width: 576px) {
      .box-pref-list h3 {
        max-width: 100px;
        padding: 0.5em 1em 0.3em; } }
    .box-pref-list h3 small {
      display: block;
      font-size: 10px; }

.box-schoollist {
  padding: 1em; }
  .box-schoollist li {
    display: block;
    margin: 0 0 2em 0;
    font-size: 0.8em; }
    .box-schoollist li h4.name {
      color: #FF8800;
      font-family: heisei-maru-gothic-std, "M PLUS Rounded 1c",'Noto Sans JP', sans-serif;
      font-weight: 800;
      font-style: normal;
      font-size: 16px; }
      @media (max-width: 576px) {
        .box-schoollist li h4.name {
          text-align: center; } }
    .box-schoollist li .info {
      display: flex;
      margin: 0 1em;
      gap: 2em; }
      @media (max-width: 576px) {
        .box-schoollist li .info {
          flex-direction: column; } }
      .box-schoollist li .info > div {
        flex-basis: 100%; }
        @media (max-width: 576px) {
          .box-schoollist li .info > div {
            width: 100%; } }
    .box-schoollist li .class_link {
      display: block;
      width: 100%;
      text-align: center; }
      .box-schoollist li .class_link a {
        display: inline-block;
        border: 2px solid #FF8800;
        color: #FF8800;
        font-family: heisei-maru-gothic-std, "M PLUS Rounded 1c",'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 12px;
        border-radius: 20px;
        background-color: #fff;
        padding: 0.3em 1.5em 0;
        margin: 2em auto 0; }
  .box-schoollist hr {
    border-top: 1px solid #FF8800;
    margin-bottom: 2em; }

.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; } }
