body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

ul, li {
  list-style: none;
}

/* HEADER STYLES
==================================================*/

#spectrumPlugin {
  transition: background-color 4s ease;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: '-apple-system', 'BlinkMacSystemFont', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', "segoe ui", '游ゴシック  Medium', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 300;
  color: #333333; word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fdfff8;
}

figure, ul, li {
  margin: 0;
  padding: 0;
}

#wrap {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/*body > div {
  width: 100%;
  height:500px;
}*/

p {
  margin: 0;
  line-height: 1.8em;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

a {
  transition: 0.2s;
  color: #1a0dab;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #333333;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.bracket {
  margin-left: -0.5em;
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important
  }
}

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

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 8001;
}

#loader-bg #loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  text-align: center;
  color: #333;
  z-index: 8002;
}

/*nav
====================*/

.navbar {
  height: 70px;
  color: #333333;
}

.navbar-default {
    background-color: rgba(255,255,255,0.9);
  border: none;
  transition: .3s;
}

.navbar-default-top {
  background-color: inherit !important;
}


/*トップページはここを無効*/

.nav-area .nav-display {
    background-color: rgba(255,255,255,0.9);
  transition: .3s;
}

.nav-area .nav-display-top {
  background-color: inherit !important;
}

.navbar-logo {
  margin: 0;
  padding: 0;
  display:inline-block;
}

.navbar-logo img {
  margin-top: 15px;
  height: 40px;
}

.navbar ul li a {
  padding-top: 25px;
  padding-bottom: 3px;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav>li>a {
  color: #333333;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  border-bottom: solid 1px #333333;
  background-color: transparent;
  color: #333333;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
  color: #cccccc;
  background-color: transparent;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 0;
}


  .nav>li {
    float: right;
    padding-right: 10px;
    padding-left: 10px;
  }



  .nav>li {
    padding-right: 20px;
    padding-left: 20px;
  }


/*.navbar-default .navbar-toggle {
	margin: 8px 20px 0 0;
}*/

#full-nav {
  display: none;
}

@media (max-width: 991px) {
  #full-nav {
    display: block;
  }
  #full-nav p {
    position: fixed;
    top: 15px;
    right: 60px;
    font-weight: bold;
    z-index: 7999;
    color: #333;
  }
  .fat-nav ul li {
    margin: 0;
    display: inline-block;
    font-size: 20px;
    width: 100%;
  }
  .fat-nav ul li a:hover {
    color: #c2c2c2;
  }
  .fat-nav ul li.fat-navTitle {
    margin-top: 70px;
    margin-bottom: 20px;
    width: 100%;
  }
  .fat-nav ul li.nav-field {
    width: 100%;
  }
  .fat-navTitle span {
    font-weight: 500;
    font-size: 26px;
    /*border-bottom: 2px solid #fff;*/
  }
  .navbar {
    height: 50px;
  }
  .navbar-header {
    height: 60px;
  }
  .navbar-default .navbar-toggle {
    margin: 12px 20px 0 0;
  }
  .nav {
  }
  .navbar-logo {
    position: absolute;
    left: 10px;
    padding: 0;
  }
  .navbar-logo img {
    margin-top: 15px;
    height: 23px;
  }
  #full-nav .navbar ul li {
    margin: 100px 0;
  }
  .nav-menu {
    margin-top: -3px;
    color: #333 !important;
    font-weight: 300 !important;
    /*display: none; ナブンバー消す設定*/
  }
  .nav-menu.nav-display {
    display: block;
    background: none;
  }
}

/* BLOCK 1*/

/*@media (min-width: 768px) {*/

.top-header {
  height: 100vh;
  width: 100%;
  position: relative;
  padding: 0 50px;
}

.top-header img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 500px;
}

@media (max-width: 767px) {
.top-header img {
top: 40%;
}
}

.scroll {
  width: 40px;
  position: absolute;
  bottom: 70px;
  left: 70px;
}

/*フッター*/

footer {
  text-align: center;
  clear: both;
  padding: 15px 0;
  margin-top: auto;
}

/*
footer nav {
    margin-bottom: 10px;
}
footer ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 20px;
}
footer ul li a {
    color: #333;
}
footer ul li a:hover {
    color: #008000;
}*/

/*ボタン*/

.button {
  display: inline-block;
  margin-top: 30px;
  padding: 20px 30px;
  min-width: 150px;
  background: #000;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  color: #fff;
}

.button-pup {
  background: #604A7B;
}

a.button:hover {
  border-radius: 45px;
  color: #fff;
}

.block {
  padding-top: 70px;
  margin-top: -70px;
  margin-bottom: 150px;
}

.block p {
  width: 500px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .block p {
    width: 100%;
    padding: 0 30px;
  }
}

.block h1,
.bk-single h1 {
  text-align: center;
  margin-bottom: 50px;
}

h1.mission {
  font-size: 40px;
  margin-bottom: 80px;
}

.flexbox_item {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .flexbox {
    display: flex;
    justify-content: center;
  }
  .flexbox_item {
    margin: 0 50px;
  }
}

@media (max-width: 991px) {
  .flexbox_item {
    margin-bottom: 120px;
  }
}

.flexbox_item, .flexbox p {
  width: 270px;
}

.flexbox_item h1 {
  font-size: 25px;
}

.flexbox p {
  font-size: 18px;
  margin-top: 30px;
}

.circle {
  margin: 0 auto;
  font-size: 44px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  line-height: 190px;
  vertical-align: middle;
}

.arrow {
  margin: 20px auto 50px auto;
  display: block;
  width: 60px;
  height: 60px;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.green {
  background-color: #53b296;
}

.red {
  background-color: #e24652;
}

.yellow {
  background-color: #f09946;
}

.topics dl {
  margin: 0 20px;
  padding: 20px 5px;
  border-bottom: 1px solid #ccc;
  line-height: 1.8em;
}

.topics dt {
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .topics dl {
    margin: 0 auto;
    width: 600px;
  }
  .topics dt {
    clear: left;
    float: left;
    width: 6.5em;
  }
  .topics dd {
    margin-left: 11%;
  }
}

.area-yakuin .row {
  margin-bottom: 80px;
}


.area-yakuin .container {
  margin-bottom:-130px;
}

.area-yakuin p {
  padding: 0;
}

h1.name {
  margin-top: 12px;
  font-size: 22px;
  font-weight: normal;
  text-align: left;
}

h1.name span {
  font-size: 14px;
  display: block;
}

.tableBasic {
  margin: 0 auto;
  padding: 0 10px;
}

.tableBasic tr {}

.tableBasic th, .tableBasic td {
  padding: 30px 30px;
  font-weight: 300;
  line-height: 25px;
  text-align: left;
}

.tableBasic th {
  background: #dddddd;
  border-bottom: 1px solid #fff;
  width: 35%;
}

.tableBasic td {
  background: #fff;
  border-bottom: 1px solid #dddddd;
}

.tableBasic tr:last-child td {
  border: none;
}

@media (max-width: 767px) {
  .tableBasic th, .tableBasic td {
    padding: 20px 20px;
  }
}

/*Post*/


.pagination .page-numbers {
  display: inline-block;
  padding: 7px 12px;
  margin: 2px;
  color: #fff;
}

.pagination a {
  background: #333;
}

.pagination a:hover {
  border-radius: 55px;
}

.pagination .current {
  background: #777777;
}


.border  {
	width: 50%;
	height: 1px;
	background-color: #c2c2c2;
	display: block;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 60px;
}

.bk-single {
  padding-top: 120px;
  padding-bottom: 100px;
}

.bk-single .text-area {
  margin: 0;
  background: #FFFFFF;
  height: 100%;
}

.bk-single .text-area img{

    display: block;
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
	.bk-single .text-area {
	  padding: 0 50px;
	}
}

.bk-single .text-area h1 {
  text-align: left;
  font-size: 26px;
  margin-bottom: 0px;
  font-weight: 700;
  line-height: 1.5em;
}


.bk-single .text-area p {
  font-size: 14px;
  line-height: 2em;
  margin-top: 15px;
}

.bk-single .text-area img {
  margin: 30px 0;
}


.bk-single .text-area .date {
  margin: 0;
  color: #6F6F6E;
  font-size: 16px;
}


/*.bk-single .text-area*/

p.titileCategory {
  display: inline;
  margin-right: 1em;
  color: #747474;
  font-size: 13px;
}

/*.bk-single .text-area*/

ul.category {
  list-style: none;
  display: inline-block;
  font-size: 13px;
}

/*.bk-single .text-area*/

ul.category li {
  display: inline-block;
  margin-right: 1em;
}

/*.bk-single .text-area*/

ul.category li a {
  color: #008000;
}

.bk-news {
  margin-bottom: 120px;
}

.bk-news .post-area {
  position: relative;
  height: 100%;
}

.category-box {
  position: absolute;
  bottom: 40px;
}

.list h2, ul.list, .list ul, .list li {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

ul.list {
  margin-left: 10px;
}

@media (max-width: 767px) {
  ul.list {
    margin-top: 40px;
  }
}

.list h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}

.list li {
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 1.3em;
}

.list ul li {
  color: #1a0dab;
}

.list ul {
  margin-bottom: 30px;
}

.list li a {
  color: #1a0dab;
}

.list li a:hover {
  color: #333;
}

.bk-single .page-nav {
  width: 100%;
  font-size: 14px;
  padding: 130px 45px;
}

.bk-single .page-nav a {
  background:#333;
  color: #fff;
  padding: 15px 25px;
  color: #fff;
  transition: .3s;
  text-decoration: none;
}

.bk-single .page-nav a:hover {
  background:#777777;
  text-decoration: none;
}

.bk-single .page-nav .page-next {
  float: right;
}

.bk-single .page-nav .page-prev {
  float: left;
}

@media (max-width: 767px) {
  .bk-single {
    padding-bottom: 50px;
  }
  .bk-single .text-area {
    padding: 10px;
  }
  .bk-single h3 {
    font-size: 24px;
    margin: 0;
  }
  .bk-single .border {
    width: 90px;
  }
  .bk-single .read {
    margin-top: 20px;
  }
  .list {
    margin-top: 80px;
  }
}

/*プライバシーポリシー*/

.bk-privacy {
  padding-top: 170px;
  padding-bottom: 150px;
}

@media (max-width: 767px) {
  .bk-privacy {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}

.bk-privacy h1 {
  text-align: center;
  margin-bottom: 50px;
}

.bk-privacy h3 {
  margin-bottom: 5px;
}

.bk-privacy p {
  margin-bottom: 25px;
}

.bk-contact {
  padding-top: 170px;
  padding-bottom: 150px;
}

.bk-contact h1 {
  text-align: center;
  margin-bottom: 30px;
}

/* --- お問い合わせフォーム --- */

/* デザインカスタマイズ */

div.wpcf7 p {
  padding: 20px 0 0;
  margin: 0;
  font-size: 14px;
}

div.wpcf7 input, .wpcf7 textarea {
  border: 1px solid #ccc;
  padding: 8px;
  font-size: 14px;
  border-radius: 5px;
  width: 97.5%;
}

div.wpcf7 textarea {
  height: 300px;
}

div.wpcf7 input.wpcf7-submit {
  border-radius: 0;
  padding: 20px 25px;
  border: 2px solid #333333;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #333333;
  color: #fff;
}
div.wpcf7 input.wpcf7-submit:focus {
outline: 0;
}
div.wpcf7 input.wpcf7-submit:hover {
  border-radius: 45px;
}

/* エラー個所をわかりやすく表示 */

.wpcf7 .wpcf7-not-valid {
  background: #ffb6c1;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
  margin-right: 15px;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
  margin-right: 15px;
    /*display: none !important;*/
}

/* 必須赤色表示 */

.wpcf7 .required {
  color: #f00;
}

/* 任意緑色表示 */

.wpcf7 .any {
  color: #080;
}

/*inview css*/

/*----- フェードイン -----*/

.inviewfadeIn {
  opacity: 0;
  transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
  transition: .5s;
  transition-delay: .3s;
}

.fadeIn {
  opacity: 1.0;
}

.inviewfadeIn2 {
  opacity: 0;
  transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
  transition: .5s;
  transition-delay: .6s;
}

.fadeIn2 {
  opacity: 1.0;
}

header .inviewfadeIn {
  transform: translate(0, 5px);
  transition: .5s;
  transition-delay: 5s;
}

/*----- フェードインしながら上へスライド -----*/

.inviewfadeInUp-L1 {
  opacity: 0;
  transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
  transition: 2s;
  transition-delay: .5s;
}

.fadeInUp-L1 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInUp-L2 {
  opacity: 0;
  transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
  transition: 2s;
  transition-delay: .7s;
}

.fadeInUp-L2 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInUp-L3 {
  opacity: 0;
  transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
  transition: 2s;
  transition-delay: .9s;
}

.fadeInUp-L3 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.inviewfadeInUp-L4 {
  opacity: 0;
  transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
  transition: 2s;
  transition-delay: 1.1s;
}

.fadeInUp-L4 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

header .inviewfadeInUp-L1 {
  transition: 2s;
  transition-delay: 2s;
}

header .inviewfadeInUp-L2 {
  transition: 2s;
  transition-delay: 2.4s;
}

header .inviewfadeInUp-L3 {
  transition: 2s;
  transition-delay: 2.8s;
}

header .inviewfadeInUp-L4 {
  transition: 2s;
  transition-delay: 3.2s;
}

div.pdfemb-viewer {
	border:1px solid #cccccc !important;
}









.academy-read {
  margin-bottom: 50px;
}

.aca-flow {
  margin-bottom: 50px;
}

.aca-flow h2{
  padding: 15px;
}

.purpleBk1{
  background-color:#E6E0EC;
  padding: 20px 20px 30px 20px;
  border-radius: 5px;
}

.aca-flow h4 {
  margin: 0 auto;
  text-align: center;
  font-size: 2.4rem;
  color: #8064A2;
  background-color: #fff;
  border: 3px solid #8064A2;
  width: 13rem;
  margin-top: -2rem;
  z-index: 10;
}

.arrow_box {
padding: 20px 30px 30px 30px;
border-radius: 5px;
color: #fff;
margin-top: 40px;
	position: relative;
	background: #8065A8;
  z-index: -1;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
  z-index: -1;
}

.arrow_box:after {
	border-color: rgba(128, 101, 168, 0);
	border-bottom-color: #8065A8;
	border-width: 30px;
	margin-left: -30px;
  z-index: -1;
}
.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #;
	border-width: 36px;
	margin-left: -36px;
  z-index: -1;
}

.arrow_box-right {
  margin-top: 20px;
	position: relative;
	background: #604A7B;
  color: #fff;
  padding: 20px 30px 30px 30px;
  margin-right: 52px;
  height: 104px;
}
.arrow_box-right:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(96, 74, 123, 0);
	border-left-color: #604A7B;
	border-width: 52px;
	margin-top: -52px;
}

.list-aca {
  text-indent: -1em;
  padding-left: 1em;
}
.list-aca li {
  margin: 8px;
}

h5 {
  font-size: 18px;
  font-weight: bold;
  color: #604A7B;
  text-align: center;
  margin-top: 30px;
}

.aca-flow .col-sm-4{
  margin-bottom: 70px;
}

.aca-deatil {
  margin-bottom: 80px;
}


.aca-deatil h2 {
  margin-bottom: 12px;
}

.detailBlack {
  margin-bottom: 50px;
}

#flow-image{
  overflow: hidden;
  width: 100%;
  margin-left: -1em;
  margin-bottom: 20px;
}

#flow-image li{
  float: left;
  margin: 0 .5em 0 1em;
}

#flow-image span{
  background: #E6E0EC;
  padding: .7em 1em .7em 1.4em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
}

#flow-image span::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #E6E0EC #E6E0EC #E6E0EC transparent;
  left: -1em;
}

#flow-image span::after{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #E6E0EC;
  right: -1em;
}

#flow-image span.deeppurple{
  background: #604A7B;
  padding: .7em 1em .7em 1.4em;
  float: left;
  text-decoration: none;
  color: #fff;
  position: relative;
}

#flow-image span.deeppurple::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #604A7B #604A7B #604A7B transparent;
  left: -1em;
}

#flow-image span.deeppurple::after{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #604A7B;
  right: -1em;
}

#flow-image span:first-child::before{
  border: none;
}

.list-detail {
  margin-bottom: 15px;
}

.list-detail li{
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8em;
  margin-bottom: 5px;
}

.list-detail li::before{
  content: "■";
}

.kome-list li::before{
  content: "※";
}

.square-list li::before{
  content: "◆" !important;
}

.dot-list li::before{
  content: "・" !important;
}


.center .flow-image {
  margin: 0 auto;
}

.aca-oubo {
  margin-bottom: 80px;
}


.aca-oubo h2 {
  margin-bottom: 12px;
}

ol{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol li{
  text-indent: -1.1em;
  padding-left: 1.3em;
  margin-bottom: 7px;
}

ol li:before {
  counter-increment: item;
  content: counter(item);
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
}

ol li:first-child:before{
padding-right: 0.7em;
}

.list-nunber {
  margin-bottom: 15px;
}

.entrybtn .button {
  width: 360px;
}


.pt15{
  display: block;
  padding-top: 15px;
}
.mt5{
  margin-top: 5px;
}
.mt10{
  margin-top: 10px;
}
.mt15{
  margin-top: 15px;
}
.mt20{
  margin-top: 20px;
}

@media (max-width: 767px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

.daphllellink {
  line-height: 2.6em;
  text-decoration: underline;
}
