@charset "UTF-8";
/*!
Theme Name: Therapist Academy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.1.3
*/



/* reset */
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;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}



body {
	width: 100%;
	font-size: 14px;
	line-height: 2;
	font-family: "M PLUS Rounded 1c", sans-serif;
	overflow-x: hidden;
	color:#3C3C3C;
	counter-reset: number 0;
}

html {
  scroll-behavior: smooth;
	scroll-padding-top: 110px;
}


a{
	color:#69bd82;
	text-decoration: none;
	transition : all 0.5s ease 0s;
}

img a:hover{
	opacity: 0.7;
}


a:active, a:focus,input:active, input:focus{outline:0;}

h1 {
	font-size: 40px;
	font-weight: 600;
	padding: 10px 0;
	letter-spacing: 3px;
}

@media (max-width: 600px) {
	h1 {
	font-size: 30px;
	font-weight: 600;
	padding: 10px 0;
}
}


hr {
	height: 1px;
}

* {
    box-sizing: border-box !important;
}


a.anchor {
    display: block;
}


/* 共通
------------------------------------------------------------*/

.cen {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.img-cen {
	margin: 10px auto;
	text-align: center;
}

img{
	width: 100%;
	height: auto;
	vertical-align:top;
}

img.img100 {
	width:100px !important;
}

img.img120 {
	width:120px !important;
}

img.img200 {
	width:200px !important;
}

img.img80p {
	width:80% !important;
}
@media (max-width: 600px) {
img.img80p {
	width:100% !important;
}
}


.mtb10 {margin: 10px 0 !important;}
.mtb20 {margin: 20px 0 !important;}
.mtb30 {margin: 30px 0 !important;}
.mtb50 {margin: 50px 0 !important;}
.mtb70 {margin: 70px 0 !important;}

.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt50 {margin-top: 50px !important;}
.mt70 {margin-top: 70px !important;}

.mb0 {margin-bottom: 0 !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb100 {margin-bottom: 100px !important;}

.ptb70 {padding: 70px 0 !important;}

.pb10 {padding-bottom: 10px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb50 {padding-bottom: 50px !important;}
.pb70 {padding-bottom: 70px !important;}
.pb90 {padding-bottom: 90px !important;}
.pb100 {padding-bottom: 100px !important;}

.pt30 {padding-top: 30px !important;}
.pt50 {padding-top: 50px !important;}
.pt70 {padding-top: 70px !important;}
.pt100 {padding-top: 100px !important;}
.pt120 {padding-top: 120px !important;}
.pt200 {padding-top: 200px !important;}

.spacer20 {height: 20px;}
.spacer30 {height: 30px;}
.spacer50 {height: 50px;}
.spacer60 {height: 60px;}
.spacer70 {height: 70px;}
.spacer75 {height: 75px;}
.spacer80 {height: 80px;}
.spacer100 {height: 100px;}
.spacer120 {height: 120px;}
.spacer200 {height: 200px;}

.tb {
	font-weight: bold;
}



/*PCで無効*/
.pc_show{
    display: block;
}
.sp_show{
    display: none;
}

/*スマートフォンで有効*/
@media screen and (max-width:768px) {
    .pc_show{
        display: none;
    }
	.sp_show{
        display: block;
    }
}



@media screen and (min-width: 600px){
.br-sp {display: none; }
}


.bg-white {
	background: rgba(255,255,255,0.7);
}

.sv-fit img {
	object-fit: cover;
  width: 100%;
  height: 100%
}




.child_1{
  order: 1;
}
.child_2{
  order: 2;
}


@media (max-width: 900px) {
.child_1{
  order: 2;
}
.child_2{
  order: 1;
}
}



.effect-fade {
  opacity: 0;
  transform: translate(0, 100px); /* フェードインで動く高さを指定 */
  transition: all 2000ms; /* フェードインにかかる時間を指定 */
}
.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}




/*　ボタン　*/


.btnwrap {
	text-align: center;
	margin-top: auto;
}
.btn {
  background: #69bd82;
  color: #fff; 
  padding: 7px; 
	display: inline-block;
	width: 70%;
  text-decoration: none;
  border-radius: 30px; 
  transition-property: opacity;
　-webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.btn:hover {
  opacity: .7;
}



ol {
  position: relative;
  margin: 0;
  padding: 0 10px 0 6px;
  list-style: none;
  font-weight: bold;
}
ol li {
  position: relative;
  margin: 12px 20px 0 24px;
  padding: 0;
  line-height: 1.5;
}

ol {
  counter-reset: li;
}
ol > li:before {
  position: absolute;
  font-weight: bold;
  counter-increment: li;
  content: counter(li) "";
  left: -34px;
  top: -1px;
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 14px;
  text-align: center;
  border-radius: 100%;
  box-sizing: border-box;
  line-height: .9;
  background: #69bd82;
  padding: 6px 0;
}


/* スマホ設定 */
@media screen and (max-width: 768px) {
  ol {
    padding: 0 10px 0 20px;
    font-size: 14px;
  }
  ol li {
    margin: 6px 20px 0 8px;
    padding: 0;
  }
  ol > li:before {
    font-size: 12px;
    left: -30px;
    top: 0px;
    padding: 4px 0;
    width: 20px;
    height: 20px;
  }
}

.wh-wrap {
	background:#fff;
	padding: 60px 60px 80px;
	margin-bottom: 50px;
	border-radius: 10px;
}


.wh-wrap a {
	border-bottom: 1.5px solid;
    padding-bottom: 2px;
    font-weight: 600;
}

.wh-wrap a:hover {
	color: #999;
}

.wh-wrap h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 70px;
	    width: 100%;
    text-align: center;
	font-size: 20px !important;
}
.wh-wrap h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

.wh-wrap h2 {
	font-size: 18px !important;
}




@media screen and (max-width:800px) {
	.wh-wrap {
	padding: 50px 30px;
}
}
	





/* メニュー
------------------------------------------------------------*/

.menu-wrap {
	width: 100%;
	position: fixed;
	z-index: 10;
	background: #fff;
}

#menu {
	display: flex;
	justify-content:space-between;
	margin: 0 30px;
	position: relative;
	height: 100px;
	align-items: center;
}


.logo {
	width: 200px;
	z-index: 100;
}

#menu-btn {
  display: none;
}

#menu-content {
  margin: 0;
  list-style-type: none;
}

#menu-content > li {
  position: relative;
  float: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#menu-content > li > a {
  display: block;
  padding: 5px 15px;
  color: #69bd82;
	font-weight: 500;
  font-size: 15px;
  text-decoration: none;
}

#menu-content > li > a > .blogicon-chevron-down {
  margin-right: 5px;
}

#menu-content > li > ul.second-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding-left: 0;
  list-style-type: none;
	background: #fff;
	padding-top: 10px;
}

#menu-content > li:hover > ul.second-content {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}

#menu-content > li > ul.second-content > li {
  text-align: center;
  width: 150px;
}

#menu-content > li > ul.second-content > li > a {
  display: block;
  line-height: 50px;
  color: #69bd82;
  font-size: 14px;
  text-decoration: none;
}

#menu-content > li > ul.second-content > li > a:hover {
  background:#EEEEEE;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 1150px) {
  nav {
    position: fixed;
    top: 0;
    left: -100vw;
    bottom: 0;
    width: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
	height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0;
	visibility: hidden;
  }
  .open nav {
    left: 0;
    opacity: 1;
	  visibility: visible;
  }
  nav .inner {
    padding: 30px 50px !important;
	      overflow: hidden;
	  margin-top: 70px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .toggle_btn {
    display: block;
    position: fixed;
    top: 35px;
    right: 30px;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 10;
  }
  .toggle_btn span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #333;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #333;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(45deg);
  }
  #mask {
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
  #menu-content > li {
    width: 100%;
    margin-bottom: 5px;
  }
  #menu-content > li:hover {
    background: none;
  }
  #menu-content > li > a {
    height: 100%;
    padding: 0px;
    font-size: 16px;
  }
	
  #menu-content > li > ul.second-content {
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #menu-content > li > ul.second-content > li {
    width: 100%;
    text-align-last: left;
  }
	
#menu-content > li > ul.second-content > li > a::before {
   content: "- ";
  }
	
  #menu-content > li > ul.second-content > li > a {
    padding-left: 15px;
	  line-height: 30px;
  }
  #menu-content > li > ul.second-content > li > a:hover {
    background: none;
  }
	
}



.waku {
	background: #ff8c00;
	border-radius: 5px;
	padding: 0 3px;
	color: #fff !important;
}

.waku a{
	color: #fff !important;
	transition : all 0.5s ease 0s;
}

.waku:hover {
	background: #ccc;
	transition : all 0.5s ease 0s;
}

.waku a:hover {
	color: #fff !important;
}



@media screen and (max-width: 1150px) {
	.waku {
	background: #ff8c00;
	border-radius: 5px;
	margin: 10px 0 !important;
	padding: 0 10px !important;
	color: #fff !important;
	width: 120px !important;
}



.waku:hover {
	background: #ccc !important;
	transition : all 0.5s ease 0s;
}



}




/* TOP
------------------------------------------------------------*/

.top-2c{
  display: flex;
  justify-content: space-between;
	width: 100%;
	margin: 0 auto 100px;
	flex-wrap :wrap;
}

.t2c{
  width: 5%;
	position: relative;
	background: #fff;
}

.t2c2{
  width: 95%;
	position: relative;
}



@media(max-width: 900px){
	
.top-2c{
  flex-direction: column;
	 width: 100%;
	margin: 0 auto 30px;
}

.t2c{
  width: 100%;
		margin:0 0 0;
}
.t2c2{
  width: 100%;
		margin:0 0 0;
}
}



.slider {
	border-radius: 10px 0 0 10px;
	margin-top: 100px;
	overflow: hidden;
	height: calc(95vh - 100px);
  margin-inline: auto;
  width: 100vw;
}

.slick-img img {
  margin: auto;
  object-fit: cover;
  width: 100%;
	height:  calc(95vh - 100px);
}



@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.top-img {
  position: absolute;/*絶対配置*/
  top: 65%;
  left: -30px;
  margin:0;
  padding:50px;
	text-align: center;
	color: #fff;
	font-size:16px;
	font-weight: 600;
	line-height: 1.6;
	background: #69bd82;
	border-radius: 5px;
  }
.img-ts {
	width: 300px;
	margin: 0 auto 10px;
}	


@media screen and (max-width: 1140px) {
	.main-img {
	margin-top:90px;
}
	.top-img {
  position: absolute;
  margin:0;
  }
}


@media screen and (max-width: 900px) {
	.slider {
	border-radius: 0;
	height: inherit !important;
}
	.slick-img img {
	height: inherit !important;
}
	.top-img {
		top: -70px;
		position: inherit;
		left: 0;
		margin: 0 auto;
		width: 70%;
		padding:20px;
  }
	.img-ts {
		max-width: 300px;
	width: inherit;
	margin: 0 auto 10px;
}	
}




.tp-col {
	display: flex;
  flex-wrap: wrap;
	width: 800px;
	margin: 0 auto;
}

.tp-c1 {
	width: 300px;
	padding: 0 20px 0 0;
	font-size: 16px;
}

.tp-c1 h2{
	font-size: 32px !important;
	margin-bottom: 60px;
	color: #69bd82;
	line-height: 1.8;
}


.tp-c2 {
	flex: 1;
	position: relative;
	padding: 0 0 0 70px;
}

.tpimg1 {
	width: 330px;
	border-radius: 10px;
}
.tpimg2 {
	border-radius: 10px;
	width: 70%;
	position: absolute;
	right: 0;
	bottom: 50px;
}


@media screen and (max-width: 900px) {
	.tp-col {
		flex-direction: column;
		width: 100%;
		margin: 0 auto 30px;
}

.tp-c1{
  width: 100%;
		margin:0 0 50px;
}
.tp-c2{
  width: 100%;
	padding: 0 0 0 0;
		margin:0 0 50px;
	}
	.tpimg1 {
	width: 80%;
}
.tpimg2 {
	width: 80%;
	position: absolute;
	right: 0;
	bottom: -120px;
}
}





.wave-wrap {
  position: relative;
	z-index: -1;
}
.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.wave-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


.bg-lg {
	background: #E7F1E6;
}



.md-wrap {
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 50px;
	z-index: 2;
	position: relative;
}

.md-wrap h3 {
	font-size: 28px;
    letter-spacing: 3px;
    font-weight: 600;
	color:#69bd82 ;
}

.md-img {
	width: 30px;
	margin: 20px auto;
}


.md-wrap2 {
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	z-index: 2;
	position: relative;
	top:-50px;
}

.md-wrap2 h3 {
	font-size: 28px;
    letter-spacing: 3px;
    font-weight: 600;
	color:#69bd82 ;
}





/*新着アーカイブ*/


.news-list{
  list-style: none outside;
  margin: 0 0 40px;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #ddd;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 14px;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 200px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #69bd82;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
	border-radius: 5px;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
	font-size: 16px;
}
.news-list .item a:hover .title{
  color: #999;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}



/*メイン*/

.content{
    margin: 0 auto 120px;
    width: 1000px;
	padding: 0 20px;
}

.s-content{
    margin: 0 auto 120px;
    width: 1000px;
	padding: 50px 20px 0;
}


.content-all{
	margin: 0 auto ;
}

.beige-wrap {
	background: #F4F1EC;
	width: 100%;
	height: 100%;
	overflow: auto;
}



.content h2,.s-content h2{
    font-size: 40px;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1.8;
}

.content h3,.s-content h3{
    font-size: 28px;
	letter-spacing: 1px;
	font-weight: 500;
}



.txt {
	margin: 50px 0;
}

.txt a {
	border-bottom: 1.5px solid;
    padding-bottom: 2px;
    font-weight: 600;
}

.txt a:hover {
	color: #999;
}


.txt h3 {
	font-size: 24px;
}




@media screen and (max-width: 1000px) {
.content{
    width: 90%;
	margin: 0 auto 80px;
}
.content h2,.s-content h2{
    font-size: 24px;
}
.content-all{
	margin: 0 auto;
}
.content-all h2{
    font-size: 20px;
}
.s-content{
    width: 90%;
	margin: 0 auto 80px;
}
.content-s{
    width: 90%;
}
	
.txt h3 {
	font-size: 22px;
}
}



.tit-wrap {
	padding-top: 100px;
	width: 100%;
	position: relative;
}







.pickup-img {
	position: absolute;
	top: 5px;
    left: 0;
    z-index: 5;
    color: #fff;
	font-size: 12px;
	font-weight: 600;
}

.pickup-img::before {
	content: "";
	position: absolute;
	background: #ff0000;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	z-index: -1;
	top: -18px;
	left: -12px;
}

.pt-name {
	display: inline-block;
    background:#F7F7F7;
    padding: 6px 10px;
    font-size: 12px;
    position: absolute;
    top:-40px;
}


.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "\f105";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
  vertical-align: middle;

}

.news-item{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-item:first-child{
  border-top: 1px solid #CCC;
}
.news-dt{
  margin: 0;
  min-width: 120px;
  font-size: 14px;
	font-weight: 500;
  padding: 0 20px 0 0;
}
.news-category{
  margin: 0;
  min-width: 120px;
  padding: 0 20px 0 0;
}
.news-category span{
  background: #69bd82;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
	border-radius: 5px;
}
.news-title{
  margin: 10px 0 0;
  width: 100%;
	font-size: 18px;
	font-weight: 500;
	position: relative;
}


.news-title a{
  color: #3C3C3C;
}
.news-title a:hover{
  color: #69bd82 !important;
}

.text-all {
	font-size: 14px;
	padding: 10px 0;
}
.time-wrap {
	margin: 10px 0 30px;
}

@media screen and (max-width: 767px){
.news-item {
  flex-wrap: wrap;
}
.news-dt{
  min-width: 100px;
}
.news-title{
  margin-top: 10px;
}
}



.news-wrap {
	width: 100%;
	background:#fff;
	padding: 40px 50px 60px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.news-wrap h3 {
	
	margin-bottom: 20px;
}


.article-wrap {
	font-size: 16px;
}

.article-wrap ul {
	list-style: disc;
	padding-left: 30px;
}




/* 受講生の声 */

.voice-wrap {
	width: 100%;
	position: relative;
}
.circle{
  width: 300px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
	position: absolute;
	bottom: -120px;
	left: 0;
    right: 0;
	margin: auto;
}

.f-box4 {
  display: grid;
	grid-template-columns: repeat(3, 1fr);
 column-gap: 30px;
 row-gap: 30px;
}
	
.fb4 {
	font-size: 16px;
	text-align: left;
	position: relative;
	background: #E7F1E6;
	border-radius: 10px;
	padding: 20px;
}

.fb4 img {
border-radius: 5px;
}




@media(max-width: 800px){
  .f-box4 {
  display: grid;
	grid-template-columns: repeat(2, 1fr);
}
}


.vo-name {
	color: #000;
}
.vo-class {
	background: #69bd82;
	color: #fff;
	display: inline-block;
	padding: 0 15px;
	border-radius: 30px;
	margin: 10px 0;
	font-size: 12px;
}
.vo-txt {
	color: #000;
	font-size: 12px;
}







/* 3カラム */

.t-box3 {
  display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top: 50px;
}
	
.t-b3 {
	width: calc((100% / 3) - 20px);
	font-size: 12px;
	text-align: left;
	border-right: 1px solid #3C3C3C;
	padding-right: 20px;
}

.t-b3:first-child {
	padding-left: 20px;
}

.t-b3:last-child {
	border-right:none;
}


.sz-wrap {
	display: flex;
	flex-direction:column;
}
.sz-no {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	border-bottom: solid 4px #69bd82;
	margin: 10px auto;
	line-height: 1.4;
}
.sz-title {
	font-size: 20px;
	padding-bottom: 20px;
	font-weight: 600;
	text-align: center;
}
.sz-text {
	font-size: 12px;
	padding-bottom: 20px;
}


@media(max-width: 800px){
  .t-box3 {
	  width: 95%;
	  margin: 0 auto;
	  justify-content: space-between;
  }
	.t-b3 {
		width:100%;
    font-size: 14px;
		border-bottom: 1px solid #3C3C3C;
		border-right:none;
		padding:10px 0 20px;
		text-align: center;
}
	.t-b3:first-child {
	padding:0 0 20px;
}
	
	.sz-wrap {
	display: flex;
	flex-direction:row;
}
	.sz-no {
	font-size: 36px;
	font-weight: 600;
	margin: 10px 20px auto 10px;
}
.sz-title {
	font-size: 20px;
	padding-bottom: 5px;
	font-weight: 600;
	text-align: left;
}
.sz-text {
	font-size: 12px;
	padding-bottom:0;
	width: 80%;
	margin-top: 15px;
	text-align: left;
}
}







/* 2カラム */


.f-box2{
  display: flex;
  justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	flex-wrap :wrap;
}

.fb2{
  width: 47%;
	position: relative;
}

.fb2 img {
	border-radius: 10px;
}

.fb2 h2 {
	font-size: 30px;
	font-weight: 600;
	margin: 20px 0 30px;
	color: #69bd82;
}

.cir {
	list-style:disc;
	margin-left: 20px;
	font-size: 16px;
	font-weight: 500;
}


.f-box2-2{
  display: flex;
  justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	flex-wrap :wrap;
}

.fb2-2{
  width: calc((100% / 2) - 15px);
	position: relative;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
	display: flex;
    flex-direction: column;
}

.fb2-2-t {
	padding: 30px;
}

.fb2-2 img {
	border-radius: 10px 10px 0 0;
}

.fb2-2 h2 {
	font-size: 30px;
	font-weight: 600;
	margin: 20px 0 30px;
	color: #69bd82;
}


.cl-fb{
  display: flex;
  justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	flex-wrap :wrap;
}

.cl-fb1{
  width: 100px;
	font-size: 18px;
	font-weight: 600;
	color: #69bd82;
}

.cl-fb2{
  flex: 1;
	padding-top: 3px;
}


@media(max-width: 800px){

	.sp-cen {
		text-align: center;
	}
	
 .f-box2{
  flex-direction: column;
	 width: 100%;
}

.fb2{
  width: 100%;
		margin:0 0 20px 0;
}
	
	.f-box2-2{
flex-direction: column;
}

.fb2-2{
  width: 100%;
	border-radius: 10px;
	margin-bottom: 30px;
}
}





/* お知らせ
------------------------------------------------------------*/

/* 3カラム */

.f-box3 {
  display: flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	margin-top: 30px;
}
	
.fb3 {
	width: calc((100% / 3) - (40px * 2 / 3));
	font-size: 16px;
	text-align: left;
	margin-bottom: 40px;
	margin-right:40px;
	position: relative;
	background: #fff;
}



.fb3:nth-of-type(3n) {
margin-right: 0;/*右端に来る箱だけ右側の余白を消す*/
}


.n-wr {
	padding: 0 15px 15px 15px;
}

.image-trim {
  position: relative;
  overflow: hidden;
  padding-top: 70%; /* 比率 */
}
.image-trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
	height: 100%;
  object-fit: cover;
}

.image-trim-s {
  position: relative;
  overflow: hidden;
  padding-top: 100%; /* 比率 */
}
.image-trim-s img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
	height: 100%;
  object-fit: cover;
}




@media(max-width: 800px){
  .f-box3 {
   flex-direction: column;
	  width: 100%;
	  margin: 0 auto;
  }
	.fb3 {
	width: 100%;
		font-size: 14px;
}

}





/* 受講の流れ
------------------------------------------------------------*/
.flow_design {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flowchart {
  padding-left: 0;
}

.flowchart > li {
  list-style-type: none;
  position: relative;
  padding-left: 120px;
}

.flowchart > li:not(:last-child) {
  padding-bottom: 10px;
}

.flowchart > li .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #fff;
  color: #69bd82;
  position: absolute;
  left: 0;
	top: -10px;
}

.flowchart > li:not(:last-child)::before {
  content: '';
  background: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flowchart > li dl dt {
  font-size: 16px;
  font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
}

.flowchart > li dl dd {
  margin-left: 0;
	margin-bottom: 20px;
}




/* 講座一覧
------------------------------------------------------------*/

.class-cl{
  display: flex;
  justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	flex-wrap :wrap;
	border-radius: 10px;
	background: #fff;
}

.class-c1{
  width: 300px;
	padding: 30px;
}
.class-c1 img{
  border-radius: 10px;
}

.class-c2{
  flex: 1;
	padding: 30px 30px 50px 30px;
}


.class-c2 h3 {
	font-size: 20px !important;
	font-weight: 500;
	color: #69bd82;
	margin-bottom: 10px;
}

.class-c2 p {
	font-weight: 500;
}
.class-c2 dl {
	margin: 10px 0 20px;
}
.class-c2 dt{
  float: left;
	background: #69bd82;
	color: #fff;
	display: block;
	width: 100px;
	border-radius: 30px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
}

.class-c2 dd{
  margin-left: 120px;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 600;
}

.class-dt {
	border-bottom: 3px dotted #F4F1EC;
	margin: 30px 0;
}

@media(max-width: 800px){

 .class-cl{
  flex-direction: column;
	 width: 100%;
}

.class-c1{
  width: 100%;
		margin:0;
	padding: 30px 30px 0 30px;
}
.class-c2{
  width: 100%;
		margin:0 0 20px 0;
}
}



/* コース一覧
------------------------------------------------------------*/


.course h2 {
	font-size: 20px !important;
	font-weight: 500;
	margin-bottom: 15px;
	border-bottom: solid 1px #000;
	padding-bottom: 5px;
}

.course p {
	font-weight: 500;
}
.course dl {
	margin: 10px 0 15px;
}
.course dt{
  float: left;
	background: #69bd82;
	color: #fff;
	display: block;
	width: 100px;
	border-radius: 30px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
}

.course dd{
  margin-left: 120px;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 600;
}


.list {
    list-style-type: disc;
	margin-left: 20px;
}

.list li {
}

.list li::marker {
    color: #69bd82;
}


.c-box2{
  display: flex;
  justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	flex-wrap :wrap;
}

.course {
  width: calc((100% / 2) - 15px);
	position: relative;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
	display: flex;
    flex-direction: column;
	padding: 30px;
}

.c-att {
	font-size: 12px;
	margin: 5px 0;
	line-height: 1.8;
}


@media(max-width: 800px){

 .c-box2{
  flex-direction: column;
	 width: 100%;
}

.course {
  width: 100%;
		margin:0 0 20px 0;
}
}






/* 404
------------------------------------------------------------*/

.tit404 {
	text-align: center;
	width: 100%;
}

.tit404 p {
	font-size: 22px;
	font-weight: bold;
}


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

.pp {
	text-align: left;
	width: 90%;
	margin: 20px auto 0 auto;
	
}
.pp h3 {
	margin: 10px 0 5px 0;
	font-size: 16px;
	font-weight:600;
}

.pp p {
	margin-bottom: 30px;
}
.pp ul {
	margin-left: 20px;
	list-style-type: disc;
}



/* ABOUT
------------------------------------------------------------*/


.ab-col {
  display: flex;
  justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	flex-wrap :wrap;
}

.ab-c1{
  width: 300px;
	margin-right: 50px;
}

.ab-c2{
  flex: 1;
}


@media(max-width: 800px){
 .ab-col{
  flex-direction: column;
	 width: 100%;
}

.ab-c1{
  width: 100%;
	margin:0 0 40px 0;
	text-align: center;
}
	.ab-c2{
  width: 100%;
	margin:0 0 20px 0;
}
}
	

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; 
	margin-top: 30px;
}
 
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}






/* CONTACT
------------------------------------------------------------*/

.faq-col {
  display: flex;
  justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	flex-wrap :wrap;
}

.faq-c1{
  width: 250px;
}


	
.faq-c2{
  flex: 1;
}


@media(max-width: 800px){
 .faq-col{
  flex-direction: column;
	 width: 100%;
}

.faq-c1{
  width: 100%;
	margin:0 0 40px 0;
	text-align: center;
}
	.faq-c2{
  width: 100%;
	margin:0 0 20px 0;
}
}
	

.qa {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
}

.qa summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 20px 20px 20px 50px;
    color: #000000;
    font-weight: 500;
    cursor: pointer;
}

.qa summary::before,
.qa p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa summary::before {
    color: #69bd82;
    content: "Q";
}

.qa summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    content: '';
    transition: transform .5s;
}

.qa[open] summary::after {
    transform: rotate(225deg);
}

.qa p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 10px 20px 20px 50px;
    color: #333;
    transition: transform .5s, opacity .5s;
	text-align: left;
}

.qa[open] p {
    transform: none;
    opacity: 1;
}

.qa p::before {
    color: #69bd82;
    line-height: 1.2;
    content: "A";
}


.con-tit {
	font-size: 24px;
	font-weight: 500;
}

.con-ss{
	font-size: 12px;
}

.con-wrap {
	text-align: center;
	background:#fff;
	border-radius: 10px;
	padding: 60px 60px 80px;
	margin-bottom: 50px;
}


@media screen and (max-width: 768px) {
	.con-wrap {
	width: 100%;
		padding: 30px 10px;
}
}

.turk a {
	font-weight: 500;
	margin-top: 15px;
	display: inline-block;
}

.turk a:hover {
	color: #999;
}

.att {
	font-size: 12px;
	margin: 30px 0;
}

.grecaptcha-badge { visibility: hidden; }


.con-login {
	display: block;
	margin: 30px 0 50px;
	width: 300px;
}

.con-login ul {
	display: flex;
}

.con-login li {
	margin: 0 5px;
	padding: 0 3px;
}
.con-login li a {
	padding: 5px 15px;
	font-weight: 600;
  position: relative;
  display: inline-block;
  text-decoration: none;
}


.con-login li a:hover {
  -webkit-animation: zoom 1s;
  animation: zoom 1s;
}
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.07);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.07);
  }
}


/* フォーラム
------------------------------------------------------------*/


#bbpress-forums div.bbp-search-form {
    margin-bottom: 10px;
}

#bbpress-forums #bbp-search-form #bbp_search {
    line-height: 1.5;
}
.bbp-search-form input, textarea {
	width: inherit;
}



/* フォーム系 申し込みフォーム等
------------------------------------------------------------*/


.sw-form {
	padding: 0;
	margin: 0 auto;
	text-align: left;
}


.sw-q {
	margin-bottom: 20px;
	    font-weight: 600;
    font-size: 14px;
	    display: flex;
    justify-content: space-between;
}

.sw-1 {
	width: 200px;
    padding-top: 15px;
}

.sw-2{
	flex: 1;
}

@media screen and (max-width: 768px) {
	.sw-form{
	width: 100%;
}
	.sw-q {
	flex-direction: column;
}

.sw-1 {
	width: 100%;
}
.sw-2{
	width: 100%;
}
}

.fm-red {
	color: red;
	font-weight: 500;
}

input, textarea {
  width: 100%;
  max-width: 100%;
  margin: 0.5rem 0;
  padding: 0.7rem 1rem;
	    border: none;
    background: #F5F5F5;
	border-radius: 5px;
  color: #3C3C3C;
	font-size: 14px !important;
	display: inline-block;
}




/* 送信ボタン */
input.sub-btn {
	width: 300px;
	padding: 10px 0;
	background: #69bd82;
	color: #FFF;
	border: none;
	margin: 0 auto !important;
    display: block;
	border-radius: 50vh;
    font-weight: 600;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	cursor:pointer;
}

input.sub-btn::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}


/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #ccc;

}





@media(max-width: 600px){
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 30px;
	-webkit-border-radius: 30px;
}
}


.sub-btn input {
	width: 300px;
	padding: 10px 0;
	background:#69bd82;
	color: #FFF;
	border: none;
	margin: 0 auto !important;
    display: block;
	border-radius: 30px;
    font-weight: 600;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	cursor:pointer;
}

/* 送信ボタンホバー */
.sub-btn input:hover{
	background: #ccc;
}




input::placeholder, textarea::placeholder {
  color: #7a7a7a;
	font-weight:400!important;
}
input.error, textarea.error {
  background:#FD2629;
  color: #fff;
}
input.error::placeholder, textarea.error::placeholder {
  color: black;
}

textarea {
  height: 10rem;
}

input[type=radio] {
	display: inline;
	width: 20px;
}


.wpcf7-list-item {
	margin: 0 0 0 0 !important;
}
.wpcf7-list-item-label {

}

input[type=checkbox] {
	display: inline;
	width: inherit;
	margin-right: 10px;
}

input[type=select] {
	display: inline;
}




select{
  position: relative;
	font-size: 14px;
  margin: 0.5rem 0;
  padding: 0.7rem 1rem;
	border: none;
    background: #F5F5F5;
	border-radius: 5px;
  width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;

}

.select-wrap {
    position: relative;
}

.select-wrap:after {
  content: "";
    position: absolute;
    right: 15px;
    top: 25px;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: translateY(-50%) rotate(
-135deg
);
  font-size: 20px;
  pointer-events: none;
}


@media screen and (max-width: 768px) {
	input, textarea {
		width: 100%;
  margin: 0.5rem 0;
  padding: 0.7rem 1rem;
	border: 1px solid rgba(51,51,51,0.4);
  color: #3C3C3C;
	font-size: 14px !important;
	display: inline-block;
}
}
	

.wpcf7 form.sent .wpcf7-response-output, 
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output, 
.wpcf7 form.sent .wpcf7-response-output {
    border: 0 !important;
    padding: 20px !important;
    background: #f2be41 !important;
    margin: 0 0.5em 1em !important;
}

.f12 {
	font-size: 12px;
	line-height: 1.6 !important;
	margin-bottom: 10px;
}

.bg-checkbox {
    margin-bottom: 1rem;
}

.bg-checkbox input[type=checkbox] {
    position: relative;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-top: -1px;
    background-color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    transition: .3s;
	padding: 4px 12px;
	border: none;
    background: #F5F5F5;
	border-radius: 5px;
}



.bg-checkbox input[type=checkbox]:checked {
}

.bg-checkbox input[type=checkbox]:checked::before {
    position: absolute;
    top: 5px;
    left: 6px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    content: '\f00c';
}











/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 820px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
	.pc2 { display: none !important; }/* PCでblockを使いたくない場合 */
}




/* いろいろ
------------------------------------------------------------*/

.cal {
	margin: 40px 0 20px;
	
}
.simcal-week-day-0 {
	color:#ff7d8d;
}
.simcal-week-day-6 {
	color:#49aad5;
}

.re-lst {
	padding: 20px !important;
	background: #f2be41;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	border-radius: 10px;
}



/* ページネーション */

.n-p {
	width: 100%;
	margin: 40px auto 20px auto;
	text-align: center;
	font-size: 14px;
}

.page-numbers {
  margin: 10px 5px;
	line-height: 2;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
}

.current {
	background:#ccc;
	color: #fff;
}



.page-numbers:hover {
	background: #ccc;
	color: #fff !important;
	opacity: 1 !important;
	text-decoration: none;
}






/* フッター
------------------------------------------------------------*/



#footer{
	font-size: 12px;
	width: 100%;
	background: #69bd82;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 30px;
}


.ft-f-box2{
  display: flex;
  justify-content: space-between;
	max-width: 1200px;
	padding: 0 30px;
	width: 100%;
	margin: 0 auto;
	flex-wrap :wrap;
}

.ft-fb2-l{
  width: 300px;
}

.ft-fb2-l a{
  color: #fff;
}

.ft-fb2-r{
	flex: 1;
	display: flex;
	position: relative;
	text-align: right;
	justify-content: flex-end;
}


.ft-logo {
	width: 200px;
	margin-bottom:20px;
}

.copy {
	text-align:left;
	letter-spacing: 1px;
	position:relative;
	right: 0;
}



@media (max-width: 700px) {
.ft-f-box2{
  flex-direction: column;
	 width: 100%;
	margin-bottom: 20px;
}

.ft-fb2-l,.ft-fb2-r{
	width: 100%;
	margin:0;
	text-align: center;
	justify-content:center;
}

	.ft-logo {
	width: 200px;
	margin:0 auto 20px;
}
	
.copy {
	letter-spacing: 1px;
}
}




