@charset "UTF-8";


@media screen and (max-width: 639px) {
.sp-only {
display: block; } }
@media screen and (min-width: 640px) {
.sp-only {
display: none !important; } }
@media screen and (max-width: 639px) {
.pc-only {
display: none !important; } }
@media screen and (min-width: 640px) {
.pc-only {
display: block; } }
@media screen and (min-width: 640px) {
br.-sp {
display: none; } }
@media screen and (max-width: 639px) {
br.-pc {
display: none; } }
.reason_ttl {
position: relative;
padding-left: 5em;
border: 2px solid;
font-size: 1.4rem;
font-weight: bold;
padding: .2em .4em .2em 4.8em;
color: #ff971e;
border-radius: 10px 0 0 10px; }
.reason_ttl .reason_num {
position: absolute;
top: 0;
left: 0;
padding: 0 .8rem;
color: #FFF;
background: #ff971e;
height: 100%;
vertical-align: middle;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-weight: bold;
font-size: 1.2rem;
border-radius: 6px 0 0 6px; }
.reason_ttl .pen {
background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #faf037));
background: -webkit-linear-gradient(transparent 70%, #faf037 70%);
background: -o-linear-gradient(transparent 70%, #faf037 70%);
background: linear-gradient(transparent 70%, #faf037 70%); }
@media screen and (max-width: 639px) {
.reason_ttl {
padding: .4em .4em .4em 4.4em;
font-size: 1.4rem; } }
.reason_btn {
background: #00a451;
padding: 10px;
width: 100%;
display: block;
text-align: center;
margin: 10px auto 5px;
border-radius: 10px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
color: #FFF;
font-size: 1.1rem;
font-weight: bold; }
@media screen and (max-width: 639px) {
.reason_btn {
padding: 10px 0; } }
#reason-area article div {
margin-bottom: 10px; }
.price-table {
width: 85%;
margin: 20px auto 10px; }
.price-table .basic {
border: 3px solid #44bcbc;
border-radius: 10px;
text-align: center;
margin-bottom: 40px; }
.price-table .basic:last-child {
margin-bottom: 0; }
.price-table .price-ttl {
background: #44bcbc;
color: #FFF;
padding: 10px;
font-size: 1.8rem;
font-weight: bold; }
.price-table .course-wrap {
padding: 10px 12px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.price-table .time-box {
margin-right: 20px;
border-right: 1px solid #ccc;
padding-right: 20px; }
.price-table .time-box.-noborder {
margin-right: 0;
border-right: none;
padding-left: 0; }
.price-table .txt {
font-weight: bold;
font-size: 1.2rem;
line-height: 1.6;
color: #060606; }
.price-table .txt .txt-r {
color: #fe7474;
font-weight: bold;
font-size: 1.6rem; }
.price-table .waku {
padding: 3px 6px;
background: #44bcbc;
color: #FFF;
font-size: 1rem;
font-weight: bold;
vertical-align: baseline; }
.price-table .triangle1 {
width: 0;
height: 0;
border-left: 7px solid black;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
display: inline-block; }
.price-table .advance_img {
margin-bottom: 40px;
display: block; }
@media screen and (max-width: 639px) {
.price-table {
width: 100%; }
.price-table .time-box {
border-right: none;
margin-right: 0;
padding-right: 0; } }
.movie-wrap {
position: relative;
padding-bottom: 56.25%; height: 0;
overflow: hidden; }
.movie-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.txt {
font-size: 1rem;
line-height: 1.6;
color: #000; }
.three_point {
margin-top: 60px;
padding: 40px 0; }
.three_point .point-img {
width: 100%;
display: block;
margin: 20px auto; }
.point-list {
position: relative;
margin: 0 auto;
padding: 0;
display: table; }
.point-list li {
list-style: none;
list-style-position: outside;
margin: 0;
padding-left: 1.25em;
font-weight: bold; }
.point-list li span {
position: absolute;
left: 0;
margin: 0; }
.point-txt {
font-weight: bold;
font-size: 1.2rem;
text-align: center;
margin-top: 20px;
color: #49b897; }
.cmn_btn {
padding: 15px 80px;
background: #D76664;
color: #FFF;
text-align: center;
font-weight: bold;
font-size: 1.2rem;
border-radius: 5px;
margin: 30px auto;
-webkit-box-shadow: 0px 7px 0px 0px #ac3a38;
box-shadow: 0px 7px 0px 0px #ac3a38;
display: table;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s; }
.cmn_btn.-green {
background: #0eaaaa;
-webkit-box-shadow: 0px 7px 0px 0px #076d6d;
box-shadow: 0px 7px 0px 0px #076d6d; }
@media screen and (max-width: 639px) {
.cmn_btn {
width: 100%;
padding: 3% 0;
font-size: 1rem; } }
.ttl-cmn05.-point_ttl {
border-left: 3px solid #e43838;
color: #e43838;
background: #fff3e7; }
.cmn_info-list {
margin-top: 20px; }
.cmn_info-list .cmn_info {
width: 30%;
margin-bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
padding: 0;
margin-right: 30px;
display: block;
border-bottom: none;
display: flex; }
.cmn_info-list .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.cmn_info-list .item img {
float: none !important;
-o-object-fit: cover;
object-fit: cover;
font-family: "object-fit:cover;";
width: 25em;
height: 14em; }
.cmn_info-list .info-day {
font-size: .9rem;
color: #bdbdbd; }
.cmn_info-list .info-ttl {
font-size: 1.2rem;
font-weight: bold;
padding-bottom: 5px;
display: block; }
.cmn_info-list .info-detail {
font-size: 1rem;
line-height: 1.6;
color: #000; }
.cmn_info-list .info-data {
float: none !important;
margin-left: 0;
margin-top: 10px;
margin-bottom: 20px; }
.cmn_info-list .info-btn {
padding: 10px 0;
background: #0eaaaa;
color: #FFF;
text-align: center;
font-weight: bold;
font-size: 1rem;
border-radius: 5px;
margin-top: auto; }
@media screen and (max-width: 639px) {
.cmn_info-list {
margin-top: 40px;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.cmn_info-list .cmn_info {
width: 100%;
margin-bottom: 10%;
display: block; }
.cmn_info-list .item img {
width: 100% !important;
height: 15em; }
.cmn_info-list .info-data {
width: 100% !important; }
.cmn_info-list .info-btn {
margin-bottom: 10%; } }
.sns-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex; }
.taiken {
margin-bottom: 5px; }
.btn-wrap li a {
display: block;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s; }
.btn-wrap li a:hover {
opacity: .8; }
.btn-wrap .taiken a {
margin-bottom: 5px; }
.sns-ttl {
font-size: .9rem;
font-weight: bold;
text-align: center;
color: #0eaaaa;
padding-bottom: 2px;
margin-bottom: 8px;
border-bottom: 2px dotted #0eaaaa; }
.sns-wrap {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline; }
.sns-wrap a {
display: block;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s; }
.sns-wrap a:hover {
opacity: .8; }
.sns-wrap a::after {
display: none; }
.sns-wrap .sns-icon_sp {
display: block !important;
width: 100%; }
.sns-wrap li {
width: 32.5%; }
.blog-ft_header{
display: flex;
justify-content: space-around;
align-items: center;
border-bottom: 1px dotted #d5d5d5;
padding-bottom: 20px;
margin-bottom: 20px;
}
.blog-ft_header .txt{
font-family: serif;
font-size: 1.3rem;
line-height: 2;
margin-right: 20px;
}
.blog-ft_header .single-thum{
width: 48%;
position: relative;
padding-bottom: 35%;
overflow: hidden;
}
.blog-ft_header .single-thum img{
width: 100%;
position: absolute;
top: 0;
left: 0;
}
.blog-ft_header br.-tab{
display: none;
}
#toc_container ul ul{
font-size: 0.85rem;
}
.blog-contents h1,
.blog-contents h2,
.blog-contents h3,
.blog-contents h4,
.blog-contents h5{
margin-bottom: 1rem;
}
.blog-contents h1{ border-bottom: 1px solid #0EAAA9;
}
.blog-contents h1::first-letter{
color: #0EAAA9;
}
.blog-contents h1 span,
.blog-contents h1 span span{
font-size: 1.25rem!important;
font-weight: 700;
}
.blog-contents h2{
padding: 0.25em 0.5em;
border-left: solid 5px #0EAAA9;
font-weight: 700;
}
.blog-contents h2 span,
.blog-contents h2 span span{
font-size: 1.2rem!important;
text-decoration: none!important;
}
.blog-contents h3{
font-size: 1rem;
display: inline-block;
background-image: linear-gradient(rgba(0,0,0,0) 80%, rgb(14,170,169) 80%);
}
.blog-contents h4, .blog-contents h4 span{
font-size: 1rem;
font-weight: 700;
}
.blog-contents h5{
font-size: 1rem;
padding-left: 2rem;
position: relative;
}
.blog-contents h5::before{
content: "";
position: absolute;
left: 0;
top: 45%;
width: 1.5rem;
height: 1px;
background: #0EAAA9;
}
.supervision{
margin: 60px auto;
background: #f3f3f3;
padding: 40px;
border-radius: 12px;
position: relative;
}
.supervision .prof-img{
width: 15%;
}
.supervision .prof-img img{
width: 100%;
}
.supervision .info-txt{
width: 80%;
}
.supervision .prof-name .sep-icon{
width: 15px;
height: 15px;
display: inline-block;
margin-right: 4px;
vertical-align: middle;
}
.supervision .sup-txt{
font-size: .9rem;
display: block;
color: #ffffff;
position: absolute;
top: -3%;
left: 2%;
background: #0eaaaa;
padding: 4px 12px;
border-radius: 4px;
}
.supervision .prof-name{
font-weight: bold;
font-size: 1.5rem;
line-height: 1.8;
margin-bottom: 12px;
}
.supervision .job-name{
font-size: .9rem;
padding: 4px;
border: 1px solid #0eaaaa;
margin-left: 8px;
vertical-align: middle;
color: #0eaaaa;
}
.prof-detail dt{
font-size: 1rem;
color: #fff;
background: #b3b3b3;
padding: 4px 12px;
margin-bottom: 8px;
display: table;
font-weight: bold;
border-radius: 4px;
}
.prof-detail dd{
font-size: .9rem;
line-height: 1.8;
margin-bottom: 12px;
}
@media screen and (max-width:915px){
.blog-ft_header .txt{
font-size: 1.2rem;
}
}
@media screen and (min-width: 320px) and (max-width: 795px){
.blog-ft_header br.-tab{
display: block;
}
}
@media screen and (max-width:769px){
.supervision{
padding: 8%;
}
.supervision .prof{
flex-direction: column;
align-items: center;
}
.supervision .prof-img{
width: 60%;
max-width: 200px;
margin-bottom: 5%;
}
.supervision .prof-name{
text-align: center;
margin-bottom: 10%;
}
.supervision .job-name{
display: table;
margin: auto;
padding: 2px 12px;
}
.supervision .info-txt{
width: 100%;
}
}
@media screen and (max-width:600px){
.blog-ft_header{
flex-direction: column;
}
.blog-ft_header .txt{
margin-bottom: 5%;
text-align: center;
margin-right: 0;
font-size: 1rem;
}
.blog-ft_header .single-thum{
width: 100%;
padding-bottom: 70%;
}
}
@media screen and (max-width:400px){
.blog-ft_header .txt{
font-size: 1rem;
}
}
#footerFloatingMenu .footer-contact_column{
display: none;
}
@media screen and (max-width:769px){
footer #footerFloatingMenu{
background: #fff;
bottom: 0;
}
#footerFloatingMenu .footer-contact_column{
display: flex;
}
#footerFloatingMenu .footer-contact_column li{
width: 50%;
}
#footerFloatingMenu .footer-contact_column a{
display: block;
padding: 12px 4px;
font-weight: bold;
font-size: 1rem;
}
#footerFloatingMenu .footer-contact_column a.-line{
background: #06C152;
color: #FFF;
}
#footerFloatingMenu .footer-contact_column a.-mail{
background: #D76664;
color: #FFF;
}
#footerFloatingMenu .footer-icon{
width: 20px;
display: inline-block;
margin-right: 8px;
vertical-align: text-top;
}
}.blog-btn02 {
padding: 15px 80px;
background: #D76664;
color: #FFF;
text-align: center;
font-weight: bold;
font-size: 1.2rem;
border-radius: 5px;
margin: 30px auto 0;
-webkit-box-shadow: 0px 7px 0px 0px #ac3a38;
box-shadow: 0px 7px 0px 0px #ac3a38;
display: table;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s; }
@media screen and (max-width: 639px) {
.blog-btn02 {
margin: 0 auto; } }
.blog-btn02:hover {
opacity: .7; }
.what-reha {
position: relative;
margin: 0 auto;
max-width: 1000px;
padding: 60px 0 100px; }
.what-reha .reha-ttl {
background: #fe7b05;
padding: 20px;
color: #FFF;
font-size: 2.6rem;
text-align: center;
margin-bottom: 40px;
font-weight: bold; }
.what-reha .video-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.what-reha .video-wrap li {
width: 32%;
padding-bottom: 23.25%;
height: 0px;
position: relative;
margin-bottom: 30px; }
.what-reha .video-wrap li .video-link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.what-reha .video-wrap li iframe {
width: 100%;
height: 100%;
position: relative;
z-index: -1; }
.what-reha .video-wrap li.-videobtn {
width: 48%;
padding-bottom: 0;
height: auto; }
.what-reha .video-wrap li.-videobtn .btnstyle {
padding: 20px;
background: #0eaaaa;
color: #FFF;
text-align: center;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
font-size: 1.2rem;
display: block;
font-weight: bold;
border-radius: 10px; }
.what-reha .video-wrap li.-videobtn .btnstyle:hover {
opacity: .7; }
@media screen and (max-width: 639px) {
.what-reha {
padding: 30px 15px 40px; }
.what-reha .reha-ttl {
padding: 10px;
font-size: 1.4rem; }
.what-reha .video-wrap li {
width: 100%;
padding-bottom: 56.25%; }
.what-reha .video-wrap li.-videobtn {
width: 100%; }
.what-reha .video-wrap li.-videobtn .btnstyle {
padding: 20px 0; } }
.lity {
background: rgba(255, 255, 255, 0.4); }
.flow-content_01 .flow-wrap01 {
background: #e7fff5;
padding: 30px; }
.flow-content_01 .line-img01 {
width: 19.5%;
display: block; }
.flow-content_01 .line-img01 img {
width: 100%; }
.flow-content_01 .txt {
width: 48%; }
.flow-content_01 .txt .tel-link {
display: table;
margin-top: 10px;
font-size: 1.6rem;
font-weight: bold;
display: table;
color: #2ecf96;
margin-bottom: 20px; }
.flow-content_01 .line-img02 {
width: 25%;
display: block; }
.flow-content_01 .line-img02 img {
width: 100%; }
@media screen and (max-width: 639px) {
.flow-content_01 .line-img01 {
width: 100%;
margin-bottom: 5%; }
.flow-content_01 .txt {
width: 100%; }
.flow-content_01 .line-img02 {
width: 100%; } }
.flow-content_02 .course-content {
background: #e7fff5;
padding: 30px; }
.flow-content_02 ol {
margin-bottom: 30px; }
.flow-content_02 .course-wrap {
width: 100%;
position: relative; }
.flow-content_02 .course-wrap::before {
content: 'STEP1';
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
color: #52c29a;
font-size: 1rem;
font-weight: bold;
padding: 10px 20px;
border-radius: 100px;
margin-right: 20px; }
.flow-content_02 .course-wrap.-num02::before {
content: 'STEP2'; }
.flow-content_02 .course-wrap.-num03::before {
content: 'STEP3'; }
.flow-content_02 .course-wrap .course-ttl {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 20px;
background: #ffde9f;
font-weight: bold;
font-size: 1.2rem;
margin-left: auto;
width: 20%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #CCC; }
.flow-content_02 .course-wrap .course-ttl.-num02 {
background: #ffc14d; }
.flow-content_02 .course-wrap .course-ttl.-num03 {
background: #ff974d; }
.flow-content_02 .course-wrap .info-box {
padding: 20px;
background: #FFF;
width: 68%;
border: 1px solid #CCC; }
.flow-content_02 .course-wrap dl {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.flow-content_02 .course-wrap dl dt {
background: #52c29a;
padding: 2px 10px;
border-radius: 5px;
font-size: .9rem;
color: #FFF;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-right: 10px;
margin-bottom: 0px; }
.flow-content_02 .txt strong {
color: #ff2a2a;
font-weight: bold; }
@media screen and (max-width: 639px) {
.flow-content_02 .course-content {
padding: 4%; }
.flow-content_02 .course-wrap {
margin-bottom: 4%; }
.flow-content_02 .course-wrap::before {
background: #52c29a;
color: #FFF;
margin: 0 auto 4%;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.flow-content_02 .course-wrap:last-child {
margin-bottom: 0; }
.flow-content_02 .course-wrap .course-ttl {
width: 100%; }
.flow-content_02 .course-wrap .info-box {
width: 100%; }
.flow-content_02 .course-wrap dl {
margin-bottom: 4%; } }
.flow-content_03 .course-content {
background: #e7fff5;
padding: 30px; }
.flow-content_03 .flow-img {
width: 50%;
display: block;
margin: 0 auto 40px; }
.flow-content_03 .course-list {
margin-bottom: 40px;
justify-content: center;
}
.flow-content_03 .course-list li {
width: 47%; }
.flow-content_03 .course-list li img {
width: 100%;
display: block;
margin: 20px auto; }
.flow-content_03 .course-list .list-ttl {
color: #49b897;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
margin-bottom: 10px;
font-weight: bold;
font-size: 1.4em; }
.flow-content_03 .course-list .course-txt .name {
display: block;
font-weight: bold; }
.flow-content_03 .txt-box {
background: #FFF;
padding: 30px; }
.flow-content_03 .txt-box .box-ttl {
color: #49b897;
margin-bottom: 10px;
font-weight: bold;
font-size: 1.4em; }
.flow-content_03 .support-btn {
padding: 20px 40px;
background: #0eaaaa;
-webkit-box-shadow: 0px 7px 0px 0px #077272;
box-shadow: 0px 7px 0px 0px #077272;
color: #FFF;
display: table;
text-align: center;
font-weight: bold;
font-size: 1rem;
border-radius: 5px;
margin: 30px auto 0;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s; }
.flow-content_03 .support-btn:hover {
opacity: .8; }
@media screen and (max-width: 639px) {
.flow-content_03 .course-content {
padding: 4% 4% 8%; }
.flow-content_03 .flow-img {
width: 100%; }
.flow-content_03 .course-list li {
width: 100%; }
.flow-content_03 .course-list li:first-child {
margin-bottom: 10%; }
.flow-content_03 .txt-box {
padding: 4%; }
.flow-content_03 .txt-box .box-ttl {
font-size: 1.2rem; }
.flow-content_03 .support-btn {
width: 100%;
padding: 4% 0; } } .course_img{
width: 47%;
margin: auto;
margin-bottom: 20px;
}
.flow-content_03 .course-list{
width: 68%;
margin: auto;
flex-direction: column;
}
.flow-content_03 .course-list li{
width:100%;
} .youtube_box{
}
.top_video_list{
}
.top_video_list .youtube_flame{
position: relative;
width: 32%;
height: 0;
padding-top: 23.25%;
}
.top_video_list iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.youtube_bnr_top{
display: block;
width: 80%;
margin: 20px auto 40px;
}
.youtube_bnr_top picture{
display: block;
width: 100%;
}
.youtube_bnr_top picture img{
display: block;
width: 100%;
}
@media screen and (max-width: 639px) {
.top_video_list{
flex-direction: column;
}
.top_video_list .youtube_flame {
position: relative;
width: 85%;
height: 0;
padding-top: 56.25%;
margin: auto;
margin-bottom: 20px;
}
.top_video_list .youtube_flame:last-of-type{
margin-bottom: 0;	
}
.youtube_bnr_top{
display: block;
width: 100%;
}
.course_img{
width: 100%;
}
.flow-content_03 .course-list {
width: 100%;
}
} .btn_flex{
display: flex;
}
.yellow_border{
background: linear-gradient(transparent 50%, #ffff00 50%);
font-weight: bold;
}
.staff_video_content{
margin-top: 20px;
}
@media screen and (max-width: 639px) {
.btn_flex{
flex-direction: column;
}
}