@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


body {
	font-family: 'Noto Sans JP', sans-serif;
}
h1, h2, h3, h4, h5, h6, figure {
	font-family: 'Noto Sans JP', sans-serif;
}
.fh5co-nav #fh5co-logo a{
	width: 300px;
	height: 61px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	background-size: contain;
	display: block;
}
.btn {
	font-family: 'Noto Sans JP', sans-serif;
}
.btn-primary {
    background: #50A8B4;
    color: #fff;
    border: 2px solid #50A8B4;
}
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.row-eq-height .course{
	height: calc(100% - 30px);
}
#fh5co-hero {
	background: none;
}
#fh5co-hero_img {
	background-position: bottom center;
	background-size: cover;
	position: relative;
}
#fh5co-hero_img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#fh5co-hero_img .hero-text {
    display: table;
    min-height: 630px;
    height: 630px;
    z-index: 9;
}
#fh5co-hero_img .hero-text > .text-inner {
    display: table-cell;
    vertical-align: middle;
    min-height: 700px;
}
#fh5co-hero_img .hero-text > .text-inner h1,
#fh5co-hero_img .hero-text > .text-inner h2 {
    margin: 0;
    padding: 0;
    color: white;
}
#fh5co-hero_img .hero-text > .text-inner h1 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 300;
}
#fh5co-hero_img .hero-text > .text-inner h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-family: 'Noto Sans JP', sans-serif;
}
#fh5co-hero_img .hero-text > .text-inner .btn {
    padding: 18px 30px !important;
    color: #fff;
    border: none !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
	margin: 0;
}
.course .desc {
    padding: 1.7em;
    background: #fafafa;
}
.course .desc a{
	display: block;
	margin: -1.7em;
	padding: 1.7em;
	color: #828282;
}
.scheme{
	border: #999 solid 2px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.scheme h3{
	color: #fff;
	background: #CCCCCC;
	padding: 0.5em;
	font-size: 18px;
    font-weight: 400;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
	font-family: 'Noto Sans JP', sans-serif;
}
.fh5co-logolist a.img-holder {
	display: block;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	height: 100px;
}
.partner-logo{
	display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 100px;
	margin-top: 20px;
    margin-bottom: 20px;
}
.partner-logo img{
	margin: auto;
	max-height: 100%;
}
#fh5co-mission,
#fh5co-service,
#fh5co-scheme,
#fh5co-alliance,
#fh5co-results,
#fh5co-contact-button,
#fh5co-member,
#fh5co-office_img{
	padding: 7em 0;
	clear: both;
}
#fh5co-office{
	padding: 7em 0 0;
	clear: both;
}
#fh5co-office_img{
	position: relative;
}
#fh5co-office_img h2{
	margin-bottom: 0;
	color: #fff;
}
#fh5co-office_img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
h2 span{
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #828282;
}
.fh5co-counters .icon {
    display: inline-block;
	width: 100%;
}
.fh5co-counters .fh5co-counter {
    display: inline;
}
#fh5co-member .member{
	padding: 7em 0;
	border-bottom: #666 solid 2px;
}
#fh5co-member .member1{
	padding: 0 0 7em 0;
	border-bottom: #666 solid 2px;
}
#fh5co-member .member:last-child{
	border: none;
}
#fh5co-member .member1 span{
	margin-top: 2em;
	display: block;
}
#fh5co-member h3{
	margin-top: 40px;
    margin-bottom: 40px;
}
#fh5co-member p{
	font-size: 20px;
}
#fh5co-member dt{
	text-align: left;
	width: 6em;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.5em;
}
#fh5co-member dd {
    margin-left: 7em;
	padding-left: 1em;
	border-left: #999 solid 2px;
	font-size: 20px;
	line-height: 1.5em;
}
.pricing--rabten .pricing__item{
	height: 100%;
}
.pricing--rabten .pricing__description {
	font-size: 1em;
	font-weight: 400;
	/*margin: 0.5em 0 0.75em;*/
	overflow: hidden;
	padding: .1em 0;
	background: rgba(0,0,0,.3);
}
.pricing--rabten .pricing__description p{
	margin: 1em auto;
	color: #fff;
}
.pricing--rabten .pricing__feature-list{
	padding: 0;
}
.case_list{
	margin-top: 30px;
}
.case{
	background: #fff;
	padding: 2em;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.case_item{
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
}
.case_item1{
	background: #999;
	width: 100px;
	height: 100px;
	display: table;
}
.case_item1 p{
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#fh5co-footer {
	padding: 2em 0 1em;
}
#fh5co-footer p {
	margin-bottom: 0;
}
#fh5co-footer .fh5co-widget h3 {
	font-family: 'Noto Sans JP', sans-serif;
}
#fh5co-footer .fh5co-widget:first-child {
	color: rgba(255, 255, 255, 0.5) !important;
}
#fh5co-footer .fh5co-widget:first-child h3 a {
	width: 300px;
	height: 61px;
	text-indent: -9999px;
	background: url(../images/logo_w.png) no-repeat;
	background-size: contain;
	display: block;
}
#fh5co-footer .fh5co-widget:first-child a {
    color: rgba(255, 255, 255, 0.5);
}
#fh5co-footer .row-pb-md {
    padding-bottom: 0 !important;
}
#fh5co-footer .fh5co-widget:first-child ul {
    padding: 0;
    margin: 0;
}
#fh5co-footer .fh5co-widget:first-child ul li {
    padding: 0 0 0 40px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative;
}
#fh5co-footer .fh5co-widget:first-child ul li:before {
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: .05em;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.office:before,
#fh5co-footer ul li.office:before{
    font-size: 23px;
    content: "\e0b2";
}
.fh5co-contact-info ul li.address:before,
#fh5co-footer ul li.address:before{
    font-size: 30px;
    content: "\e942";
}
.fh5co-contact-info ul li.phone:before,
#fh5co-footer ul li.phone:before{
    font-size: 23px;
    content: "\e98a";
}

@media screen and (max-width: 768px){
.fh5co-nav #fh5co-logo a{
	width: 200px;
	height: 41px;
}

.fh5co-nav-toggle{
	top: 20px;
}
#fh5co-hero_img .hero-text > .text-inner h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 300;
}
#fh5co-mission,
#fh5co-service,
#fh5co-scheme,
#fh5co-alliance,
#fh5co-results,
#fh5co-contact-button,
#fh5co-member,
#fh5co-office_img{
    padding: 3em 0;
}
#fh5co-office {
    padding: 3em 0 0;
}
#fh5co-member .member1{
	padding: 0 0 3em 0;
}
#fh5co-member .member{
    padding: 3em 0;
}
#fh5co-member .member1 span{
	margin-top: 1em;
}
#fh5co-member h3 {
    margin-bottom: 10px;
}
#fh5co-member p{
	font-size: 15px;
}
#fh5co-member dt{
	width: 100%;
	font-size: 15px;
	line-height: 1.5em;
	border-bottom: #ccc solid 1px;
}
#fh5co-member dd {
	width: calc(100% - 1em);
    margin-left: 1em;
	margin-bottom: 1em;
	padding-left: 0;
	border-left: none;
	font-size: 15px;
	line-height: 1.5em;
}
.fh5co-heading {
    margin-bottom: 1em;
}
.partner-logo{
    height: 50px;
	margin-top: 10px;
    margin-bottom: 10px;
}
.course .desc p{
	width: calc(100vw - 81px);
}
.case_item {
  -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}
.case_item .case_item2{
	margin-top: 2em;
}
#fh5co-contact .contactform {
	margin-top: 80px;
}
#fh5co-contact .contactform .form-group:last-child{
	text-align: center;
}
.form-group {
    margin-bottom: 0;
}
.form-control {
    margin-bottom: 2em;
}
#fh5co-contact .contactform .form-group:last-child .btn{
	margin: auto;
}
#fh5co-footer .fh5co-widget:first-child h3 a {
	width: 200px;
	height: 41px;
}
.pricing__item{
	margin-bottom: 30px;
}
.wrap-price {
	width: calc(100vw - 30px);
	padding: 2em;
}
.pricing--rabten .pricing__item {
    height: auto;
}
.case h3{
	font-size: 18px;
}
}