/*
Theme Name: creators-factory
Author:creators-factory
Description: creators-factory（クリエイターズファクトリー）
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: creators-factory
*/

@charset "UTF-8";
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
a {
  color: #333; }

.none {
  display: block; }

.fa-white {
  color: #fff; }

.blue_color {
  background: #030a2d !important; }

.marker_yellow_futo {
  background: linear-gradient(transparent 0%, #ffff66 0%);
  font-weight: bold; }

.cv_btn {
  border: 2px solid #333;
  margin: 0 auto;
  width: 31%;
  overflow: hidden;
  transition: 0.6s; }
.header_bage_wrap {
  width: 31%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
}
.header_bage {
  padding: 0 20px;
}

.all_btn {
  width: 50%;
margin-bottom: 40px;}
.cv_btn:hover {
  border-radius: 30px; }
.cv_btn a {
  position: relative;
  z-index: 100;
  display: block;
  color: #333;
  text-align: center;
  padding: 10px 0; }

/*スマホナビ*/
#nav-drawer {
  position: relative;
  top: 7px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none; }

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle; }

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  /*線の太さ*/
  width: 25px;
  /*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer; }

#nav-open span:before {
  bottom: -8px; }

#nav-open span:after {
  bottom: -16px; }

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out; }

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  /*最前面に*/
  width: 90%;
  /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;
  /*最大幅（調整してください）*/
  height: 100%;
  background: #fff;
  /*背景色*/
  transition: .3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  /*左に隠しておく*/ }

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: .5; }

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15); }

#nav-content h3 {
  font-size: 2rem;
  text-align: center;
  background: linear-gradient(to right, rgba(255, 127, 152, 0.6), #ff947f);
  color: #fff;
  padding: 10px 0; }

.sp-gnav li {
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
  padding: 14px 0; }

.sp-gnav li a {
  padding-left: 20px;
  display: block;
}

@media screen and (min-width: 768px) {
  #nav-open {
    display: none; } }

#IconList1 a:before {
  /*白いひし型 */
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 13px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #333; }

#IconList1 a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 10px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #fff; }

h2 {
  font-size: 3.5rem;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-feature-settings: "palt";
  margin-bottom: 40px;
  color: #fff; }

.style_ttl {
  position: relative;
  color: #333;
  margin-bottom: 40px; }

.style_ttl:after {
  width: 145px;
  content: "";
  border-bottom: 4px solid #DD017B;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto; }

.sub_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center; }

.sub_ttl02 {
  font-size: 2.2rem;
  margin-bottom: 30px;
  text-align: center; }

.inner {
  max-width: 1000px;
  margin: 0 auto; }

.inner880 {
  max-width: 880px;
  margin: 0 auto; }

.inner640 {
  max-width: 640px;
  margin: 0 auto; }

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.is-between {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap; }

.flex_end {
  justify-content: flex-end; }

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

.content_btn {
  border: 2px solid #fff;
  max-width: 350px;
  margin: 0 auto;
  transition: 0.6s; }
.content_btn a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px 0; }
.content_btn:hover {
  border-radius: 30px; }

/*========TOPスライダー=========*/

.slider_css {
  height: 100vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.slider_css ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider_css ul li {
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  animation-iteration-count: infinite;
  animation-duration: 40s;
}
.slider_css ul li:nth-child(1) {
  background-image: url("img/top/main01.jpg");
  animation-name: slider-zoomin;
  animation-delay: -3s;
}
.slider_css ul li:nth-child(2) {
  background-image: url("img/top/main04.jpg");
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 5s;
}
.slider_css ul li:nth-child(3) {
  background-image: url("img/top/main02.jpg");
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 13s;
}
.slider_css ul li:nth-child(4) {
  background-image: url("img/top/main03.jpg");
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 21s;
}
.slider_css ul li:nth-child(5) {
  background-image: url("img/top/main05.jpg");
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 29s;
}
.slider_css ul li::before{
  /* 透過した黒を重ねる */
  background-color: rgba(0,0,0,0.5);
  /* どの範囲に重ねるかを指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
.slider_css ul li img {
  width: 130%;
}
@media only screen and (max-width: 768px) {
  .slider_css {
    height: 80vh;
  }
  .slider_css ul li {
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slider_css ul li:nth-child(1) {
    background-image: url("img/top/main01_sp.jpg");
  }
  .slider_css ul li:nth-child(2) {
    background-image: url("img/top/main04_sp.jpg");
  }
  .slider_css ul li:nth-child(3) {
    background-image: url("img/top/main02_sp.jpg");
  }
  .slider_css ul li:nth-child(4) {
    background-image: url("img/top/main03_sp.jpg");
  }
  .slider_css ul li:nth-child(5) {
    background-image: url("img/top/main05_sp.jpg");
  }
}

@keyframes slider-zoomin {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
@keyframes slider-zoomout {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  12.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}


/*========TOPスライダー=========*/


.home .header {
  position: relative;
  z-index: 999;
  background-size: cover;
}
.header_in {
  position: absolute;
  top: 13%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
}
.header .k-title {
  max-width: 730px;
  margin: 0 auto 30px;
  padding: 8px 0;
  font-weight: bold;
  text-align: center;
  background: rgba(221,1,123,.7);
  color: #fff;
  font-size: 2.2rem; }
.header .catch {
  font-size: 5.6rem;
  text-align: center;
  text-shadow: 1px 1px 2px #333;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  font-feature-settings: "palt"; }
.header .nav_wrap {
  width: 100%;
  transition: .3s;
  background: rgba(255, 255, 255, 0.8);
  padding: 6px 0;
  position: fixed;
  top: 0;
z-index: 999;}
.header .nav_wrap .logo {
  margin-right: auto;}
.header .nav_wrap .gnav {
  display: flex; }
.header .nav_wrap .gnav li {
  margin-left: 1.5em;
  font-weight: bold;
  font-size: 1.6rem; }
.header .nav_wrap .gnav a {
  color: #333;
  transition: 0.3s; }
.header .nav_wrap .gnav a:hover {
  color: #DD017B; }

/*ローディング*/
/********************
loading effects
********************/
.loadingAnim {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center; }

.loadingAnim:before,
.loadingAnim:after {
  line-height: 1;
  position: fixed;
  z-index: 9999;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  content: ' ';
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition-delay: .3s;
  background-color: #030A2D; }

.loadingAnim:before {
  top: 0; }

.loadingAnim:after {
  bottom: 0; }

.loaded .loadingAnim:before {
  height: 0;
  -webkit-transform: translateY(-1%);
  -ms-transform: translateY(-1%);
  transform: translateY(-1%); }

.loaded .loadingAnim:after {
  height: 0;
  -webkit-transform: translateY(1%);
  -ms-transform: translateY(1%);
  transform: translateY(1%); }

.loadingAnim_line {
  line-height: 1;
  position: fixed;
  z-index: 9999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  overflow: hidden;
  width: 320px;
  height: 1.3em;
  margin: auto;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition-delay: .6s;
  text-align: center; }

.loadingAnim_line:after {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  margin: auto  auto auto 0;
  content: ' ';
  -webkit-animation: loadingAnim 2s ease-in-out .1s infinite normal backwards;
  animation: loadingAnim 2s ease-in-out .1s infinite normal backwards;
  background-color: #fff;
  will-change: transform, width; }

.loadingAnim_line:before {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  display: block;
  content: 'Creators Factory';
  -webkit-animation: loadingAnim_text 1s ease .1s infinite alternate both;
  animation: loadingAnim_text 1s ease .1s infinite alternate both;
  letter-spacing: .5em;
  color: #fff;
  will-change: opacity; }

.loaded .loadingAnim_line {
  overflow: hidden;
  height: 0; }

.loaded .loadingAnim_line:after,
.loaded .loadingAnim_line:before {
  -webkit-animation: none;
  animation: none; }

.loaded .loadingAnim_line:before {
  content: 'Creators Factory'; }

/********************
animation setting
********************/
@-webkit-keyframes loadingAnim {
  0% {
    width: 0; }
  100% {
    width: 100%;
    -webkit-transform: translate(100%);
    transform: translate(100%); } }
@keyframes loadingAnim {
  0% {
    width: 0; }
  100% {
    width: 100%;
    -webkit-transform: translate(100%);
    transform: translate(100%); } }
@-webkit-keyframes loadingAnim_text {
  0% {
    opacity: 1;
    color: #DD017B; }
  50% {
    color: #DD017B; }
  100% {
    opacity: .5;
    color: #fff; } }
@keyframes loadingAnim_text {
  0% {
    opacity: 1;
    color: #DD017B; }
  50% {
    color: #DD017B; }
  100% {
    opacity: .5;
    color: #fff; } }

.monthly-calendar caption {
  font-size: 2rem !important;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.monthly-calendar th, .monthly-calendar td {
  text-align: center;
  border: 1px solid #d1d1d1;
}
.monthly-calendar th {
  font-size: 1.6rem !important;
  font-weight: bold;
  padding: 5px 0;
}
.day-number,.calendar-mark {
  text-align: center;
}
a.calendar-daylink {
  display: block;
  text-align: center;
  font-size: 2rem;
}
.monthly-prev {
  float: left;
  background: #666;
  color: #fff;
  padding: 8px 20px;
  margin-top: 20px;
}
.monthly-next {
  float: right;
  margin-right: 1rem;
  background: #666;
  color: #fff;
  padding: 8px 20px;
  margin-top: 20px;
}
th.day-left {
  line-height: 3.5rem !important;
}
a.booking-timelink {
  display: block;
  text-align: center;
  font-size: 2rem;
}


@media all and (max-width: 768px) {

  body {
    font-size: 1.6rem;
    line-height: 1.4; }

  .none {
    display: none; }

  .sp-none {
    display: none; }

  h2 {
    font-size: 2.2rem;
    margin-bottom: 30px; }

  .mb60 {
    margin-bottom: 0 !important; }
  .header_bage_wrap {
    width: 73%;
  }
  .cv_btn {
    margin: 0 auto 20px;
    width: 96%; }

  .btn_area {
    margin-bottom: 30px; }

  .scroll {
    height: 160px; }

  .sub_ttl, .sub_ttl02 {
    font-size: 1.6rem;
    margin-bottom: 40px; }

  .inner {
    padding: 0 15px; }
  .header .catch {
    font-size: 2.4rem;
    line-height: 1.4; }
  .header .k-title {
    margin: 0 auto 30px;
    padding: 10px 10px;
    font-size: 1.6rem; }
}

.jiseki {
  padding: 40px 0;
}
.jiseki_list li {
  width: 24%;
  margin-bottom: 30px;
  text-align: center;
}
.jiseki_list li span {
  font-size: 1.2rem;
}

.news_wrap {
  background: #030A2D;
  padding: 15px 0; }

.news_item {
  width: 50%;
  color: #fff;
  border-left: 1px dotted #fff;
  padding-left: 20px;
  font-size: 1.4rem; }
.news_item span {
  border: 1px solid #fff;
  padding: 4px 6px; }
.news_item time {
  padding-left: 20px; }
.news_item p {
  margin-top: 5px; }
.news_item a {
  color: #fff;
  font-size: 1.6rem; }

.entrance {
  background: linear-gradient(to right, #C2E59C, #3498DB);
  padding: 40px 0; }
.entrance_list {
  display: flex; }
.entrance_list li {
  width: 33.333%;
  background: #fff;
  border: 2px solid #333;
  margin-right: 3%;
  position: relative;
  transition: 0.5s;
  background-image: none, linear-gradient(-45deg, #DD017B 10px, transparent 0), none, none; }
.entrance_list li:hover {
  box-shadow: 6px 6px #444; }
.entrance_list li:last-child {
  margin-right: 0; }
.entrance_list a {
  display: block;
  padding: 20px;
  color: #333; }
.entrance_list h3 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px; }
.entrance_list h3:after {
  width: 145px;
  content: "";
  border-bottom: 3px solid #DD017B;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -3px;
  margin: auto; }

.environment {
  padding: 60px 0 80px;
  background: url(img/top/chek_bg.jpg);
}
.environment_txt_box {
  max-width: 760px;
  margin: 0 auto;
}
.environment_txt {
  margin-bottom: 20px; }

.learn {
  background: #f2f2f2;
  padding: 60px 0; }
.learn_box {
  width: 50%;
  padding: 0 30px; }
.learn_icon {
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 119px;
  background: linear-gradient(to right, #ff7f98, #ff947f);
  border-radius: 50%;
  margin: 0 auto 20px; }
.learn h3 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px; }

.recommend {
  background: url(img/top/content_bg.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0;
  margin-bottom: 60px; }
.recommend_box {
  background: linear-gradient(to right, rgba(194, 255, 244, 0.6), #3498DB);
  padding: 40px;
  margin-bottom: 40px; }
.recommend_list {
  font-size: 2rem;
  color: #fff; }
.recommend_list li {
  font-weight: bold;
  margin-bottom: 5px; }
.recommend_item {
  width: 50%;
  color: #fff;
  padding: 0 20px; }
.recommend_item h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-decoration: underline; }

.btn_area {
  margin-bottom: 80px; }

.voice {
  background: #f2f2f2;
  padding: 60px 0; }
.voice h3 {
  margin-bottom: 10px; }
.voice_list_box {
  background: #fff;
  box-shadow: 0px 0px 4px 4px #eee;
  padding: 15px;
  margin: 0 8px 60px; }
.voice_list_box_img {
  border: 1px solid #888;
  margin-bottom: 10px; }

.course {
  background: url(img/top/content_bg_color.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0; }
.course_box {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 30px; }
.course_box_inner {
  transition: 0.4s;
  background: #fff;
  padding: 15px; }
.course_box_inner:hover {
  background: #efefef; }
.course_box h3 {
  background: #dd017b;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px; }
.course_box_list {
  border: 1px dotted #333;
  padding: 10px;
  margin: 10px 0; }

.character {
  background: #f2f2f2;
  padding: 60px 0;
  margin-bottom: 60px; }
.character_list {
  justify-content: space-between; }
.character_item {
  position: relative;
  max-width: 30%;
  margin-bottom: 30px; }
.character_item p {
  position: absolute;
  color: #fff;
  font-size: 2rem;
  top: 28%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.character_item span {
  display: block;
  margin-top: 10px; }

.student {
  margin-bottom: 60px; }
.student_list {
  border: 1px solid #333;
  margin-bottom: 40px;
  padding: 10px; }
.student_list img {
  width: 28%;
  margin-right: 2%;
  float: left; }
.student_name {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 20px; }

.flow {
  background: url(img/common/bg.jpg);
  background-size: 70%;
  padding: 60px 0; }
.flow .inner_bg {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 20px 30px; }
.flow_list {
  position: relative;
  margin: 0 0 60px;
  padding: 30px 20px;
  border: 3px dotted #333;
  border-radius: 8px; }
.flow_list .box-title {
  position: absolute;
  display: inline-block;
  top: -17px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 2.6rem;
  background: #fff;
  color: #333;
  font-weight: bold; }

.qa {
  padding: 60px 0 0; }

.faq_content {
  margin: 80px 0; }

.q_icon, .a_icon {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  float: left;
  margin: 0 30px 24px;
  background: #008AD1;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2; }

.a_icon {
  clear: both;
  background: #FC6E6E; }

.fa_content {
  padding-top: 3px;
  font-size: 2rem;
  font-weight: bold; }

.a_content {
  padding-top: 6px;
  font-size: 1.6rem; }

.a_list {
  border-bottom: 1px dotted #aaa;
  margin-bottom: 35px;
  padding-bottom: 35px; }

.contact {
  margin-bottom: 0; }

.last_inner_bg {
  background: url(img/common/gplaypattern.png);
  padding: 30px 0;
  }

.last_ttl {
  background: #030A2D;
  margin-bottom: 0;
  color: #fff;
  padding: 30px 0; }
.last h3 {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
  padding: 10px 15px;
  color: #fff;
  background: linear-gradient(to right, #ff7f98, #ff947f); }

.scroll {
  background: url(img/top/scroll.jpg) repeat-x;
  height: 260px;
  animation: scrollmove 50s linear infinite; }

@keyframes scrollmove {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 3200px 0; } }
.single_area {
  margin: 60px 0; }
.single_list_box {
  width: 30%;
  margin: 0 15px 30px; }
.single_list_box_img {
  margin-bottom: 10px; }
.single h3 {
  font-weight: bold; }
.single_txt {
  font-size: 1.6rem;
  margin-top: 5px; }
.single_time {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
margin-top: 5px;}
.single_time:after {
  margin-left: 5px;
  border-top: 1px solid #ccc;
  content: "";
  flex-grow: 1; }

.footer {
  background: #030A2D;
  padding: 30px 0; }
.footer_list a {
  color: #fff; }
.footer_box {
  padding: 0 40px;
max-width: 420px;}
.footer .fb-page {
  width: 500px; }
.footer_list li {
  margin-bottom: 10px;
}
.footer_list li a:hover {
  text-decoration: underline;
}

.attention {
  border: 2px dotted #ef8b8b;
  padding: 20px 30px;
  margin-bottom: 40px;
}
.attention_ttl {
  text-align: center;
  color: #ef8b8b;
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.attention_list {
  margin-bottom: 5px;
}

/*contact7*/

.wpcf7 {
  max-width: 640px;
  margin: 0 auto !important;
}

.wpcf7-submit {
  width: 70%;
  display: block;
  margin: 20px auto;
  padding:15px;
  border-radius:10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: none;
  background: #030A2D;
  color: #fff;
  transition: 0.3s;
  font-weight: bold;
}
.wpcf7-submit:hover {
  background: #2a3a89;
}
div.wpcf7-response-output {
  background: #fff;
}
.move {
  width: 46%;
  margin: 0 20px 20px;
}
#npcatch .title {
  font-size: 1.6rem;
}
#npcatch li {
  margin: 0;
  overflow: hidden;
  clear: both;
  vertical-align: top;
  border-bottom: 1px dotted #aaa;
  padding-bottom: 5px;
  margin-bottom: 8px;
}

/*中ページ*/
.blog-page, .inpage {
  position: relative;
  height: 210px;
  margin-bottom: 60px;
  background-size: cover; }

.cause {
  margin-bottom: 0; }

.inpage::before {
  background: linear-gradient(to right, rgba(194, 255, 244, 0.6), #3498DB);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ''; }

.single-news .inpage::before,.post-type-archive-voice .inpage::before {
  background: linear-gradient(to right, rgba(255, 127, 152, 0.6), #ff947f);
  }

.inpage_cath {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3.6rem;
  color: #fff; }

.content {
  margin-bottom: 80px; }

.inpage_content {
  width: 67%;
  float: left;
  margin-right: 5%; }
.inpage_content time {
  font-size: 1.4rem;
  color: #aaa; }
.inpage_content img {
  margin-bottom: 30px; }
.inpage_content .cate {
  font-size: 1.4rem;
  padding-right: 8px; }
.inpage_content h1 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px; }
.inpage_content h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 50px 0 15px;
  padding: 14px 14px 15px;
  text-align: left;
  background: linear-gradient(to right, #ff7f98, #ff947f); }
.inpage_content h3 {
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 15px;
  margin: 30px 0 20px;
  border-bottom: 2px solid #DD017B; }
.inpage_content h4 {
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 15px;
  margin: 30px 0 20px;
  padding: 7px 0;
  border-top: 2px solid #3e67c1;
  border-bottom: 2px solid #3e67c1;
  background: #f1f8ff;
  color: #3e67c1;
}
.inpage_content p {
  margin-bottom: 20px; }
.inpage_content ul, .inpage_content ol {
  color: #1e366a;
  border-top: solid #1e366a 1px;
  /*上のボーダー*/
  border-bottom: solid #1e366a 1px;
  /*下のボーダー*/
  padding: 0.5em 0 0.5em 1.5em;
  margin-bottom: 30px;
}
.inpage_content ul li, .inpage_content ol li {
  line-height: 1.5;
  padding: 0.3em 0;
  list-style: circle; }
.inpage_content a {
  color:#00a1ff;
}
.inpage_content a:hover {
  text-decoration: underline;
}
.side {
  width: 28%;
  float: left; }
.side h3 {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding: 0.4em 0.6em;
  margin-bottom: 24px;
  background: #eee;
  z-index: -1;
}
.side h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 120px;
  border: 15px solid transparent;
  border-top: 15px solid #eee;
  width: 0;
  height: 0; }

.page_content {
  width: 100%;
  float: none;
  margin-right: 0; }

.tab ul {
  border: none;
  padding: 0; }
.tab ul li {
  float: left;
  list-style-type: none;
  width: 50%;
  padding: 0; }
.tab ul li a {
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 6%;
  text-align: center;
  width: 100%;
  background: #030a2d;
  border: 2px solid #030a2d;
  border-bottom: none; }
.tab ul li a:hover {
  background: #030a2d;
  color: #fff; text-decoration: none;}
.tab ul li a.current {
  background: #fff;
  color: #030a2d; }
.tab #contents {
  clear: both; }
.tab #contents .div {
  padding: 2%;
  text-align: center;
  background: #fff;
  border: 2px solid #030a2d;
  border-top: none;
  padding-bottom: 60px; }
.tab #contents p {
  margin-top: 20px; }

.glay_bg {
  background: #f2f2f2;
  margin: 0;
  padding: 80px 0; }
.single_voice_img {
  float: left;
  width: 42%;
}
.single_voice_list {
  position: relative;
  padding: 0.25em 1em;
  top: 0;
  background: #f2f2f2;
  width: 56%;
  float: right;
  border: none !important;
  z-index: -1;
}
.single_voice_list:before, .single_voice_list:after{
  position: absolute;
  top: 0;
  content:'';
  width: 10px;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.single_voice_list:before{
  border-left: dotted 2px #15adc1;
  border-top: dotted 2px #15adc1;
  border-bottom: dotted 2px #15adc1;
  left: 0;
}
.single_voice_list:after{
  border-top: dotted 2px #15adc1;
  border-right: dotted 2px #15adc1;
  border-bottom: dotted 2px #15adc1;
  right: 0;
}
.single_voice_list li {
  list-style: none !important;
}
.page_over_link {
  margin-top: 40px;
}
.post-navigation {
  overflow: hidden;
  padding: 12px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.prev a {
  float: left;
  width: 50%;
}
.next a {
  float: right;
  width: 50%;
  text-align: right;
}
.c_list{
  color: #ff7f98 !important;/*文字色*/
  border: dashed 2px #ff7f98 !important;/*破線 太さ 色*/
  background: #fff7f8; /*背景色*/
  padding: 0.5em 0.5em 0.5em 2em !important;
}

.c_list li {
  line-height: 1.5 !important;
  padding: 0.2em 0 !important;
  list-style-type: circle!important;
  float: none !important;
  width: 100% !important;
}
.flex_list_02 {
  width: 50%;
  padding: 0 1.5%;
}
.box26 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #95ccff;
  border-radius: 8px;
}
.box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #95ccff;
  font-weight: bold;
}
.box26 p {
  margin: 0;
  padding: 0;
}

.inner_course {
  font-size: 18px;
  width: 45%;
  font-weight: bold;
  margin: 0 10px;
  padding: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  background: #ff7f98;
  text-align: center;
  position: relative;
  z-index: -1;
}
.inner_course02 {
  background: #3498DB;
}
.inner_course:after {
  margin-left: -17px;
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 20px solid #ff7f98;
  position: absolute;
  bottom: -34px;
  left: 50%;
}
.inner_course02:after {
  border-top: 20px solid #3498DB;
}
.tableWrap table tr td:first-child {
  width: auto;
  padding: 30px 10px;
  font-size: 16px;
  position: relative;
  z-index: -1;
  background: #030a2d;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px dotted #aaa;
}
.tableWrap table .space {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px dotted #aaa;
  border-right: 1px dotted #aaa;
  vertical-align: middle;
}
.kokuban_bg {
  background: #27333B;
  padding: 20px 20px 0;
}
.txt_fr {
  width: 60%;
  margin-left: 4%;
}
.blog_content .checklist {
  border: solid 2px #3e67c1;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  border-top: solid #3e67c1 2px;
  border-bottom: solid #3e67c1 2px;
}
.tab .checklist li {
  float: none;
  width: auto;
}
.blog_content .checklist li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}
.blog_content .checklist li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #3e67c1;/*アイコン色*/
}
.cv_btn a {
  color: #333;
}
.cv_btn a:hover {
  text-decoration: none;
}
.cv_btn02 {
  width: 60%;
  border: 2px solid #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.4rem;
}
.cv_btn02 a {
  color: #fff;
  font-weight: bold;
}
.cv_btn02:hover {
  background: linear-gradient(to right, #ff7f98, #ff947f); }


@media all and (max-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height:1.6;
  }
  .header .nav_wrap .logo {
    width: 60%;
  }
  .header_in {
    width: 100%;
  }
  .jiseki_list li {
    width: 48%;
    line-height: 1.2;
  }
  .news_wrap {
    padding: 20px 0; }

  .news_item {
    width: 100%;
    border-left: none; }

  .news_item:first-child {
    margin-bottom: 20px; }
  .content_btn {
    margin: 0 20px;
  }
  .entrance {
    background: linear-gradient(to right, #C2E59C, #3498DB);
    padding: 40px 0;
 }
  .entrance_list {
    flex-wrap: wrap; }
  .entrance_list img {
    width: 100%; }
  .entrance_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .entrance_list h3 {
    font-size: 2rem; }

  .environment {
    margin-bottom: 40px;
  }
  .environment_txt {
    width: 100%;
    margin-right: 0; }

  .character_item img {
    width: 100%;
  }

  .learn {
    padding: 30px 0; }
  .learn_box {
    width: 100%;
    margin-bottom: 20px;
    padding: 0; }
  .learn_icon {
    width: 70px;
    height: 70px;
    line-height: 100px; }
  .learn h3 {
    font-size: 2rem;
    margin-bottom: 20px; }

  .recommend {
    padding: 30px 0;
    margin-bottom: 40px; }
  .recommend_box {
    padding: 20px;
    margin-bottom: 30px; }
  .recommend_list {
    font-size: 1.8rem; }
  .recommend_item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px; }
  .recommend_item h3 {
    font-size: 1.8rem; }

  .voice {
    padding: 30px 0; }
  .voice_list_box {
    width: 100%;
    margin-bottom: 0; }

  .course {
    padding: 30px 0; }
  .course_box {
    width: 100%;
    padding: 0;}
  .course_box p {
    font-size: 1.4rem; }
  .course_box h3 {
    font-size: 1.8rem;
    padding: 15px 10px; }
  .course_box_list {
    font-size: 1.4rem; }

  .movie {
    width: 100%;
    margin-bottom: 60px;
  }

  .character {
    padding: 30px 0;
    margin-bottom: 30px; }
  .character_item {
    max-width: 100%; }
  .character span {
    display: block;
    margin-top: 10px; }

  .flow {
    padding: 30px 0; }
  .flow .inner_bg {
    background: rgba(255, 255, 255, 0.8);
    padding: 60px 20px 30px; }
  .flow_list {
    position: relative;
    margin: 0 0 40px;
    padding: 30px 10px 20px; }
  .flow_list .box-title {
    top: -14px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 1.8rem; }

  .flow .entrance_list a {
    padding: 20px 10px;
  }
  .flow .entrance_list p {
    font-size: 1.4rem;
  }
  .flow .entrance_list h3 {
    font-size: 1.8rem;
  }

  .q_icon, .a_icon {
    margin: 0 15px 24px; }

  .last h3 {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    margin: 30px 0;
    padding: 10px 15px;
    color: #fff;
    background: linear-gradient(to right, #ff7f98, #ff947f); }

  .single_area {
    margin: 40px 0; }
  .single_list_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .single_list_box_img {
    width: 100%; }

  .student {
    margin-bottom: 60px; }
  .student_list p {
    font-size: 1.4rem; }
  .student_name {
    font-size: 2rem; }

  .footer_list {
    margin-bottom: 30px; }
  .footer_fb iframe{ width: 100%!important; }

  .footer_box {
    padding: 0;}

  .voice h3 {
    line-height: 1.4;
  }
  .q_icon, .a_icon {
    width: 30px;
    height: 30px;
    margin: 0 12px 17px;
    font-size: 1.6rem;
  }
  .fa_content {
    padding-top: 0;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .a_content {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .attention_ttl {
    font-size: 2rem;
  }

  .contact {
    margin-bottom: 0; }


  .inpage_cath {
    position: absolute;
    top: 56%;
    font-size: 2.2rem;
  }


  .inpage_content h1 {
    font-size: 2.2rem;
  }

  .blog-page {
    height: 25vh; }

  .inpage_content {
    width: 100%;
    margin-right: 0;
    padding: 0 15px;
  }
  .single_cntent {
    padding: 0;
  }

  .side {
    width: 100%;
    margin-top: 60px; }
  .cv_btn02 {
    width: 100%;
    font-size: 1.8rem;
  }

  .inner_course {
    font-size: 16px;
  }
  .tableWrap table tr td:first-child {
    font-size: 14px;
  }
  .tableWrap table td {
    font-size: 14px;
  }
  .tableWrap table .space {
    font-weight: normal;
    padding: 0 3px;
  }
  .tab ul li a {
    font-size: 14px;
  }
  .tab #contents .div {
    border: 1px solid #030a2d;
  }
  .inpage_content h2 {
    font-size: 2rem;
  }
  .text24 {
    font-size: 20px;
  }
  .txt_fr {
    width: auto;
    margin-left: 0;
  }
  .inpage_content h4 {
    font-size: 2rem;
    padding: 7px 5px;
  }
  .flex_list_02 {
    width: 100%;
    padding: 0;
  }
  .inner_course:after {
    display: none;
  }
  .move {
    width: 100%;
    margin: 0 0 20px;
  }
}


