@charset "UTF-8";
/*
Theme Name: 2022 Mid
Author: Author
Author URI: URI
Version: 1.0
*/
/*
@import “_header”;
@import “_main”;
@import “_footer”;

.btn{
  color: #fff;
  background: #000;
}
.btnBlue {
  @extend .btn;
  background: blue;
}
*/
/* ===========================================================
   # ANIMATE
=========================================================== */
.delay05 {
  animation-delay: .5s;
}

.delay10 {
  animation-delay: 1s;
}

/* ===========================================================
   # BASE
=========================================================== */
* {
  border: none;
  box-sizing: border-box;
  font: inherit;
  outline: none;
  vertical-align: bottom;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 10px;
}

html, body {
  width: 100%;
  min-height: 100%;
}

body {
  background: #F8F8F8;
  color: #111;
  font: 400 1.7rem/1 "Zen Kaku Gothic New", sans-serif;
}

strong {
  font-weight: 700;
}

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

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

/* = CLASS
----------------------------------------------------------- */
.auto {
  margin: auto;
}

.boxradiusAll {
  border-radius: 1rem;
}

.boxShadow {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
}

.clear {
  clear: both;
}

.disNon {
  display: none !important;
}

.hidden {
  overflow: hidden;
}

.serif {
  font-family: YakuHanMPs, 'Noto Serif JP', serif;
}

.small {
  font-size: .9em;
}

.transAll {
  transition: all 500ms 0s ease;
}

.txtShadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

/* ALIGN */
.align_c {
  text-align: center;
}

.align_l {
  text-align: left;
}

.align_r {
  text-align: right;
}

/* DISPLAY */
.noSP, .onPC, .onPCm,
.noSP.flex, .onPC.flex, .onPCm.flex {
  display: none;
}

/* FLEX */
.flex {
  display: flex;
  flex-wrap: wrap;
}

/* POSITION */
.posRe {
  position: relative;
}

.posAb {
  position: absolute;
}

@media (min-width: 768px) {
  .alignleft {
    float: left;
  }
  .alignright {
    float: right;
  }
  .onSP {
    display: none !important;
  }
  .noSP {
    display: block;
  }
  .noSP.flex {
    display: flex;
  }
  img.noSP,
  span.noSP,
  strong.noSP {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .noPC {
    display: none !important;
  }
  .onPC {
    display: block;
  }
  .onPC.flex {
    display: flex;
  }
  img.onPC,
  span.onPC,
  strong.onPC {
    display: inline;
  }
}

@media (min-width: 1366px) {
  .noPCm {
    display: none !important;
  }
  .onPCm {
    display: block;
  }
  .onPCm.flex {
    display: flex;
  }
}

/* ===========================================================
   # HREF
=========================================================== */
a {
  color: #192240;
  outline: none;
  text-decoration: none;
}

.head a {
  color: #fff;
}

a.linkBtn, a.linkBox {
  display: inline-block;
  line-height: 4rem;
  padding: 0 1em;
  max-width: 100%;
  min-width: 20rem;
  text-decoration: none !important;
  transition: all 500ms 0s ease;
}

a.linkBtn {
  background: #192240;
  color: #fff !important;
}

a.linkBtn:hover {
  opacity: .9;
}

a.linkBox {
  border: 2px solid #111;
  color: #111;
  font-weight: 500;
}

a.linkBox:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

.entryBody a {
  color: #7d075a;
  text-decoration: underline;
}

.entryBody a:hover img {
  opacity: 0.9;
}

@media (min-width: 768px) {
  a.linkBtn, a.linkBox {
    font-size: 1.4em;
    line-height: 6rem;
    min-width: 36rem;
  }
}

/* = ARROW
----------------------------------------------------------- */
.linkArrow {
  width: 2.6rem;
  transition: all 300ms 0s ease;
}

.linkArrow::before, .linkArrow::after {
  background: #192240;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 300ms 0s ease;
}

.linkArrow::after {
  width: 1rem;
  transform: rotate(34deg);
  transform-origin: bottom right;
}

.btnArrow {
  display: inline-block;
  font-size: 2rem;
  line-height: 7.4rem;
  width: 27.5rem;
}

.btnArrow::before, .btnArrow::after {
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: skewX(-21deg);
  z-index: -1;
  transition: all 300ms 0s ease;
}

.btnArrow::after {
  background: linear-gradient(90deg, #99ABEB, #B2F1EC);
}

.btnArrow .txt {
  display: inline-block;
  background: linear-gradient(90deg, #5C6CA7, #5CA7A2);
  letter-spacing: 1px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btnArrow .linkArrow {
  width: 3.2rem;
  top: 50%;
  right: -13px;
}

.btnArrow:hover::after {
  opacity: 0;
}

.btnArrow:hover .linkArrow {
  width: 4rem;
  position: absolute;
  right: -21px;
}

@media (min-width: 768px) {
  .btnArrow {
    font-size: 2.4rem;
    line-height: 9.5rem;
    width: 49.6rem;
  }
  .btnArrow .txt {
    letter-spacing: 2px;
  }
}

/* ===========================================================
   # MAIN
=========================================================== */
.wrap {
  padding-top: 8.3rem;
  min-height: 100%;
}

.inner {
  padding: 0 1.5rem;
}

.innerS {
  max-width: 192rem;
}

.contBody {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .wrap {
    padding-top: 7rem;
  }
}

@media (min-width: 1366px) {
  .wrap {
    padding-top: 8.5rem;
  }
}

@media (min-width: 1720px) {
  .inner {
    padding: 0 4rem;
  }
}

/* ===========================================================
   # HEAD
=========================================================== */
.head {
  background: #192240;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 700;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
}

.headIn {
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}

.headIn .logo {
  align-items: center;
}

.headIn .catch {
  background: #5C6CA7;
  display: none;
  order: -1;
  font-size: 1.2rem;
  line-height: 2.5rem;
  left: 0;
  right: 0;
  top: 0;
}

.headInfo {
  background: #F8F8F8;
  align-items: center;
  justify-content: center;
  margin: 0 -1.5rem;
  padding: .8rem 0;
}

.headInfo .sns a {
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  margin-left: 1.3rem;
  width: 3.7rem;
  height: 3.7rem;
}

.headInfo .sns a svg {
  fill: #192240;
}

@media (min-width: 768px) {
  .headInfo .link {
    font-size: 1.3rem;
  }
  .headInfo .link a {
    margin-right: 1.2rem;
  }
  .headInfo .link a svg {
    fill: #fff;
    margin-right: 3px;
  }
  .headInfo .sns {
    border-left: 1px solid #E2E2E2;
  }
}

@media (min-width: 1024px) {
  .head {
    padding-top: 2rem;
  }
  .head .headIn .logo img {
    margin-right: 2.4rem;
    width: 28rem;
    transform: translateY(-2px);
  }
  .head .headIn .catch {
    background: transparent;
    order: 0;
    line-height: 3.3rem;
    padding-right: 2.4rem;
    position: static;
  }
  .headNav {
    width: calc(100vw - 43rem);
    max-width: 74rem;
    z-index: 9;
  }
  .headNav ul {
    align-items: center;
    justify-content: space-between;
    line-height: 8.5rem;
  }
  .headNav ul::before, .headNav ul::after {
    content: "";
    background: #E2E2E2;
    width: 1px;
    height: 3.7rem;
  }
  .headNav ul::after {
    width: 0;
  }
  .headNav ul li {
    position: relative;
  }
  .headNav ul li::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 500ms 0s ease;
  }
  .headNav ul li:hover::after {
    background: #fff;
  }
  .headNav ul li a {
    display: block;
    position: relative;
  }
  .headNav ul li.menu-item-has-children ul {
    text-align: left;
    position: absolute;
    left: 0;
    top: 8.5rem;
  }
  .headNav ul li.menu-item-has-children ul li {
    background: #5C6CA7;
    height: 0;
    overflow: hidden;
    transition: all 300ms 0s ease;
  }
  .headNav ul li.menu-item-has-children ul li::after {
    height: 2px;
  }
  .headNav ul li.menu-item-has-children ul li:hover::after {
    display: none;
  }
  .headNav ul li.menu-item-has-children ul li a {
    line-height: 5rem;
    padding: 0 1em 0 1em;
    opacity: 1;
    white-space: nowrap;
  }
  .headNav ul li.menu-item-has-children:nth-child(n+5) ul {
    left: auto;
    right: 0;
  }
  .headNav ul li:hover ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    height: 5rem;
  }
}

@media (min-width: 1366px) {
  .head {
    flex-direction: row;
    padding-top: 0;
  }
  .headIn {
    padding: 0;
  }
  .headNav {
    width: calc(100vw - 84rem);
  }
  .headNav ul::after {
    width: 1px;
  }
  .headNav ul li.menu-item-has-children:nth-child(n+5) ul {
    left: 0;
    right: auto;
  }
  .headInfo {
    background: transparent;
    margin: 0;
    padding: 0;
    width: auto;
  }
}

@media (min-width: 1720px) {
  .head .headIn .logo img {
    width: 24.4rem;
  }
  .head .headIn .catch {
    padding-right: 4rem;
  }
  .headInfo .link {
    padding-right: 7px;
  }
  .headInfo .link a {
    margin-right: 1.8rem;
  }
  .headInfo .sns {
    padding-left: 1rem;
  }
}

/* ===========================================================
   # SIDE
=========================================================== */
/* ===========================================================
   # FOOT
=========================================================== */
/* = CONTACT
----------------------------------------------------------- */
.footContact {
  background: #CBD5EF;
  align-items: center;
  font-size: 1.5rem;
}

.footContact > div {
  width: 100%;
}

.footContact > div.map {
  padding-bottom: 38rem;
  height: 0;
}

.footContact > div.map iframe {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.footContact > div.info {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footContact > div.info .add {
  margin: 2rem 0;
}

.footContact > div.info .tel {
  font-size: 3.5rem;
  font-weight: 700;
}

.footContact > div.info .tel svg {
  fill: #5C6CA7;
  margin-right: 1rem;
  transform: translateY(-2.4px);
}

.footContact > div.info .fax {
  margin-top: 3px;
}

.footContact > div.info .fax svg {
  margin-left: 6px;
}

.footContact > div.info .inq {
  border: 1px solid #001976;
  color: #001976;
  justify-content: space-around;
  font-size: 2rem;
  font-weight: 700;
  line-height: 9rem;
  margin-top: 4rem;
  max-width: 37rem;
}

.footContact > div.info .inq .linkArrow {
  width: 4.8rem;
}

.footContact > div.info .inq:hover {
  background: #001976;
  color: #CBD5EF;
}

.footContact > div.info .inq:hover .linkArrow::before, .footContact > div.info .inq:hover .linkArrow::after {
  background: #CBD5EF;
}

@media (min-width: 1024px) {
  .footContact {
    flex-direction: row-reverse;
  }
  .footContact > div {
    width: 50%;
  }
  .footContact > div.map {
    padding-bottom: 48.5rem;
  }
}

/* = NAVI
----------------------------------------------------------- */
.footNav {
  background: #192240;
  color: #fff;
  z-index: 999;
}

/* = INFO
----------------------------------------------------------- */
.footInfo {
  color: #192240;
  justify-content: center;
  padding-top: 1em;
  padding-bottom: .5em;
}

.footInfo ul {
  flex-direction: column;
}

.footInfo ul li.ttl {
  padding: 3rem 0;
}

.footInfo ul li.add {
  line-height: 1.5;
  margin-bottom: 5rem;
}

.footInfo ul li.add p {
  margin-bottom: 1rem;
}

.footInfo ul li.add span {
  display: block;
  font-size: 1.5rem;
}

.footInfo ul li.add span:not(:first-child) {
  padding-right: 1em;
}

.footInfo ul li svg {
  fill: #5C6CA7;
  margin: 0 8px;
}

.footInfo .copy {
  color: #5C6CA7;
  font-size: 1.2rem;
  width: 100%;
}

@media (min-width: 768px) {
  .footInfo {
    padding-bottom: 1em;
  }
  .footInfo ul li.add {
    line-height: 1;
    text-align: center;
  }
  .footInfo ul li.add span {
    display: inline;
    font-size: inherit;
  }
}

@media (min-width: 1366px) {
  .footInfo {
    align-items: center;
    justify-content: space-between;
  }
  .footInfo ul {
    flex-direction: row;
  }
  .footInfo ul li.ttl {
    padding: 0 2em 0 1.5em;
  }
  .footInfo ul li.add {
    margin: 0;
    text-align: left;
  }
  .footInfo .copy {
    width: auto;
  }
}

/* = ICON
----------------------------------------------------------- */
.footIcon {
  background: #192240;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  padding: 1rem 0;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
}

.footIcon li {
  width: 5rem;
}

.footIcon li:first-child {
  width: calc(100% - 19rem);
}

.footIcon li:nth-child(2) {
  width: 9rem;
}

.footIcon li:not(:first-child) {
  border-left: 1px solid #fff;
}

.footIcon li a {
  color: #fff;
  display: flex;
  justify-content: center;
}

.footIcon li a svg {
  fill: #fff;
}

/* = BTN
----------------------------------------------------------- */
.footBtn {
  width: 30rem;
  height: 30rem;
  position: fixed;
  bottom: 4rem;
  z-index: 1;
  padding-top: 1rem;
}

.footBtn a {
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 1.2;
}

.footBtn a strong {
  display: block;
  padding-top: 3px;
}

.footBtn a::after {
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 7rem;
}

.footBtn.os {
  background: #f19900;
  margin: 0 -18rem -18rem 0;
  right: 0;
  transform: rotate(315deg);
}

.footBtn.os img {
  width: 40%;
}

.footBtn.oc {
  background: #fff;
  margin: 0 0 -18rem -18rem;
  left: 0;
  transform: rotate(45deg);
}

.footBtn.oc a {
  color: #192240;
}

.footBtn.oc a::after {
  border-top-color: #192240;
}

.footBtn.oc a strong {
  font-size: 1.3em;
}

.footBtn.entry {
  background: #9B003F;
  margin: 0 0 -18rem -18rem;
  left: 0;
  right: auto;
  transform: rotate(45deg);
}

.footBtn.entry strong {
  font-weight: 900;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  .footBtn {
    bottom: 0;
    width: 40rem;
    height: 40rem;
    padding-top: 2rem;
  }
  .footBtn a strong {
    font-size: 2.4rem;
  }
  .footBtn a::after {
    top: 12rem;
  }
  .footBtn.os {
    margin: 0 -22rem -22rem 0;
  }
  .footBtn.os img {
    width: 46%;
  }
  .footBtn.oc {
    margin: 0 0 -22rem -22rem;
  }
  .footBtn.oc a {
    font-size: 2.6rem;
    padding-top: 5px;
  }
  .footBtn.entry {
    margin: 0 0 -22rem -22rem;
  }
}

.gotoTop {
  background: #333;
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.gotoTop svg {
  display: block;
  fill: #fff;
  width: 2.8rem;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.gotoTop:hover svg {
  fill: color(main);
}

@media (min-width: 768px) {
  .gotoTop {
    width: 6rem;
    height: 6rem;
  }
}

/* ===========================================================
   # NAVI
=========================================================== */
body.open {
  position: fixed;
}

@media (min-width: 1024px) {
  body.open {
    position: static;
  }
}

/* = MENU BTN
----------------------------------------------------------- */
.btnMenu {
  cursor: pointer;
  width: 3.8rem;
  height: 2.6rem;
}

.btnMenu span {
  background: #fff;
  width: 100%;
  height: 2px;
  left: 0;
}

.btnMenu01 {
  top: 0;
}

.btnMenu02 {
  top: 12px;
}

.btnMenu03 {
  bottom: 0;
}

.open .btnMenu01 {
  transform: translateY(1.2rem) rotate(45deg);
}

.open .btnMenu02 {
  opacity: 0;
}

.open .btnMenu03 {
  transform: translateY(-1.2rem) rotate(-45deg);
}

/* = G NAVI
----------------------------------------------------------- */
.gNav {
  background: white;
  backdrop-filter: blur(3px);
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 7rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.gNav::-webkit-scrollbar {
  display: none;
}

.gNav > ul {
  border-bottom: 1px solid #999;
  padding-top: 7rem;
  max-width: 70%;
}

.gNav > ul > li {
  border-top: 1px solid #999;
  width: 100%;
  position: relative;
}

.gNav > ul > li::after {
  content: "\f0da";
  font: var(--fa-font-solid);
  font-size: .9em;
  position: absolute;
  right: 0;
  top: 3rem;
}

.gNav > ul > li > a {
  display: block;
  font-size: 1.1em;
  line-height: 7rem;
  transition: all 500ms 0s ease;
}

.gNav > ul > li.menu-item-has-children::after {
  content: "\f0d7";
}

.gNav > ul > li.menu-item-has-children > a {
  width: calc(100% - 8rem);
}

.gNav > ul > li.simple {
  position: relative;
}

.gNav > ul > li.simple ul {
  margin: -1rem 0 1rem 0;
  width: 100%;
}

.gNav > ul > li.simple ul li {
  height: 0;
  overflow: hidden;
  transition: .3s;
}

.gNav > ul > li.simple ul li a {
  display: block;
  opacity: .7;
}

.gNav > ul > li.simple ul li a::before {
  content: "─ ";
}

.gNav > ul > li.simple:hover ul li {
  height: 2em;
}

.gNav > ul > li.noLink {
  cursor: pointer;
}

.gNav > ul > li.noLink > a {
  pointer-events: none;
}

@media (min-width: 768px) {
  .gNav {
    padding-top: 12rem;
  }
}

@media (min-width: 1024px) {
  .gNav {
    background: #111;
    display: block !important;
    padding: 0;
    position: relative;
    overflow: visible;
  }
  .gNav > ul {
    border: none;
    padding: 0;
    max-width: 100%;
    text-align: center;
  }
  .gNav > ul > li {
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    flex: 1;
  }
  .gNav > ul > li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .gNav > ul > li > a {
    color: #fff;
    font-size: 1em;
    line-height: 6rem;
    padding: 0;
  }
  .gNav > ul > li > a::after {
    content: "" !important;
    background: #ff9595;
    height: .5rem;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    transform: none;
    transition: all 500ms 0s ease;
  }
  .gNav > ul > li.current-menu-item > a::after {
    opacity: 1;
  }
  .gNav > ul > li.menu-item-has-children > a {
    width: 100%;
  }
  .gNav > ul > li.simple ul {
    margin: 0;
    position: absolute;
    left: 0;
    top: 6rem;
  }
  .gNav > ul > li.simple ul li {
    background: #2a2a2a;
  }
  .gNav > ul > li.simple ul li a {
    color: #fff;
    line-height: 5rem;
    opacity: 1;
  }
  .gNav > ul > li.simple ul li a::before {
    content: "";
  }
  .gNav > ul > li.simple ul li a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .gNav > ul > li.simple:hover ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: 5rem;
  }
}

/* = FOOT NAVI
----------------------------------------------------------- */
.footNav::-webkit-scrollbar {
  display: none;
}

body.open .footNav {
  width: 100%;
  height: calc(100vh - 10rem);
  height: calc(100dvh - 10rem);
  position: fixed;
  left: 0;
  top: 9rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: all 500ms 0s ease;
}

.footNav nav {
  justify-content: center;
  font-size: 1.3rem;
  line-height: 3rem;
  padding: 1rem 0;
}

.footNav nav > ul {
  width: 100%;
}

.footNav nav > ul li {
  position: relative;
}

.footNav nav > ul li a {
  color: #fff;
  display: inline-flex;
  align-items: center;
}

.footNav nav > ul li .sub-toggle {
  display: block;
  font-size: 2rem;
  line-height: 5rem;
  width: 5rem;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}

.footNav nav > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footNav nav > ul > li > a {
  font-size: 1.5rem;
  line-height: 5rem;
}

.footNav nav > ul > li > a::before {
  content: "\f138";
  font: var(--fa-font-solid);
  font-size: 1.3rem;
  margin-right: 7px;
  transform: translateY(1px);
}

.footNav nav > ul > li li {
  padding-left: 1rem;
}

.footNav nav > ul > li li .sub-toggle {
  font-size: 1.6rem;
  line-height: 3rem;
  opacity: 0.6;
}

.footNav nav > ul > li li > a::before {
  content: "\f054";
  font: var(--fa-font-solid);
  font-size: 1rem;
  margin: 0 5px 0 1rem;
  transform: translateY(1px);
}

.footNav nav > ul > li li li > a::before {
  content: "・";
}

.footNav nav > ul > li > ul > li:last-child {
  padding-bottom: 1em;
}

.footNav nav > ul.sub {
  padding: 3rem 0;
}

.footNav nav > ul.sub > li {
  border: none;
}

.footNav nav > ul.sub > li > a {
  line-height: 3.5rem;
}

.footNav nav > ul.sub > li > a::before {
  content: "\f054";
}

@media (min-width: 1024px) {
  body.open .footNav {
    height: calc(100vh - 7rem);
    height: calc(100dvh - 7rem);
    top: 7rem;
  }
}

@media (min-width: 1366px) {
  .footNav {
    position: static !important;
  }
  .footNav nav {
    line-height: 1.3;
    padding: 4rem 0;
  }
  .footNav nav > ul {
    width: auto;
    max-width: none;
  }
  .footNav nav > ul:not(:first-of-type) {
    padding-left: 7rem;
  }
  .footNav nav > ul > li {
    border: none;
  }
  .footNav nav > ul > li .sub-toggle {
    display: none;
  }
  .footNav nav > ul > li.menu-item-has-children ul {
    display: block !important;
    height: auto !important;
  }
  .footNav nav > ul > li > a {
    line-height: 3rem !important;
  }
  .footNav nav > ul > li li a {
    align-items: initial;
    padding: 4px 0 10px;
  }
  .footNav nav > ul > li li a::before {
    transform: translateY(5px);
  }
}

@media (min-width: 1720px) {
  .footNav nav > ul:not(:first-of-type) {
    padding-left: 9rem;
  }
}

/* ===========================================================
   # CONTENT
=========================================================== */
.pageTtl {
  font-size: 2.4rem;
  padding: 5rem 0;
}

.pageTtl span.en {
  color: #001976;
  display: block;
}

.pageTtl span.ja {
  border-bottom: 1px solid #999;
  color: #999;
  font-size: .6em;
}

@media (min-width: 768px) {
  .pageTtl {
    font-size: 4.2rem;
    padding: 8rem 0;
  }
  .pageTtl span.en {
    margin-bottom: -1rem;
  }
  .pageTtl span.ja {
    font-size: .4em;
  }
}

@media (min-width: 1024px) {
  .pageTtl span.ja {
    font-size: .5em;
  }
}

/* ===========================================================
   # HOME
=========================================================== */
/* = MV
----------------------------------------------------------- */
.homeMv {
  background: url(./img/loading01.gif) center no-repeat;
  margin: -2rem 0;
  padding: 2rem 0;
  height: 44rem;
  overflow: hidden;
}

.homeMv .infiniteslide_wrap {
  overflow: initial !important;
}

.homeMv li {
  background: #f8f8f8;
  display: none;
  margin-right: 1rem;
  width: 19rem;
}

.homeMv li.x2 {
  width: 31rem;
  width: 39rem;
}

.homeMv li img {
  margin-bottom: 1rem;
  width: 100%;
  transition: all 500ms 0s ease;
}

.homeMv li img:hover {
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
  z-index: 1;
}

@media (min-width: 768px) {
  .homeMv {
    height: 46rem;
  }
  .homeMv li {
    width: 20rem;
  }
  .homeMv li.x2 {
    width: 41rem;
  }
}

@media (min-width: 1024px) {
  .homeMv {
    height: 63rem;
  }
  .homeMv li {
    width: 28.5rem;
  }
  .homeMv li.x2 {
    width: 58rem;
  }
}

/* = KEYWORDS
----------------------------------------------------------- */
.homeKeyWrap {
  background: #5C6CA7;
}

.homeKeyWrap h3 {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: 500;
  padding: 3px 0 6px;
}

.homeKeyWrap h3 span {
  padding: 0 6px;
}

.homeKeyWrap .homeKey {
  padding: 15px 0;
}

.homeKeyWrap .homeKey li {
  float: left;
}

.homeKeyWrap .homeKey li a {
  border-right: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 0 2rem;
}

@media (min-width: 768px) {
  .homeKeyWrap {
    display: flex;
    align-items: center;
  }
  .homeKeyWrap h3 {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    float: left;
    margin-right: 2px;
    padding: 1rem;
  }
  .homeKeyWrap h3 span {
    display: block;
  }
}

/* = NEWS
----------------------------------------------------------- */
.homeNews {
  background: #192240;
  z-index: 0;
}

.homeNews .homeNews_ttl {
  margin-bottom: 1.5rem;
}

.homeNews .homeNews_ttl strong {
  border-bottom: 2px solid #fff;
  color: #fff;
}

.homeNews .linkArrow::before, .homeNews .linkArrow::after {
  background: #fff;
}

/* = MOVIE
----------------------------------------------------------- */
.homeMov {
  background: #5C6CA7;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.homeMov_in {
  max-width: 80rem;
}

.homeMov_in > div {
  padding-top: 56.25%;
  width: 100%;
  height: 0;
}

.homeMov_in > div > * {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .homeMov {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

/* = VOICE
----------------------------------------------------------- */
.homeVoice {
  background: #192240;
}

.homeVoice .pageTtl .en, .homeVoice .pageTtl .ja {
  border-color: #fff;
  color: #fff;
}

.homeVoice .pageTtl .ja {
  opacity: .8;
}

.homeVoice div ul {
  justify-content: center;
}

.homeVoice div ul li {
  line-height: 1.4;
  padding-bottom: 2rem;
  width: 100%;
  animation-duration: .5s;
}

.homeVoice div ul li a {
  color: #fff;
}

.homeVoice div ul li img {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .homeVoice div ul li {
    padding: 0 1rem;
    width: 24%;
    max-width: 40rem;
  }
}

@media (min-width: 1366px) {
  .homeVoice div ul li {
    padding: 0 2rem;
  }
}

/* ===========================================================
   # COURSE
=========================================================== */
.courseList {
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}

.courseList li {
  margin-bottom: 6rem;
  width: 100%;
  z-index: 0;
}

.courseList li h3 {
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  padding: 1rem 0;
}

.courseList li h3::after {
  content: "";
  width: 100%;
  position: absolute;
  left: -8px;
  top: 0;
  bottom: 0;
  transform: skewX(-21deg);
  z-index: -1;
}

.courseList li h3 span {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
}

.courseList li h3 strong {
  font-size: .7em;
  padding-left: .5em;
  vertical-align: 1px;
}

.courseList li h4 {
  background: #192240;
  color: #fff;
  line-height: 3rem;
  max-width: 128rem;
}

.courseList li dl dt {
  font-size: 4rem;
  width: 100%;
}

.courseList li dl dd {
  counter-increment: course;
  align-items: center;
  line-height: 1.2;
}

.courseList li dl dd::before {
  content: counter(course) " ";
  font-size: 4rem;
  transform: translateY(-4px);
  width: 3rem;
}

.courseList li dl dd span {
  width: calc(100% - 3rem);
}

.courseList li .thumb {
  display: block;
}

.courseList li .thumb .more {
  background: #192240;
  border-radius: 6px;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 1rem;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.courseList li .txt {
  padding: 1.5rem 0;
  max-width: 128rem;
}

.courseList li.el h3::after {
  background: linear-gradient(90deg, transparent 30%, #0076bf);
}

.courseList li.el h4 {
  background-color: #0076bf;
}

.courseList li.el dt, .courseList li.el dd::before {
  color: #0076bf;
}

.courseList li.jl h3::after {
  background: linear-gradient(90deg, transparent 30%, #00ab9c);
}

.courseList li.jl h4 {
  background-color: #00ab9c;
}

.courseList li.jl dt, .courseList li.jl dd::before {
  color: #00ab9c;
}

.courseList li.pl h3::after {
  background: linear-gradient(90deg, transparent 30%, #f18f43);
}

.courseList li.pl h4 {
  background-color: #f18f43;
}

.courseList li.pl dt, .courseList li.pl dd::before {
  color: #f18f43;
}

.courseList li.cl h3::after {
  background: linear-gradient(90deg, transparent 30%, #eb6161);
}

.courseList li.cl h4 {
  background-color: #eb6161;
}

.courseList li.cl dt, .courseList li.cl dd::before {
  color: #eb6161;
}

.home .courseList li.sl {
  margin-top: 5rem;
}

.home .courseList li.jl .batch {
  left: 0;
  right: 0;
  top: -9rem;
  z-index: 1;
}

.home .courseList li.sl h3 {
  /*        color: $slClr;
        font-size: 3.4rem;
        line-height: 1.2;
        position: absolute;
        left: 1.5rem;
        top: 7rem;
        text-shadow: 0 0 15px rgba(0,0,0,0.7);
        z-index: 1;*/
}

.home .courseList li.sl h3::after {
  background: linear-gradient(90deg, transparent 30%, #bc9813);
}

.home .courseList li.sl h4 {
  background: #bc9813;
  color: #fff;
  line-height: 4.5rem;
  max-width: 128rem;
}

.home .courseList li.sl dl {
  /*text-align: center;*/
}

.home .courseList li.sl dl dt, .courseList li.sl dd::before {
  color: #192240;
  color: #bc9813;
}

/*.home .courseList li.sl dl dt::after {
  background: #192240;
  content: "";
  margin: auto;
  width: calc(100% - 3rem);
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
  z-index: -1;
}

.home .courseList li.sl dl dt span {
  background: #f8f8f8;
  padding: 0 1em;
}*/

 /*.home .courseList li.sl dl dd {
 background: #fff;
  flex-direction: column;
  margin: 3rem auto 5rem;
  width: calc(100% - 3rem);
}

.home .courseList li.sl dl dd::before {
  background: #FFED61;
  border-radius: 50%;
  color: #192240;
  font-size: 3.5rem;
  line-height: 5rem;
  margin: -2.5rem 0 5px;
  width: 5rem;
}

.home .courseList li.sl dl dd > div {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 3rem;
}

.home .courseList li.sl dl dd > div .box01 {
  border: 1px solid #111;
  font-size: 1.2rem;
  margin-top: 2rem;
  padding: 3em 2em 2em;
  position: relative;
}

.home .courseList li.sl dl dd > div .box01 img {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -2rem;
}*/

.home .courseList li.sl .txt {
  padding: 1.5rem;
}

.home .courseList li.sl .thumb .slSub {
  width: 42%;
  left: 0;
  bottom: -7rem;
}

.courseList li a:hover .thumb img.transAll {
  transform: scale(1.1);
}

@media (min-width: 768px) {
  .courseList li {
    width: 32%;
  }
  .courseList:after {
    content: "";
    display: block;
    width: 32%; 
    height: 0;
}
  .home .courseList li:nth-child(1) {
    /*margin-top: -4rem;*/
    margin-top: 0;
}
  .home .courseList li:nth-child(2) {
    animation-delay: 0.1s;
  }
  .home .courseList li:nth-child(3) {
    /*margin-top: -3rem;*/
    margin-top: 0;
	  animation-delay: 0.3s;
  }
  .courseList li h3 {
    margin-bottom: 2rem;
    padding: 2rem 0;
  }
  .courseList li h3::after {
    left: -26px;
  }
  .courseList li h3 strong {
    display: block;
    padding-left: 0;
  }
  .home .courseList li.sl {
    margin-bottom: 6rem;
    /*width: 100vw;*/
  }
  .home .courseList li.sl h3 {
    font-size: 4rem;
  }
  .home .courseList li.sl dl {
 /*    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
  }
  .home .courseList li.sl dl dd {
  /*    margin-bottom: 1rem;
    width: 47%;*/
  }
  .home .courseList li.sl .thumb .more {
    /*font-size: 2rem;
    font-weight: 500;*/
  }
}

@media (min-width: 1024px) {
  .courseList {
    font-size: 2rem;
  }
  .courseList li h3 {
    padding: 2.7rem 0;
  }
  .courseList li h3 strong {
    display: inline;
    padding-left: .5em;
  }
  .courseList li h4 {
    line-height: 4rem;
  }
  .courseList li dl dt {
    font-size: 4.8rem;
  }
  .courseList li dl dd::before {
    font-size: 5rem;
    width: 4rem;
  }
  .courseList li dl dd span {
    width: calc(100% - 4rem);
  }
  .courseList li .txt {
    padding: 3rem 0;
  }
  .home .courseList li.sl {
    margin-top: 0;
  }
  .home .courseList li.sl h3 {
    left: 0;
    top: 0;
    width: 100%;
  }
  .home .courseList li.sl h3 span {
    font-size: 0.36em;
  }
  .home .courseList li.jl .batch {
    width: 15%;
    left: 1rem;
    right: auto;
    top: 15rem;
  }
  .home .courseList li.sl .thumb {
    margin-bottom: 0;
  }
  .home .courseList li.sl .thumb img {
    width: 100%;
  }
  .home .courseList li.sl .thumb .slSub {
    width: 30%;
    bottom: 5rem;
  }
}

@media (min-width: 1366px) {
  .courseList li h3 {
    font-size: 4rem; 
  }
  .courseList li h3 span br {
    display: none;
  }
  .courseList li dl dd {
    padding: 1rem 0;
  }
  .home .courseList li.sl h3 {
    /*font-size: 6rem;*/
  }
  .home .courseList li.jl .batch {
    top: 19rem;
  }
  .home .courseList li.sl dl dd {
   /* width: 23%;*/
  }
}

@media (min-width: 1720px) {
  .home .courseList li.sl {
    margin: 0rem -4rem 0;
  }
}

/* ===========================================================
   # NEWS
=========================================================== */
.newsList {
  margin-bottom: 3rem;
  width: calc(100% + 2rem);
}

.newsList .item {
  margin-bottom: 1rem;
  padding-right: 2rem;
  animation-duration: .5s;
}

.newsList .item a {
  display: block;
}

.newsList .item a .thumb {
  display: block;
}

.newsList .item a .thumb::before, .newsList .item a .thumb::after {
  color: #fff;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 300ms 0s ease;
}

.newsList .item a .thumb::before {
  content: "VIEW";
}

.newsList .item a .thumb::after {
  background: #5C6CA7;
  opacity: .5;
  left: 5px;
  top: 5px;
}

.newsList .item a .thumb img {
  width: 100%;
  transition: all 300ms 0s ease;
  z-index: 1;
}

.newsList .item a .thumb .linkArrow {
  right: -0.5rem;
  bottom: -4.4rem;
  z-index: 2;
}

.newsList .item a .body {
  background: #fff;
  color: #5C6CA7;
  font-size: 1.2rem;
  margin-top: -2rem;
  padding: 1rem 5px 5px;
  width: calc(100% - 1.5rem);
  min-height: 10rem;
  z-index: 1;
}

.newsList .item a .body .flex {
  align-items: center;
}

.newsList .item a .body .cat {
  border: 1px solid #5C6CA7;
  border-radius: 2rem;
  display: inline-block;
  font-size: 1.1rem;
  letter-spacing: -1px;
  line-height: 2rem;
  margin-left: 6px;
  padding: 0 8px 0.1em 6px;
  min-width: 7em;
}

.newsList .item a .body .cat.club {
  border-color: #5EB584;
  color: #5EB584;
}

.newsList .item a .body .cat.admission {
  border-color: #CF2525;
  color: #CF2525;
}

.newsList .item a .body .cat.report {
  border-color: #e7a900;
  color: #e7a900;
}

.newsList .item a .body .ttl {
  color: #111;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 5px 0;
  width: 100%;
}

.newsList .item a:hover .thumb::before, .newsList .item a:hover .thumb::after {
  opacity: 1;
  left: 0;
  top: 0;
}

.newsList .item a:hover .thumb::before {
  z-index: 2;
}

.newsList .item a:hover .thumb img {
  opacity: .5;
}

.newsList .slick-arrow {
  background: url(./img/arrow_circle.png) 0/cover no-repeat;
  font-size: 0;
  width: 3.9rem;
  height: 3.9rem;
  position: absolute;
  left: 1.5rem;
  bottom: -1.2rem;
}

.newsList .slick-arrow.slick-next {
  left: auto;
  right: 3.5rem;
  transform: rotate(180deg);
}

.newsList .slick-dots {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}

.newsList .slick-dots li {
  border: 2px solid #5C6CA7;
  border-radius: 50%;
  font-size: 0;
  margin: 0 4px;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}

.newsList .slick-dots li.slick-active::after {
  background: #5C6CA7;
  border-radius: 50%;
  content: "";
  margin: auto;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.newsList + .more {
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .newsList .item a .body {
    padding: 1rem 5px 0 1rem;
  }
  .newsList .item a .body .cat {
    letter-spacing: 0;
    margin-left: 8px;
    padding: 0 1.2rem 0.1em;
  }
}

@media (min-width: 1024px) {
  .newsList .item a .thumb .linkArrow {
    left: calc(100% - 3.8rem);
    right: auto;
  }
  .newsList .item a .body .ttl {
    line-height: 1.5;
    padding-right: 2rem;
  }
  .newsList .item a:hover .linkArrow {
    width: 3.8rem;
  }
  .newsList .slick-track {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    transform: none !important;
  }
  .newsList .slick-track .slick-slide {
    width: 20% !important;
  }
  .newsList .slick-track .slick-cloned {
    display: none !important;
  }
}

@media (min-width: 1366px) {
  .newsList .item a .thumb .linkArrow {
    bottom: -3.2rem;
    min-width: 3.2rem;
  }
  .newsList .item a .body {
    margin-top: -5rem;
    padding: 2rem 1rem 1rem 2rem;
    max-width: 80%;
  }
  .newsList .item a .body .date {
    font-size: 1.4rem;
  }
  .newsList .item a .body .ttl {
    font-size: 1.6rem;
    padding-right: 5px;
  }
}

/* ===========================================================
   # FLEX
=========================================================== */
.flex.column2 > li, .flex.column3 > li, .flex.column4 > li {
  margin-bottom: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  .flex.column2 > li {
    width: 48%;
  }
  .flex.column2 > li:nth-child(odd) {
    margin-right: 4%;
  }
  .flex.column3 > li {
    margin: 0 3.5% 3rem 0;
    width: 31%;
  }
  .flex.column3 > li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .flex.column3 > li {
    margin-bottom: 3rem;
  }
  .flex.column4 {
    justify-content: space-between;
  }
  .flex.column4 > li {
    width: 24%;
  }
}

/* = THUMBNAIL
----------------------------------------------------------- */
.thumbList_img {
  display: block;
}

.thumbList_img img {
  transition: all 1000ms 0s ease;
  width: 100%;
}

.thumbList a {
  display: block;
}

.thumbList a.hasImg:hover img {
  transform: scale(1.1);
}

.thumbList a .cat {
  background: #111;
  color: #fff;
  font-size: .8em;
  line-height: 1.6em;
  width: 6em;
  right: 0;
  top: 0;
}

.thumbList + .more {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .thumbList + .more {
    margin-top: 2rem;
  }
}
/* ===========================================================
   # INSTAGRAM
=========================================================== */
.inner_insta {
	  max-width: 100rem;
	padding: 0 1.5rem;
}

/*# sourceMappingURL=style.map */