@charset "UTF-8";
/*--------------------------------------------
  Foundation
--------------------------------------------*/
/*--------------------------------------------
  value
--------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?fsx2ee");
  src: url("../fonts/icomoon.eot?fsx2ee#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fsx2ee") format("truetype"), url("../fonts/icomoon.woff?fsx2ee") format("woff"), url("../fonts/icomoon.svg?fsx2ee#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*--------------------------------------------
  media query
--------------------------------------------*/
/*--------------------------------------------
  transition
--------------------------------------------*/
/*--------------------------------------------
  hover image
--------------------------------------------*/
/*--------------------------------------------
  hover opacity
--------------------------------------------*/
/*--------------------------------------------
  slick slider dot nav
--------------------------------------------*/
/*--------------------------------------------
  icon
--------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: top;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
}

ul li,
ol li {
  list-style-type: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------
  BASE
--------------------------------------------*/
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 1399.9px) {
  html {
    font-size: 0.75vw;
  }
}
@media (max-width: 1199.9px) {
  html {
    font-size: 0.8vw;
  }
}
@media (max-width: 991.9px) {
  html {
    font-size: 1.3vw;
  }
}
@media (max-width: 767.9px) {
  html {
    font-size: 1.75vw;
  }
}
@media (max-width: 575.9px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000000;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  padding-top: 10.9325em;
}
body.-under {
  padding-top: 0;
}
@media (max-width: 1599.9px) {
  body {
    padding-top: 10.6263em;
  }
}
@media (max-width: 1399.9px) {
  body {
    padding-top: 10.131em;
  }
}
@media (max-width: 991.9px) {
  body {
    padding-top: 4.2817em;
    font-size: 1.4rem;
  }
}
@media (max-width: 767.9px) {
  body.-center {
    padding-bottom: 5rem;
  }
}
@media (max-width: 575.9px) {
  body {
    padding-top: 3.5717em;
  }
}

* {
  overflow-wrap: break-word;
  word-break: break-all;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

main,
picture {
  display: block;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

table {
  width: 100%;
}

a {
  color: #000000;
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}
@media (min-width: 992px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  a {
    transition: all 0.4s 0s;
  }
}

button {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  button {
    transition: all 0.4s 0s;
  }
}

svg {
  width: 1em;
  height: 1em;
  fill: #000000;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
}

input,
textarea {
  -webkit-appearance: none;
}

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=datetime],
[type=date],
[type=month],
[type=week],
[type=time],
[type=datetime-local],
[type=number],
[type=range],
[type=color],
[type=file],
select,
textarea {
  width: 100%;
  font-size: 1.4rem;
  padding: 1em;
  background-color: transparent;
  border: 1px solid #ddd;
  outline: none;
  line-height: 1.3;
}
select {
  padding-right: 1.3em;
}
select option {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, "Yu Gothic Medium", "Yu Gothic", Verdana, arial, sans-serif;
}
.is-ios select {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

textarea {
  min-height: 12.5em;
}
@media (max-width: 767.9px) {
  textarea {
    min-height: 10em;
  }
}

/*!------------------------------------*\
    slideout
\*!------------------------------------*/
@media (max-width: 991.9px) {
  .slideout-open,
  .slideout-open body {
    overflow: hidden;
  }
  .slideout-menu {
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #FBFAF7;
    padding: calc(6rem + 4vw) 4vw 3rem;
    height: 100vh;
    overflow: auto;
  }
  .slideout-open .slideout-menu {
    opacity: 1;
    pointer-events: auto;
  }
  .slideout-menu .scroll-inner {
    position: relative;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .slideout-menu .menu-inner {
    padding: 8em 5vw 10em;
  }
}
.slideout-panel {
  display: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.2);
  will-change: transform;
  transform: translateX(0) !important;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.slideout-open .slideout-panel {
  z-index: 100;
  opacity: 1;
  pointer-events: auto;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.slideout-hamburger {
  display: block;
  width: 4.5em;
  height: 100%;
  padding: 2em 1em;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: #335642;
  cursor: pointer;
}

.hamburger-icon {
  position: relative;
  display: block;
}

.hamburger-icon,
.hamburger-icon::before,
.hamburger-icon::after {
  width: 100%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #ffffff;
}

.hamburger-icon::before,
.hamburger-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.7em;
  left: 0;
}

.hamburger-icon::after {
  top: 0.7em;
}

.slideout-open .hamburger-icon {
  background-color: transparent;
}

.slideout-open .hamburger-icon::before,
.slideout-open .hamburger-icon::after {
  top: 0;
}

.slideout-open .hamburger-icon::before {
  transform: rotate(45deg);
}

.slideout-open .hamburger-icon::after {
  transform: rotate(-45deg);
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------------------
  Layout
--------------------------------------------*/
/*--------------------------------------------
  footer info
--------------------------------------------*/
/*--------------------------------------------
  footer entry
--------------------------------------------*/
/*--------------------------------------------
  footer
--------------------------------------------*/
.l-footer__top {
  background: #2A292C;
  padding-top: 4rem;
  padding-bottom: 3.5rem;
}
.l-footer__menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__menu.-main > li:not(:first-child) {
  margin-left: 2em;
  padding-left: 2em;
  border-left: 1px solid #fff;
}
.l-footer__menu.-main .l-footer__navItem {
  font-size: 1.7rem;
}
.l-footer__menu.-sub {
  margin-top: 2rem;
}
.l-footer__menu.-sub > li:not(:first-child) {
  margin-left: 2em;
}
.l-footer__navItem {
  display: block;
  color: #fff;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 992px) {
  .l-footer__navItem:hover {
    opacity: 0.7;
  }
}
.l-footer__copyright {
  background: #161616;
  padding: 2rem 0;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
/*--------------------------------------------
  header main
--------------------------------------------*/
.l-header {
  background: #fff;
  z-index: 200;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.l-header.is-act {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.7);
}
@media (min-width: 992px) {
  .l-header.is-act .l-header__inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.-under .l-header {
  background: transparent;
}
.-under .l-header__inner {
  padding: 4.5rem 5vw 3.5rem;
}
.-under .l-header.is-act {
  background: rgba(255, 255, 255, 0.7);
}
.l-header__inner {
  max-width: calc(1560px + 10vw);
  margin: 0 auto;
  padding: 6.4rem 5vw 3.5rem;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
.l-header__logoWrap {
  display: flex;
  align-items: center;
}
.l-header__logo.-club {
  width: 20.24%;
}
.l-header__logo.-school {
  margin-left: 3rem;
  width: 18.554%;
}
@media (min-width: 992px) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__hamburger {
  width: 6rem;
  height: 6rem;
  padding: 0;
  z-index: 115;
  padding: 1em;
}
.l-header__hamburger span {
  position: absolute;
  width: 50%;
  height: 2px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: calc(50% - 1px);
  transition: all 0.4s;
}
.l-header__hamburger span:before, .l-header__hamburger span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  background: #fff;
  transition: inherit;
}
.l-header__hamburger span:before {
  top: 0;
  transform: translateY(0.8rem);
}
.l-header__hamburger span:after {
  bottom: 0;
  transform: translateY(-0.8rem);
}
.slideout-open .l-header__hamburger span {
  background: transparent;
}
.slideout-open .l-header__hamburger span:before {
  transform: rotate(45deg);
  background: #fff;
}
.slideout-open .l-header__hamburger span:after {
  transform: rotate(-45deg);
  background: #fff;
}
@media (max-width: 1599.9px) {
  .l-header__inner {
    padding-right: 3vw;
    padding-left: 3vw;
  }
  .-under .l-header__inner {
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
@media (max-width: 1399.9px) {
  .l-header__logo.-club {
    width: 19%;
  }
  .l-header__logo.-school {
    width: 17%;
    margin-left: 1.5rem;
  }
  .-under .l-header .l-gnavi__item:not(:first-child) {
    margin-left: 1em;
    padding-left: 1em;
  }
}
@media (max-width: 991.9px) {
  .l-header__inner {
    padding: 0 0 0 3vw !important;
  }
  .l-header__logo.-club {
    width: 30%;
  }
  .l-header__logo.-school {
    width: 27%;
  }
}
@media (max-width: 575.9px) {
  .l-header__logo.-club {
    width: 38%;
  }
  .l-header__logo.-school {
    width: 36%;
  }
  .l-header__hamburger {
    width: 5rem;
    height: 5rem;
  }
  .-under .l-header__logo.-club {
    width: 42%;
  }
}

/*--------------------------------------------
  inertia box
--------------------------------------------*/
/*--------------------------------------------
  content main
--------------------------------------------*/
.l-content.-under {
  padding-top: 10rem;
  padding-bottom: 12rem;
}
@media (min-width: 992px) {
  .l-content.-pt0 {
    padding-top: 0 !important;
  }
}
@media (max-width: 991.9px) {
  .l-content.-under {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}

.l-main {
  width: 80%;
}
@media (max-width: 1199.9px) {
  .l-main {
    width: 75%;
  }
}
@media (max-width: 991.9px) {
  .l-main {
    width: 100%;
  }
}

.c-section {
  padding: 6.25em 0;
}
@media (max-width: 991.9px) {
  .c-section {
    padding: 4.25em 0;
  }
}

/*--------------------------------------------
  breadcrumb wrap
--------------------------------------------*/
.l-breadcrumb {
  padding-top: 2.5rem;
}
@media (max-width: 767.9px) {
  .l-breadcrumb {
    display: none;
  }
}

/*--------------------------------------------
  breadcrumb ol
--------------------------------------------*/
.l-breadcrumb_list {
  display: flex;
  align-items: center;
}
.l-breadcrumb_list__item {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
}
.l-breadcrumb_list__item + *::before {
  content: "/";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  margin-right: 0.5em;
  color: #949494;
}
.l-breadcrumb_list__item > a {
  display: block;
  text-decoration: none;
}
.l-breadcrumb_list__item > a:hover {
  text-decoration: underline;
}
.l-breadcrumb_list__item:not(:first-child) {
  margin-left: 0.5em;
}
.l-breadcrumb_list__item:first-child > a {
  color: #949494;
}
.l-breadcrumb_list__item:last-child > a {
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 991.9px) {
  .l-breadcrumb_list__item {
    font-size: 1.4rem;
  }
}
/*--------------------------------------------
  side bar nav
--------------------------------------------*/
.l-sidebar {
  width: 20%;
  padding-left: 6rem;
}
.l-sidebar__box {
  line-height: 1;
}
.l-sidebar__box + .l-sidebar__box {
  margin-top: 4.6rem;
}
.l-sidebar__box.-mortor .l-sidebar__txt {
  padding-right: 0.5em;
}
.l-sidebar__box.-mortor .l-sidebar__txt .jp {
  line-height: 1.4;
}
.l-sidebar__box.-mortor .l-sidebar__link {
  padding: 2.2rem 0;
}
.l-sidebar__head {
  background: #666666;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 2rem 0;
}
.l-sidebar__item {
  border-bottom: 1px solid #ccc;
}
.l-sidebar__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 0;
}
.l-sidebar__link svg {
  fill: #888888;
  width: 10px;
  height: 6px;
  transform: rotate(-90deg);
}
.l-sidebar__txt {
  font-weight: bold;
}
.l-sidebar__txt span {
  display: block;
  line-height: 1;
}
.l-sidebar__txt .en {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  color: #AAAAAA;
  font-weight: normal;
  margin-top: 1rem;
}
.l-sidebar__bnr {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .l-sidebar__link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1599.9px) {
  .l-sidebar {
    padding-left: 4rem;
  }
}
@media (max-width: 1199.9px) {
  .l-sidebar {
    width: 25%;
  }
}
@media (max-width: 991.9px) {
  .l-sidebar {
    width: 100%;
    margin-top: 5rem;
    padding-left: 0;
  }
  .l-sidebar__bnr {
    text-align: center;
  }
}
@media (max-width: 767.9px) {
  .l-sidebar__link {
    padding: 1.5rem 0;
  }
  .l-sidebar__box + .l-sidebar__box {
    margin-top: 3rem;
  }
  .l-sidebar__bnr {
    margin-top: 3.5rem;
  }
}

.l-sidebar_product {
  position: relative;
}
.l-sidebar_product:before {
  content: "";
  width: 100%;
  height: 4px;
  background: rgb(14, 62, 160);
  background: linear-gradient(85deg, rgb(14, 62, 160) 0%, rgb(15, 126, 197) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.l-sidebar_product__head {
  font-size: 1.8rem;
  line-height: 1;
  padding-top: 2.7rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #bbc4cf;
  font-weight: 500;
}
.l-sidebar_product__list {
  margin-top: 3rem;
  padding-left: 3rem;
  border-left: 1px solid #bbc4cf;
  font-weight: 500;
}
.l-sidebar_product__list li:not(:first-child) {
  margin-top: 1.2rem;
}
.l-sidebar_product__subList {
  font-weight: 400;
  margin-top: 1rem;
}
.l-sidebar_product__subList .disc {
  color: #9fa6bc;
}
.l-sidebar_product__link.current {
  position: relative;
}
.l-sidebar_product__link.current:before {
  content: "";
  height: 100%;
  width: 4px;
  background: #047dcb;
  position: absolute;
  left: -3rem;
  top: 0;
}
@media (min-width: 992px) {
  .l-sidebar_product__link:hover {
    color: #335642;
  }
}

/*============================================

  GLOBAL NAVIGATION

============================================*/
.l-gnavi {
  margin-left: auto;
}
.l-gnavi__wrap {
  display: flex;
  align-items: center;
}
.l-gnavi__list {
  display: flex;
  align-items: center;
}
.l-gnavi__item:not(:first-child) {
  margin-left: 2em;
  padding-left: 2em;
  border-left: 1px solid #bdbdbd;
}
.l-gnavi__link {
  line-height: 1;
  display: block;
  font-weight: 700;
  font-size: 1.7rem;
}
@media (min-width: 992px) {
  .l-gnavi__link:hover {
    color: #335642;
  }
}
.l-gnavi__btn {
  margin-left: 5.8rem;
}
.l-gnavi__btn.-black a {
  background: #1A1A1A;
  border-color: #1A1A1A;
}
.l-gnavi__btn.-black a span:before {
  background-image: url(../img/common/icon_mail_black.svg);
}
.l-gnavi__btn.-black a:hover {
  color: #1A1A1A;
}
.l-gnavi__btn.-black a:hover span:before {
  background-image: url(../img/common/icon_mail_black_over.svg);
}
.l-gnavi__btn a {
  background: #E7B006;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border: 1px solid #E7B006;
  display: block;
  text-align: center;
  padding: 1.2em 0;
  width: 24rem;
  line-height: 1;
  border-radius: 3px;
}
.l-gnavi__btn a span {
  position: relative;
  padding-right: 3.5rem;
  display: inline-block;
}
.l-gnavi__btn a span:before {
  content: "";
  width: 2.5rem;
  height: 1.7rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../img/common/icon_mail_yellow.svg) no-repeat center/contain;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .l-gnavi__btn a:hover {
    background: #fff;
    color: #E7B006;
  }
  .l-gnavi__btn a:hover span:before {
    background-image: url(../img/common/icon_mail_yellow_over.svg);
  }
}
@media (max-width: 1599.9px) {
  .l-gnavi__btn {
    margin-left: 3rem;
  }
  .l-gnavi__item:not(:first-child) {
    margin-left: 1.5em;
    padding-left: 1.5em;
  }
}
@media (max-width: 1199.9px) {
  .l-gnavi__link {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.9px) {
  .l-gnavi__wrap {
    display: block;
  }
  .l-gnavi__list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem;
  }
  .l-gnavi__list.-sub {
    display: block;
  }
  .l-gnavi__list.-sub .l-gnavi__item {
    width: 100%;
    text-align: center;
  }
  .l-gnavi__list.-sub .l-gnavi__item:not(:first-child) {
    margin-top: 2rem;
  }
  .l-gnavi__list.-sub .l-gnavi__item:nth-child(even) {
    border-left: none;
  }
  .l-gnavi__list.-sub .l-gnavi__link {
    padding: 0;
  }
  .l-gnavi__item {
    width: 50%;
  }
  .l-gnavi__item:nth-child(n+3) {
    margin-top: 1rem;
  }
  .l-gnavi__item:not(:first-child) {
    margin-left: 0 !important;
    padding-left: 0 !important;
    border-left: none;
  }
  .l-gnavi__item:nth-child(even) {
    border-left: 1px solid #bdbdbd;
  }
  .l-gnavi__link {
    padding: 1em;
    text-align: center;
  }
  .l-gnavi__btn {
    margin-left: 0;
    margin-top: 3rem;
  }
  .l-gnavi__btn a {
    margin: 3rem auto 0;
    font-size: 1.6rem;
  }
  .l-gnavi__logo {
    text-align: center;
    margin: 0 auto;
  }
  .l-gnavi__logo.-school {
    width: 53%;
    margin-top: 1rem;
  }
  .l-gnavi__logo.-club {
    width: 55%;
  }
}

/*--------------------------------------------
  loader
--------------------------------------------*/
.l-loader {
  z-index: 1000;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  padding: 0 5vw;
  background: #335642;
  transition: bottom 0.4s;
}
.l-loader__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-loader__logo {
  margin: auto;
  transition: 0.4s;
  opacity: 0;
}
.is-loaded .l-loader .l-loader__logo {
  animation: loader 2.2s 0.8s ease both;
}
@keyframes loader {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  75% {
    opacity: 1;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*--------------------------------------------
  Object
--------------------------------------------*/
/*--------------------------------------------
  animation
--------------------------------------------*/
@media (min-width: 992px) {
  .c-animation.-opacity {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transform: translateX(10%);
  }
  .c-animation.-opacity.scrolled {
    opacity: 1;
    transform: translateX(0%);
  }
  .c-animation.-fadeUp {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translateY(50px);
  }
  .c-animation.-fadeUp.scrolled {
    opacity: 1;
    transform: translateY(0%);
  }
  .c-animation.-fadeInLeft {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transform: translateX(-100px);
  }
  .c-animation.-fadeInLeft.scrolled {
    opacity: 1;
    transform: translateX(0%);
  }
  .c-animation.-blur {
    opacity: 0;
    filter: blur(5em);
    transition: all 0.8s;
    transition-duration: 1s;
  }
  .c-animation.-blur.scrolled {
    opacity: 1;
    filter: blur(0);
  }
  .c-animation.-ttl > span {
    display: inline-block;
  }
  .c-animation.-ttl > span > span {
    display: inline-block;
    opacity: 0;
    transform: translateX(150%);
    transition: transform 0.6s 0.4s, opacity 0.6s 0.4s;
  }
  .c-animation.-ttl.scrolled > span > span {
    opacity: 1;
    transform: translateX(0%);
  }
  .c-animation.-box {
    position: relative;
    overflow: hidden;
  }
  .c-animation.-box:before {
    content: "";
    width: 160%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: -30%;
    background: #335642;
    z-index: 10;
    transform: skewX(-25deg);
    transition: all 0.4s ease-in-out;
  }
  .c-animation.-box.-white:before {
    background: #fff;
  }
  .c-animation.-box.scrolled:before {
    width: 0;
  }
  .c-animation.-scroll {
    opacity: 0;
    transform: translateY(4rem);
    transition: all 0.7s linear;
  }
  .c-animation.-scroll.scrolled {
    opacity: 1;
    transform: translateY(0);
  }
  .c-animation.-scale {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transform: scale(0);
  }
  .c-animation.-scale.scrolled {
    opacity: 1;
    transform: scale(1);
  }
  .c-animation.-delay100, .c-animation.-delay100:before, .c-animation.-delay100:after {
    transition-delay: 0.1s !important;
  }
  .c-animation.-delay200, .c-animation.-delay200:before, .c-animation.-delay200:after {
    transition-delay: 0.2s !important;
  }
  .c-animation.-delay250, .c-animation.-delay250:before, .c-animation.-delay250:after {
    transition-delay: 0.25s !important;
  }
  .c-animation.-delay300, .c-animation.-delay300:before, .c-animation.-delay300:after {
    transition-delay: 0.3s !important;
  }
  .c-animation.-delay350, .c-animation.-delay350:before, .c-animation.-delay350:after {
    transition-delay: 0.35s !important;
  }
  .c-animation.-delay400, .c-animation.-delay400:before, .c-animation.-delay400:after {
    transition-delay: 0.4s !important;
  }
  .c-animation.-delay450, .c-animation.-delay450:before, .c-animation.-delay450:after {
    transition-delay: 0.45s !important;
  }
  .c-animation.-delay500, .c-animation.-delay500:before, .c-animation.-delay500:after {
    transition-delay: 0.5s !important;
  }
  .c-animation.-delay550, .c-animation.-delay550:before, .c-animation.-delay550:after {
    transition-delay: 0.55s !important;
  }
  .c-animation.-delay600, .c-animation.-delay600:before, .c-animation.-delay600:after {
    transition-delay: 0.6s !important;
  }
  .c-animation.-delay650, .c-animation.-delay650:before, .c-animation.-delay650:after {
    transition-delay: 0.65s !important;
  }
  .c-animation.-delay700, .c-animation.-delay700:before, .c-animation.-delay700:after {
    transition-delay: 0.7s !important;
  }
  .c-animation.-delay750, .c-animation.-delay750:before, .c-animation.-delay750:after {
    transition-delay: 0.75s !important;
  }
  .c-animation.-delay800, .c-animation.-delay800:before, .c-animation.-delay800:after {
    transition-delay: 0.8s !important;
  }
  .c-animation.-delay850, .c-animation.-delay850:before, .c-animation.-delay850:after {
    transition-delay: 0.85s !important;
  }
  .c-animation.-delay900, .c-animation.-delay900:before, .c-animation.-delay900:after {
    transition-delay: 0.9s !important;
  }
  .c-animation.-delay950, .c-animation.-delay950:before, .c-animation.-delay950:after {
    transition-delay: 0.95s !important;
  }
  .c-animation.-delay1000, .c-animation.-delay1000:before, .c-animation.-delay1000:after {
    transition-delay: 1s !important;
  }
  .c-animation.-delay1050, .c-animation.-delay1050:before, .c-animation.-delay1050:after {
    transition-delay: 1.05s !important;
  }
  .c-animation.-delay1100, .c-animation.-delay1100:before, .c-animation.-delay1100:after {
    transition-delay: 1.1s !important;
  }
}
@keyframes floating-x {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(10%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
/*--------------------------------------------
  button wrap
--------------------------------------------*/
.c-btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}
.c-btn_wrap.-mgt_lg {
  margin-top: 5em;
}
.c-btn_wrap.-col > * + * {
  margin-left: 2em;
}
@media (max-width: 991.9px) {
  .c-btn_wrap {
    margin-top: 2.5em;
  }
  .c-btn_wrap.-mgt_lg {
    margin-top: 3em;
  }
}
@media (max-width: 767.9px) {
  .c-btn_wrap.-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-btn_wrap.-col > * + * {
    margin-top: 1.5em;
    margin-left: 0;
  }
}

/*--------------------------------------------
  button
--------------------------------------------*/
.c-btn {
  display: block;
  width: 100%;
  max-width: 24rem;
  border: 1px solid #335642;
  background: #335642;
  border-radius: 3px;
  font-weight: 700;
  line-height: 1;
  padding: 1.11em 0;
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (min-width: 992px) {
  .c-btn {
    font-size: 1.8rem;
  }
}
.c-btn__icon {
  stroke: #fff;
  width: 3.1rem;
  height: 1rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.c-btn.-bd {
  background: #fff;
}
.-nagoya .c-btn.-bd {
  background: #fff;
  border-color: #1F9CBE;
  color: #1F9CBE;
}
.-nagoya .c-btn.-bd .c-btn__icon {
  stroke: #1F9CBE;
}
.-ichinomiya .c-btn.-bd {
  background: #fff;
  border-color: #3761A3;
  color: #3761A3;
}
.-ichinomiya .c-btn.-bd .c-btn__icon {
  stroke: #3761A3;
}
.-gifu .c-btn.-bd {
  background: #fff;
  border-color: #56A092;
  color: #56A092;
}
.-gifu .c-btn.-bd .c-btn__icon {
  stroke: #56A092;
}
.-tsuchiyama .c-btn.-bd {
  background: #fff;
  border-color: #0D558D;
  color: #0D558D;
}
.-tsuchiyama .c-btn.-bd .c-btn__icon {
  stroke: #0D558D;
}
.-himeji .c-btn.-bd {
  background: #fff;
  border-color: #326953;
  color: #326953;
}
.-himeji .c-btn.-bd .c-btn__icon {
  stroke: #326953;
}
.-colton .c-btn.-bd {
  background: #fff;
  border-color: #679A5F;
  color: #679A5F;
}
.-colton .c-btn.-bd .c-btn__icon {
  stroke: #679A5F;
}
.-kakogawa .c-btn.-bd {
  background: #fff;
  border-color: #0F5749;
  color: #0F5749;
}
.-kakogawa .c-btn.-bd .c-btn__icon {
  stroke: #0F5749;
}
.-union .c-btn.-bd {
  background: #fff;
  border-color: #385E68;
  color: #385E68;
}
.-union .c-btn.-bd .c-btn__icon {
  stroke: #385E68;
}
.-dome .c-btn.-bd {
  background: #fff;
  border-color: #B65368;
  color: #B65368;
}
.-dome .c-btn.-bd .c-btn__icon {
  stroke: #B65368;
}
.-nagoya .c-btn {
  background: #1F9CBE;
  border-color: #1F9CBE;
}
.-ichinomiya .c-btn {
  background: #3761A3;
  border-color: #3761A3;
}
.-gifu .c-btn {
  background: #56A092;
  border-color: #56A092;
}
.-tsuchiyama .c-btn {
  background: #0D558D;
  border-color: #0D558D;
}
.-himeji .c-btn {
  background: #326953;
  border-color: #326953;
}
.-colton .c-btn {
  background: #679A5F;
  border-color: #679A5F;
}
.-kakogawa .c-btn {
  background: #0F5749;
  border-color: #0F5749;
}
.-union .c-btn {
  background: #385E68;
  border-color: #385E68;
}
.-union .c-btn {
  background: #B65368;
  border-color: #B65368;
}
.c-btn.-lg {
  max-width: 307px;
}
@media (min-width: 992px) {
  .-nagoya .c-btn.-bd:hover {
    background: #1F9CBE;
    color: #fff;
  }
  .-nagoya .c-btn.-bd:hover .c-btn__icon {
    stroke: #fff;
  }
  .-ichinomiya .c-btn.-bd:hover {
    background: #3761A3;
    color: #fff;
  }
  .-ichinomiya .c-btn.-bd:hover .c-btn__icon {
    stroke: #fff;
  }
  .-gifu .c-btn.-bd:hover {
    background: #56A092;
    color: #fff;
  }
  .-gifu .c-btn.-bd:hover .c-btn__icon {
    stroke: #fff;
  }
  .-tsuchiyama .c-btn.-bd:hover {
    background: #0D558D;
    color: #fff;
  }
  .-tsuchiyama .c-btn.-bd:hover .c-btn__icon {
    stroke: #fff;
  }
  .-himeji .c-btn.-bd:hover {
    background: #326953;
    color: #fff;
  }
  .-himeji .c-btn.-bd:hover .c-btn__icon {
    stroke: #fff;
  }
  .-colton .c-btn.-bd:hover {
    background: #679A5F;
    color: #fff;
  }
  .-colton .c-btn.-bd:hover .c-btn__icon {
    stroke: #fff;
  }
  .-kakogawa .c-btn.-bd:hover {
    background: #0F5749;
    color: #fff;
  }
  .-kakogawa .c-btn.-bd:hover .c-btn__icon {
    stroke: #fff;
  }
  .-union .c-btn.-bd:hover {
    background: #385E68;
    color: #fff;
  }
  .-union .c-btn.-bd:hover .c-btn__icon {
    stroke: #fff;
  }
  .-dome .c-btn.-bd:hover {
    background: #B65368;
    color: #fff;
  }
  .-dome .c-btn.-bd:hover .c-btn__icon {
    stroke: #fff;
  }
  .-nagoya .c-btn:hover {
    background: #fff;
    color: #1F9CBE;
  }
  .-nagoya .c-btn:hover .c-btn__icon {
    stroke: #1F9CBE;
  }
  .-ichinomiya .c-btn:hover {
    background: #fff;
    color: #3761A3;
  }
  .-ichinomiya .c-btn:hover .c-btn__icon {
    stroke: #3761A3;
  }
  .-gifu .c-btn:hover {
    background: #fff;
    color: #56A092;
  }
  .-gifu .c-btn:hover .c-btn__icon {
    stroke: #56A092;
  }
  .-tsuchiyama .c-btn:hover {
    background: #fff;
    color: #0D558D;
  }
  .-tsuchiyama .c-btn:hover .c-btn__icon {
    stroke: #0D558D;
  }
  .-himeji .c-btn:hover {
    background: #fff;
    color: #326953;
  }
  .-himeji .c-btn:hover .c-btn__icon {
    stroke: #326953;
  }
  .-colton .c-btn:hover {
    background: #fff;
    color: #679A5F;
  }
  .-colton .c-btn:hover .c-btn__icon {
    stroke: #679A5F;
  }
  .-kakogawa .c-btn:hover {
    background: #fff;
    color: #0F5749;
  }
  .-kakogawa .c-btn:hover .c-btn__icon {
    stroke: #0F5749;
  }
  .-union .c-btn:hover {
    background: #fff;
    color: #385E68;
  }
  .-union .c-btn:hover .c-btn__icon {
    stroke: #385E68;
  }
  .-dome .c-btn:hover {
    background: #fff;
    color: #B65368;
  }
  .-dome .c-btn:hover .c-btn__icon {
    stroke: #B65368;
  }
}
.c-btn.-center {
  margin: 0 auto;
}
@media (max-width: 991.9px) {
  .c-btn.-lg.-fix {
    max-width: 48%;
  }
}
@media (max-width: 767.9px) {
  .c-btn.-lg.-fix {
    max-width: 80%;
  }
}

/*--------------------------------------------
  moreボタン
--------------------------------------------*/
.c-btn_more {
  font-family: "Roboto", sans-serif;
  width: 13.4rem;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  display: block;
  text-align: center;
}
.c-btn_more.-center {
  margin: 0 auto;
}
.c-btn_more.-right {
  margin-left: auto;
}
.c-btn_more:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 992px) {
  .c-btn_more:hover {
    color: #E7B006;
  }
}
@media (max-width: 767.9px) {
  .c-btn_more {
    padding: 1.5em 0;
  }
}

/*--------------------------------------------
  button lg
--------------------------------------------*/
.c-btn_lg {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 16rem;
  padding: 1em;
  padding-right: 4em;
  background-color: #335642;
  font-size: 3rem;
  color: #ffffff;
  line-height: 1.3;
}
.c-btn_lg::before {
  content: "";
  transform: scale(0.7);
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eab7";
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 2.8em;
  height: 2.8em;
  padding-left: 0.1em;
  background-color: #335642;
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #ffffff;
}
@media (min-width: 992px) {
  .c-btn_lg::before {
    transition: all 0.4s 0s;
  }
}
.c-btn_lg:hover::before {
  background-color: #ffffff;
  color: #335642;
}
@media (max-width: 991.9px) {
  .c-btn_lg {
    min-height: 10rem;
    padding: 0.8em;
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .c-btn_lg {
    min-height: 8rem;
    font-size: 1.8rem;
  }
}

/*============================================

  FORM

============================================*/
.c-form__sheet > tbody > tr {
  border-top: 1px solid #e6e6e6;
}
.c-form__sheet > tbody > tr > th,
.c-form__sheet > tbody > tr > td {
  text-align: left;
  line-height: 1.5;
  padding: 2em 0;
  vertical-align: top;
}
.c-form__sheet > tbody > tr > th {
  width: 29%;
  font-weight: 400;
}
.c-form__sheet > tbody > tr > td {
  width: 71%;
}
@media (max-width: 991.9px) {
  .c-form__sheet > tbody > tr {
    display: block;
  }
  .c-form__sheet > tbody > tr > th,
  .c-form__sheet > tbody > tr > td {
    display: block;
    padding: 1em;
  }
  .c-form__sheet > tbody > tr > th {
    width: 100%;
    font-size: 1.125em;
    padding-bottom: 0;
  }
  .c-form__sheet > tbody > tr > td {
    width: 100%;
  }
}
.c-form__ttl {
  padding-right: 0.75em;
  font-weight: inherit;
}
.c-form__ttl.-required {
  position: relative;
}
.c-form__ttl.-required:after {
  content: "必須";
  color: #CC1515;
  border: 1px solid #CC1515;
  border-radius: 4px;
  line-height: 1;
  padding: 0.3rem 0.65rem;
  display: inline-block;
  font-size: 0.75em;
  position: absolute;
  right: 3rem;
  top: 0.5em;
}
@media (max-width: 991.9px) {
  .c-form__ttl.-required:after {
    position: static;
    display: inline-block;
    margin-left: 1em;
  }
}
.c-form__row > .c-form__field {
  display: flex;
  align-items: center;
}
.c-form__row > .c-form__field > .c-form__subttl {
  margin-right: 1em;
  display: inline-block;
  width: 22%;
}
@media (max-width: 991.9px) {
  .c-form__row > .c-form__field > .c-form__subttl {
    width: 25%;
  }
}
@media (max-width: 767.9px) {
  .c-form__row > .c-form__field > .c-form__subttl {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.c-form__rowgroup th,
.c-form__rowgroup td {
  padding-bottom: 0.75em;
}
.c-form__rowgroup th {
  white-space: nowrap;
  font-weight: 400;
  padding-right: 2em;
}
.c-form__field:nth-child(n+2) {
  margin-top: 1em;
}
.c-form__field label.error {
  display: block;
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.c-form__field .c-form__check + label.error {
  display: inline-block;
}
.c-form__field.-pe_none label {
  pointer-events: none;
}
.c-form__field.-pe_none label input {
  pointer-events: none;
}
.c-form__field.-radio li:nth-child(n+2), .c-form__field.-check li:nth-child(n+2) {
  margin-top: 0.5em;
}
.c-form__field.-radio > span, .c-form__field.-check > span {
  display: inline-block;
}
.c-form__field.-horizontal {
  margin: 0 -2rem;
}
.c-form__error {
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.c-form__notes {
  position: relative;
  margin-top: 0.5em;
  font-size: 0.875em;
  opacity: 0.75;
  padding-left: 1em;
}
.c-form__notes:before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}
.c-form__col {
  display: flex;
  align-items: center;
}
.c-form__col:not(:first-child) {
  margin-left: 1em;
}
.c-form__col .txt {
  display: inline-block;
  margin-left: 0.5em;
}
.c-form__input.-text, .c-form__input.-textarea {
  display: inline-block;
  vertical-align: middle;
  padding: 0.75em;
  background: #EDF2DA;
  border-radius: 5px;
  border: none;
}
.c-form__input.-text.-short, .c-form__input.-textarea.-short {
  width: 40%;
}
.c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
  width: 60%;
}
.c-form__input.-text.-long, .c-form__input.-textarea.-long {
  width: 100%;
}
.c-form__input.-text.-half, .c-form__input.-textarea.-half {
  width: calc((100% - 2em) / 2);
}
.c-form__input.-text.-half:nth-child(n+2), .c-form__input.-textarea.-half:nth-child(n+2) {
  margin-left: 1em;
}
.c-form__input.-text.-full, .c-form__input.-textarea.-full {
  width: 100%;
}
@media (max-width: 991.9px) {
  .c-form__input.-text.-short, .c-form__input.-textarea.-short {
    width: 100%;
  }
  .c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
    width: 100%;
  }
  .c-form__input.-text.-long, .c-form__input.-textarea.-long {
    width: 100%;
  }
}
.c-form__input.-textarea {
  min-height: 11.3em;
  line-height: 1.5;
}
.c-form__selectWrap {
  position: relative;
}
.c-form__selectWrap:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg) translateY(-50%);
  right: 5px;
  top: 50%;
}
.c-form__selectWrap + .c-form__selectWrap {
  margin-left: 1em;
}
@media (max-width: 991.9px) {
  .c-form__selectWrap:before {
    display: none;
  }
}
.c-form__select {
  display: inline-block;
  padding: 0.75em 2em 0.75em 1em;
  background: #EDF2DA;
  border-radius: 5px;
  border: none;
}
@media (max-width: 575.9px) {
  .c-form__select {
    padding: 1em;
  }
}
.c-form__check + *, .c-form__radio + * {
  position: relative;
  display: inline-block;
  padding: 0.25em 0 0.25em 1.2em;
  line-height: 1;
}
.c-form__radio {
  display: none;
}
.c-form__radio + *:before, .c-form__radio + *:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0.3125em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #ffffff;
  border: solid 1px #9a9a9a;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.c-form__radio + *:after {
  transform: scale(0.4);
  visibility: hidden;
  background: #335642;
}
.c-form__radio:checked + *:after {
  visibility: visible;
}
.c-form__check + *:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.45em;
  width: 1em;
  height: 1em;
  background: #ffffff;
  border: solid 1px #333333;
  border-radius: 2px;
}
.c-form__check + *:after {
  position: absolute;
  content: "";
  left: 0;
  width: 1em;
  height: 0.65em;
  transform: rotate(-45deg) translate(0, 50%);
  top: 2px;
  border-left: solid 3px #335642;
  border-bottom: solid 3px #335642;
  visibility: hidden;
}
.c-form__check:checked + *:after {
  visibility: visible;
}
.c-form__check .mwform-checkbox-field-text {
  line-height: 1.4 !important;
}
.c-form__agreement {
  text-align: center;
}
.c-form__agreement a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .c-form__agreement a:hover {
    text-decoration: none;
  }
}
.c-form__agreement .error {
  color: #c11;
}
.c-form__checkBox {
  text-align: center;
}
.c-form__button {
  margin-top: 8rem;
}
@media (min-width: 768px) {
  .c-form__button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 991.9px) {
  .c-form__button {
    margin-top: 4rem;
  }
}
.c-form__btn {
  cursor: pointer;
  margin: 0 auto;
  position: relative;
}
.c-form__btn:before {
  content: "";
  width: 2.7rem;
  height: 0.8rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
  background: url(../img/common/icon_arrow_white.svg) no-repeat center/contain;
}
.c-form__btn.-back {
  background: #aaa;
  border-color: #aaa;
  color: #fff;
}
.c-form__btn.-back:before {
  border-color: transparent transparent transparent #fff;
}
.c-form__btn.-center {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .c-form__btn:hover:before {
    background-image: url(../img/common/icon_arrow_green.svg);
  }
  .c-form__btn.-back:hover {
    opacity: 0.4;
  }
  .c-form__btn.-back:hover:after {
    transform: scale(0);
  }
}
@media (min-width: 768px) {
  .c-form__btn:nth-child(n+2) {
    margin-left: 2em;
  }
}
@media (max-width: 767.9px) {
  .c-form__btn:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.c-form.-confirm .c-form__notes {
  display: none;
}
.c-form.-confirm .c-form__error {
  display: none;
}
.c-form.-confirm .c-form__agreement {
  display: none;
}
.c-form.-confirm .lead {
  text-align: center;
  margin-bottom: 2em;
}
.c-form.-confirm .c-form__selectWrap:before {
  display: none;
}
.c-form.-thanks {
  text-align: center;
}
.c-form.-thanks p {
  margin-bottom: 1.5em;
  line-height: 2.5;
}
.c-form__foot {
  margin-top: 6rem;
}
@media (max-width: 991.9px) {
  .c-form__foot {
    margin-top: 3rem;
  }
}

.c-form_privacy {
  margin-top: 7rem;
}
.c-form_privacy__box {
  border: solid 1px #9a9a9a;
  padding: 4rem 3rem;
  overflow-y: scroll;
  max-height: 22em;
  margin-top: 1.5em;
  margin-bottom: 3rem;
}
.c-form_privacy__ttl {
  margin-bottom: 1em;
}
.c-form_privacy__list dt {
  margin-top: 1.5em;
}
.c-form_privacy__list dt:before {
  content: "■";
  margin-right: 0.25em;
}
.c-form_privacy__list dd {
  margin-top: 0.5em;
}
.c-form_privacy__list dd ul {
  margin-top: 0.5em;
}
.c-form_privacy__item {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5em;
}
.c-form_privacy__listDisc li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-form_privacy__ga {
  margin-top: 1em;
}
.c-form_privacy__ga a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .c-form_privacy__ga a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991.9px) {
  .c-form_privacy {
    padding-top: 4.25em;
  }
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 2rem !important;
}

/*--------------------------------------------
  sup border
--------------------------------------------*/
.c-ttl_sup {
  line-height: 1;
  position: relative;
  margin-bottom: 6rem;
}
.c-ttl_sup__jp {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 1em;
}
.c-ttl_sup__en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 4.6rem;
  font-style: italic;
  line-height: 0.8;
}
.c-ttl_sup__sub {
  font-size: 1.4rem;
  margin-top: 1em;
  display: inline-block;
}
.c-ttl_sup.-white {
  color: #ffffff;
}
.c-ttl_sup.-center {
  text-align: center;
}
.c-ttl_sup + .c-desc {
  margin-top: 4.3rem;
}
@media (max-width: 991.9px) {
  .c-ttl_sup__jp {
    font-size: 1.8rem;
  }
  .c-ttl_sup__en {
    font-size: 4.5rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_sup {
    margin-bottom: 3rem;
  }
  .c-ttl_sup__en {
    font-size: 3.5rem;
  }
  .c-ttl_sup__jp {
    font-size: 1.6rem;
  }
  .c-ttl_sup + .c-desc {
    margin-top: 3rem;
  }
}
.c-ttl_pl {
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 4rem;
}
.c-ttl_pl.-center {
  text-align: center;
}
@media (max-width: 991.9px) {
  .c-ttl_pl {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_pl {
    font-size: 2.2rem;
    margin-bottom: 1.2em;
  }
}

.c-ttl_diamond {
  font-size: 2.4rem;
  line-height: 1;
  position: relative;
  padding-left: 0.69em;
  margin-bottom: 1.25em;
}
.c-ttl_diamond:before {
  content: "";
  width: 0.41em;
  height: 0.41em;
  background: #335642;
  position: absolute;
  left: 0;
  transform: rotate(45deg);
  top: 0.32em;
}
@media (max-width: 991.9px) {
  .c-ttl_diamond {
    font-size: 2.2rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_diamond {
    font-size: 2rem;
  }
  .c-ttl_diamond:before {
    top: 0.36em;
  }
}

.c-ttl_sec {
  line-height: 1;
}
.c-ttl_sec__en {
  font-family: "Roboto", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 0.8;
}
.c-ttl_sec__jp {
  color: #A69C9C;
  font-weight: 700;
  margin-top: 1rem;
}
.c-ttl_sec.-jp {
  line-height: 1;
}
.c-ttl_sec.-jp .c-ttl_sec__jp {
  font-size: 4rem;
  font-weight: 700;
  color: #335642;
  margin-top: 0;
}
.c-ttl_sec.-jp .c-ttl_sec__en {
  font-size: 2rem;
  font-weight: 700;
  color: #A69C9C;
  margin-top: 1.5rem;
}
@media (max-width: 991.9px) {
  .c-ttl_sec__en {
    font-size: 4rem;
  }
  .c-ttl_sec.-jp .c-ttl_sec__jp {
    font-size: 3rem;
  }
  .c-ttl_sec.-jp .c-ttl_sec__en {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.9px) {
  .c-ttl_sec__en {
    font-size: 3.5rem;
  }
  .c-ttl_sec.-jp .c-ttl_sec__jp {
    font-size: 2.5rem;
  }
  .c-ttl_sec.-jp .c-ttl_sec__en {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.9px) {
  .c-ttl_sec__en {
    font-size: 2.5rem;
  }
  .c-ttl_sec.-jp .c-ttl_sec__jp {
    font-size: 2.5rem;
  }
  .c-ttl_sec.-jp .c-ttl_sec__en {
    font-size: 1.6rem;
  }
}

.c-ttl_bdL {
  font-size: 1.8rem;
  line-height: 1;
  padding-left: 2.6rem;
  margin-bottom: 1em;
  position: relative;
}
.c-ttl_bdL:before {
  content: "";
  width: 0.94em;
  height: 3px;
  background: #335642;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.c-ttl_disc {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1.8rem;
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
.c-ttl_disc:before {
  content: "";
  width: 0.55em;
  height: 0.55em;
  display: inline-block;
  margin-right: 0.44em;
  vertical-align: middle;
  border-radius: 50%;
  background: #335642;
}
.c-ttl_disc.-green:before {
  background: #25862A;
}
.c-ttl_disc.-blue:before {
  background: #0752A8;
}
.c-ttl_disc.-brown:before {
  background: #B76530;
}
@media (max-width: 767.9px) {
  .c-ttl_disc {
    font-size: 1.8rem;
  }
}

/*--------------------------------------------
  inner
--------------------------------------------*/
.c-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (min-width: 992px) {
  .c-inner {
    max-width: calc(1240px + 5vw * 2);
  }
  .c-inner.-full {
    max-width: 100%;
  }
  .c-inner.-md {
    max-width: calc(1560px + 5vw * 2);
  }
}
@media (max-width: 991.9px) {
  .c-inner.-pd0_tb {
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------------------------------------
  box padding
--------------------------------------------*/
@media (min-width: 992px) {
  .c-boxpd {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .c-boxpd_xs {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .c-boxpd_sm {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media (max-width: 991.9px) {
  .c-boxpd {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .c-boxpd_xs {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .c-boxpd_sm {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}

/*--------------------------------------------
  iframe responsive
--------------------------------------------*/
.c-iframe {
  position: relative;
  padding-top: 52.5%;
  height: 0;
  overflow: hidden;
}
.c-iframe.-youtube {
  padding-top: 56.25%;
}
.c-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767.9px) {
  .c-iframe {
    padding-top: 65%;
  }
}

/*--------------------------------------------
  logo
--------------------------------------------*/
.c-logo {
  display: block;
  max-width: 100%;
  height: auto;
}
/*--------------------------------------------
  object-fit
--------------------------------------------*/
.c-ofi {
  position: relative;
  padding-top: 60%;
  backface-visibility: hidden;
}
.c-ofi__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}
.c-ofi__img.-top {
  -o-object-position: center top;
     object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
}
.c-ofi__img.-left {
  -o-object-position: left center;
     object-position: left center;
  font-family: "object-fit: cover; object-position: left center;";
}
.c-ofi__img.-right {
  -o-object-position: right center;
     object-position: right center;
  font-family: "object-fit: cover; object-position: right center;";
}
.c-ofi__img.-bottom {
  -o-object-position: center bottom;
     object-position: center bottom;
  font-family: "object-fit: cover; object-position: center bottom;";
}
.c-ofi__img.-contain {
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: center center;";
}

.c-totop {
  position: fixed;
  right: 5vw;
  bottom: 5%;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: #335642;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-totop .arrow {
  stroke: #fff;
  width: 3rem;
  height: 1rem;
  transform: rotate(-90deg);
}
@media (min-width: 992px) {
  .c-totop:hover {
    opacity: 0.7;
  }
  .c-totop:hover .arrow {
    fill: #000000;
  }
}
.c-center_col {
  overflow: hidden;
}
.c-center_col__item:nth-child(odd) .c-center_col__cnt:not(.gray):before {
  opacity: 0.1;
}
.c-center_col__item:nth-child(odd) .c-center_col__cnt.-gray {
  background: #EFEDED;
}
.c-center_col__item:nth-child(even) .c-center_col__ttl:before {
  opacity: 0.8;
}
.c-center_col__item:nth-child(even) .c-center_col__cnt:not(.gray):before {
  opacity: 0.05;
}
.c-center_col__item:nth-child(even) .c-center_col__cnt.-gray {
  background: rgba(242, 242, 242, 0.6);
}
.c-center_col__inner {
  display: flex;
}
.c-center_col__ttl {
  width: 33.07%;
  position: relative;
  color: #fff;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 5.4rem;
}
.c-center_col__ttl:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-center_col__ttl:after {
  content: "";
  width: 1.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  background: #fff;
}
.c-center_col__ttl.-nagoya:before {
  background: #1F9CBE;
}
.c-center_col__ttl.-ichinomiya:before {
  background: #3761A3;
}
.c-center_col__ttl.-gifu:before {
  background: #56A092;
}
.c-center_col__ttl.-tsuchiyama:before {
  background: #0D558D;
}
.c-center_col__ttl.-himeji:before {
  background: #326953;
}
.c-center_col__ttl.-colton:before {
  background: #679A5F;
}
.c-center_col__ttl.-kakogawa:before {
  background: #0F5749;
}
.c-center_col__ttl.-union:before {
  background: #385E68;
}
.c-center_col__ttl.-dome:before {
  background: #B65368;
}
.c-center_col__ttl .c-ttl_sup {
  margin-bottom: 0;
}
.c-center_col__ttl .c-ttl_sup__jp {
  line-height: 1.5;
}
.c-center_col__ttl .c-ttl_sup__en {
  line-height: 1.09;
  font-weight: 500;
  font-size: 2.3vw;
}
.c-center_col__cnt {
  width: 66.93%;
  position: relative;
  padding-right: calc((100% - 1240px) / 2);
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 5.6rem;
}
.c-center_col__cnt:before {
  content: "";
  width: 100vw;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.c-center_col__cnt.-nagoya:before {
  background: #1F9CBE;
}
.c-center_col__cnt.-ichinomiya:before {
  background: #3761A3;
}
.c-center_col__cnt.-gifu:before {
  background: #56A092;
}
.c-center_col__cnt.-tsuchiyama:before {
  background: #0D558D;
}
.c-center_col__cnt.-himeji:before {
  background: #326953;
}
.c-center_col__cnt.-colton:before {
  background: #679A5F;
}
.c-center_col__cnt.-kakogawa:before {
  background: #0F5749;
}
.c-center_col__cnt.-union:before {
  background: #385E68;
}
.c-center_col__cnt.-dome:before {
  background: #B65368;
}
.c-center_col__cntWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-center_col__cntItem {
  width: calc((100% - 5.4rem) / 2);
}
.c-center_col__cntItem:nth-child(n+3) {
  margin-top: 5.5rem;
}
.c-center_col__cntTtl {
  font-weight: 500;
  font-size: 2rem;
  margin-top: 6px;
}
.c-center_col__cntDesc {
  font-weight: 400;
}
@media (min-width: 992px) {
  .c-center_col__cntDesc {
    font-size: 1.5rem;
  }
  .c-center_col__tbl th, .c-center_col__tbl td {
    font-size: 1.5rem;
  }
}
@media (max-width: 1399.9px) {
  .c-center_col__ttl .c-ttl_sup__en {
    font-size: 2.5vw;
  }
  .c-center_col__cnt {
    padding-right: 5vw;
  }
}
@media (max-width: 991.9px) {
  .c-center_col__inner {
    display: block;
  }
  .c-center_col__ttl {
    width: 100%;
    display: block;
    text-align: center;
    padding: 2rem 0;
    padding: 3rem 0;
  }
  .c-center_col__ttl .c-ttl_sup {
    margin-bottom: 0;
  }
  .c-center_col__ttl .c-ttl_sup__en {
    font-size: 3rem;
  }
  .c-center_col__ttl:after {
    bottom: 0;
    top: inherit;
    width: 100%;
    height: 1.2rem;
  }
  .c-center_col__cnt {
    width: 100%;
    padding: 5rem 5vw;
  }
  .c-center_col__cntItem {
    width: 48%;
  }
}
@media (max-width: 767.9px) {
  .c-center_col__cntTtl {
    font-size: 1.8rem;
  }
  .c-center_col__cntItem:nth-child(n+3) {
    margin-top: 4rem;
  }
}
@media (max-width: 575.9px) {
  .c-center_col__cntTtl {
    font-size: 1.6rem;
  }
}

/*--------------------------------------------
  panel
--------------------------------------------*/
.c-panel_contact {
  background: #F2F2F2;
  padding: 8rem 0;
}
.c-panel_contact .c-ttl_sup {
  margin-bottom: 0;
}
.c-panel_contact__box {
  padding-top: 6rem;
  padding-bottom: 5.5rem;
  background: #335642;
}
.c-panel_contact__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 830px;
  margin: 0 auto;
}
.c-panel_contact__ttlWrap {
  width: 41.57%;
}
.c-panel_contact__desc {
  color: #fff;
}
.c-panel_contact__cnt {
  width: 58.43%;
}
.c-panel_contact__btn {
  margin-top: 2rem;
}
.c-panel_contact__btn a {
  display: block;
  background: #000000;
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  border: 1px solid #000000;
  padding: 1.2em 0;
  max-width: 48.5rem;
  text-align: center;
  border-radius: 3px;
}
.c-panel_contact__btn a span {
  position: relative;
  display: inline-block;
  padding-right: 3.9rem;
}
.c-panel_contact__btn a span:before {
  content: "";
  width: 2.8rem;
  height: 1.9rem;
  background: url(../img/common/icon_mail_black.svg) no-repeat center/contain;
  transition: 0.4s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .c-panel_contact__btn a:hover {
    background: #fff;
    color: #000000;
  }
  .c-panel_contact__btn a:hover span:before {
    background-image: url(../img/common/icon_mail_black_over.svg);
  }
}
.c-panel_contact__num {
  margin-top: 2rem;
}
.c-panel_contact__num a {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 8rem;
  font-weight: 700;
  line-height: 0.85;
}
.c-panel_contact__time {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-top: 1.5rem;
}
.c-panel_contact__time .txt {
  font-size: 2rem;
  padding: 0.4rem 2.5rem;
  border: 1px solid #fff;
}
.c-panel_contact__time .time {
  font-size: 2.2rem;
  margin-left: 1em;
}
@media (max-width: 991.9px) {
  .c-panel_contact__box {
    padding: 5rem;
  }
  .c-panel_contact__wrap {
    flex-direction: column;
  }
  .c-panel_contact__ttlWrap {
    text-align: center;
    width: 100%;
  }
  .c-panel_contact__cnt {
    width: 100%;
    margin-top: 2rem;
    text-align: center;
  }
  .c-panel_contact__btn {
    margin-top: 2rem;
  }
  .c-panel_contact__btn a {
    max-width: 80%;
    margin: 0 auto;
    font-size: 1.8rem;
  }
}
@media (max-width: 767.9px) {
  .c-panel_contact {
    padding: 4.5em 0;
  }
  .c-panel_contact__btn a {
    max-width: 100%;
    font-size: 1.8rem;
  }
}
@media (max-width: 575.9px) {
  .c-panel_contact__box {
    padding: 5rem 3rem;
  }
}

/*--------------------------------------------
  deco
--------------------------------------------*/
.c-deco_under {
  position: relative;
  padding-bottom: 6.25em;
}
.c-deco_under::before {
  content: "";
  width: 100vw;
  height: 80%;
  background: #1D2065;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.c-deco_under__inner {
  padding: 6.25em;
  background: #fff;
}
.c-deco_under.-reverse:before {
  right: inherit;
  left: 0;
}
@media (max-width: 991.9px) {
  .c-deco_under {
    padding-bottom: 4.25em;
  }
  .c-deco_under__inner {
    padding: 4.25rem;
  }
}
@media (max-width: 767.9px) {
  .c-deco_under__inner {
    padding: 4.25em 2rem;
  }
}

/*--------------------------------------------
  list
--------------------------------------------*/
.c-list_disc__item {
  position: relative;
  padding-left: 1.1875em;
  text-indent: -1.1875em;
}
.c-list_disc__item:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #2e8cd4;
  display: inline-block;
  margin-right: 0.6875em;
  vertical-align: middle;
}
/*--------------------------------------------
  table responsive
--------------------------------------------*/
.c-tbl_responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media (max-width: 991.9px) {
  .c-tbl_responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: 0.2em;
    scrollbar-color: #335642 #fafafa;
  }
  .c-tbl_responsive::-webkit-scrollbar {
    height: 0.2em;
  }
  .c-tbl_responsive::-webkit-scrollbar-track {
    background: #fafafa;
    border-radius: 1rem;
  }
  .c-tbl_responsive::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #335642;
  }
  .c-tbl_responsive > table {
    margin-bottom: 0;
  }
  .c-tbl_responsive > table > thead > tr > th, .c-tbl_responsive > table > tbody > tr > th, .c-tbl_responsive > table > tfoot > tr > th, .c-tbl_responsive > table > thead > tr > td, .c-tbl_responsive > table > tbody > tr > td, .c-tbl_responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}

.c-tbl_pr {
  width: 90%;
  margin: 0 auto;
}
.c-tbl_pr tr {
  border-bottom: 2px solid #335642;
}
.c-tbl_pr th, .c-tbl_pr td {
  padding: 1.65em 3.125em;
}
.c-tbl_pr th {
  width: 20.37%;
  font-weight: 500;
  color: #335642;
  text-align: left;
  vertical-align: top;
}
.c-tbl_pr td {
  width: 79.63%;
}
.c-tbl_pr.-md th {
  width: 25%;
}
.c-tbl_pr.-md td {
  width: 75%;
}
@media (max-width: 991.9px) {
  .c-tbl_pr {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .c-tbl_pr {
    border-bottom: 1px solid #ccc;
  }
  .c-tbl_pr tr {
    border-bottom: none;
  }
  .c-tbl_pr th, .c-tbl_pr td {
    width: 100%;
    display: block;
    text-align: center;
    padding: 1em;
  }
  .c-tbl_pr th {
    background: #335642;
    color: #fff;
  }
  .c-tbl_pr td {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .c-tbl_pr.-md th {
    width: 100%;
  }
  .c-tbl_pr.-md td {
    width: 100%;
  }
}
@media (max-width: 991.9px) {
  .c-tbl_scroll {
    overflow-x: auto;
  }
  .c-tbl_scroll > table th, .c-tbl_scroll > table td {
    display: table-cell;
    width: auto;
    white-space: nowrap;
  }
}

/*--------------------------------------------
  anchor
--------------------------------------------*/
.c-anc {
  text-decoration: underline;
}
.c-anc:hover {
  text-decoration: none;
}

.c-anchor {
  margin-top: 5.4rem;
}
.c-anchor__wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 773px;
  margin: 0 auto;
}
.c-anchor__item {
  width: calc((100% - 2rem) / 3);
}
.c-anchor__item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  border: 1px solid #335642;
  position: relative;
  border-radius: 5px;
  padding: 1.08em;
}
.c-anchor__item a .arrow {
  fill: #000000;
  width: 2rem;
  height: 0.8rem;
}
@media (min-width: 992px) {
  .c-anchor__item a:hover {
    background: #335642;
    color: #fff;
  }
  .c-anchor__item a:hover .arrow {
    fill: #fff;
  }
}
.c-anchor__item:nth-child(n+4) {
  margin-top: 1rem;
}
.c-anchor__item:not(:nth-child(3n)) {
  margin-right: 1rem;
}
@media (max-width: 991.9px) {
  .c-anchor {
    margin-top: 0;
  }
  .c-anchor__wrap {
    max-width: 100%;
  }
  .c-anchor__item {
    width: calc((100% - 1rem) / 2);
  }
  .c-anchor__item:nth-child(n+3) {
    margin-top: 1rem;
  }
  .c-anchor__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .c-anchor__item:nth-child(even) {
    margin-left: 1rem;
  }
  .c-anchor__item a {
    height: 100%;
  }
}
@media (max-width: 575.9px) {
  .c-anchor__item a {
    line-height: 1.3;
    padding: 1em 0.5em;
    font-size: 1.3rem;
  }
}

/*--------------------------------------------
  anchor arrow
--------------------------------------------*/
.c-anc_arrow {
  position: relative;
  display: inline-block;
  padding: 1.5em 0;
  padding-right: 5.5em;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
}
.c-anc_arrow::before {
  content: "";
  transform: scale(1.5);
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eab7";
  position: absolute;
  top: 0;
  right: 0.5em;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 2.8em;
  height: 2.8em;
  padding-left: 0.1em;
  background-color: #335642;
  border-radius: 50%;
  border: 1px solid #335642;
  color: #ffffff;
}
@media (min-width: 992px) {
  .c-anc_arrow::before {
    transition: all 0.4s 0s;
  }
}
.c-anc_arrow:hover {
  text-decoration: underline;
}
.c-anc_arrow:hover::before {
  background-color: #ffffff;
  color: #335642;
}
@media (max-width: 991.9px) {
  .c-anc_arrow {
    padding: 1.2em 0;
    padding-right: 4.5em;
  }
  .c-anc_arrow::before {
    transform: scale(1.2);
    width: 2.6em;
    height: 2.6em;
  }
}

/*--------------------------------------------
  column
--------------------------------------------*/
.c-col {
  display: flex;
  flex-wrap: wrap;
  margin-top: -3em;
  margin-left: -3em;
}
.c-col__item {
  width: 50%;
  margin-top: 3em;
  padding-left: 3em;
}
.c-col.-gap_xs {
  margin-top: -1.2em;
}
.c-col.-gap_xs > .c-col__item {
  margin-top: 1.2em;
}
.c-col.-gutter_xs {
  margin-left: -1.2em;
}
.c-col.-gutter_xs > .c-col__item {
  padding-left: 1.2em;
}
.c-col.-space_thin {
  margin-top: -1px;
  margin-left: -1px;
}
.c-col.-space_thin > .c-col__item {
  margin-top: 1px;
  padding-left: 1px;
}
.c-col.-space_sm {
  margin-top: -2em;
  margin-left: -2em;
}
.c-col.-space_sm > .c-col__item {
  margin-top: 2em;
  padding-left: 2em;
}
@media (min-width: 768px) {
  .c-col.-col3 > .c-col__item {
    width: 33.3333%;
  }
}
@media (min-width: 768px) {
  .c-col.-half_img > .c-col__item {
    flex: 1;
    width: auto;
  }
  .c-col.-half_img > .c-col__item.-img {
    flex: 0 1 auto;
    width: calc(50% + 1.5em);
  }
}
@media (max-width: 991.9px) {
  .c-col {
    margin-top: -2em;
    margin-left: -2em;
  }
  .c-col__item {
    margin-top: 2em;
    padding-left: 2em;
  }
  .c-col.-gap_xs {
    margin-top: -1em;
  }
  .c-col.-gap_xs > .c-col__item {
    margin-top: 1em;
  }
  .c-col.-gutter_xs {
    margin-left: -1em;
  }
  .c-col.-gutter_xs > .c-col__item {
    padding-left: 1em;
  }
  .c-col.-space_sm {
    margin-top: -1.2em;
    margin-left: -1.2em;
  }
  .c-col.-space_sm > .c-col__item {
    margin-top: 1.2em;
    padding-left: 1.2em;
  }
  .c-col.-col_mqTb {
    flex-direction: column;
  }
  .c-col.-col_mqTb > .c-col__item {
    width: 100% !important;
  }
}
@media (max-width: 991.9px) and (min-width: 576px) {
  .c-col.-col2_mqSmXs > .c-col__item {
    width: 50%;
  }
}
@media (max-width: 767.9px) {
  .c-col__item {
    width: 100%;
  }
}

/*--------------------------------------------
  news
--------------------------------------------*/
.c-card_news__item {
  border-bottom: 1px solid #C6C7C7;
}
.c-card_news__item:first-child .c-card_news__link {
  padding-top: 0;
}
.c-card_news__item:last-child {
  border-bottom: none;
}
.c-card_news__link {
  display: flex;
  align-items: center;
  position: relative;
  padding: 3.125em 0;
}
@media (min-width: 992px) {
  .c-card_news__link:hover {
    opacity: 0.7;
  }
}
.c-card_news__date {
  font-size: 1.8rem;
  margin-right: 4.4rem;
  min-width: 9rem;
}
.c-card_news__term {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  background: #000;
  color: #fff;
  min-width: 9.5rem;
  padding: 6px;
  margin-right: 3.3rem;
  display: inline-block;
}
.c-card_news__ttl {
  width: calc(100% - 18.5rem);
}
@media (max-width: 991.9px) {
  .c-card_news__date {
    margin-right: 3rem;
  }
}
@media (max-width: 767.9px) {
  .c-card_news__link {
    display: block;
  }
  .c-card_news__date {
    display: inline-block;
    margin-right: 1em;
    min-width: auto;
  }
  .c-card_news__term {
    width: auto;
    min-width: auto;
    padding: 5px 10px;
    margin-right: 0;
  }
  .c-card_news__ttl {
    width: 100%;
  }
  .c-card_news__link {
    padding: 1em 0;
  }
}

/*--------------------------------------------
  key
--------------------------------------------*/
/*--------------------------------------------
  panel
--------------------------------------------*/
.p-home_panel {
  padding-top: 8rem;
  padding-bottom: 11rem;
  background: url(../img/home/img_panel_bg.jpg) no-repeat center/cover;
}
.p-home_panel__inner {
  max-width: calc(1560px + 10vw);
  padding: 0 5vw;
  margin: 0 auto;
}
.p-home_panel__wrap {
  display: flex;
  flex-wrap: wrap;
}
.p-home_panel__item {
  position: relative;
  transition: 0.4s;
  perspective: 1600px;
}
@media (min-width: 992px) {
  .p-home_panel__item.-col2 {
    width: 50%;
  }
  .p-home_panel__item.-col2 .p-home_panel__img {
    width: 60.26%;
  }
  .p-home_panel__item.-col2 .p-home_panel__cnt {
    width: 39.74%;
  }
  .p-home_panel__item.-col3 {
    width: 33.333%;
  }
  .p-home_panel__item.-col3 .p-home_panel__img {
    width: 59.62%;
  }
  .p-home_panel__item.-col3 .p-home_panel__cnt {
    width: 40.38%;
  }
}
@media (min-width: 992px) {
  .p-home_panel__item:hover {
    z-index: 100;
  }
  .p-home_panel__item:hover .p-home_panel__link {
    transform: rotateX(-180deg);
  }
  .p-home_panel__item:hover .p-home_panel__back:before, .p-home_panel__item:hover .p-home_panel__back:after {
    transform: scale(1.05);
  }
}
.p-home_panel__link {
  display: block;
  transform-style: preserve-3d;
}
.p-home_panel__front {
  display: flex;
  backface-visibility: hidden;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .p-home_panel__front.-reverse {
    flex-direction: row-reverse;
  }
}
.p-home_panel__cnt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.p-home_panel__cnt.-nagoya {
  background: #1F9CBE;
}
.p-home_panel__cnt.-ichinomiya {
  background: #3761A3;
}
.p-home_panel__cnt.-gifu {
  background: #56A092;
}
.p-home_panel__cnt.-tsuchiyama {
  background: #0D558D;
}
.p-home_panel__cnt.-himeji {
  background: #326953;
}
.p-home_panel__cnt.-colton {
  background: #679A5F;
}
.p-home_panel__cnt.-kakogawa {
  background: #0F5749;
}
.p-home_panel__cnt.-union {
  background: #385E68;
}
.p-home_panel__cnt.-dome {
  background: #B65368;
}
.p-home_panel__ttl {
  line-height: 1;
  padding-bottom: 3.3rem;
  position: relative;
  color: #fff;
  width: 100%;
  text-align: center;
}
.p-home_panel__ttl:before {
  content: "";
  width: 5rem;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.p-home_panel__ttl .en {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 4.5rem;
  font-size: 2.34vw;
  font-style: italic;
  letter-spacing: -0.025em;
}
.p-home_panel__ttl .en span {
  font-size: 2.9rem;
  font-size: 1.51vw;
  display: block;
}
@media (min-width: 992px) {
  .p-home_panel__ttl.-sm {
    padding-bottom: 1.5rem;
  }
  .p-home_panel__ttl.-sm .en {
    font-size: 2rem;
  }
  .p-home_panel__ttl.-sm .en span {
    font-size: 3rem;
  }
  .p-home_panel__ttl.-sm .jp {
    font-size: 1.3rem;
  }
  .p-home_panel__ttl.-sm:before {
    width: 3.3rem;
  }
}
.p-home_panel__ttl .jp {
  font-size: 2rem;
  font-size: 1.04vw;
  font-weight: 700;
  opacity: 0.6;
  margin-top: 1.5rem;
}
.p-home_panel__info {
  line-height: 1;
  margin-top: 3.6rem;
}
@media (min-width: 992px) {
  .p-home_panel__info.-sm {
    margin-top: 1.5rem;
  }
}
.p-home_panel__place {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .p-home_panel__place.-sm {
    font-size: 1.1rem;
  }
}
.p-home_panel__tel {
  font-size: 3.2rem;
  font-size: 1.66vw;
  font-weight: 700;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  margin-top: 0.6rem;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .p-home_panel__tel.-sm {
    font-size: 2rem;
    font-size: 1.04vw;
  }
}
.p-home_panel__arrow {
  margin-top: 3rem;
  z-index: 10;
}
.p-home_panel__arrow img {
  display: block;
  width: 5rem;
}
@media (min-width: 992px) {
  .p-home_panel__arrow.-sm img {
    width: 3rem;
  }
}
.p-home_panel__back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateX(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-home_panel__back:before, .p-home_panel__back:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-home_panel__back .p-home_panel__ttl {
  padding-bottom: 0;
  z-index: 10;
}
.p-home_panel__back .p-home_panel__ttl:before {
  display: none;
}
.p-home_panel__back .p-home_panel__ttl .jp {
  opacity: 1;
  font-size: 2.5rem;
}
.p-home_panel__back .p-home_panel__ttl .en {
  font-size: 5rem;
}
.p-home_panel__back .p-home_panel__ttl .en span {
  font-size: 3rem;
}
.p-home_panel__back .p-home_panel__ttl.-sm .en {
  font-size: 2rem;
}
.p-home_panel__back .p-home_panel__ttl.-sm .en span {
  font-size: 3rem;
}
.p-home_panel__back .p-home_panel__ttl.-sm .jp {
  font-size: 2rem;
}
.p-home_panel__back.-nagoya:before {
  background: url(../img/home/img_nagoya.jpg) no-repeat center/cover;
}
.p-home_panel__back.-nagoya:after {
  background-color: rgba(31, 156, 190, 0.5);
}
.p-home_panel__back.-ichinomiya:before {
  background: url(../img/home/img_ichinomiya.jpg) no-repeat center/cover;
}
.p-home_panel__back.-ichinomiya:after {
  background-color: rgba(55, 97, 163, 0.5);
}
.p-home_panel__back.-gifu:before {
  background: url(../img/home/img_gifu.jpg) no-repeat center/cover;
}
.p-home_panel__back.-gifu:after {
  background-color: rgba(86, 160, 146, 0.5);
}
.p-home_panel__back.-tsuchiyama:before {
  background: url(../img/home/img_tsuchiyama.jpg) no-repeat center/cover;
}
.p-home_panel__back.-tsuchiyama:after {
  background-color: rgba(13, 85, 141, 0.5);
}
.p-home_panel__back.-himeji:before {
  background: url(../img/home/img_himeji.jpg) no-repeat center/cover;
}
.p-home_panel__back.-himeji:after {
  background-color: rgba(50, 105, 83, 0.5);
}
.p-home_panel__back.-colton:before {
  background: url(../img/home/img_colton.jpg) no-repeat center/cover;
}
.p-home_panel__back.-colton:after {
  background-color: rgba(103, 154, 95, 0.5);
}
.p-home_panel__back.-kakogawa:before {
  background: url(../img/home/img_kakogawa.jpg) no-repeat center/cover;
}
.p-home_panel__back.-kakogawa:after {
  background-color: rgba(15, 87, 73, 0.5);
}
.p-home_panel__back.-union:before {
  background: url(../img/home/img_union.jpg) no-repeat center/cover;
}
.p-home_panel__back.-union:after {
  background-color: rgba(56, 94, 104, 0.5);
}
.p-home_panel__back.-dome:before {
  background: url(../img/home/img_battingdome.jpg) no-repeat center/cover;
}
.p-home_panel__back.-dome:after {
  background-color: rgba(182, 83, 104, 0.5);
}
@media (max-width: 1399.9px) {
  .p-home_panel__ttl.-sm .en {
    font-size: 1.8rem;
  }
  .p-home_panel__ttl.-sm .en span {
    font-size: 2.6rem;
  }
}
@media (max-width: 991.9px) {
  .p-home_panel__item {
    perspective: none;
  }
  .p-home_panel__item.-col2 {
    width: 50%;
  }
  .p-home_panel__item.-col3 {
    width: 33.333%;
  }
  .p-home_panel__item.-col3 .p-home_panel__cnt {
    min-height: 28rem;
  }
  .p-home_panel__link {
    transform-style: flat;
  }
  .p-home_panel__back {
    display: none;
  }
  .p-home_panel__front {
    flex-direction: column;
    backface-visibility: visible;
  }
  .p-home_panel__cnt {
    width: 100%;
    padding: 2.5rem 2rem;
  }
  .p-home_panel__ttl {
    padding-bottom: 2rem;
  }
  .p-home_panel__ttl .en {
    font-size: 3rem;
  }
  .p-home_panel__ttl .en span {
    font-size: 2rem;
  }
  .p-home_panel__ttl .jp {
    font-size: 2rem;
  }
  .p-home_panel__ttl.-sm .jp {
    font-size: 1.8rem;
  }
  .p-home_panel__info {
    margin-top: 2rem;
  }
  .p-home_panel__place.-sm {
    font-size: 1.6rem;
  }
  .p-home_panel__tel {
    font-size: 2.5rem;
  }
  .p-home_panel__tel.-sm {
    font-size: 2.2rem;
  }
  .p-home_panel__img {
    width: 100%;
  }
  .p-home_panel__arrow {
    right: 2rem;
    bottom: 2rem;
  }
}
@media (max-width: 767.9px) {
  .p-home_panel {
    padding: 4.5em 0;
  }
  .p-home_panel__item.-col3 .p-home_panel__cnt {
    min-height: 24rem;
  }
  .p-home_panel__ttl.-sm .en {
    font-size: 1.6rem;
  }
  .p-home_panel__ttl.-sm .en span {
    font-size: 2rem;
  }
  .p-home_panel__ttl.-sm .jp {
    font-size: 1.6rem;
  }
  .p-home_panel__tel.-sm {
    font-size: 1.8rem;
  }
  .p-home_panel__img img {
    width: 100%;
  }
}
@media (max-width: 575.9px) {
  .p-home_panel__item.-col2 {
    width: 100%;
  }
  .p-home_panel__item.-col3 {
    width: 100%;
  }
  .p-home_panel__item.-col3 .p-home_panel__cnt {
    min-height: none;
  }
  .p-home_panel__item:not(:first-child) {
    margin-top: 1.5rem;
  }
  .p-home_panel__img {
    height: 20rem;
    backface-visibility: hidden;
    position: relative;
  }
  .p-home_panel__img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    font-family: "object-fit: cover; object-position: center center;";
  }
  .p-home_panel__ttl.-sm .en {
    font-size: 1.8rem;
  }
  .p-home_panel__ttl.-sm .en span {
    font-size: 3rem;
  }
  .p-home_panel__ttl.-sm .jp {
    font-size: 2rem;
  }
  .p-home_panel__place.-sm {
    font-size: 1.8rem;
  }
  .p-home_panel__tel.-sm {
    font-size: 2.2rem;
  }
}

/*--------------------------------------------
  news
--------------------------------------------*/
.p-home_news {
  background: #f2f2f2;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
.p-home_news__wrap {
  display: flex;
}
.p-home_news__ttl {
  width: 25.8%;
}
.p-home_news__cnt {
  width: 74.2%;
}
@media (max-width: 991.9px) {
  .p-home_news__wrap {
    display: block;
  }
  .p-home_news__ttl {
    width: 100%;
  }
  .p-home_news__cnt {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .p-home_news {
    padding: 4.5em 0;
  }
}
/*--------------------------------------------
  bnr
--------------------------------------------*/
.p-home_bnr {
  background: #f2f2f2;
}
.p-home_bnr__wrap {
  display: flex;
}
.p-home_bnr__item:not(:first-child) {
  margin-left: 2rem;
}
@media (min-width: 992px) {
  .p-home_bnr__item a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 575.9px) {
  .p-home_bnr__wrap {
    flex-direction: column;
  }
  .p-home_bnr__item:not(:first-child) {
    margin-left: 0;
    margin-top: 2rem;
  }
}

/*--------------------------------------------
  key
--------------------------------------------*/
.p-center_kv {
  position: relative;
}
.p-center_kv__video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.p-center_kv__video video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-center_kv__catch {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  line-height: 0.9;
  position: relative;
  width: 100%;
  font-weight: 700;
  padding-top: 34rem;
  padding-top: 17.7vw;
}
.p-center_kv__catch .main {
  font-family: "Roboto", sans-serif;
  font-style: italic;
}
.p-center_kv__catch .main .lg {
  font-size: 14.2rem;
}
.p-center_kv__catch .main .sm {
  font-size: 9.4rem;
}
.p-center_kv__catch .sub {
  font-size: 3rem;
  margin-top: 2rem;
}
.p-center_kv__desc {
  margin-top: 11.5vw;
  position: relative;
  padding-bottom: 10.4vw;
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.p-center_kv__desc .main {
  font-size: 3rem;
  letter-spacing: 0.3em;
}
.p-center_kv__desc .sub {
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 1399.9px) {
  .p-center_kv__catch {
    padding-top: 25rem;
  }
  .p-center_kv__desc {
    margin-top: 5rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 991.9px) {
  .p-center_kv__catch {
    padding-top: 20rem;
  }
  .p-center_kv__catch .main .lg {
    font-size: 8.5rem;
  }
  .p-center_kv__catch .main .sm {
    font-size: 6.5rem;
  }
  .p-center_kv__catch .sub {
    font-size: 2.6rem;
    margin-top: 0.65em;
  }
  .p-center_kv__desc {
    margin-top: 3rem;
    padding-bottom: 5rem;
  }
  .p-center_kv__desc .main {
    font-size: 2.2rem;
  }
  .p-center_kv__desc .sub {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.9px) {
  .p-center_kv__catch {
    padding-top: 14rem;
  }
  .p-center_kv__catch .main .lg {
    font-size: 6rem;
  }
  .p-center_kv__catch .main .sm {
    font-size: 4rem;
  }
  .p-center_kv__catch .sub {
    font-size: 2.2rem;
  }
  .p-center_kv__desc .main {
    font-size: 1.8rem;
  }
  .p-center_kv__desc .sub {
    font-size: 1.4rem;
  }
}
@media (max-width: 575.9px) {
  .p-center_kv__catch .main .lg {
    font-size: 4rem;
  }
  .p-center_kv__catch .main .sm {
    font-size: 3rem;
    margin-top: 0.25em;
  }
}

.p-center_tel {
  display: flex;
  color: #fff;
}
.p-center_tel__txt {
  width: 78%;
  background: #1A1A1A;
  padding: 1.5rem 4rem;
  font-weight: 500;
  font-size: 2rem;
  text-align: right;
}
.p-center_tel__num {
  width: 22%;
  text-align: center;
}
.p-center_tel__num a {
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  padding: 2rem 0;
}
.p-center_tel__num a span {
  display: inline-block;
  padding-left: 5rem;
  position: relative;
}
.p-center_tel__num a span:before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/center/icon_tel.svg) no-repeat center/contain;
}
.-nagoya .p-center_tel__num {
  background: #1F9CBE;
}
.-ichinomiya .p-center_tel__num {
  background: #3761A3;
}
.-gifu .p-center_tel__num {
  background: #56A092;
}
.-tsuchiyama .p-center_tel__num {
  background: #0D558D;
}
.-himeji .p-center_tel__num {
  background: #326953;
}
.-colton .p-center_tel__num {
  background: #679A5F;
}
.-kakogawa .p-center_tel__num {
  background: #0F5749;
}
.-union .p-center_tel__num {
  background: #385E68;
}
.-dome .p-center_tel__num {
  background: #B65368;
}
@media (max-width: 991.9px) {
  .p-center_tel__txt {
    font-size: 1.6rem;
    width: 67%;
    padding: 1.5rem;
    text-align: center;
    width: 60%;
    padding: 10px 1.5rem;
  }
  .p-center_tel__num {
    width: 40%;
    text-align: left;
  }
  .p-center_tel__num a {
    font-size: 2.5rem;
    padding: 15px 0 15px 2rem;
  }
  .p-center_tel__num a span {
    padding-left: 1.5em;
  }
}
@media (max-width: 767.9px) {
  .p-center_tel {
    display: block;
  }
  .p-center_tel__txt {
    width: 100%;
  }
  .p-center_tel__num {
    width: 100%;
    text-align: center;
  }
  .p-center_tel__num a {
    padding-left: 0;
  }
}
@media (max-width: 575.9px) {
  .p-center_tel__txt {
    font-size: 1.4rem;
  }
  .p-center_tel__num a {
    font-size: 2.2rem;
  }
}

.p-center_fix {
  position: fixed;
  right: 0;
  top: 20rem;
  z-index: 100;
}
.p-center_fix__item a {
  color: #fff;
  padding: 1.7rem 0;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 6rem;
}
@media (min-width: 992px) {
  .p-center_fix__item a:hover {
    opacity: 0.7;
  }
}
.p-center_fix__item.-lesson a {
  background: #E7B006;
}
.p-center_fix__item.-lesson .p-center_fix__txt {
  margin-top: 1.5rem;
}
.p-center_fix__item.-line a {
  background: #00B900;
}
.p-center_fix__item:not(:first-child) {
  margin-top: 6px;
}
.p-center_fix__txt {
  font-weight: 500;
  font-size: 2rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: block;
}
@media (max-width: 991.9px) {
  .p-center_fix__item a {
    width: auto;
    padding: 1.5rem 0.5rem;
  }
  .p-center_fix__txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.9px) {
  .p-center_fix {
    bottom: 0;
    top: inherit;
    width: 100%;
    display: flex;
  }
  .p-center_fix__item {
    width: 50%;
  }
  .p-center_fix__item:not(:first-child) {
    margin-top: 0;
  }
  .p-center_fix__item a {
    height: 100%;
    padding: 1rem;
    line-height: 1.2;
    flex-direction: row;
  }
  .p-center_fix__item.-lesson .p-center_fix__txt {
    margin-top: 0;
  }
  .p-center_fix__item.-lesson .p-center_fix__icon {
    width: 1.5em;
    height: 1.5em;
  }
  .p-center_fix__item.-line .p-center_fix__icon {
    width: 2em;
    height: 2em;
  }
  .p-center_fix__txt {
    writing-mode: inherit;
    margin-left: 0.5em;
    font-size: 1.4rem;
  }
}
.p-center_news {
  padding: 8rem 0 5rem;
}
.p-center_news__wrap {
  display: flex;
}
.p-center_news__ttlWrap {
  width: 25.8%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-center_news__cnt {
  width: 74.2%;
}
.p-center_news__btn {
  margin-bottom: 3.125em;
}
@media (max-width: 991.9px) {
  .p-center_news__wrap {
    display: block;
  }
  .p-center_news__ttlWrap {
    width: 100%;
  }
  .p-center_news__cnt {
    width: 100%;
  }
  .p-center_news__btn {
    margin-top: 2rem;
  }
  .p-center_news__btn a {
    margin: 0 auto;
  }
}
@media (max-width: 767.9px) {
  .p-center_news {
    padding-top: 4.5em;
  }
}
.p-center_body__wrap {
  padding-bottom: 11rem;
  position: relative;
}
.p-center_body__wrap:before {
  content: "";
  width: calc(100% - 32rem);
  height: calc(100% - 5rem);
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/center/img_bg_cnt.png) no-repeat center/cover;
  z-index: -1;
  min-width: 1240px;
}
.p-center_body__item {
  display: flex;
}
.p-center_body__item:not(:first-child) {
  margin-top: 12rem;
}
@media (min-width: 992px) {
  .p-center_body__item:nth-child(odd) .p-center_body__cnt {
    padding-left: 5.7rem;
    padding-right: 7rem;
  }
  .p-center_body__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-center_body__item:nth-child(even) .p-center_body__cnt {
    padding-right: 5.7rem;
    padding-left: 7rem;
  }
  .p-center_body__item:first-child {
    align-items: flex-end;
  }
  .p-center_body__item:first-child .p-center_body__cnt {
    padding-top: 5rem;
  }
}
.p-center_body__img {
  width: 56.73%;
}
.p-center_body__cnt {
  width: 43.27%;
  max-width: 52.7rem;
  color: #fff;
}
.p-center_body__ttl {
  font-weight: 700;
  line-height: 1;
  padding-bottom: 3rem;
  position: relative;
  margin-bottom: 2.7rem;
}
.p-center_body__ttl:before {
  content: "";
  width: 5rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-center_body__ttl .en {
  font-size: 4.6rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}
.p-center_body__ttl .jp {
  font-size: 2rem;
  margin-top: 0.5em;
}
.p-center_body__desc .main {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-center_body__desc .sub {
  font-size: 1.5rem;
  line-height: 1.625;
  font-weight: 500;
  margin-top: 0.8em;
}
.p-center_body__btn {
  margin-top: 5.5rem;
}
@media (max-width: 1599.9px) {
  .p-center_body__wrap:before {
    height: calc(100% - 3rem);
    top: 3rem;
  }
}
@media (max-width: 1399.9px) {
  .p-center_body__wrap:before {
    width: 100%;
    min-width: 100%;
  }
  .p-center_body__item:first-child {
    align-items: flex-start;
  }
}
@media (max-width: 1199.9px) {
  .p-center_body__wrap {
    padding-top: 5rem;
  }
  .p-center_body__item:first-child .p-center_body__img {
    position: relative;
    top: -5rem;
  }
}
@media (max-width: 991.9px) {
  .p-center_body {
    overflow: hidden;
  }
  .p-center_body__item {
    flex-direction: column-reverse;
  }
  .p-center_body__item:not(:first-child) {
    margin-top: 6rem;
  }
  .p-center_body__item:first-child .p-center_body__img {
    top: 0;
  }
  .p-center_body__cnt {
    width: 100%;
  }
  .p-center_body__img {
    width: 100%;
  }
  .p-center_body__wrap {
    padding: 5rem 0;
  }
  .p-center_body__wrap:before {
    width: 100vw;
    height: 100%;
    top: 0;
  }
  .p-center_body__ttl {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .p-center_body__ttl .en {
    font-size: 4rem;
  }
  .p-center_body__btn {
    margin-top: 3rem;
  }
  .p-center_body__img {
    margin-top: 3rem;
  }
  .p-center_body__cnt {
    max-width: 100%;
  }
}
@media (max-width: 767.9px) {
  .p-center_body__ttl .en {
    font-size: 3.5rem;
  }
  .p-center_body__ttl .jp {
    font-size: 1.8rem;
  }
  .p-center_body__desc .main {
    font-size: 1.8rem;
  }
  .p-center_body__desc .sub {
    font-size: 1.4rem;
  }
}
.p-center_access {
  padding-top: 10rem;
}
.p-center_access__wrap {
  display: flex;
  align-items: center;
}
.p-center_access__info {
  width: 30%;
}
.p-center_access__address {
  font-size: 1.5rem;
  color: #5F6477;
}
.p-center_access__map {
  width: 70%;
}
.p-center_access__frame {
  padding-top: 57.5%;
  position: relative;
}
.p-center_access__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.9px) {
  .p-center_access .c-ttl_sup {
    margin-bottom: 3rem;
  }
  .p-center_access__wrap {
    display: block;
  }
  .p-center_access__info {
    width: 100%;
    text-align: center;
  }
  .p-center_access__map {
    width: 100%;
    margin-top: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-center_access {
    padding-top: 4.5em;
  }
}
.p-center_sns {
  padding: 10rem 0;
}
.p-center_sns__box {
  padding: 7rem 5vw 9rem;
  background: url(../img/center/bg_sns.png) no-repeat center/cover;
}
.p-center_sns__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}
.p-center_sns__item {
  width: calc((100% - 8rem) / 3);
}
.p-center_sns__link {
  background: #fff;
  border-radius: 5px;
  height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}
@media (min-width: 992px) {
  .p-center_sns__link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991.9px) {
  .p-center_sns {
    padding: 4.5em 0;
  }
  .p-center_sns__item {
    width: calc((100% - 6rem) / 3);
  }
  .p-center_sns__link {
    height: 150px;
  }
}
@media (max-width: 767.9px) {
  .p-center_sns__box {
    padding: 5.5rem 5vw;
  }
  .p-center_sns__item {
    width: calc((100% - 4rem) / 3);
  }
}
@media (max-width: 575.9px) {
  .p-center_sns__wrap {
    display: block;
  }
  .p-center_sns__item {
    width: 100%;
  }
  .p-center_sns__item:not(:first-child) {
    margin-top: 1.5rem;
  }
  .p-center_sns__link {
    height: auto;
    padding: 1.5rem;
  }
  .p-center_sns__link img {
    height: 3em;
  }
}

.p-center_contact {
  padding: 5rem 0 5.5rem;
  background: #0F5749;
}
.p-center_contact .c-ttl_sup {
  margin-bottom: 0;
}
.-nagoya .p-center_contact {
  background: #1F9CBE;
}
.-ichinomiya .p-center_contact {
  background: #3761A3;
}
.-gifu .p-center_contact {
  background: #56A092;
}
.-tsuchiyama .p-center_contact {
  background: #0D558D;
}
.-himeji .p-center_contact {
  background: #326953;
}
.-colton .p-center_contact {
  background: #679A5F;
}
.-kakogawa .p-center_contact {
  background: #0F5749;
}
.-union .p-center_contact {
  background: #385E68;
}
.-dome .p-center_contact {
  background: #B65368;
}
.p-center_contact__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 830px;
  margin: 0 auto;
}
.p-center_contact__desc {
  color: #fff;
}
.p-center_contact__ttl {
  width: 41.57%;
}
.p-center_contact__cnt {
  width: 58.43%;
}
.p-center_contact__btn {
  margin-top: 2rem;
}
.p-center_contact__btn a {
  display: block;
  background: #000000;
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  border: 1px solid #000000;
  padding: 1.2em 0;
  max-width: 48.5rem;
  text-align: center;
  border-radius: 3px;
}
.p-center_contact__btn a span {
  position: relative;
  display: inline-block;
  padding-right: 3.9rem;
}
.p-center_contact__btn a span:before {
  content: "";
  width: 2.8rem;
  height: 1.9rem;
  background: url(../img/common/icon_mail_black.svg) no-repeat center/contain;
  transition: 0.4s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .p-center_contact__btn a:hover {
    background: #fff;
    color: #000;
  }
  .p-center_contact__btn a:hover span:before {
    background-image: url(../img/common/icon_mail_black_over.svg);
  }
}
.p-center_contact__frame {
  padding-top: 57.5%;
  position: relative;
}
.p-center_contact__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.9px) {
  .p-center_contact__wrap {
    flex-direction: column;
  }
  .p-center_contact__ttl {
    text-align: center;
    width: 100%;
  }
  .p-center_contact__cnt {
    width: 100%;
    margin-top: 2rem;
    text-align: center;
  }
  .p-center_contact__btn {
    margin-top: 2rem;
  }
  .p-center_contact__btn a {
    max-width: 80%;
    margin: 0 auto;
    font-size: 1.8rem;
  }
}
@media (max-width: 767.9px) {
  .p-center_contact__btn a {
    max-width: 100%;
    font-size: 1.8rem;
  }
}
.p-home_panel__cnt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.p-home_panel__cnt.-nagoya {
  background: #1F9CBE;
}
.p-home_panel__cnt.-ichinomiya {
  background: #3761A3;
}
.p-home_panel__cnt.-gifu {
  background: #56A092;
}
.p-home_panel__cnt.-tsuchiyama {
  background: #0D558D;
}
.p-home_panel__cnt.-himeji {
  background: #326953;
}
.p-home_panel__cnt.-colton {
  background: #679A5F;
}
.p-home_panel__cnt.-kakogawa {
  background: #0F5749;
}
.p-home_panel__cnt.-union {
  background: #385E68;
}
.p-home_panel__cnt.-dome {
  background: #B65368;
}
.p-facility .c-ttl_sup__jp {
  margin-top: 0.5em;
}
/*--------------------------------------------
  key
--------------------------------------------*/
.p-facility_body {
  padding-top: 5.6rem;
}

.p-facility_bnr {
  padding-top: 10rem;
}
.p-facility_bnr__img {
  text-align: center;
}
@media (min-width: 992px) {
  .p-facility_bnr a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991.9px) {
  .p-facility_bnr {
    padding-top: 4.5em;
  }
}
.p-guide .c-ttl_sup__jp {
  margin-top: 0.5em;
}
.p-guide_member {
  display: flex;
}
.p-guide_member__img {
  width: 26%;
}
.p-guide_member__desc {
  width: 74%;
  padding-left: 2.2rem;
}
.p-guide_member__desc span {
  font-weight: normal;
}
@media (max-width: 575.9px) {
  .p-guide_member {
    display: block;
  }
  .p-guide_member__img {
    width: 100%;
    text-align: center;
  }
  .p-guide_member__desc {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
  }
}

.p-guide_table {
  border-collapse: separate;
  border-spacing: 5px 5px;
}
.p-guide_table tr:first-child th {
  color: #fff;
  font-weight: 700;
}
.-nagoya .p-guide_table tr:first-child th {
  background: #1F9CBE;
}
.-ichinomiya .p-guide_table tr:first-child th {
  background: #3761A3;
}
.-gifu .p-guide_table tr:first-child th {
  background: #56A092;
}
.-tsuchiyama .p-guide_table tr:first-child th {
  background: #0D558D;
}
.-himeji .p-guide_table tr:first-child th {
  background: #326953;
}
.-colton .p-guide_table tr:first-child th {
  background: #679A5F;
}
.-kakogawa .p-guide_table tr:first-child th {
  background: #0F5749;
}
.-union .p-guide_table tr:first-child th {
  background: #385E68;
}
.-dome .p-guide_table tr:first-child th {
  background: #B65368;
}
.p-guide_table tr:not(:first-child) th {
  background: #C6C7C7;
}
.p-guide_table th,
.p-guide_table td {
  padding: 1rem 0;
}
.p-guide_table th {
  text-align: center;
  vertical-align: middle;
}
.p-guide_table td {
  background: #fff;
  text-align: center;
}
.p-guide_table.-info {
  max-width: 827px;
  margin-left: auto;
  border-spacing: 0 5px;
}
.p-guide_table.-info th {
  color: #fff;
}
.-nagoya .p-guide_table.-info th {
  background: #1F9CBE;
}
.-ichinomiya .p-guide_table.-info th {
  background: #3761A3;
}
.-gifu .p-guide_table.-info th {
  background: #56A092;
}
.-tsuchiyama .p-guide_table.-info th {
  background: #0D558D;
}
.-himeji .p-guide_table.-info th {
  background: #326953;
}
.-colton .p-guide_table.-info th {
  background: #679A5F;
}
.-kakogawa .p-guide_table.-info th {
  background: #0F5749;
}
.-union .p-guide_table.-info th {
  background: #385E68;
}
.-dome .p-guide_table.-info th {
  background: #B65368;
}
.p-guide_table.-info th {
  width: 19.34%;
}
.p-guide_table.-info td {
  text-align: left;
  width: 80.66%;
  padding-right: 2rem;
  padding-left: 2rem;
}
.p-guide_table.-col3 th {
  width: 33.33%;
}
.p-guide_table.-col4 th {
  width: 25%;
}
.p-guide_table.-col5 th {
  width: 20%;
}
.p-guide_table__note {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 5px;
}
@media (max-width: 767.9px) {
  .p-guide_table.-info th {
    width: 35%;
  }
  .p-guide_table.-info td {
    width: 65%;
  }
}
@media (max-width: 575.9px) {
  .p-guide_table th, .p-guide_table td {
    line-height: 1.3;
  }
}

.p-guide_body {
  padding-top: 5.6rem;
}
.p-school .c-ttl_sup__jp {
  margin-top: 0.5em;
}
.p-school_head {
  padding-top: 2.3rem;
  padding-bottom: 7rem;
}
.p-school_head__logo {
  text-align: center;
}
.p-school_head__desc {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  line-height: 2;
}
.p-school_head__desc span {
  display: inline-block;
  line-height: 1.5;
  background: linear-gradient(transparent 75%, #FFF500 75%);
}
@media (max-width: 991.9px) {
  .p-school_head__desc {
    font-size: 1.8rem;
  }
}
@media (max-width: 767.9px) {
  .p-school_head__desc {
    font-size: 1.6rem;
  }
}
.p-school_features {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background: url(../img/center/bg_school_feature.jpg) no-repeat center/cover;
}
.p-school_features .c-ttl_sup__jp .strong {
  font-weight: 900;
  font-size: 3rem;
}
.p-school_features__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-school_features__item {
  width: 33.333%;
  padding: 0 2.5rem;
}
.p-school_features__item:nth-child(n+4) {
  margin-top: 4rem;
}
.p-school_features__num {
  font-style: italic;
  line-height: 0.85;
  display: flex;
  align-items: flex-end;
  font-family: "Roboto", sans-serif;
}
.p-school_features__num .txt {
  font-weight: 700;
  padding-right: 3.4rem;
  position: relative;
  margin-right: 4px;
}
.p-school_features__num .txt:before {
  content: "";
  width: 3rem;
  height: 1px;
  background: #666666;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-school_features__num .num {
  font-size: 5rem;
  position: relative;
  top: 5px;
  font-weight: 500;
}
.p-school_features__circle {
  border-radius: 50%;
  width: 24.2rem;
  height: 24.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
}
.p-school_features__circle p {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
.p-school_features__circle p span {
  color: #FEFF00;
}
.-nagoya .p-school_features__circle {
  background: #1F9CBE;
}
.-ichinomiya .p-school_features__circle {
  background: #3761A3;
}
.-gifu .p-school_features__circle {
  background: #56A092;
}
.-tsuchiyama .p-school_features__circle {
  background: #0D558D;
}
.-himeji .p-school_features__circle {
  background: #326953;
}
.-colton .p-school_features__circle {
  background: #679A5F;
}
.-kakogawa .p-school_features__circle {
  background: #0F5749;
}
.-union .p-school_features__circle {
  background: #385E68;
}
.-dome .p-school_features__circle {
  background: #B65368;
}
@media (max-width: 991.9px) {
  .p-school_features {
    padding: 4.5em 0;
  }
  .p-school_features__item {
    padding: 0 1.5rem;
  }
  .p-school_features__num {
    margin-bottom: 1rem;
  }
  .p-school_features__circle {
    width: 16rem;
    height: 16rem;
  }
  .p-school_features__circle p {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.9px) {
  .p-school_features {
    background-position: left center;
  }
  .p-school_features__item {
    width: 50%;
    padding: 0;
  }
  .p-school_features__item:nth-child(n+3) {
    margin-top: 3rem;
  }
  .p-school_features__num .num {
    font-size: 4rem;
  }
}
@media (max-width: 575.9px) {
  .p-school_features__num {
    margin-bottom: 2rem;
  }
}

.p-school_charge .c-center_col__ttl:before {
  opacity: 0.8;
}
.p-school_charge__tbl {
  max-width: 867px;
  border-collapse: separate;
  border-spacing: 5px 5px;
}
.p-school_charge__tbl th {
  width: 50%;
  position: relative;
  vertical-align: middle;
}
.p-school_charge__tbl th:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.-nagoya .p-school_charge__tbl th:before {
  background: #1F9CBE;
}
.-ichinomiya .p-school_charge__tbl th:before {
  background: #3761A3;
}
.-gifu .p-school_charge__tbl th:before {
  background: #56A092;
}
.-tsuchiyama .p-school_charge__tbl th:before {
  background: #0D558D;
}
.-himeji .p-school_charge__tbl th:before {
  background: #326953;
}
.-colton .p-school_charge__tbl th:before {
  background: #679A5F;
}
.-kakogawa .p-school_charge__tbl th:before {
  background: #0F5749;
}
.-union .p-school_charge__tbl th:before {
  background: #385E68;
}
.-dome .p-school_charge__tbl th:before {
  background: #B65368;
}
.p-school_charge__tbl td {
  background: #fff;
}
.p-school_charge__tbl th, .p-school_charge__tbl td {
  text-align: center;
  padding: 1rem 0;
}
.p-school_charge__desc {
  margin-top: 1em;
  font-weight: 400;
}
@media (max-width: 575.9px) {
  .p-school_charge__tbl th:nth-child(1) {
    width: 40%;
  }
  .p-school_charge__tbl th:nth-child(2) {
    width: 60%;
  }
}

.p-school_contact {
  color: #fff;
  padding: 5rem 0;
}
.-nagoya .p-school_contact {
  background: #1F9CBE;
}
.-ichinomiya .p-school_contact {
  background: #3761A3;
}
.-gifu .p-school_contact {
  background: #56A092;
}
.-tsuchiyama .p-school_contact {
  background: #0D558D;
}
.-himeji .p-school_contact {
  background: #326953;
}
.-colton .p-school_contact {
  background: #679A5F;
}
.-kakogawa .p-school_contact {
  background: #0F5749;
}
.-union .p-school_contact {
  background: #385E68;
}
.-dome .p-school_contact {
  background: #B65368;
}
.p-school_contact__wrap {
  display: flex;
}
.p-school_contact__left {
  width: 50%;
  padding-left: 4.8rem;
}
.p-school_contact__fukidashi {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
.p-school_contact__fukidashi .circle {
  width: 12.6rem;
  height: 12.6rem;
  background: #fff;
  border-radius: 50%;
  position: relative;
  font-size: 2rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  margin-right: 1.6rem;
}
.p-school_contact__fukidashi .circle .icon {
  position: absolute;
  bottom: 30px;
  right: -8px;
}
.p-school_contact__fukidashi .txt {
  color: #FFF500;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 700;
}
.p-school_contact__apply {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1.2rem;
}
.p-school_contact__apply span {
  display: inline-block;
  padding-right: 3.9rem;
  position: relative;
}
.p-school_contact__apply span:before {
  content: "";
  width: 3.5rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/common/icon_arrow.svg) no-repeat center/contain;
}
.p-school_contact__right {
  width: 50%;
  padding-left: 4rem;
}
.p-school_contact__tel {
  margin-top: 1rem;
}
.p-school_contact__tel .num {
  display: inline-block;
  padding-left: 0.95em;
  position: relative;
  color: #fff;
  font-style: italic;
  font-size: 6rem;
  line-height: 0.8;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.p-school_contact__tel .num:before {
  content: "";
  width: 0.71em;
  height: 0.71em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/center/icon_tel.svg) no-repeat center/contain;
}
.p-school_contact__desc {
  max-width: 48.5rem;
  margin-top: 1rem;
}
.p-school_contact__btn {
  margin-top: 1.2rem;
}
.p-school_contact__btn a {
  display: block;
  background: #000000;
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  border: 1px solid #000000;
  padding: 1.2em 0;
  max-width: 48.5rem;
  text-align: center;
  border-radius: 3px;
}
.p-school_contact__btn a span {
  position: relative;
  display: inline-block;
  padding-right: 3.9rem;
}
.p-school_contact__btn a span:before {
  content: "";
  width: 2.8rem;
  height: 1.9rem;
  background: url(../img/common/icon_mail_black.svg) no-repeat center/contain;
  transition: 0.4s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .p-school_contact__btn a:hover {
    background: #fff;
    color: #000;
  }
  .p-school_contact__btn a:hover span:before {
    background-image: url(../img/common/icon_mail_black_over.svg);
  }
}
@media (max-width: 1199.9px) {
  .p-school_contact__left {
    padding-left: 0;
  }
}
@media (max-width: 991.9px) {
  .p-school_contact__wrap {
    display: block;
  }
  .p-school_contact__left {
    width: 100%;
    text-align: center;
  }
  .p-school_contact__right {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-school_contact__fukidashi {
    justify-content: center;
  }
  .p-school_contact__fukidashi .txt {
    text-align: left;
    font-size: 2.8rem;
  }
  .p-school_contact__btn {
    width: 80%;
  }
  .p-school_contact__btn a {
    max-width: 100%;
  }
  .p-school_contact__apply span {
    padding-right: 1.5em;
  }
  .p-school_contact__apply span:before {
    width: 1.25em;
    height: 1.25em;
    transform: rotate(90deg) translateX(-50%);
  }
}
@media (max-width: 767.9px) {
  .p-school_contact__fukidashi .circle {
    width: 10rem;
    height: 10rem;
    font-size: 1.6rem;
  }
  .p-school_contact__fukidashi .txt {
    font-size: 2.5rem;
  }
  .p-school_contact__tel .num {
    font-size: 5rem;
  }
  .p-school_contact__btn a {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.9px) {
  .p-school_contact__fukidashi .circle {
    width: 10rem;
    height: 10rem;
    font-size: 1.6rem;
  }
  .p-school_contact__fukidashi .txt {
    font-size: 2rem;
    width: calc(100% - 11rem);
  }
  .p-school_contact__tel .num {
    font-size: 3.8rem;
  }
  .p-school_contact__btn {
    width: 100%;
  }
}

.p-school_time {
  padding-top: 10rem;
}
.p-school_time__tbl {
  border-collapse: separate;
  border-spacing: 10px;
}
.p-school_time__tbl tr:not(:first-child) th {
  width: 190px;
}
.p-school_time__tbl tr:not(:first-child) th:before {
  opacity: 0.75;
}
.p-school_time__tbl th {
  color: #fff;
}
.p-school_time__tbl th, .p-school_time__tbl td {
  padding: 0.85rem 0;
  position: relative;
  text-align: center;
}
.p-school_time__tbl th:before, .p-school_time__tbl td:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.-nagoya .p-school_time__tbl th:before, .-nagoya .p-school_time__tbl td:before {
  background: #1F9CBE;
}
.-ichinomiya .p-school_time__tbl th:before, .-ichinomiya .p-school_time__tbl td:before {
  background: #3761A3;
}
.-gifu .p-school_time__tbl th:before, .-gifu .p-school_time__tbl td:before {
  background: #56A092;
}
.-tsuchiyama .p-school_time__tbl th:before, .-tsuchiyama .p-school_time__tbl td:before {
  background: #0D558D;
}
.-himeji .p-school_time__tbl th:before, .-himeji .p-school_time__tbl td:before {
  background: #326953;
}
.-colton .p-school_time__tbl th:before, .-colton .p-school_time__tbl td:before {
  background: #679A5F;
}
.-kakogawa .p-school_time__tbl th:before, .-kakogawa .p-school_time__tbl td:before {
  background: #0F5749;
}
.-union .p-school_time__tbl th:before, .-union .p-school_time__tbl td:before {
  background: #385E68;
}
.-dome .p-school_time__tbl th:before, .-dome .p-school_time__tbl td:before {
  background: #B65368;
}
.p-school_time__tbl td:before {
  opacity: 0.1;
}
.p-school_time__list {
  color: #4D4D4D;
  margin-top: 1em;
}
@media (min-width: 992px) {
  .p-school_time__list {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.9px) {
  .p-school_time__tbl tr:not(:first-child) th {
    width: 135px;
  }
}
@media (max-width: 575.9px) {
  .p-school_time__tbl {
    margin: -5px;
    border-spacing: 5px;
  }
  .p-school_time__tbl th:not(:first-child) {
    padding-right: 0.65em;
    padding-left: 0.65em;
  }
  .p-school_time__tbl th, .p-school_time__tbl td {
    white-space: nowrap;
  }
}

.p-school_instructor {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
.p-school_instructor__wrap {
  display: flex;
}
.p-school_instructor__item {
  width: calc((100% - 16rem) / 3);
}
.p-school_instructor__item:not(:nth-child(3n)) {
  margin-right: 8rem;
}
.p-school_instructor__name {
  display: flex;
  font-weight: 700;
  line-height: 1;
  align-items: flex-end;
  margin-top: 2rem;
}
.p-school_instructor__name .main {
  font-size: 2.4rem;
}
.p-school_instructor__name .sub {
  font-size: 1.8rem;
}
.p-school_instructor__cnt {
  margin-top: 2rem;
}
.p-school_instructor__cntItem:not(:first-child) {
  margin-top: 2rem;
}
.p-school_instructor__cntTtl {
  position: relative;
}
.p-school_instructor__cntTtl:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #666666;
  position: absolute;
  right: 0;
  top: 50%;
}
.p-school_instructor__cntTtl span {
  display: inline-block;
  padding-right: 6px;
  background: #fff;
  position: relative;
}
.p-school_instructor__cntDesc {
  font-weight: 400;
}
@media (min-width: 992px) {
  .p-school_instructor__cntDesc {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.9px) {
  .p-school_instructor__item {
    width: calc((100% - 6rem) / 3);
  }
  .p-school_instructor__item:not(:nth-child(3n)) {
    margin-right: 3rem;
  }
  .p-school_instructor__name {
    display: block;
  }
  .p-school_instructor__name .main {
    font-size: 2rem;
  }
  .p-school_instructor__name .sub {
    font-size: 1.6rem;
    margin-top: 0.5em;
  }
}
@media (max-width: 767.9px) {
  .p-school_instructor__item {
    width: calc((100% - 4rem) / 3);
  }
  .p-school_instructor__item:not(:nth-child(3n)) {
    margin-right: 2rem;
  }
  .p-school_instructor__name .main {
    font-size: 1.8rem;
  }
  .p-school_instructor__name .sub {
    font-size: 1.4rem;
  }
}
@media (max-width: 575.9px) {
  .p-school_instructor__wrap {
    display: block;
  }
  .p-school_instructor__item {
    width: 100%;
  }
  .p-school_instructor__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-school_instructor__item:not(:first-child) {
    margin-top: 4rem;
  }
  .p-school_instructor__name .main {
    font-size: 2rem;
  }
  .p-school_instructor__name .sub {
    font-size: 1.6rem;
  }
}

.p-school_process__head {
  display: flex;
  align-items: center;
  padding-right: 6rem;
}
.p-school_process__headNum {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  text-align: center;
  width: 27%;
  padding-right: 7rem;
}
.p-school_process__headNum .num {
  font-size: 20rem;
  line-height: 0.8;
}
.p-school_process__headNum .txt {
  font-weight: 700;
}
.p-school_process__headDesc {
  width: 73%;
  font-size: 1.8rem;
  line-height: 1.88;
}
.p-school_process__body {
  margin-top: 9rem;
}
.p-school_process__item {
  display: flex;
  padding-right: 6rem;
}
.p-school_process__item:not(:first-child) {
  margin-top: 3rem;
}
.p-school_process__num {
  font-style: italic;
  line-height: 0.85;
  display: flex;
  align-items: flex-end;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1.5rem;
}
.p-school_process__num .txt {
  font-weight: 700;
  padding-right: 3.4rem;
  position: relative;
  margin-right: 4px;
}
.p-school_process__num .txt:before {
  content: "";
  width: 3rem;
  height: 1px;
  background: #666666;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-school_process__num .num {
  font-size: 5rem;
  position: relative;
  top: 5px;
  font-weight: 500;
}
.p-school_process__cnt {
  width: 58.35%;
  padding-right: 4rem;
  padding-top: 0.4rem;
}
.p-school_process__ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.p-school_process__ttl .sup {
  vertical-align: super;
  font-size: 0.65em;
}
.p-school_process__desc {
  font-weight: 400;
}
.p-school_process__desc .note {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .p-school_process__desc {
    font-size: 1.5rem;
  }
}
.p-school_process__img {
  width: 41.65%;
}
@media (max-width: 1199.9px) {
  .p-school_process__head {
    padding-right: 0;
  }
  .p-school_process__item {
    padding-right: 0;
  }
}
@media (max-width: 991.9px) {
  .p-school_process__head {
    padding-right: 0;
  }
  .p-school_process__headDesc {
    font-size: 1.6rem;
  }
  .p-school_process__body {
    margin-top: 5rem;
  }
  .p-school_process__cnt {
    padding-right: 2rem;
    padding-top: 0;
  }
}
@media (max-width: 767.9px) {
  .p-school_process__num .num {
    font-size: 4rem;
  }
  .p-school_process__head {
    display: block;
  }
  .p-school_process__headNum {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  .p-school_process__headNum .num {
    font-size: 14rem;
  }
  .p-school_process__headDesc {
    width: 100%;
    margin-top: 1em;
  }
  .p-school_process__item {
    display: block;
  }
  .p-school_process__cnt {
    width: 100%;
    padding-right: 0;
  }
  .p-school_process__img {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
  }
}
@media (max-width: 575.9px) {
  .p-school_process__headNum .num {
    font-size: 10rem;
  }
}

.p-school_cartel__wrap {
  display: flex;
}
.p-school_cartel__imgs {
  width: 39%;
}
.p-school_cartel__img:not(:first-child) {
  margin-top: 4.3rem;
}
.p-school_cartel__desc {
  width: 61%;
  padding-left: 5rem;
  font-size: 1.8rem;
  line-height: 1.88;
}
.p-school_cartel__desc p + p {
  margin-top: 1.5em;
}
@media (max-width: 991.9px) {
  .p-school_cartel__desc {
    font-size: 1.6rem;
    padding-left: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-school_cartel__wrap {
    flex-direction: column-reverse;
  }
  .p-school_cartel__imgs {
    width: 100%;
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
  }
  .p-school_cartel__img {
    width: 48%;
  }
  .p-school_cartel__img:not(:first-child) {
    margin-top: 0;
  }
  .p-school_cartel__desc {
    padding-left: 0;
    width: 100%;
  }
}
.p-school_event__item:not(:first-child) {
  margin-top: 5rem;
}
.p-school_event__imgs.-col {
  display: flex;
  justify-content: space-between;
}
.p-school_event__imgs.-col > .p-school_event__img {
  width: calc((100% - 5.5rem) / 2);
}
.p-school_event__imgs.-row > .p-school_event__img:not(:first-child) {
  margin-top: 3rem;
}
.p-school_event__ttl {
  font-size: 2rem;
  font-weight: 500;
}
.p-school_event__desc {
  font-weight: 400;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .p-school_event__desc {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-school_event__imgs.-col > .p-school_event__img {
    width: calc((100% - 2rem) / 2);
  }
  .p-school_event__imgs.-row > .p-school_event__img:not(:first-child) {
    margin-top: 2rem;
  }
}
.p-school_lesson {
  padding: 10rem 0;
}
.p-school_lesson__item:not(:first-child) {
  margin-top: 5rem;
}
.p-school_lesson__item.-desc {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.88;
}
@media (max-width: 991.9px) {
  .p-school_lesson {
    padding: 4.5rem 0;
  }
  .p-school_lesson__item.-desc {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.9px) {
  .p-school_lesson__item.-desc {
    text-align: left;
  }
}
@media (max-width: 575.9px) {
  .p-school_lesson__item:not(:first-child) {
    margin-top: 3rem;
  }
}

.p-school_flow__item {
  position: relative;
}
.p-school_flow__item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.-nagoya .p-school_flow__item:before {
  background: #1F9CBE;
}
.-ichinomiya .p-school_flow__item:before {
  background: #3761A3;
}
.-gifu .p-school_flow__item:before {
  background: #56A092;
}
.-tsuchiyama .p-school_flow__item:before {
  background: #0D558D;
}
.-himeji .p-school_flow__item:before {
  background: #326953;
}
.-colton .p-school_flow__item:before {
  background: #679A5F;
}
.-kakogawa .p-school_flow__item:before {
  background: #0F5749;
}
.-union .p-school_flow__item:before {
  background: #385E68;
}
.-dome .p-school_flow__item:before {
  background: #B65368;
}
.p-school_flow__item:nth-child(odd):before {
  opacity: 0.1;
}
@media (min-width: 768px) {
  .p-school_flow__item:nth-child(odd) .p-school_flow__img {
    padding-right: 4.5rem;
  }
  .p-school_flow__item:nth-child(odd) .p-school_flow__cnt {
    padding-left: 4rem;
  }
}
.p-school_flow__item:nth-child(even):before {
  opacity: 0.05;
}
@media (min-width: 768px) {
  .p-school_flow__item:nth-child(even) .p-school_flow__inner {
    flex-direction: row-reverse;
  }
  .p-school_flow__item:nth-child(even) .p-school_flow__img {
    padding-left: 4.5rem;
  }
  .p-school_flow__item:nth-child(even) .p-school_flow__cnt {
    padding-right: 4rem;
  }
}
.p-school_flow__item:first-child {
  padding-top: 7rem;
}
.p-school_flow__item:first-child .p-school_flow__inner {
  padding-top: 0;
}
.p-school_flow__item:first-child .p-school_flow__inner:before {
  top: 0;
}
.p-school_flow__item:last-child .p-school_flow__inner:after {
  height: calc(100% - 4rem);
}
.p-school_flow__inner {
  display: flex;
  max-width: 710px;
  margin: 0 auto;
  padding: 4rem 0;
  position: relative;
}
.p-school_flow__inner:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.-nagoya .p-school_flow__inner:before {
  background: #1F9CBE;
}
.-ichinomiya .p-school_flow__inner:before {
  background: #3761A3;
}
.-gifu .p-school_flow__inner:before {
  background: #56A092;
}
.-tsuchiyama .p-school_flow__inner:before {
  background: #0D558D;
}
.-himeji .p-school_flow__inner:before {
  background: #326953;
}
.-colton .p-school_flow__inner:before {
  background: #679A5F;
}
.-kakogawa .p-school_flow__inner:before {
  background: #0F5749;
}
.-union .p-school_flow__inner:before {
  background: #385E68;
}
.-dome .p-school_flow__inner:before {
  background: #B65368;
}
.p-school_flow__inner:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #c6ccca;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-school_flow__img {
  width: 50%;
}
.p-school_flow__cnt {
  width: 50%;
}
.p-school_flow__head {
  display: flex;
  align-items: flex-end;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  line-height: 0.8;
  margin-bottom: 1.6rem;
}
.p-school_flow__head .flow {
  font-weight: 700;
  padding-right: 3.4rem;
  position: relative;
  margin-right: 4px;
}
.p-school_flow__head .flow:before {
  content: "";
  width: 3rem;
  height: 1px;
  background: #666666;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-school_flow__head .num {
  font-size: 6rem;
  position: relative;
  top: 5px;
}
.p-school_flow__ttl {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.p-school_flow__desc {
  font-weight: 400;
}
@media (min-width: 992px) {
  .p-school_flow__desc {
    font-size: 1.5rem;
  }
}
.p-school_flow__note {
  margin-top: 2em;
  font-size: 0.875em;
}
.p-school_flow__note span {
  font-size: 1.2rem;
}
@media (max-width: 991.9px) {
  .p-school_flow__head .num {
    font-size: 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-school_flow__item:after {
    left: 5vw;
    transform: none;
  }
  .p-school_flow__inner {
    flex-direction: column-reverse;
    padding-left: 5vw;
  }
  .p-school_flow__inner:before {
    left: 0;
  }
  .p-school_flow__inner:after {
    left: 0;
  }
  .p-school_flow__img {
    width: 80%;
    margin: 3rem auto 0;
  }
  .p-school_flow__img img {
    width: 100%;
  }
  .p-school_flow__cnt {
    width: 100%;
  }
  .p-school_flow__head .num {
    font-size: 4rem;
  }
  .p-school_flow__note {
    margin-top: 1em;
  }
}
@media (max-width: 575.9px) {
  .p-school_flow__ttl {
    font-size: 1.8rem;
  }
}

.p-school_ticket .c-center_col__cnt:before {
  opacity: 0.05 !important;
}
.p-school_ticket__ttl {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
.p-school_ticket__desc {
  font-weight: 400;
}
@media (min-width: 992px) {
  .p-school_ticket__desc {
    font-size: 1.5rem;
  }
}
.p-flow_kvCircle {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  position: absolute;
  left: calc((100% - 1240px) / 2);
  bottom: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.-nagoya .p-flow_kvCircle {
  background: #1F9CBE;
}
.-ichinomiya .p-flow_kvCircle {
  background: #3761A3;
}
.-gifu .p-flow_kvCircle {
  background: #56A092;
}
.-tsuchiyama .p-flow_kvCircle {
  background: #0D558D;
}
.-himeji .p-flow_kvCircle {
  background: #326953;
}
.-colton .p-flow_kvCircle {
  background: #679A5F;
}
.-kakogawa .p-flow_kvCircle {
  background: #0F5749;
}
.-union .p-flow_kvCircle {
  background: #385E68;
}
.-dome .p-flow_kvCircle {
  background: #B65368;
}
.p-flow_kvCircle__txt {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
}
.p-flow_kvCircle__time {
  color: #FFF500;
  display: flex;
  align-items: flex-end;
  font-weight: 700;
}
.p-flow_kvCircle__time .num {
  font-size: 7.4rem;
  line-height: 0.8;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}
.p-flow_kvCircle__time .min {
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 1399.9px) {
  .p-flow_kvCircle {
    left: 5vw;
  }
}
@media (max-width: 991.9px) {
  .p-flow_kvCircle {
    width: 10rem;
    height: 10rem;
    left: 3vw;
    bottom: 2rem;
  }
  .p-flow_kvCircle__txt {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
  .p-flow_kvCircle__time .num {
    font-size: 4rem;
  }
  .p-flow_kvCircle__time .min {
    font-size: 1.4rem;
  }
}

.p-flow_body__item {
  position: relative;
}
.p-flow_body__item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.-nagoya .p-flow_body__item:before {
  background: #1F9CBE;
}
.-ichinomiya .p-flow_body__item:before {
  background: #3761A3;
}
.-gifu .p-flow_body__item:before {
  background: #56A092;
}
.-tsuchiyama .p-flow_body__item:before {
  background: #0D558D;
}
.-himeji .p-flow_body__item:before {
  background: #326953;
}
.-colton .p-flow_body__item:before {
  background: #679A5F;
}
.-kakogawa .p-flow_body__item:before {
  background: #0F5749;
}
.-union .p-flow_body__item:before {
  background: #385E68;
}
.-dome .p-flow_body__item:before {
  background: #B65368;
}
.p-flow_body__item:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #c6ccca;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-flow_body__item:nth-child(odd):before {
  opacity: 0.1;
}
@media (min-width: 768px) {
  .p-flow_body__item:nth-child(odd) .p-flow_body__img {
    padding-right: 4.5rem;
  }
  .p-flow_body__item:nth-child(odd) .p-flow_body__cnt {
    padding-left: 4rem;
  }
}
.p-flow_body__item:nth-child(even):before {
  opacity: 0.05;
}
@media (min-width: 768px) {
  .p-flow_body__item:nth-child(even) .p-flow_body__inner {
    flex-direction: row-reverse;
  }
  .p-flow_body__item:nth-child(even) .p-flow_body__img {
    padding-left: 4.5rem;
  }
  .p-flow_body__item:nth-child(even) .p-flow_body__cnt {
    padding-right: 4rem;
  }
}
.p-flow_body__item:first-child:after {
  height: calc(100% - 4rem);
  top: 4rem;
}
.p-flow_body__item:last-child:after {
  height: calc(100% - 4rem);
}
.p-flow_body__inner {
  display: flex;
  max-width: 710px;
  margin: 0 auto;
  padding: 4rem 0;
  position: relative;
}
.p-flow_body__inner:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.-nagoya .p-flow_body__inner:before {
  background: #1F9CBE;
}
.-ichinomiya .p-flow_body__inner:before {
  background: #3761A3;
}
.-gifu .p-flow_body__inner:before {
  background: #56A092;
}
.-tsuchiyama .p-flow_body__inner:before {
  background: #0D558D;
}
.-himeji .p-flow_body__inner:before {
  background: #326953;
}
.-colton .p-flow_body__inner:before {
  background: #679A5F;
}
.-kakogawa .p-flow_body__inner:before {
  background: #0F5749;
}
.-union .p-flow_body__inner:before {
  background: #385E68;
}
.-dome .p-flow_body__inner:before {
  background: #B65368;
}
.p-flow_body__img {
  width: 50%;
}
.p-flow_body__cnt {
  width: 50%;
}
.p-flow_body__head {
  display: flex;
  align-items: flex-end;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  line-height: 0.8;
  margin-bottom: 1.6rem;
}
.p-flow_body__head .flow {
  font-weight: 700;
  padding-right: 3.4rem;
  position: relative;
  margin-right: 4px;
}
.p-flow_body__head .flow:before {
  content: "";
  width: 3rem;
  height: 1px;
  background: #666666;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-flow_body__head .num {
  font-size: 6rem;
  position: relative;
  top: 5px;
}
.p-flow_body__ttl {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.p-flow_body__desc {
  font-weight: 400;
}
@media (min-width: 992px) {
  .p-flow_body__desc {
    font-size: 1.5rem;
  }
}
.p-flow_body__note {
  margin-top: 2em;
  font-size: 0.875em;
}
.p-flow_body__note span {
  font-size: 1.2rem;
}
@media (max-width: 991.9px) {
  .p-flow_body__head .num {
    font-size: 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-flow_body__item:after {
    left: 5vw;
    transform: none;
  }
  .p-flow_body__inner {
    flex-direction: column-reverse;
    padding-left: 5vw;
  }
  .p-flow_body__inner:before {
    left: 0;
  }
  .p-flow_body__img {
    width: 80%;
    margin: 3rem auto 0;
  }
  .p-flow_body__img img {
    width: 100%;
  }
  .p-flow_body__cnt {
    width: 100%;
  }
  .p-flow_body__head .num {
    font-size: 4rem;
  }
  .p-flow_body__note {
    margin-top: 1em;
  }
}
@media (max-width: 575.9px) {
  .p-flow_body__ttl {
    font-size: 1.8rem;
  }
}

.p-flow_bnr {
  padding-top: 10rem;
}
.p-flow_bnr__img {
  text-align: center;
}
@media (min-width: 992px) {
  .p-flow_bnr a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991.9px) {
  .p-flow_bnr {
    padding-top: 4.5em;
  }
}

/*============================================

  404

============================================*/
/*-------------------------------
  404 > COMMON
-------------------------------*/
.p-404__head {
  margin-bottom: 5rem;
  text-align: center;
}
.p-404__body {
  text-align: center;
}
.p-404__ttl {
  font-size: 3rem;
}
@media (max-width: 575.9px) {
  .p-404 {
    text-align: left;
  }
  .p-404__ttl {
    font-size: 2.2rem;
  }
  .p-404__head {
    margin-bottom: 2rem;
  }
}

/*============================================

  KV

============================================*/
/*-------------------------------
  KV > TOP
-------------------------------*/
/*-------------------------------
  KV > UNDER
-------------------------------*/
.p-kv_underCenter {
  position: relative;
}
.p-kv_underCenter__ttlWrap {
  position: absolute;
  left: 9.5vw;
  top: 50%;
  transform: translateY(-50%);
}
.p-kv_underCenter__ttlWrap .p-kv_underCenter__ttl {
  position: static;
  transform: none;
}
.p-kv_underCenter__ttl {
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-weight: 700;
  z-index: 10;
}
.p-kv_underCenter__ttl .en {
  font-style: italic;
  font-family: "Roboto", sans-serif;
  font-size: 6.6rem;
  line-height: 0.9;
}
.p-kv_underCenter__ttl .jp {
  font-size: 3rem;
  margin-top: 1.2rem;
}
.p-kv_underCenter__img .c-ofi {
  padding-top: 36.458%;
}
@media (max-width: 991.9px) {
  .p-kv_underCenter__ttl .en {
    font-size: 5rem;
  }
  .p-kv_underCenter__ttl .jp {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .p-kv_underCenter__ttl .en {
    font-size: 3.5rem;
  }
  .p-kv_underCenter__ttl .jp {
    font-size: 2rem;
  }
  .p-kv_underCenter__img .c-ofi {
    padding-top: 60%;
  }
}
@media (max-width: 575.9px) {
  .p-kv_underCenter__ttl .jp {
    font-size: 1.6rem;
  }
  .p-kv_underCenter__img .c-ofi {
    padding-top: 65%;
  }
}

/*--------------------------------------------
  text-align
--------------------------------------------*/
.u-center {
  text-align: center;
}

.u-left {
  text-align: left;
}

.u-right {
  text-align: right;
}

@media (max-width: 575.9px) {
  .u-center_ss {
    text-align: center;
  }
  .u-left_ss {
    text-align: left;
  }
  .u-right_ss {
    text-align: right;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .u-center_xs {
    text-align: center;
  }
  .u-left_xs {
    text-align: left;
  }
  .u-right_xs {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .u-center_sm {
    text-align: center;
  }
  .u-left_sm {
    text-align: left;
  }
  .u-right_sm {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .u-center_md {
    text-align: center;
  }
  .u-left_md {
    text-align: left;
  }
  .u-right_md {
    text-align: right;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .u-center_lg {
    text-align: center;
  }
  .u-left_lg {
    text-align: left;
  }
  .u-right_lg {
    text-align: right;
  }
}
@media (min-width: 1400px) and (max-width: 1599.9px) {
  .u-center_xl {
    text-align: center;
  }
  .u-left_xl {
    text-align: left;
  }
  .u-right_xl {
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .u-center_xxl {
    text-align: center;
  }
  .u-left_xxl {
    text-align: left;
  }
  .u-right_xxl {
    text-align: right;
  }
}
@media (max-width: 767.9px) {
  .u-center_sp {
    text-align: center;
  }
  .u-left_sp {
    text-align: left;
  }
  .u-right_sp {
    text-align: right;
  }
}
@media (max-width: 991.9px) {
  .u-center_tb {
    text-align: center;
  }
  .u-left_tb {
    text-align: left;
  }
  .u-right_tb {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .u-center_pc {
    text-align: center;
  }
  .u-left_pc {
    text-align: left;
  }
  .u-right_pc {
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .u-center_dt {
    text-align: center;
  }
  .u-left_dt {
    text-align: left;
  }
  .u-right_dt {
    text-align: right;
  }
}
/*--------------------------------------------
  display
--------------------------------------------*/
.u-none {
  display: none;
}

.u-none_imp {
  display: none !important;
}

.u-show {
  display: block;
}

.u-show_imp {
  display: block !important;
}

@media (max-width: 575.9px) {
  .u-visible_xs:not(.u-visible_ss),
  .u-visible_sm:not(.u-visible_ss),
  .u-visible_md:not(.u-visible_ss),
  .u-visible_lg:not(.u-visible_ss),
  .u-visible_xl:not(.u-visible_ss),
  .u-visible_xxl:not(.u-visible_ss),
  .u-hidden_ss {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .u-visible_ss:not(.u-visible_xs),
  .u-visible_sm:not(.u-visible_xs),
  .u-visible_md:not(.u-visible_xs),
  .u-visible_lg:not(.u-visible_xs),
  .u-visible_xl:not(.u-visible_xs),
  .u-visible_xxl:not(.u-visible_xs),
  .u-hidden_xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .u-visible_ss:not(.u-visible_sm),
  .u-visible_xs:not(.u-visible_sm),
  .u-visible_md:not(.u-visible_sm),
  .u-visible_lg:not(.u-visible_sm),
  .u-visible_xl:not(.u-visible_sm),
  .u-visible_xxl:not(.u-visible_sm),
  .u-hidden_sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .u-visible_ss:not(.u-visible_md),
  .u-visible_xs:not(.u-visible_md),
  .u-visible_sm:not(.u-visible_md),
  .u-visible_lg:not(.u-visible_md),
  .u-visible_xl:not(.u-visible_md),
  .u-visible_xxl:not(.u-visible_md),
  .u-hidden_md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .u-visible_ss:not(.u-visible_lg),
  .u-visible_xs:not(.u-visible_lg),
  .u-visible_sm:not(.u-visible_lg),
  .u-visible_md:not(.u-visible_lg),
  .u-visible_xl:not(.u-visible_lg),
  .u-visible_xxl:not(.u-visible_lg),
  .u-hidden_lg {
    display: none !important;
  }
}
@media (min-width: 1400px) and (max-width: 1599.9px) {
  .u-visible_ss:not(.u-visible_xl),
  .u-visible_xs:not(.u-visible_xl),
  .u-visible_sm:not(.u-visible_xl),
  .u-visible_md:not(.u-visible_xl),
  .u-visible_lg:not(.u-visible_xl),
  .u-visible_xxl:not(.u-visible_xl),
  .u-hidden_xl {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .u-visible_ss:not(.u-visible_xxl),
  .u-visible_xs:not(.u-visible_xxl),
  .u-visible_sm:not(.u-visible_xxl),
  .u-visible_md:not(.u-visible_xxl),
  .u-visible_lg:not(.u-visible_xxl),
  .u-visible_xl:not(.u-visible_xxl),
  .u-hidden_xxl {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-visible_sp {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .u-visible_tb {
    display: none !important;
  }
}
@media (max-width: 991.9px) {
  .u-visible_pc {
    display: none !important;
  }
}
@media (max-width: 1399.9px) {
  .u-visible_dt {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .u-hidden_sp {
    display: none !important;
  }
}
@media (max-width: 991.9px) {
  .u-hidden_tb {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .u-hidden_pc {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .u-hidden_dt {
    display: none !important;
  }
}
@media screen {
  .u-visible_print {
    display: none !important;
  }
}
@media print {
  .u-hidden_print {
    display: none !important;
  }
}
.u-display_input {
  display: none;
}
.mw_wp_form_input .u-display_input {
  display: block;
}

.u-display_confirm {
  display: none;
}
.mw_wp_form_confirm .u-display_confirm {
  display: block;
}

/*--------------------------------------------
  margin
--------------------------------------------*/
.u-mgt0 {
  margin-top: 0;
}
.u-mgt_ss {
  margin-top: 0.6em;
}
.u-mgt_xs {
  margin-top: 1em;
}
.u-mgt_sm {
  margin-top: 1.5em;
}
.u-mgt_md {
  margin-top: 2em;
}
.u-mgt_lg {
  margin-top: 2.5em;
}
.u-mgt_xl {
  margin-top: 3em;
}
.u-mgt_xxl {
  margin-top: 3.5em;
}
@media (max-width: 991.9px) {
  .u-mgt_ss {
    margin-top: 0.4em;
  }
  .u-mgt_xs {
    margin-top: 0.8em;
  }
  .u-mgt_sm {
    margin-top: 1.2em;
  }
  .u-mgt_md {
    margin-top: 1.6em;
  }
  .u-mgt_lg {
    margin-top: 2em;
  }
  .u-mgt_xl {
    margin-top: 2.4em;
  }
  .u-mgt_xxl {
    margin-top: 2.8em;
  }
}

.u-mgl0 {
  margin-left: 0;
}

.u-mgr0 {
  margin-right: 0;
}

.u-mgb0 {
  margin-bottom: 0;
}
.u-mgb_ss {
  margin-bottom: 0.6em;
}
.u-mgb_xs {
  margin-bottom: 1em;
}
.u-mgb_sm {
  margin-bottom: 1.5em;
}
.u-mgb_md {
  margin-bottom: 2em;
}
.u-mgb_lg {
  margin-bottom: 2.5em;
}
.u-mgb_xl {
  margin-bottom: 3em;
}
.u-mgb_xxl {
  margin-bottom: 3.5em;
}
@media (max-width: 991.9px) {
  .u-mgb_ss {
    margin-bottom: 0.4em;
  }
  .u-mgb_xs {
    margin-bottom: 0.8em;
  }
  .u-mgb_sm {
    margin-bottom: 1.2em;
  }
  .u-mgb_md {
    margin-bottom: 1.6em;
  }
  .u-mgb_lg {
    margin-bottom: 2em;
  }
  .u-mgb_xl {
    margin-bottom: 2.4em;
  }
  .u-mgb_xxl {
    margin-bottom: 2.8em;
  }
}

/*--------------------------------------------
  padding
--------------------------------------------*/
.u-pdt0 {
  padding-top: 0;
}

.u-pdl0 {
  padding-left: 0;
}

.u-pdr0 {
  padding-right: 0;
}

.u-pdb0 {
  padding-bottom: 0;
}

/*--------------------------------------------
  common
--------------------------------------------*/
.u-palt {
  font-feature-settings: "palt";
}

.u-italic {
  font-style: italic;
}

.u-va_sup {
  font-size: 70%;
  vertical-align: super;
}

.u-va_sub {
  font-size: 70%;
  vertical-align: sub;
}

.u-cursive {
  font-family: "HG行書体", cursive, serif;
}

.u-vertical {
  writing-mode: vertical-rl;
}

.u-upr {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.u-fw {
  font-weight: 700;
}
.u-fw400 {
  font-weight: 400;
}
.u-fw500 {
  font-weight: 500;
}

.u-lh {
  line-height: 1.8;
}
.u-lh_ss {
  line-height: 1.1;
}
.u-lh_xs {
  line-height: 1.3;
}
.u-lh_sm {
  line-height: 1.5;
}
.u-lh_md {
  line-height: 2;
}

.u-fs {
  font-size: 1.6rem;
}
.u-fs_xs {
  font-size: 1.2rem;
}
.u-fs_sm {
  font-size: 1.4rem;
}
.u-fs_md {
  font-size: 1.8rem;
}
.u-fs_lg {
  font-size: 2rem;
}
.u-fs_xl {
  font-size: 2.4rem;
}
.u-fs_xxl {
  font-size: 3rem;
}
@media (max-width: 991.9px) {
  .u-fs {
    font-size: 1.4rem;
  }
  .u-fs_xs {
    font-size: 1rem;
  }
  .u-fs_sm {
    font-size: 1.2rem;
  }
  .u-fs_md {
    font-size: 1.6rem;
  }
  .u-fs_lg {
    font-size: 1.8rem;
  }
  .u-fs_xl {
    font-size: 2rem;
  }
  .u-fs_xxl {
    font-size: 2.4rem;
  }
}

.u-z1 {
  position: relative;
  z-index: 1;
}

.u-w100p {
  width: 100%;
}

.u-h100p {
  height: 100%;
}

.u-fx_wrap {
  flex-wrap: wrap;
}

.u-row {
  flex-direction: row;
}

.u-row_reverse {
  flex-direction: row-reverse;
}

.u-column {
  flex-direction: column;
}

.u-column_reverse {
  flex-direction: column-reverse;
}

.u-ai {
  align-items: stretch;
}

.u-ai_start {
  align-items: flex-start;
}

.u-ai_center {
  align-items: center;
}

.u-ai_end {
  align-items: flex-end;
}

.u-jc_start {
  justify-content: flex-start;
}

.u-jc_center {
  justify-content: center;
}

.u-jc_end {
  justify-content: flex-end;
}

.u-jc_sb {
  justify-content: space-between;
}

.u-pe_none {
  pointer-events: none;
}
body.is-pc .u-pe, body.is-pc .u-pe_color {
  pointer-events: none;
  cursor: default;
}
body.is-tb .u-pe, body.is-sp .u-pe {
  text-decoration: underline;
}
body.is-tb .u-pe:hover, body.is-sp .u-pe:hover {
  text-decoration: none;
}
body.is-tb .u-pe_color, body.is-sp .u-pe_color {
  color: #25b4e0;
  text-decoration: none;
}
body.is-tb .u-pe_color:hover, body.is-sp .u-pe_color:hover {
  text-decoration: underline;
}

.u-bdt {
  border-top: 1px solid #f4f4f4;
}

.u-bdb {
  border-bottom: 1px solid #f4f4f4;
}

.u-nowrap {
  white-space: nowrap;
}

.u-of_hidden {
  overflow: hidden;
}

.u-bv_hidden {
  backface-visibility: hidden;
}

.u-center_block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.u-align_height {
  display: block !important;
  visibility: hidden;
  pointer-events: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.u-underline {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .u-underline:hover {
    text-decoration: none;
  }
}

/*--------------------------------------------
  color & background-color
--------------------------------------------*/
.u-font {
  color: #000000;
}

.u-main {
  color: #335642;
}

.u-sub {
  color: #006DB3;
}

.u-point {
  color: #E7B006;
}

.u-white {
  color: #ffffff;
}

.u-black {
  color: #111111;
}

.u-gray {
  color: #777777;
}

.u-red {
  color: #FF0000;
}

.u-pink {
  color: #ff33bb;
}

.u-purple {
  color: #8000ff;
}

.u-navy {
  color: #0000cc;
}

.u-blue {
  color: #0080ff;
}

.u-sky {
  color: #f0fcff;
}

.u-green {
  color: #00e626;
}

.u-yellow {
  color: #ffff00;
}

.u-orange {
  color: #ff8000;
}

.u-brown {
  color: #99331f;
}

.u-bg_main {
  background-color: #335642;
}

.u-bg_sub {
  background-color: #006DB3;
}

.u-bg_white {
  background-color: #ffffff;
}

.u-bg_gray {
  background-color: #ddd;
}

.u-bg_lgray {
  background-color: #fafafa;
}

.u-bg_dgray {
  background-color: #777777;
}

.u-bg_lorange {
  background-color: #ffd6ad;
}

.u-nagoya {
  color: #1F9CBE;
}

.u-ichinomiya {
  color: #3761A3;
}

.u-gifu {
  color: #56A092;
}

.u-tsuchiyama {
  color: #0D558D;
}

.u-himeji {
  color: #326953;
}

.u-colton {
  color: #679A5F;
}

.u-kakogawa {
  color: #0F5749;
}

.u-union {
  color: #385E68;
}

.u-dome {
  color: #B65368;
}

/*--------------------------------------------
  Wordpress EDITOR
--------------------------------------------*/
.wp-editor p + p {
  margin-top: 1em;
}
.wp-editor .wp-block-columns .wp-block-column:not(:last-child) {
  margin-bottom: 2em;
}
.wp-editor .wp-block-columns .wp-block-column > * + * {
  margin-top: 2em;
}
.wp-editor strong {
  font-weight: 700;
}
.wp-editor em {
  font-style: italic;
}
.wp-editor blockquote {
  display: block;
  padding: 2em;
  background-color: #fafafa;
}
.wp-editor sup {
  vertical-align: super;
  font-size: 70%;
}
.wp-editor sub {
  vertical-align: sub;
  font-size: 70%;
}
.wp-editor figure {
  max-width: 100%;
}
.wp-editor img[class*=wp-image-],
.wp-editor img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}
.wp-editor .alignleft {
  display: block;
  float: none;
  margin: 0;
  margin-right: auto;
}
.wp-editor .aligncenter {
  display: block;
  float: none;
  margin: 0 auto;
}
.wp-editor .alignright {
  display: block;
  float: none;
  margin: 0;
  margin-left: auto;
}
.wp-editor .c-iframe {
  padding-top: 52.5%;
}
.wp-editor h2 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  border-top: 1px solid #c4c8d7;
  position: relative;
  padding-top: 2.5rem;
  margin: 2em 0;
}
.wp-editor h2:before {
  content: "";
  width: 14rem;
  height: 2px;
  position: absolute;
  top: -1px;
  left: 0;
  background: #335642;
}
.wp-editor h3 {
  color: #335642;
  position: relative;
  padding-bottom: 0.5em;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  margin: 1.5em 0 1em;
  border-bottom: 1px solid #c4c8d7;
}
.wp-editor h4 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  margin: 1.5em 0 1em;
}
.wp-editor a:not([class]) {
  color: #25b4e0;
  text-decoration: underline;
  word-break: break-all;
}
.wp-editor a:not([class]):hover {
  text-decoration: none;
}
.wp-editor ul:not([class]),
.wp-editor ol:not([class]) {
  line-height: 1.5;
}
.wp-editor ul:not([class]) > li:not(:first-child),
.wp-editor ol:not([class]) > li:not(:first-child) {
  margin-top: 0.6em;
}
.wp-editor ul:not([class]) > li > ul,
.wp-editor ul:not([class]) > li > ol,
.wp-editor ol:not([class]) > li > ul,
.wp-editor ol:not([class]) > li > ol {
  margin-top: 0.6em;
}
.wp-editor ul:not([class]) > li {
  padding-left: 1.5625em;
  position: relative;
}
.wp-editor ul:not([class]) > li:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: 0;
  top: 0.5em;
  background: #335642;
  border-radius: 50%;
}
.wp-editor ol:not([class]) > li {
  list-style-type: decimal;
}
.wp-editor table {
  width: 100%;
}
.wp-editor table tr > th,
.wp-editor table tr > td {
  padding: 1em;
  border: 1px solid #efefef;
}
.wp-editor table tr > th {
  background-color: #fafafa;
}
.wp-editor.-inner_box > * + * {
  margin-top: 2em;
}
@media (max-width: 991.9px) {
  .wp-editor > * + * {
    margin-top: 2em;
  }
  .wp-editor .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .wp-editor .wp-block-columns .wp-block-column > * + * {
    margin-top: 1.5em;
  }
  .wp-editor blockquote {
    padding: 1.5em;
  }
  .wp-editor h2 {
    padding-left: 0.6em;
    border-width: 0.4rem;
    font-size: 2rem;
  }
  .wp-editor h3 {
    font-size: 1.8rem;
  }
  .wp-editor h4 {
    font-size: 1.6rem;
  }
  .wp-editor.-inner_box > * + * {
    margin-top: 1.5em;
  }
}

/*-------------------------------
  WP > PAGINATION(ORIGINAL)
-------------------------------*/
.wp-pager {
  margin-top: 5rem;
}
.wp-pager__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pager__item {
  display: inline-block;
  text-align: center;
  margin: 0 0.5rem;
  width: 3.4rem;
  height: 3.4rem;
  line-height: 3.4rem;
  text-align: center;
}
.wp-pager__item > a,
.wp-pager__item > span {
  display: block;
  background: #fff;
  color: #335642;
  border: 1px solid #335642;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .wp-pager__item > a:hover {
    background: #335642;
    color: #fff;
  }
}
.wp-pager__item.-current > a,
.wp-pager__item.-current > span {
  color: #fff;
  background: #335642;
}
.wp-pager__item.-extend {
  margin: 0;
}
.wp-pager__item.-extend > a,
.wp-pager__item.-extend > span {
  color: #335642;
  border: none;
}
.wp-pager__item.-first > a:before {
  content: "";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eabc";
  transform: rotate(180deg) scale(0.75);
  width: 20px;
  height: 15px;
  background: url(../img/common/icon_pager.svg) no-repeat center/contain;
}
.wp-pager__item.-last > a:before {
  content: "";
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eabc";
  transform: scale(0.75);
  width: 20px;
  height: 15px;
  background: url(../img/common/icon_pager.svg) no-repeat center/contain;
}
@media (max-width: 575.9px) {
  .wp-pager__item.-extend {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */