@charset "UTF-8";
*, ::after, ::before {
 box-sizing: border-box
}
ol, ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
img {
 max-width: 100%
}
table {
 border-collapse: collapse
}
textarea {
 white-space: revert
}
*, ::after, ::before {
 box-sizing: border-box
}
blockquote, body, dd, dl, figure, h1, h2, h3, h4, p {
 margin: 0
}
ol[role=list], ul[role=list] {
 list-style: none
}
html:focus-within {
 scroll-behavior: smooth
}
body {
 min-height: 100vh;
 text-rendering: optimizeSpeed;
}
a:not([class]) {
 -webkit-text-decoration-skip: ink;
 text-decoration-skip-ink: auto
}
img, picture {
 display: block;
 max-width: 100%
}
button, input, select, textarea {
 font: inherit
}
a {
 text-decoration: none
}
button {
 padding: 0;
 margin: 0;
 cursor: pointer;
 background-color: transparent;
 border: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none
}
html {
	scroll-behavior: smooth;
 font-size: 62.5%;
}
body {
 font-family: 'Noto Sans JP', sans-serif;
 font-size: 1.6rem;
 letter-spacing: .08em;
 line-height: 1.8;
 word-break: break-word;
}
@media screen and (max-width: 1024px) {
 body {
  font-size: 1.5rem;
 }
}
@media screen and (max-width: 767px) {
 body {
  font-size: 1.4rem;
 }
}
img {
 height: auto
}
@media (min-width: 1025px) {
 .lg-hide {
  display: none !important;
 }
}
@media (min-width: 768px) and (max-width: 1024px) {
 .md-hide {
  display: none !important;
 }
}
@media (max-width: 767px) {
 .sm-hide {
  display: none !important;
 }
}
@media screen and (max-width:359px) {
 body, html {
  font-size: 2.32vw;
 }
}
.f-min {
 font-family: 'Shippori Mincho', serif;
}
.f-normal {
 font-family: 'Noto Sans JP', sans-serif;
}
.main {
 overflow: hidden;
}
.logo {
 position: absolute;
 top: 20px;
 left: 20px;
 z-index: 4;
}
@media screen and (max-width: 767px) {
 .logo {
  width: 154px;
 }
}
.kv {
 width: 100%;
 z-index: 3;
}
.kv .inner {
 position: relative;
 display: flex;
}
.kv, .kv-men, .kv-women, .kv-men-photo, .kv-women-photo {
 height: 100vh;
}
.kv {
 position: relative;
 width: 100%;
 z-index: 3;
 overflow: hidden;
}
.kv-men, .kv-women {
 width: 100%;
 overflow: hidden;
}
.kv-men-photo, .kv-women-photo {
 width: 100%;
 animation: photozooout 3.6s cubic-bezier(0.4, 0.16, 0, 0.95) 0s;
}
.kv-men-photo {
 background: url("../img/kv.png") no-repeat center center / cover;
 overflow: hidden;
}
.kv-women-photo {
 background: url("../img/women.png") no-repeat center center / cover;
}
@media screen and (max-width: 1024px) {
 /* .kv, .kv-men, .kv-women, .kv-men-photo, .kv-women-photo {
  height: 80vh;
 }*/
 .kv-men-photo, .kv-women-photo {
  background-size: contain;
 }
 /*	.kv-men-photo{
		background-image: url("../img/men-sp.png");
	}
	.kv-women-photo{
		background-image: url("../img/women-sp.png");
	}*/
}
@keyframes photozooout {
 0% {
  transform: scale(1.05);
 }
 100% {
  transform: scale(1);
 }
}
.kv .copy {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateY(-50%) translateX(-50%);
	display: none;
}
.kv .copy-l {
 position: absolute;
 top: 50%;
 left: 10%;
 transform: translateY(-50%) translateX(-10%);
	display: none;
}
.kv .copy-r {
 position: absolute;
 top: 50%;
 right: 10%;
 transform: translateY(-50%) translateX(-10%);
	display: none;
}
/*@media screen and (max-width: 767px) {
 .kv .copy img {
  width: 84px;
  height: 394px;
 }
}*/
@media screen and (max-width: 767px) {
 .kv .copy img,
	.kv .copy-r img{
  width: 28px;
  height: 405px;
 }
	.kv-men-photo {
 background: url("../img/kv-sp.png") no-repeat center center / cover;
}
}
/*@media screen and (max-width: 767px) {
 .kv .copy img {
  width: 420px;
  height: 197px;
 }
}*/
.kv .sld {
 display: inline-block;
 position: absolute;
 bottom: 0;
 padding: 10px 10px 80px;
 overflow: hidden;
 font-size: 1.1rem;
 font-family: 'Shippori Mincho', serif;
 line-height: 1;
 text-transform: uppercase;
 writing-mode: vertical-lr;
 color: #000;
 z-index: 2;
}
.kv .sld::before, .kv .sld::after {
 content: "";
 position: absolute;
 bottom: 0;
 left: 49%;
 width: 1px;
}
.kv .sld::before {
 background: rgba(17, 17, 17, .3);
 height: 70px;
}
.kv .sld::after {
 background: #111;
 height: 30px;
}
.kv .sld::after {
 height: 30px;
 animation: sld 1.5s ease infinite;
}
@media screen and (min-width: 768px) {
 .kv .sld {
  left: 50%;
  transform: translateX(-50%);
 }
}
@media screen and (max-width: 767px) {
 .kv .sld {
  right: 10%;
  font-size: 1rem;
 }
 /*
 .kv .sld {
  display: none;
 }
 .kv .sld-sp {
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: 2;
  padding: 0 0 70px;
  overflow: hidden;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
 }
 .kv .sld-sp::before, .kv .sld-sp::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
 }
 .kv .sld-sp::before {
  height: 50px;
  background: rgba(255, 255, 255, .4);
 }
 .kv .sld-sp::after {
  height: 25px;
  background: #fff;
 }
 .kv .sld-sp::after {
  height: 30px;
  animation: sldsp 1.5s ease infinite;
 }
*/
}
@keyframes sld {
 0% {
  transform: translateY(-40px);
 }
 50%, 100% {
  transform: translateY(30px);
 }
}
@keyframes sldsp {
 0% {
  transform: translateY(-20px);
 }
 50%, 100% {
  transform: translateY(30px);
 }
}
.page-home {
 position: relative;
 margin: 100px;
 padding: 10% 5%;
 font-family: 'Shippori Mincho', serif;
}
.page-home .bg {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 width: 0;
 height: 100%;
 background-color: #a0d8ea;
 transition: all 1.6s cubic-bezier(0.4, 0.16, 0, 0.95) 0s;
 z-index: -1;
}
.page-home .bg.is-inview {
 width: 100%;
}
@media screen and (max-width: 1024px) {
 .page-home {
  margin: 0 1px 100px;
  padding: 75px 50px 50px;
 }
}
@media screen and (max-width: 767px) {
 .page-home {
  margin: 0 1px 50px;
  padding: 50px 25px 25px;
 }
}
.sec {
 max-width: 960px;
 margin: 0 auto;
 padding: 5% 0;
}
.ttl {
 font-size: 6rem;
 font-weight: 500;
 line-height: 1.4;
}
.txt {
 padding-top: 50px;
 line-height: 2;
 font-weight: 500;
}
.lead {
 font-size: 2.8rem;
 font-weight: 600;
 line-height: 1.65;
}
.lead-s {
 font-size: 2.4rem;
 font-weight: 600;
 line-height: 1.85;
}
@media screen and (max-width: 1199px) {
 .ttl {
  font-size: 4.8rem;
 }
 .txt {
  padding-top: 25px;
 }
 .lead {
  font-size: 2.6rem;
 }
 .lead-s {
  font-size: 2.4rem;
 }
}
@media screen and (max-width: 767px) {
 .sec {
  padding: 10% 0;
 }
 .ttl {
  font-size: 8.58vw;
 }
 .txt {
  padding-top: 25px;
 }
 .lead {
  font-size: 5vw;
 }
 .lead-s {
  font-size: 4.8vw;
 }
}
.change {
 padding-bottom: 5%;
 text-align: center;
}
.change p {
 font-weight: 500;
 font-size: 5rem;
 text-align: center;
}
@media screen and (max-width: 1199px) {
 .change p {
  font-size: 3.8vw;
 }
}
@media screen and (max-width: 767px) {
 .change p {
  font-size: 6vw;
 }
}
.message {
 display: flex;
 align-items: center;
 max-width: 960px;
 margin: 0 auto;
 padding: 100px;
}
.message .msg-txt {
 flex: 1 0 0;
}
.message .msg-photo {
 width: 250px;
}
.message .msg-by {
 padding-top: 50px;
 font-weight: 500;
}
.message .msg-by span {
 font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
 .message {
  padding: 50px 0;
 }
}
@media screen and (max-width: 767px) {
 .message {
  flex-direction: column;
  padding: 50px 0;
 }
 .message .msg-photo {
  width: 100%;
  margin-top: 25px;
 }
 .message .msg-by {
  padding-top: 15px;
 }
 .message .msg-by span {
  font-size: 1.8rem;
 }
}
.symbol img {
 margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
 .symbol {
  display: flex;
  flex-direction: column;
 }
 .symbol .txt {
  order: 2;
 }
 .symbol .symbol-logo {
  order: 1;
 }
}
.special {
 max-width: 1100px;
 margin: 50px auto;
}
.special p {
 padding-bottom: 50px;
 font-size: 3.2rem;
 font-family: 'Shippori Mincho', serif;
 font-weight: 500;
 text-align: center;
 letter-spacing: .1em;
}
.special ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.special li {
 width: 47.5%;
}
.special li a {
 display: block;
 /*padding: 100px 30px;*/
 border: 4px solid #eee;
 text-align: center;
 transition: all .4s;
}
.special li a:hover {
 opacity: .7;
}
@media screen and (max-width: 1024px) {
 .special {
  margin: 0 50px;
 }
}
@media screen and (min-width: 768px) {
	.special li:nth-child(n+3){
		margin-top: 5%;
	}
}
@media screen and (max-width: 767px) {
 .special {
  margin: 0 25px;
 }
	.special p {
 padding-bottom: 50px;
 font-size: 2.2rem;
}
 .special ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 }
 .special li {
  width: 100%;
 }
 .special li:nth-child(n+2) {
  margin-top: 25px;
 }
}
.js-fade {
 opacity: 0;
 transition: opacity 1.8s, transform 1.8s;
}
.js-fade.is-inview {
 opacity: 1;
 transition-delay: .15s;
}
.js-fadeup {
 opacity: 0;
 transform: translateY(50px);
 transition: opacity 1.8s, transform 1.8s;
}
.js-fadeup.is-inview {
 opacity: 1;
 transform: translateY(0);
 transition-delay: .15s;
}
.text-span, .text-span2 {
 overflow: hidden;
 opacity: 0;
}
.text-span.show, .text-span2.show {
 opacity: 1;
}
.text-span2 span {
 -webkit-filter: blur(10px);
 filter: blur(10px);
 line-height: 1;
 opacity: 0;
 -webkit-transform: translateX(40px) skewX(-10deg) scale(1.05);
 transform: translateX(40px) skewX(-10deg) scale(1.05);
 -webkit-transition: all .8s ease .8s;
 transition: all .8s ease .8s
}
.text-span2.show span {
 -webkit-filter: blur(0);
 filter: blur(0);
 opacity: 1;
 -webkit-transform: translateX(0) skewX(0) scale(1);
 transform: translateX(0) skewX(0) scale(1);
}
.text-span span {
 display: inline-block;
 transform: translate(0, 105%);
 transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
 transition: transform 1.25s cubic-bezier(0.4, 0.16, 0, 0.95) 0s;
}
.text-span.show span {
 transform: translate(0, 0);
}
.text-span.show span:nth-child(1) {
 transition-delay: 0.01s;
}
.text-span.show span:nth-child(2) {
 transition-delay: 0.07s;
}
.text-span.show span:nth-child(3) {
 transition-delay: 0.14s;
}
.text-span.show span:nth-child(4) {
 transition-delay: 0.21s;
}
.text-span.show span:nth-child(5) {
 transition-delay: 0.28s;
}
.text-span.show span:nth-child(6) {
 transition-delay: 0.35s;
}
.text-span.show span:nth-child(7) {
 transition-delay: 0.42s;
}
.text-span.show span:nth-child(8) {
 transition-delay: 0.49s;
}
.text-span.show span:nth-child(9) {
 transition-delay: 0.56s;
}
.text-span.show span:nth-child(10) {
 transition-delay: 0.63s;
}
.text-span.show span:nth-child(11) {
 transition-delay: 0.70s;
}
.text-span.show span:nth-child(12) {
 transition-delay: 0.77s;
}
.text-span.show span:nth-child(13) {
 transition-delay: 0.84s;
}
.text-span.show span:nth-child(14) {
 transition-delay: 0.91s;
}
.text-span.show span:nth-child(15) {
 transition-delay: 0.98s;
}
.text-span.show span:nth-child(16) {
 transition-delay: 1.05s;
}
.text-span.show span:nth-child(17) {
 transition-delay: 1.12s;
}
.text-span.show span:nth-child(18) {
 transition-delay: 1.19s;
}
.text-span.show span:nth-child(19) {
 transition-delay: 1.26s;
}
.text-span.show span:nth-child(20) {
 transition-delay: 1.33s;
}
.text-span2.show span:nth-child(1) {
 transition-delay: 0.01s;
}
.text-span2.show span:nth-child(2) {
 transition-delay: 0.07s;
}
.text-span2.show span:nth-child(3) {
 transition-delay: 0.14s;
}
.text-span2.show span:nth-child(4) {
 transition-delay: 0.21s;
}
.text-span2.show span:nth-child(5) {
 transition-delay: 0.28s;
}
.text-span2.show span:nth-child(6) {
 transition-delay: 0.35s;
}
.text-span2.show span:nth-child(7) {
 transition-delay: 0.42s;
}
.text-span2.show span:nth-child(8) {
 transition-delay: 0.49s;
}
.text-span2.show span:nth-child(9) {
 transition-delay: 0.56s;
}
.text-span2.show span:nth-child(10) {
 transition-delay: 0.63s;
}
.text-span2.show span:nth-child(11) {
 transition-delay: 0.70s;
}
.text-span2.show span:nth-child(12) {
 transition-delay: 0.77s;
}
.text-span2.show span:nth-child(13) {
 transition-delay: 0.84s;
}
.text-span2.show span:nth-child(14) {
 transition-delay: 0.91s;
}
.text-span2.show span:nth-child(15) {
 transition-delay: 0.98s;
}
.text-span2.show span:nth-child(16) {
 transition-delay: 1.05s;
}
.text-span2.show span:nth-child(17) {
 transition-delay: 1.12s;
}
.text-span2.show span:nth-child(18) {
 transition-delay: 1.19s;
}
.text-span2.show span:nth-child(19) {
 transition-delay: 1.26s;
}
.text-span2.show span:nth-child(20) {
 transition-delay: 1.33s;
}
.text-span2.show span:nth-child(21) {
 transition-delay: 1.40s;
}
.text-span2.show span:nth-child(22) {
 transition-delay: 1.47s;
}
.text-span2.show span:nth-child(23) {
 transition-delay: 1.54s;
}
.text-span2.show span:nth-child(24) {
 transition-delay: 1.61s;
}
.text-span2.show span:nth-child(25) {
 transition-delay: 1.67s;
}
.text-span2.show span:nth-child(26) {
 transition-delay: 1.74s;
}
.text-span2.show span:nth-child(27) {
 transition-delay: 1.81s;
}
.text-span2.show span:nth-child(28) {
 transition-delay: 1.88s;
}
.text-span2.show span:nth-child(29) {
 transition-delay: 1.95s;
}
.text-span2.show span:nth-child(30) {
 transition-delay: 2.02s;
}
.text-span2.show span:nth-child(31) {
 transition-delay: 2.09s;
}
.text-span2.show span:nth-child(32) {
 transition-delay: 2.16s;
}
.text-span2.show span:nth-child(33) {
 transition-delay: 2.23s;
}
.text-span2.show span:nth-child(34) {
 transition-delay: 2.30s;
}
.text-span2.show span:nth-child(35) {
 transition-delay: 2.37s;
}
.text-span2.show span:nth-child(36) {
 transition-delay: 2.44s;
}
.text-span2.show span:nth-child(37) {
 transition-delay: 2.51s;
}
.text-span2.show span:nth-child(38) {
 transition-delay: 2.58s;
}
.text-span2.show span:nth-child(39) {
 transition-delay: 2.65s;
}
.text-span2.show span:nth-child(40) {
 transition-delay: 2.72s;
}
.text-span2.show span:nth-child(41) {
 transition-delay: 2.79s;
}
.text-span2.show span:nth-child(42) {
 transition-delay: 2.86s;
}
.text-span2.show span:nth-child(43) {
 transition-delay: 2.93s;
}
.text-span2.show span:nth-child(44) {
 transition-delay: 3.00s;
}
.text-span2.show span:nth-child(45) {
 transition-delay: 3.07s;
}
.text-span2.show span:nth-child(46) {
 transition-delay: 3.14s;
}
.text-span2.show span:nth-child(47) {
 transition-delay: 3.21s;
}
.text-span2.show span:nth-child(48) {
 transition-delay: 3.28s;
}
.text-span2.show span:nth-child(49) {
 transition-delay: 3.35s;
}
.text-span2.show span:nth-child(50) {
 transition-delay: 3.42s;
}
footer {
 padding: 0 25px 50px;
 text-align: center;
}
footer small {
 font-family: 'Shippori Antique B1', sans-serif;
 font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
 footer {
  padding: 0 25px 25px;
 }
 footer small {
  font-size: 1rem;
 }
}
/*---------------------
	 /faq/
---------------------*/
.page-qa {
 padding: 150px 100px 0;
 overflow: hidden;
}
.page-qa h2 {
 text-align: center;
}
.page-qa h2 img {
 width: 325px;
 height: auto;
 margin: 0 auto;
}
.page-qa .lead-qa {
 padding-top: 50px;
 text-align: center;
 font-size: 1.8rem;
 font-weight: 500;
}
.page-qa .inner {
 max-width: 750px;
 margin: 0 auto;
}
.page-qa h3 {
 padding: 3em 0 2em;
 font-size: 2.4rem;
 font-weight: 500;
}
.sec-qa {
 position: relative;
}
.sec-work .qa-photo1 {
 position: absolute;
 top: -100px;
 left: -250px;
}
.sec-exam::after {
 content: "";
 position: absolute;
 top: 50px;
 right: 50%;
 display: block;
 width: 200px;
 height: 200px;
 margin-right: 400px;
 background-repeat: no-repeat;
 background-position: 0 0;
 background-size: contain;
 background-image: url(../img/qa-exam1.png);
}
.sec-class::after {
 content: "";
 position: absolute;
 display: block;
 width: 200px;
 height: 200px;
 top: 10px;
 left: 50%;
 margin-left: 400px;
 background-repeat: no-repeat;
 background-position: 0 0;
 background-size: contain;
 background-image: url(../img/qa-class1.png);
}
.sec-work::after {
 content: "";
 position: absolute;
 display: block;
 width: 200px;
 height: 200px;
 top: 400px;
 right: 50%;
 margin-right: 400px;
 background-repeat: no-repeat;
 background-position: 0 0;
 background-size: contain;
 background-image: url(../img/qa-work1.png);
}
.sec-campus::after {
 content: "";
 position: absolute;
 display: block;
 width: 200px;
 height: 229px;
 top: 100px;
 left: 50%;
 margin-left: 400px;
 background-repeat: no-repeat;
 background-position: 0 0;
 background-size: contain;
 background-image: url(../img/qa-campus1.png);
}
.sec-club::after {
 content: "";
 position: absolute;
 display: block;
 width: 200px;
 height: 200px;
 top: 10px;
 right: 50%;
 margin-right: 400px;
 background-repeat: no-repeat;
 background-position: 0 0;
 background-size: contain;
 background-image: url(../img/qa-club1.png);
}
@media screen and (max-width: 1024px) {
 .page-qa {
  padding: 150px 50px 0;
  overflow: hidden;
 }
 .sec-qa::after {
  display: none;
 }
}
@media screen and (max-width: 767px) {
 .page-qa {
  padding: 100px 25px 0;
  overflow: hidden;
 }
 .page-qa h2 {
  text-align: center;
 }
 .page-qa h2 img {
  width: 194px;
 }
 .page-qa .lead-qa {
  padding-top: 25px;
  font-size: 1.5rem;
 }
 .page-qa .inner {
  max-width: 750px;
  margin: 0 auto;
 }
 .page-qa h3 {
  padding: 2em 0 1em;
  font-size: 1.8rem;
 }
}
.list-faq {
 border-top: 2px solid #e6e7e8;
}
.list-faq > li {
 border-bottom: 2px solid #e6e7e8;
}
.list-faq li .q-ttl {
 position: relative;
 display: block;
 font-weight: 500;
 cursor: pointer;
 transition: all .4s;
}
.list-faq li .q-ttl::before {
 content: "";
 position: absolute;
 bottom: 0;
 margin-top: auto;
 margin-bottom: auto;
 font-family: 'Shippori Antique B1', sans-serif;
 font-weight: normal;
 line-height: 1;
}
.list-faq li:nth-child(1) .q-ttl::before {
 content: "Q1";
}
.list-faq li:nth-child(2) .q-ttl::before {
 content: "Q2";
}
.list-faq li:nth-child(3) .q-ttl::before {
 content: "Q3";
}
.list-faq li:nth-child(4) .q-ttl::before {
 content: "Q4";
}
.list-faq li:nth-child(5) .q-ttl::before {
 content: "Q5";
}
.list-faq li:nth-child(6) .q-ttl::before {
 content: "Q6";
}
.list-faq li .q-ttl .icn-faq {
 position: absolute;
 top: 0;
 right: 20px;
 bottom: 0;
 margin-top: auto;
 margin-bottom: auto;
}
.list-faq li .list-faq-inner {
 position: relative;
 display: none;
}
.list-faq li .list-faq-inner::before {
 content: "A";
 display: block;
 font-family: 'Shippori Antique B1', sans-serif;
 font-weight: normal;
 text-align: center;
}
.list-faq .icn-faq {
 border-radius: 50%;
}
.icn-faq, .icn-faq span {
 display: inline-block;
 transition: all .4s;
}
.icn-faq {
 position: relative;
}
.icn-faq span {
 position: absolute;
}
.icn-faq span:nth-of-type(1) {
 transform: rotate(0deg);
}
.icn-faq span:nth-of-type(2) {
 transform: rotate(90deg);
}
.icn-faq.open span:nth-of-type(2) {
 transform: rotate(180deg);
}
.icn-faq.open span:nth-of-type(1) {
 display: none;
}
.list-faq li .q-ttl:hover .icn-faq span {
 background-color: #fff;
}
@media screen and (min-width: 768px) {
 .list-faq li .q-ttl {
  padding: 1.5em 5em;
  font-size: 1.8rem;
  font-weight: 500;
 }
 .list-faq li .q-ttl::before {
  top: 1.5em;
  left: 20px;
  font-size: 2.2rem;
  line-height: 1;
 }
 .list-faq li .list-faq-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.2rem;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .icn-faq {
  width: 34px;
  height: 34px;
 }
 .icn-faq span {
  left: 10px;
  width: 12px;
  height: 2px;
 }
 .icn-faq span:nth-of-type(1), .icn-faq span:nth-of-type(2) {
  top: 15px;
 }
 /* .list-faq li .q-ttl:hover .icn-faq {
  background-color: #fff000;
 }*/
 .list-faq li .list-faq-inner {
  margin: 0 1em 0 1.5em;
  padding: 0 1.5em 1.5em 3.5em;
 }
}
@media screen and (max-width:767px) {
 .list-faq li .q-ttl .icn-faq {
  right: 0;
 }
 .list-faq li .list-faq-inner::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 1.6rem;
  line-height: 20px;
 }
 .list-faq li .q-ttl {
  padding: 15px 40px 15px 35px;
  font-size: 1.4rem;
  line-height: 1.5;
 }
 .list-faq li .q-ttl::before {
  top: 18px;
  left: 0;
  font-size: 1.6rem;
 }
 .list-faq li .list-faq-inner {
  margin-bottom: 20px;
  padding: 0;
 }
 .icn-faq {
  width: 24px;
  height: 24px;
 }
 .icn-faq span {
  left: 6px;
  width: 10px;
  height: 2px;
 }
 .icn-faq span:nth-of-type(1), .icn-faq span:nth-of-type(2) {
  top: 10px;
 }
 .list-faq li .list-faq-inner p {
  padding: 0 0 0 35px;
 }
}
.sec-exam h3, .sec-exam .list-faq li .q-ttl::before, .sec-exam .list-faq li .list-faq-inner::before {
 color: #c987b5;
}
.sec-class h3, .sec-class .list-faq li .q-ttl::before, .sec-class .list-faq li .list-faq-inner::before {
 color: #00a0e9;
}
.sec-work h3, .sec-work .list-faq li .q-ttl::before, .sec-work .list-faq li .list-faq-inner::before {
 color: #6bc2af;
}
.sec-campus h3, .sec-campus .list-faq li .q-ttl::before, .sec-campus .list-faq li .list-faq-inner::before {
 color: #a7ce53;
}
.sec-club h3, .sec-club .list-faq li .q-ttl::before, .sec-club .list-faq li .list-faq-inner::before {
 color: #8581bd;
}
.sec-exam .list-faq .icn-faq {
 border: 1px solid #c987b5;
}
.sec-class .list-faq .icn-faq {
 border: 1px solid #00a0e9;
}
.sec-work .list-faq .icn-faq {
 border: 1px solid #6bc2af;
}
.sec-campus .list-faq .icn-faq {
 border: 1px solid #a7ce53;
}
.sec-club .list-faq .icn-faq {
 border: 1px solid #8581bd;
}
.sec-exam .icn-faq span, .sec-exam .list-faq li .q-ttl:hover .icn-faq {
 background: #c987b5;
}
.sec-class .icn-faq span, .sec-class .list-faq li .q-ttl:hover .icn-faq {
 background: #00a0e9;
}
.sec-work .icn-faq span, .sec-work .list-faq li .q-ttl:hover .icn-faq {
 background: #6bc2af;
}
.sec-campus .icn-faq span, .sec-campus .list-faq li .q-ttl:hover .icn-faq {
 background: #a7ce53;
}
.sec-club .icn-faq span, .sec-club .list-faq li .q-ttl:hover .icn-faq {
 background: #8581bd;
}
.txt-maker {
 background: linear-gradient(transparent 55%, #fff9b1 55%);
}
#scroolltop {
 position: fixed;
 display: block;
 font-family: 'Shippori Mincho', serif;
 font-weight: 400;
 font-size: 1.2rem;
 line-height: 1;
 text-decoration: none;
 opacity: 0;
 color: #000;
 text-transform: uppercase;
 z-index: 2;
}
#scroolltop:hover {
 opacity: 0.8;
 text-decoration: none;
}
#scroolltop.show {
 opacity: 1;
}
#scroolltop::before, #scroolltop::after {
 -webkit-transition-duration: .6s;
 transition-duration: .6s;
 -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
 transition-timing-function: cubic-bezier(.075, .82, .165, 1);
 content: "";
 position: absolute;
 background-color: #000;
}
#scroolltop::before {
 bottom: 20px;
 right: 0;
 left: 0;
 margin-right: auto;
 margin-left: auto;
 width: 1px;
 height: 40px;
}
#scroolltop::after {
 top: -44px;
 right: 0;
 left: -6px;
 margin-right: auto;
 margin-left: auto;
 width: 10px;
 height: 1px;
 transform: rotate(-45deg);
}
#scroolltop:hover::before {
 height: 60px;
}
#scroolltop:hover::after {
 top: -64px;
}
#scroolltop {
 right: 30px;
 bottom: 25px;
}
@media screen and (max-width: 1024px) {
 #scroolltop {
  display: none;
 }
}
.btn {
 display: block;
 position: relative;
 max-width: 400px;
 height: 75px;
 margin: 0 auto;
}
.btn a {
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 18px 50px;
 height: 100%;
 border-radius: 5px;
 background-color: #129abd;
 font-size: 2.4rem;
 font-weight: 500;
 color: #fff;
 text-align: center;
 text-decoration: none;
 line-height: 1;
 transition: all .2s;
}
.btn.-back {
 width: 140px;
 height: 40px;
}
.btn.-back a {
 justify-content: flex-start;
 padding: 10px 10px 10px 30px;
 background-color: #f9f6f3;
 font-size: 1.4rem;
 color: currentColor;
}
@media screen and (max-width: 767px) {
 .btn.-back {
  width: 100px;
  height: 30px;
 }
 .btn.-back a {
  justify-content: flex-start;
  padding: 5px 5px 5px 20px;
  font-size: 1.1rem;
 }
}
.btn a .arrow {
 position: absolute;
 top: 50%;
 right: 30px;
 transform: translateY(-50%);
 width: 40px;
 height: 40px;
 border-width: 2px;
 border-style: solid;
 border-radius: 50%;
 border-color: #fff;
 display: flex;
 align-items: center;
 justify-content: center;
}
.btn.-back a .arrow {
 right: inherit;
 left: 10px;
 border-width: 1px;
 border-color: #111;
 width: 16px;
 height: 16px;
}
@media screen and (max-width: 767px) {
 .btn.-back a .arrow {
  left: 5px;
  width: 12px;
  height: 12px;
 }
}
.btn a .arrow em, .btn a .arrow em::before, .btn a .arrow em::after {
 background-color: #fff;
}
.btn.-back a .arrow em, .btn.-back a .arrow em::before, .btn.-back a .arrow em::after {
 background-color: #111;
}
.btn a .arrow em {
 position: relative;
 display: block;
 width: 14px;
 height: 2px;
}
.btn.-back a .arrow em {
 width: 6px;
 height: 1px;
}
.btn a .arrow em::before {
 content: "";
 position: absolute;
 top: 3px;
 right: -2px;
 display: block;
 width: 10px;
 height: 2px;
 transform: rotate(-45deg);
}
.btn a .arrow em::after {
 content: "";
 position: absolute;
 bottom: 3px;
 right: -2px;
 display: block;
 width: 10px;
 height: 2px;
 transform: rotate(45deg);
}
.btn.-back a .arrow em::before {
 top: 1px;
 right: inherit;
 left: -1px;
 width: 4px;
 height: 1px;
 transform: rotate(-135deg);
}
.btn.-back a .arrow em::after {
 bottom: 1px;
 right: inherit;
 left: -1px;
 width: 4px;
 height: 1px;
 transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
 .btn.-back a .arrow em {
  width: 5px;
  height: 1px;
 }
 .btn.-back a .arrow em::before {
  top: 1px;
  right: inherit;
  left: -1px;
  width: 3px;
  height: 1px;
  transform: rotate(-135deg);
 }
 .btn.-back a .arrow em::after {
  bottom: 1px;
  right: inherit;
  left: -1px;
  width: 3px;
  height: 1px;
  transform: rotate(135deg);
 }
}
.btn a:hover {
 background-color: #a0d8ea;
 opacity: 1;
}
.btn a:hover .arrow {
 background-color: #fff;
}
.btn a:hover em, .btn a:hover em::before, .btn a:hover em::after {
 background-color: #e37800;
}
@media screen and (max-width: 767px) {
 .btn-box .btn-txt {
  margin-bottom: 20px;
 }
 .btn-box {
  margin-top: 60px;
  padding: 0 20px;
 }
 .btn {
  width: 100%;
  height: 75px;
 }
 .btn a {
  padding: 18px 50px;
  font-size: 2rem;
 }
 .btn a .arrow {
  right: 25px;
  width: 25px;
  height: 25px;
  border-width: 1px;
 }
 .btn a .arrow em {
  width: 9px;
  height: 1px;
 }
 .btn a .arrow em::before {
  top: 2px;
  right: -2px;
  width: 7px;
  height: 1px;
 }
 .btn a .arrow em::after {
  bottom: 2px;
  right: -2px;
  width: 7px;
  height: 1px;
 }
}
.-back {
 position: absolute;
  top: 20px;
  right: 20px;
}
.note {
	display: block;
 font-size: 1.2rem !important;
}
.note-icon {
 margin-left: 1em;
 text-indent: -1em;
}

@media screen and (max-width: 767px) {
.note {
 font-size: 1rem !important;
}
}