@charset "UTF-8";

.pc_disp {
	display: block;
}

.sp_disp {
	display: none;
}

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #002f7b;
	letter-spacing: 0.5px;
	min-width: 1100px;
}

.blur{
	animation-name:blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

.header_inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header {
    padding: 20px;
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,0.08);
    z-index: 999;
	min-width: 1100px;
}

ul.header_menu {
    display: flex;
}

ul.header_menu li {
    margin: 0 15px;
}

ul.header_menu li a {
    color: #002f7b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

ul.header_menu li a:hover {
	opacity: 0.5;
}

a.header_contact {
    display: block;
    padding: 14px 40px;
    background: #002f7b;
    font-weight: 700;
    color: #fff;
    border-radius: 100px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

a.header_contact:hover {
	transform: scale(1.05);
	opacity: 0.7;
}

section.fv {
	background-image: url("../img/index/fv_bg.jpg");
	background-position: center top 88px;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #002f7b;
	padding-top: 100px;
	min-height: 654px;
}

.fv_inner {
    width: 1100px;
    margin: 0 auto;
}

h1.fv_cap {
    color: #fff;
    font-size: 2.2rem;
    line-height: 35px;
    font-weight: 700;
}

h1.fv_cap span {
    display: block;
    margin-top: 10px;
    font-weight: 500;
    font-size: 1.3rem;
}

.fv {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;	
}

a.fv_contact {
    display: block;
    background: #fff;
    border-radius: 100px;
    width: max-content;
    color: #002f7b;
    padding: 16px 60px;
    font-weight: 700;
    margin-top: 40px;
    font-size: 2rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

a.fv_contact:hover {
	background: #fff600;
	transform: scale(1.05);
}

section.concept {
    padding: 100px 0;
}

.concept_inner {
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.concept_image {
    width: 45%;
}

.concept_cap {
    width: 50%;
}

.concept_cap h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.concept_cap p {
    line-height: 29px;
    padding-left: 5%;
}

.concept_cap h2 span {
    display: block;
    font-size: 2rem;
    margin-bottom: 10px;
    letter-spacing: 3px;
    opacity: 0.3;
}

.course_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.course_inner h2 {
    display: block;
    padding: 12px 0;
    margin-bottom: 2%;
    font-size: 2rem;
    text-align: center;
    border-top: 1.5px solid #002f7b;
    border-bottom: 1.5px solid #002f7b;
}

section.course {
    padding: 0 0 100px;
}

section.price {
    background: #eceef4;
    padding: 100px 0;
}

.price_inner h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 50px;
}

.price_inner h2 span {
    display: block;
    font-size: 2rem;
    letter-spacing: 3px;
    opacity: 0.3;
    margin-bottom: 10px;
}

.syuccho {
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    border-radius: 15px;
}

.syuccho h3 {
    text-align: center;
    margin-bottom: 40px;
}

.syuccho_cap {
    width: 53%;
    margin-left: 5%;
}

.syuccho_cap h4 {
    font-size: 2rem;
    margin-bottom: 13px;
    border-bottom: 1px solid;
    padding-bottom: 13px;
}

ul.syuccho_attention li {margin: 10px 0;}

.syuccho_contact {
    display: flex;
    align-items: center;
    max-width: 80%;
    justify-content: space-between;
    margin: 0 auto;
}

ul.syuccho_contact_btn {
    display: flex;
    justify-content: space-between;
    width: 70%;
}

.syuccho_contents {
    margin: 40px auto;
    display: flex;
    justify-content: center;
    max-width: 80%;
}

.features_inner {
    max-width: 1100px;
    margin: 0 auto;
}

section.features {
    padding: 100px 0;
    background: #002f7b;
}

.features_list {
    width: 80%;
    margin: 0 auto;
}

.features_title_main {
    color: #fff;
    margin-left: 5%;
    position: relative;
    z-index: 999;
}

.features_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.features_title_main h2 {
    font-size: 2rem;
    margin: 0 0 30px;
    font-weight: 700;
}

.features_title_main h2 span {
    display: block;
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.features_title_main p {
    line-height: 28px;
}

section.curriculum {
    padding: 100px 0;
}

.curriculum_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.curriculum_inner h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 50px;
}

.curriculum_inner h2 span {
    display: block;
    letter-spacing: 3px;
    font-size: 2rem;
    margin-bottom: 10px;
    opacity: 0.3;
}

.curriculum_inner p {
    text-align: center;
    margin-bottom: 50px;
}

th.c_table_blue {background: #008cd6;color: #fff;padding: 10px 15px;border-bottom: 1px solid  #002f7b;font-size: 1.8rem;}

th.c_table_grey {
    padding: 10px 15px;
    background: #e0eaf0;
    font-size: 1.8rem;
    border-bottom: 1px solid #002f7b;
    width: 33.3%;
    border-left: 1px solid #002f7b;
}

table.curriculum_table td ul li {
    margin: 10px 0;
    position: relative;
    padding-left: 12px;
}

table.curriculum_table td ul {
    padding: 10px 0 10px 10px;
}

table.curriculum_table td ul li:after {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    height: 5px;
    background: #002f7b;
    border-radius: 100%;
    left: 0;
    top: 8.5px;
}

.curriculum_title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 30px;
}

td.curriculum_first {
    border-bottom: 1px dashed;
}

.certification {
    border: 2px solid #002f7b;
    border-radius: 15px;
    margin-top: 50px;
}

.certification h3 {
    text-align: center;
    background: #002f7b;
    padding: 20px 0;
    color: #fff;
    border-radius: 12px 12px 0 0;
    line-height: 40px;
    font-size: 2.4rem;
}

.certification h3 span {
    color: #fff600;
    font-size: 2.4rem;
}

.certification ul {
    padding: 50px;
    display: flex;
    justify-content: center;
}

.certification ul li {
    width: 40%;
    display: flex;
    margin: 0 3%;
}

.certification_cap {
    text-align: left;
    width: 68%;
}

.certification_pic {
    width: 25%;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
    margin-right: 7%;
}

.certification_cap h4 {
    font-size: 2rem;
    display: flex;
    font-weight: 700;
    align-items: center;
    margin-bottom: 15px;
}

.certification_cap p {
    text-align: left;
    line-height: 24px;
    margin-bottom: 0;
}

.specialist_inner {max-width: 1100px;margin: 0 auto;}

section.specialist {
    padding: 100px 0;
	background-image: url("../img/index/specialist_bg.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.specialist_inner h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    font-size: 3rem;
    font-weight: 700;
}

ul.specialist_list li {
    background: #fff;
    padding: 50px;
    margin-bottom: 40px;
    align-items: center;
    display: flex;
    border-radius: 12px;
}

.spercialist_profile {
    width: 25%;
    text-align: center;
	position: relative
}

.specialist_featured {
    position: absolute;
    width: 160px;
    top: -77px;
    left: 40px;
}

.spercialist_profile h4 {
    font-size: 2rem;
}

.specialist_image {
    width: 100px;
    height: 100px;
    background: #eee;
    border-radius: 100%;
    margin: 0 auto 15px;
}

.specialist_cap {
    border-left: 1px solid;
    padding-left: 5%;
}

.specialist_cap h3 {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.specialist_cap p {
    line-height: 26px;
}

.specialist_inner h2 span {
    display: block;
    font-size: 2rem;
    letter-spacing: 3px;
    opacity: 0.3;
    margin-bottom: 10px;
}

.review h2 {
    text-align: center;
    font-size: 3rem;
    padding: 10px 0;
    font-weight: 700;
    margin-bottom: 50px;
}

.review_inner {
    max-width: 1100px;
    margin: 0 auto;
}

section.review {
    padding: 100px 0;
}

ul.review_list {
    display: flex;
    justify-content: space-between;
}

.center_inner {
    display: flex;
    background: #eceef4;
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    justify-content: space-between;
}

ul.center_info li:last-child {
    border-left: 1px solid;
}

.center h2 {
    font-size: 2.2rem;
    background: #002f7b;
    color: #fff;
    width: 34%;
    padding: 35px 5%;
    font-weight: 500;
    height: auto;
    line-height: 44px;
    font-weight: 700;
    position: relative;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.center h2:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #002f7b;
    right: -5px;
    top: 50%;
    margin-top: -15px;
    transform: rotate(45deg);
}

ul.center_info {
    display: flex;
    width: 66%;
}

ul.center_info li {
    width: 50%;
    padding: 25px 5%;
}

.center_access h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.center_access h3 span {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 15px;
    overflow: hidden;
    border: 1px solid;
}

.center_access span {
    display: block;
    font-size: 1.1rem;
    margin-top: 5px;
    line-height: 18px;
}

.center h2 span {
    display: block;
    line-height: 24px;
    font-weight: 500;
    font-size: 1.5rem;
    margin-top: 10px;
}

section.contact_form {
    padding: 100px 0;
}

.contact_form_inner {
    max-width: 1100px;
    margin: 0 auto;
    background: #eceef4;
    text-align: center;
    padding: 100px 0;
    border-radius: 15px;
}

.contact_form_inner h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 50px;
}

.contact_form_inner h2 span {
    display: block;
    font-size: 2rem;
    letter-spacing: 3px;
    opacity: 0.3;
    margin-bottom: 10px;
}

p.contact_formn_cap {
    margin-bottom: 30px;
    line-height: 28px;
}

a.tel_btn {
    display: block;
    padding: 12px 80px;
    border-radius: 100px;
    font-size: 1.6rem;
    color: #002f7b;
    margin: 0 auto 50px;
    width: max-content;
    border: 1px solid #002f7b;
}

a.tel_btn span {
    display: block;
    font-size: 1.1rem;
    margin-top: 2px;
}

.contact_form form {
    max-width: 600px;
    margin: 0 auto;
}

td.contact_td {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    width: 60%;
}

table.formTable tr {
    align-items: center;
    display: flex;
}

th.contact_th {
    margin-bottom: 40px;
    font-size: 1.6rem;
    padding-right: 20px;
    width: 40%;
}

.contact_td input {
    border: none;
    padding: 10px;
    width: 80%;
    font-size: 1.6rem;
    border-radius: 4px;
}

.contact_td {
    font-size: 1.6rem;
}

td.contact_td span {
    padding: 4px 10px;
    background: #d80000;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 4px;
    margin-left: 15px;
}

input.check {
    width: auto;
    margin-right: 3px;
}

input.submit {
    display: block;
    padding: 20px 90px;
    font-size: 2rem;
    font-weight: 700;
    border: none;
    letter-spacing: 2px;
    background: #002f7b;
    color: #fff;
    border-radius: 100px;
    margin: 20px 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

input.submit:hover {
	opacity: 0.7;
	transform: scale(1.05);
}

.form_attention {
    padding: 0 5%;
}

.fv_title {
    max-width: 540px;
    margin-bottom: 40px;
}

.concept_badge {
    position: absolute;
    right: 0;
    width: 200px;
    top: -140px;
}

.concept_badge img {
    width: 100%;
    height: auto;
}

ul.course_list {
    display: flex;
    justify-content: space-between;
}

ul.course_list li {
    width: 32%;
}

.price_table {
    margin: 0 auto 50px;
    max-width: 1100px;
}

.syuccho h3 {
    max-width: 400px;
    margin: 0 auto;
}

.syuccho_price {
    width: 42%;
}

ul.syuccho_attention li {
    font-size: 1.2rem;
    margin: 3px 0;
}

.syuccho_contact h4 {
    width: 30%;
}

ul.syuccho_contact_btn li {
    width: 48%;
}

ul.syuccho_contact_btn li a {
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;	
	display: block;
}

ul.syuccho_contact_btn li a:hover {
	transform: scale(1.05);
	opacity: 0.7;
}

.features_title_image {
    width: 20%;
    position: relative;
}

.features_title_image:after {
    content: "";
    display: block;
    width: 300px;
    height: 300px;
    left: -42px;
    background: #002f7b;
    position: absolute;
    top: -130px;
    border-radius: 100%;
}

.features_title_image img {
    position: relative;
    z-index: 99;
}

.review_list {
    max-width: 800px;
    margin: 0 auto;
}

.review h2 span {
    display: block;
    font-size: 2rem;
    letter-spacing: 3px;
    margin-bottom: 10px;
    opacity: 0.3;
}

.certification_cap h4 span {
    width: 20px;
    margin-right: 7px;
}

.header_logo {
    width: 15%;
}

footer {
    background: #002f7b;
    padding: 50px 0;
    text-align: center;
}

ul.footer_menu {
    display: flex;
    justify-content: center;
}

ul.footer_menu li a {
    color: #fff;
    font-size: 1.3rem;
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

ul.footer_menu li a:hover {
	opacity: 0.5;
}

.footer_logo {
    width: 200px;
    margin: 20px auto;
}

small {
    color: #fff;
    opacity: 0.4;
    font-size: 1.1rem;
}

ul.footer_menu li {
    margin: 0 15px;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	
.pc_disp {
	display: none!important;
}

.sp_disp {
	display: block!important;
}
	
body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #002f7b;
	min-width: inherit;
	letter-spacing: 0.5px;
}

.blur{
	animation-name:blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

.header_inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header {
    padding: 12px 5%;
	min-width: inherit;
    background: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,0.08);
}

ul.header_menu {
    display: none;
}

ul.header_menu li {
    margin: 0 15px;
}

ul.header_menu li a {
    color: #002f7b;
}

a.header_contact {
    display: block;
    padding: 8px 22px;
    background: #002f7b;
    font-weight: 700;
    color: #fff;
    border-radius: 100px;
}

section.fv {
	background-image: url("../img/index/fv_bg_sp.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #002f7b;
	min-height: auto;
}

.fv_inner {
    width: 100%;
    margin: 0 auto;
    padding: 50px 8%;
}

h1.fv_cap {
    color: #fff;
    font-size: 1.6rem;
    line-height: 27px;
    font-weight: 700;
}

h1.fv_cap span {
    display: block;
    margin-top: 10px;
    font-weight: 500;
    font-size: 1.3rem;
}

.fv {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;	
}

a.fv_contact {
    display: block;
    background: #fff;
    border-radius: 100px;
    width: max-content;
    color: #002f7b;
    padding: 10px 40px;
    font-weight: 700;
    margin: 30px auto 0;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

a.fv_contact:hover {
	background: #fff600;
}

section.concept {
    padding: 30px 0;
}

.concept_inner {
    max-width: 90%;
    margin: 0 auto;
    align-items: center;
    position: relative;
    display: block;
    justify-content: space-between;
}

.concept_image {
    width: 100%;
    margin-bottom: 20px;
}

.concept_cap {
    width: 100%;
    padding: 0 5%;
}

.concept_cap h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.concept_cap p {
    line-height: 22px;
    padding-left: 0;
    font-size: 1.2rem;
}

.concept_cap h2 span {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 5px;
    letter-spacing: 3px;
    opacity: 0.3;
}

.course_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.course_inner h2 {
    display: block;
    padding: 10px 0;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    border-top: 1.5px solid #002f7b;
    border-bottom: 1.5px solid #002f7b;
}

section.course {
    padding: 0 0 30px;
}

section.price {
    background: #eceef4;
    padding: 30px 0;
}

.price_inner h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.price_inner h2 span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 3px;
    opacity: 0.3;
    margin-bottom: 5px;
}

.syuccho {
    max-width: 90%;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.syuccho h3 {
    text-align: center;
    margin-bottom: 40px;
}

.syuccho_cap {
    width: 100%;
    margin-left: 0;
}

.syuccho_cap h4 {
    font-size: 1.5rem;
    border-bottom: none;
    padding-bottom: 13px;
    font-weight: 700;
    text-align: center;
}

ul.syuccho_attention li {margin: 10px 0;}

.syuccho_contact {
    display: block;
    align-items: center;
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto;
}

ul.syuccho_contact_btn {
    display: block;
    justify-content: space-between;
    width: 100%;
}

.syuccho_contents {
    margin: 20px auto;
    display: block;
    justify-content: center;
    max-width: 100%;
}

.features_inner {
    max-width: 1100px;
    margin: 0 auto;
}

section.features {
    padding: 30px 0;
    background: #002f7b;
}
	
.features_list {
    width: 100%;
}

.features_title_main {
    color: #fff;
    margin-left: 0;
    position: relative;
    padding: 0 5%;
    z-index: 999;
    display: block;
}

.features_title {
    display: block;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.features_title_main h2 {
    font-size: 1.5rem;
    margin: 0 0 20px;
    font-weight: 700;
    text-align: center;
}

.features_title_main h2 span {
    display: block;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.features_title_main p {
    line-height: 23px;
    font-size: 1.2rem;
}

section.curriculum {
    padding: 30px 0;
}

.curriculum_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.curriculum_inner h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.curriculum_inner h2 span {
    display: block;
    letter-spacing: 3px;
    font-size: 1.2rem;
    margin-bottom: 5px;
    opacity: 0.3;
}

.curriculum_inner p {
    text-align: left;
    margin-bottom: 20px;
    padding: 0 5%;
    line-height: 22px;
    font-size: 1.2rem;
}

th.c_table_blue {background: #008cd6;color: #fff;padding: 8px 12px;border-bottom: 1px solid  #002f7b;font-size: 1.3rem;}

th.c_table_grey {
    padding: 8px 12px;
    background: #e0eaf0;
    font-size: 1.3rem;
    border-bottom: 1px solid #002f7b;
    width: 33.3%;
    border-left: 1px solid #002f7b;
}

table.curriculum_table td ul li {
    margin: 4px 0;
    position: relative;
    padding-left: 7px;
    line-height: 13px;
    font-size: 1rem;
}

table.curriculum_table td ul {
    padding: 10px 0 10px 10px;
}

table.curriculum_table td ul li:after {
    content: "";
    display: block;
    width: 3px;
    position: absolute;
    height: 3px;
    background: #002f7b;
    border-radius: 100%;
    left: 0;
    top: 7.5px;
}

.curriculum_title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 18px;
    padding: 0 3%;
}

td.curriculum_first {
    border-bottom: 1px dashed;
}

.certification {
    border: 2px solid #002f7b;
    border-radius: 10px;
    margin: 20px auto 0;
    width: 90%;
}

.certification h3 {
    text-align: center;
    background: #002f7b;
    padding: 15px 0;
    color: #fff;
    border-radius: 7px 7px 0 0;
    line-height: 22px;
    font-size: 1.4rem;
}

.certification h3 span {
    color: #fff600;
    font-size: 1.4rem;
}

.certification ul {
    padding: 5%;
    display: block;
    justify-content: center;
}

.certification ul li {
    width: 100%;
    display: flex;
    margin: 0 0 20px;
}

.certification_cap {
    text-align: left;
    width: 68%;
}

.certification_pic {
    width: 25%;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
    margin-right: 7%;
}

.certification_cap h4 {
    font-size: 1.5rem;
    display: flex;
    font-weight: 700;
    align-items: center;
    margin-bottom: 7px;
}

.certification_cap p {
    text-align: left;
    line-height: 19px;
    margin-bottom: 0;
    padding: 0;
    font-size: 1.1rem;
}

.specialist_inner {max-width: 1100px;margin: 0 auto;}

section.specialist {
    padding: 30px 0;
    background-image: url("../img/index/specialist_bg.jpg");
    background-size: cover;
    background-attachment: inherit;
    background-repeat: no-repeat;
}

.specialist_inner h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    font-size: 2rem;
    font-weight: 700;
}

ul.specialist_list li {
    background: #fff;
    padding: 50px 5% 25px 5%;
    margin: 0 auto 30px;
    width: 90%;
    align-items: center;
    display: block;
    border-radius: 8px;
}
	
.specialist_featured {
    position: absolute;
    width: 160px;
    top: -72px;
    right: 50%;
    left: inherit;
    margin-right: -80px;
}

.spercialist_profile {
    width: 100%;
    text-align: center;
    display: block;
}

.spercialist_profile h4 {
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.specialist_image {
    width: 100px;
    height: 100px;
    background: #eee;
    border-radius: 100%;
    margin: 0 auto 5px;
}

.specialist_cap {
    border-left: none;
    padding-left: 0;
    width: 100%;
}

.specialist_cap h3 {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.specialist_cap p {
    line-height: 18px;
    font-size: 1.1rem;
}

.specialist_inner h2 span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 3px;
    opacity: 0.3;
    margin-bottom: 5px;
}

.review h2 {
    text-align: center;
    font-size: 2rem;
    padding: 10px 0;
    font-weight: 700;
    margin-bottom: 10px;
}

.review_inner {
    max-width: 1100px;
    margin: 0 auto;
}

section.review {
    padding: 30px 0;
}

ul.review_list {
    display: flex;
    justify-content: space-between;
}

.center_inner {
    display: block;
    align-items: center;
    background: #eceef4;
    width: 100%;
    justify-content: space-between;
}

ul.center_info li:last-child {
    border-left: 1px solid;
}

.center h2 {
    font-size: 2rem;
    background: #002f7b;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 15px 5%;
    font-weight: 500;
    line-height: 36px;
    font-weight: 700;
    position: relative;
}

.center h2:after {
	display: none;
}

ul.center_info {
    display: flex;
    width: 100%;
    border-bottom: 1px solid;
}

ul.center_info li {
    width: 100%;
    padding: 5%;
    background: #fff;
}

.center_access h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.center_access h3 span {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid;
    margin: 0 7px 0 0;
}

.center_access span {
    display: block;
    font-size: 1rem;
    margin-top: 5px;
    line-height: 15px;
}

.center h2 span {
    display: block;
    line-height: 21px;
    font-weight: 500;
    font-size: 1.3rem;
    margin-top: 0px;
}

section.contact_form {
    padding: 0;
}

.contact_form_inner {
    max-width: 100%;
    margin: 0 auto;
    background: #eceef4;
    text-align: center;
    padding: 30px 5% 60px 5%;
    border-radius: 0;
}

.contact_form_inner h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact_form_inner h2 span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 3px;
    opacity: 0.3;
    margin-bottom: 5px;
}

p.contact_formn_cap {
    margin-bottom: 30px;
    line-height: 22px;
    text-align: left;
    font-size: 1.2rem;
}

a.tel_btn {
    display: block;
    padding: 10px 0;
    border-radius: 100px;
    font-size: 1.4rem;
    color: #002f7b;
    margin: 0 auto 50px;
    width: 100%;
    border: 1px solid #002f7b;
}

a.tel_btn span {
    display: block;
    font-size: 1rem;
    margin-top: 2px;
}

.contact_form form {
    max-width: 100%;
    margin: 0 auto;
}

td.contact_td {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    width: 100%;
}

table.formTable tr {
    align-items: center;
    display: block;
}

th.contact_th {
    margin-bottom: 10px;
    font-size: 1.3rem;
    padding: 10px;
    background: #dadfed;
    width: 100%;
    display: block;
}

.contact_td input {
    border: none;
    padding: 10px;
    width: 80%;
    font-size: 1.6rem;
    border-radius: 4px;
}

.contact_td {
    font-size: 1.2rem;
}

td.contact_td span {
    padding: 4px 10px;
    background: #d80000;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 4px;
    margin-left: 15px;
}

input.check {
    width: auto;
    margin-right: 3px;
}

input.submit {
    display: block;
    padding: 15px 90px;
    font-size: 1.5rem;
    font-weight: 700;
    border: none;
    letter-spacing: 1px;
    background: #002f7b;
    color: #fff;
    border-radius: 100px;
    margin: 15px 0;
}

.form_attention {
    padding: 0;
    font-size: 1.1rem;
}

.fv_title {
    max-width: 100%;
    margin-bottom: 30px;
}

.concept_badge {
    position: absolute;
    right: 0;
    width: 30%;
    top: -50px;
}

.concept_badge img {
    width: 100%;
    height: auto;
}

ul.course_list {
    display: block;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto;
}

ul.course_list li {
    width: 100%;
    margin-bottom: 15px;
}

.price_table {
    margin: 0 auto;
    width: 206%;
    padding-bottom: 15px;
    padding-right: 5%;
}

.syuccho h3 {
    max-width: 400px;
    margin: 0 auto;
}

.syuccho_price {
    width: 90%;
    margin: 0 auto 20px;
    display: block;
}

ul.syuccho_attention li {
    font-size: 1.1rem;
    margin: 3px 0;
}

.syuccho_contact h4 {
    width: 100%;
    text-align: center;
    border-top: 1px solid;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
}

ul.syuccho_contact_btn li {
    width: 100%;
    margin-bottom: 10px;
}

ul.syuccho_contact_btn li a {
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;	
	display: block;
}

ul.syuccho_contact_btn li a:hover {
	transform: scale(1.05);
	opacity: 0.7;
}

.features_title_image {
    width: 50%;
    position: relative;
    margin: 0 auto 20px;
}

.features_title_image:after {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    left: 50%;
    background: #002f7b;
    position: absolute;
    margin-left: -100px;
    top: -40px;
    border-radius: 100%;
}

.features_title_image img {
    position: relative;
    z-index: 99;
}

.review_list {
    max-width: 800px;
    margin: 0 auto;
}

.review h2 span {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 3px;
    margin-bottom: 5px;
    opacity: 0.3;
}

.certification_cap h4 span {
    width: 14px;
    margin-right: 7px;
}

.header_logo {
    width: 35%;
}

footer {
    background: #002f7b;
    padding: 30px 0;
    text-align: center;
}

ul.footer_menu {
    display: flex;
    justify-content: center;
}

ul.footer_menu li a {
    color: #fff;
    font-size: 1.2rem;
    display: block;
}

.footer_logo {
    width: 140px;
    margin: 20px auto;
}

small {
    color: #fff;
    opacity: 0.4;
    font-size: 1.1rem;
}

ul.footer_menu li {
    margin: 0 15px;
}

.concept_cap p br {
    display: none;
}

ul.syuccho_contact_btn li:last-child {
    margin-bottom: 0;
}

.features_title_main p br {
    display: none;
}

th.c_table_blue span {
    font-size: 0.9rem;
    display: block;
}

.curriculum_title br {
    display: none;
}

.certification ul li:last-child {
    margin: 0;
}
	
.price_area {
    overflow-x: scroll;
    margin-bottom: 10px;
    padding-left: 5%;
}
	
.features_list {
    padding: 0 5%;
}
	
.curriculum_contents {
    width: 94%;
    margin: 0 auto;
}
}