@charset "UTF-8";
/*
**********************************************************************

* common.css

*********************************************************************
*/
/* =========================================================
body
========================================================= */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
  background-color: #f7f7f7;
}

@media only screen and (min-width: 769px), print {
  body {
    line-height: 2;
    min-width: 1120px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  body {
    line-height: 1.85;
    min-width: 320px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* =========================================================
layout
========================================================= */
#Wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.inner,
.innerL {
  position: relative;
  margin: 0 auto;
}

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

@media only screen and (min-width: 769px), print {
  .inner {
    max-width: 1120px;
    padding: 0 20px;
  }
  .innerL {
    max-width: 1250px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .inner {
    padding: 0 15px;
  }
  .innerL {
    padding: 0 15px;
  }
}
/* =========================================================
Pop
========================================================= */
#Overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/* =========================================================
#GHead
========================================================= */
#GHead {
  line-height: 1;
  position: relative;
  border-bottom: solid #6b1b7e;
  background: url(../images/common/kv_img_bg01.jpg) repeat center center #e6eaf3;
  -webkit-background-size: cover;
          background-size: cover;
}
#GHead img {
  vertical-align: top;
}
#GHead .headInner {
  position: relative;
}
#GHead .titBlock {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  -webkit-filter: blur(0);
          filter: blur(0);
}
#GHead .titBlock .search {
  position: relative;
  overflow: hidden;
}
#GHead .titBlock .search span {
  position: relative;
  z-index: 1;
  display: block;
  cursor: pointer;
  text-decoration: none;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.is-searchOpen #GHead .titBlock .search span, #GHead .titBlock .search span:hover {
  color: #fff;
  background-color: #6b1b7e;
}
.is-searchOpen #GHead .titBlock .search span:before, #GHead .titBlock .search span:hover:before {
  border-color: #fff;
}
#GHead .titBlock .search span:before {
  position: absolute;
  display: block;
  width: 0.4em;
  height: 0.4em;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  content: "";
  position: relative;
  display: inline-block;
  margin-top: -0.2em;
  margin-right: 0.8em;
  vertical-align: middle;
  border: solid #6b1b7e;
  border-width: 1px 0 0 1px;
}
#GHead .navBlock {
  position: absolute;
  z-index: 2;
  display: none;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background-color: rgba(107, 27, 126, 0.9);
  -webkit-filter: blur(0);
          filter: blur(0);
}
#GHead .navBlock > * {
  position: relative;
  z-index: 1;
}
.is-searchOpen #GHead .navBlock {
  display: block;
}
#GHead .navBlock a {
  color: inherit;
}
#GHead .navBlock .itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#GHead .navBlock .itemList > li a {
  display: block;
  text-decoration: none;
}
#GHead .visualBlock {
  position: relative;
  z-index: 0;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#GHead .visualBlock .blockInner {
  text-align: center;
}
#GHead .visualBlock .blockTit {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
}
#GHead .visualBlock .blockTit:before, #GHead .visualBlock .blockTit:after {
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  content: "";
  z-index: 1;
  border: 0 solid #4d4d4d;
  background-color: #e6eaf3;
}
#GHead .visualBlock .blockTit:before {
  top: 0;
  left: 0;
  -webkit-transform: translate(-70%, -70%) rotate(45deg);
          transform: translate(-70%, -70%) rotate(45deg);
  border-right-width: 1px;
}
#GHead .visualBlock .blockTit:after {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(70%, 70%) rotate(45deg);
          transform: translate(70%, 70%) rotate(45deg);
  border-left-width: 1px;
}
#GHead .visualBlock .blockTit span {
  position: relative;
  display: block;
}
#GHead .visualBlock .blockTit span:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #e6eaf3;
}
#GHead .visualBlock .lead {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 769px), print {
  #GHead {
    border-bottom-width: 8px;
  }
  #GHead .headInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #GHead .titBlock {
    width: 200px;
    padding-top: 55px;
  }
  #GHead .titBlock .logo img {
    width: 135px;
  }
  #GHead .titBlock .search {
    margin-top: 60px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #GHead .titBlock .search:before, #GHead .titBlock .search:after {
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    content: "";
    left: 50%;
    width: 140px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #ededed;
  }
  #GHead .titBlock .search:before {
    top: 0;
  }
  #GHead .titBlock .search:after {
    bottom: 0;
  }
  #GHead .titBlock .search span {
    padding: 20px 10px;
  }
  #GHead .titBlock .search span:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #GHead .navBlock {
    z-index: -1;
    top: 0;
    right: 200px;
    display: block;
    width: 200px;
    height: 100%;
    pointer-events: none;
  }
  .is-searchOpen #GHead .navBlock {
    z-index: 2;
    pointer-events: auto;
  }
  .is-touch #GHead .navBlock {
    opacity: 1;
    background-color: #6b1b7e;
  }
  #GHead .navBlock .itemList {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #GHead .navBlock .itemList > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 42px;
    padding: 6px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #GHead .navBlock .itemList > li a:hover {
    color: #6b1b7e;
    background-color: #ebd7eb;
  }
  .is-touch #GHead .navBlock .itemList > li a:hover {
    color: inherit;
    background-color: inherit;
  }
  #GHead .visualBlock {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 480px;
    margin-right: -200px;
    padding: 85px 250px;
  }
  #GHead .visualBlock .blockTit {
    max-width: 600px;
  }
  #GHead .visualBlock .blockTit:before, #GHead .visualBlock .blockTit:after {
    width: 60px;
    height: 60px;
  }
  #GHead .visualBlock .blockTit span {
    padding: 60px 50px 40px;
  }
  #GHead .visualBlock .lead {
    margin-top: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #GHead {
    border-bottom-width: 4px;
    background-image: none;
    -webkit-background-size: 180% 100%;
            background-size: 180% 100%;
  }
  #GHead .titBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 50px;
    padding-left: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #GHead .titBlock .logo img {
    width: auto;
    height: 22px;
  }
  #GHead .titBlock .search {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #GHead .titBlock .search span {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 15px;
  }
  #GHead .titBlock .search span:before {
    margin-top: -0.3em;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  #GHead .navBlock {
    top: 50px;
    left: 0;
    width: 100%;
    padding: 5px 0;
  }
  #GHead .navBlock .itemList {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #GHead .navBlock .itemList > li a {
    padding: 14px 10px;
  }
  #GHead .visualBlock {
    max-width: 480px;
    margin: 0 auto;
    padding: 25px 20px;
  }
  #GHead .visualBlock .blockTit:before, #GHead .visualBlock .blockTit:after {
    width: 40px;
    height: 40px;
  }
  #GHead .visualBlock .blockTit span {
    padding: 30px 25px 30px;
  }
  #GHead .visualBlock .lead {
    line-height: 1.6;
    margin: 0 -10px;
    margin-top: 25px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* =========================================================
#GFoot
========================================================= */
#GFoot {
  position: relative;
  border-top: solid #6b1b7e;
  background: #fff;
}
#GFoot a {
  text-decoration: none;
  color: #6b1b7e;
}
#GFoot .copy {
  background: #333;
}

@media only screen and (min-width: 769px), print {
  #GFoot {
    border-top-width: 4px;
    /* link hover */
  }
  #GFoot #footerIn {
    position: relative;
    display: table;
    width: 88%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 70px 0 120px;
    text-align: left;
    color: #6b1b7e;
  }
  #GFoot #fLogo {
    display: table-cell;
    width: 40%;
    padding-right: 20px;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px) {
  #GFoot #fLogo {
    width: 26%;
  }
}
@media only screen and (min-width: 769px), print {
  #GFoot #fLogo img {
    width: 300px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px) {
  #GFoot #fLogo img {
    width: 250px;
  }
}
@media only screen and (min-width: 769px), print {
  #GFoot #fAddress {
    font-size: 1.4rem;
    line-height: 2;
    display: table-cell;
    width: 39%;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px) {
  #GFoot #fAddress {
    width: 43%;
  }
}
@media only screen and (min-width: 769px), print {
  #GFoot #fAddress p span:first-child {
    display: inline-block;
    width: 10em;
    white-space: nowrap;
  }
  #GFoot .admissionsLink {
    margin-top: 1em;
    letter-spacing: -0.4em;
  }
  #GFoot .admissionsLink li {
    display: inline-block;
    margin-right: 2em;
    vertical-align: top;
    letter-spacing: normal;
  }
  #GFoot .admissionsLink li a {
    position: relative;
    padding-left: 1em;
  }
  #GFoot .admissionsLink li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 6px;
    height: 4px;
    margin: auto;
    content: "";
    border: 4px solid transparent;
    border-left: 6px solid #6b1b7e;
  }
  #GFoot #fSnsLinks {
    display: table-cell;
    width: 21%;
    text-align: right;
    vertical-align: bottom;
    letter-spacing: -0.4em;
  }
  #GFoot #fSnsLinks li {
    display: inline-block;
    margin-left: 10px;
    vertical-align: bottom;
    letter-spacing: normal;
  }
  #GFoot #fSnsLinks li img {
    width: 30px;
  }
  #GFoot .copy {
    font-size: 1rem;
    padding: 1em;
    text-align: center;
    color: #fff;
  }
  #GFoot .admissionsLink a:hover {
    text-decoration: underline;
  }
  #GFoot #fSnsLinks a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  #GFoot {
    border-top-width: 2px;
    /* link hover */
  }
  #GFoot #footerIn {
    position: relative;
    width: 88%;
    /* max-width: 1240px; */
    margin: 0 auto;
    /* padding: 70px 0; */
    padding: 40px 0;
    text-align: left;
    color: #6b1b7e;
    /* display: table; */
  }
  #GFoot #fLogo {
    /* display: table-cell; */
    /* width: 40%; */
    width: 100%;
    /* padding-right: 20px; */
    text-align: center;
    vertical-align: middle;
  }
  #GFoot #fLogo img {
    width: 100%;
    max-width: 300px;
  }
  #GFoot #fAddress {
    font-size: 1.2rem;
    line-height: 1.8;
    /* width: 39%; */
    width: 100%;
    margin-top: 40px;
    /* display: table-cell; */
    vertical-align: middle;
  }
  #GFoot #fAddress p {
    margin-bottom: 12px;
  }
  #GFoot #fAddress p span:first-child {
    /* display: inline-block; */
    display: block;
    /* width: 8.8em; */
    white-space: nowrap;
  }
  #GFoot .admissionsLink {
    margin-top: 2em;
    letter-spacing: -0.4em;
  }
  #GFoot .admissionsLink li {
    display: inline-block;
    margin-right: 2em;
    vertical-align: top;
    letter-spacing: normal;
  }
  #GFoot .admissionsLink li a {
    position: relative;
    padding-left: 1em;
  }
  #GFoot .admissionsLink li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 6px;
    height: 4px;
    margin: auto;
    content: "";
    border: 4px solid transparent;
    border-left: 6px solid #6b1b7e;
  }
  #GFoot #fSnsLinks {
    /* width: 21%; */
    width: 100%;
    margin-top: 32px;
    /* display: table-cell; */
    /* text-align: right; */
    text-align: center;
    vertical-align: bottom;
    letter-spacing: -0.4em;
  }
  #GFoot #fSnsLinks li {
    display: inline-block;
    margin-left: 10px;
    vertical-align: bottom;
    letter-spacing: normal;
  }
  #GFoot #fSnsLinks li img {
    width: 30px;
  }
  #GFoot .copy {
    font-size: 1rem;
    padding: 1em;
    color: #fff;
  }
  #GFoot .admissionsLink a:hover {
    text-decoration: underline;
  }
  #GFoot #fSnsLinks a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
  }
}
/* =========================================================
========================================================= */
.m-button {
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.m-button a {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  background-color: #9459a1;
}
.m-button a:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/cmn_icn_arrow_right_white01.svg);
}
.m-button.-back a:after {
  right: auto;
  left: 0;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}
.m-button.-down a:after {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  background: none;
  -webkit-transform: translateY(-65%) rotate(45deg);
          transform: translateY(-65%) rotate(45deg);
}

@media only screen and (min-width: 769px), print {
  .m-button a {
    width: 230px;
    padding: 15px 20px;
    border-radius: 30px;
  }
  .m-button a:hover {
    opacity: 0.75;
  }
  .m-button a:after {
    width: 13px;
    height: 7px;
    margin-right: 18px;
  }
  .m-button.-back a:after {
    margin-left: 18px;
  }
  .m-button.-down a:after {
    width: 7px;
    height: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .m-button a {
    width: 230px;
    padding: 15px 20px;
    border-radius: 30px;
  }
  .m-button a:after {
    width: 13px;
    height: 7px;
    margin-right: 18px;
  }
  .m-button.-back a:after {
    margin-left: 18px;
  }
  .m-button.-down a:after {
    width: 7px;
    height: 7px;
  }
}