@charset "UTF-8";

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

body {
	letter-spacing: 0!important;
	font-family: "Noto Sans JP", sans-serif;	
}

a {
    transition: all 0.2s ease-in-out 0s;
}

a:hover {
	opacity: 0.5;
}

ul.header_menu {
    display: flex;
    align-items: center;
}

ul.header_menu li a {
    letter-spacing: 0;
    font-size: 1.3rem;
}

ul.header_menu li {
    margin-left: 28px;
}

ul.header_menu li a span {
    font-size: 1rem;
    text-align: center;
    display: block;
    opacity: 0.3;
    line-height: 15px;
}

ul.header_menu li:last-child a, ul.header_menu li:nth-child(6) a {
    padding: 10px 20px;
    background: linear-gradient(22deg,rgba(255, 123, 0, 1) 0%, rgba(255, 178, 46, 1) 100%);
    color: #fff;
    border-radius: 5px;
    min-width: 120px;
    display: block;
    font-weight: 500;
    text-align: center;
}

ul.header_menu li:last-child {
    margin-left: 10px;
}

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

.fv_lead span {
    display: block;
    width: 50%;
    padding-left: 10%;
}

.swiper-slide {
    margin: 0 0.5px;
}

.concept_image {
    width: 40%;
    background-image: url("../img/chair_lp/chair_concept.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.concept_cap {
    width: 60%;
    background: #f3f2f6;
    position: relative;
    padding: 80px 9% 80px 5%;
}

.concept_cap:after {
    position: absolute;
    display: block;
    content: "";
    background: #f3f2f6;
    width: 60px;
    height: 84%;
    left: -60px;
    top: 8%;
    border-radius: 4px 0 0 4px;
}

.concept_inner {
    background: #fff;
    margin: 50px auto 0;
    display: flex;
    max-width: 1100px;
    justify-content: space-between;
}

.concept_inner h2 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.5px;
    color: #3b209e;
    border-bottom: 1px solid #3b209e;
    padding-bottom: 20px;
}

.concept_inner h3 {
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin: 20px auto 15px;
}

.concept_inner p {
    font-size: 1.3rem;
    line-height: 23px;
    letter-spacing: 0.5px;
    font-weight: 300;
    margin-bottom: 30px;
}

section.fv {
    text-align: center;
    margin-top: 59px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.fv_lead {
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-left: -33%;
    width: 66%;
    background-image: url("../img/chair_lp/fv_filter.png");
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-weight: bold;
}

.fv_lead span {
    font-family: "Gloock", serif;
    text-align: center;
    font-size: 5rem;
    color: #fff;
    display: block;
    font-weight: normal;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    border: 1px solid!important;
}

.swiper-button-next, .swiper-button-prev {
    color: #000!important;
}

section.concept {
    position: relative;
}

header {
    padding: 20px 20px 20px 35px;
    background: #fff;
    position: fixed;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    z-index: 99999!important;
    height: auto!important;
}

.header_logo {
    width: 180px;
}

.header_logo span {
    display: block;
    font-size: 1rem;
    font-family: "Gloock", serif;
    text-align: center;
    line-height: 16px;
    letter-spacing: 0.5px;
    margin-top: 5px;
    color: #3b209e;
}

.activity_inner {
    width: 1000px;
    margin: 0 auto;
    border-radius: 3px;
    padding: 70px;
    background: linear-gradient(160deg,rgba(137, 173, 232, 1) 0%, rgba(115, 98, 166, 1) 100%);
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

section.activity {
    padding: 70px 0;
    background: #f9f9f9;
}

.activity_inner h2 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 45px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 20px;
}

section.linkbanner_area {
    background: #f3f2f6;
    padding-top: 40px;
}

.flow_list_second {
    flex-direction: row-reverse;
}

.activity_inner h2 span {
    display: block;
    font-size: 1.8rem;
    color: #fff;
    margin-top: 10px;
}

.activity_inner p {
    font-weight: 300;
    margin-top: 30px;
    font-size: 1.3rem;
    color: #fff;
    padding: 0 5%;
}

ul.activity_list li i {
    color: #784b89;
    margin-right: 5px;
}

ul.activity_list li {
    font-size: 1.6rem;
    width: 49%;
    font-weight: 600;
    background: rgba(255,255,255,0.25);
    padding: 25px 30px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 6px 0;
}

ul.activity_list li i {
    display: block;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 12px;
}

h3.section_title {
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
    line-height: 30px;
    color: #3b209e;
    margin: 50px 0;
}

h3.section_title i {
    color: #3b209e;
    font-size: 3rem;
    margin-right: 10px;
}

ul.activity_list {
    margin: 20px auto;
    display: flex;
    width: 90%;
    justify-content: space-between;
}

/*ステップ*/

.flow {
    width: 1000px;
    margin: 80px auto 0;
}

.flow h2 {
    text-align: center;
    font-weight: 300;
    font-size: 3rem;
    display: block;
    letter-spacing: 0;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

ul.flow_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

ul.flow_list li {
    width: 23.5%;
    background: #f1d4c9;
    padding: 10px;
    position: relative;
    border-radius: 8px;
}

.flow_list_title_large {
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul.flow_list li:last-child {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;	
}

ul.flow_list_first li:last-child:after {
    content: ""!important;
    display: block!important;
    position: absolute!important;
    bottom: -10px;
    right: 50%;
    top: inherit!important;
    margin-right: -10px;
    background: #f9b7aa!important;
    border-radius: 2px;
}

.flow_list_goal span {
    display: block;
    font-size: 1.8rem;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.flow_list_title {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    padding: 2px 0;
    position: relative;
    z-index: 9;
    background: #cc9b8a;
    margin-bottom: 15px;
    border-radius: 3px;
}

.flow_list_contents_box {
    font-size: 1.3rem;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    margin: 8px 0;
    align-items: baseline;
}

.flow_list_contents_box i {
    margin-right: 3px;
    color: #fff;
}

.flow_list_first li:last-child {
    background: #f9b7aa;
    text-align: center;
}

.flow_list_goal {
    color: #fff;
    font-weight: 700;
    line-height: 22px;
    font-size: 1.6rem;
}

ul.flow_list li:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #f1d4c9;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    transform: rotate(45deg);
    border-radius: 0 4px 0 0;
}

ul.flow_list li:last-child:after {
    display: none;
}

.flow_list_second li {
    background: #ffdfa2!important;
}

.flow_list_second li .flow_ {}

.flow_list_second .flow_list_title {
    background: #ffc24b!important;
    color: #fff;
}

.flow_list_second li:last-child {
    background: #ffc24b!important;
    text-align: center;
}

ul.flow_list_second li::after {
    background: #ffdfa2!important;
    right: inherit;
    left: -10px;
}

.flow_list_contents {
    padding: 0 5%;
}

.medical_app_image {
    align-items: center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

img.medical_app_image01 {
    width: 20%!important;
    margin: 0 auto;
}

img.medical_app_image02 {
    width: 62%!important;
}

.medical_app_image img {
    width: 50%;
    border-radius: 4px;
}

.medical_app_image_list {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 30px 0;
}

.medical_app_image_list li {
    width: 20%;
}

.medical_app_image_list img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 5px;
}

ul.medical_app_list {
    width: 100%;
}

section.medical_app {
    margin: 0px auto 5px;
    background: #f3f2f6;
    padding: 80px;
    border-radius: 10px;
    width: 100%;
}

ul.medical_app_list li {
    width: 100%;
    background: #fff;
    padding: 12px 16px;
    font-weight: 400;
    font-size: 1.4rem;
    margin: 6px 0;
    color: #666;
    border-radius: 6px;
}

ul.medical_app_list li i {
    color: #3b209e;
    margin-right: 7px;
}

section.medical_app h4 {
    font-weight: 300;
    text-align: center;
    font-size: 3rem;
    line-height: 48px;
    margin: 40px auto;
    color: #3b209e;
}

.medical_app_image_list_box {
    width: 24%;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 500;
}

.medical_app p {
    text-align: center;
    font-size: 1.6rem;
    display: block;
    margin-bottom: 40px;
    font-weight: 500;
    color: #3b209e;
}

section.medical_app .section_title {
    font-family: "Gloock", serif;
    font-size: 3rem;
    text-align: center;
    width: max-content;
    background: #f3f2f6;
    margin: 0 auto 20px;
    padding: 0 20px;
    z-index: 9999;
    position: relative;
}

section.medical_app .section_title span {
    background: #784b89!important;
}
.medical_app_inner {
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    /* background: #f3f2f6; */
    margin: 0 auto;
}

ul.medical_app_list li span {
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 24px;
    display: block;
    opacity: 0.6;
}


/*////活用例////*/
	
.course_effective {
	min-width: 1200px;
	padding: 50px 0;
}	

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

.course_effective p {
    font-weight: 400;
    margin-bottom: 0;
    line-height: 24px;
    text-align: left;
    font-size: 1.3rem;
    padding-left: 8%;
    letter-spacing: 0.5px;
}

.course_effective ul {
    text-align: center;
    margin: 30px 0 60px;
}

section.outline {
    border-top: 1px solid #ddd;
    padding-top: 80px;
}

.outline_inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 80px;
}

.point_list_area {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.outline_contents {
    background: #f3f2f6;
    padding: 50px;
    max-width: 1000px;
    margin: 0 auto 80px;
    border-radius: 8px;
}

.outline_contents_main_title {
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 20px;
    color: #3b209e;
}

.outline_contents p {
    font-size: 1.3rem;
    line-height: 22px;
    margin: 30px 0;
}

.outline_contents_subtitle {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 3px 0 4px;
    font-size: 1.8rem;
    border-radius: 4px;
    text-align: center;
    background: linear-gradient(160deg,rgba(137, 173, 232, 1) 0%, rgba(115, 98, 166, 1) 100%);
}

ul.outline_contents_list {
    margin: 12px 0 24px;
    justify-content: center;
    background: #fff;
    border-radius: 6px;
    padding: 10px 0;
}

ul.outline_contents_list li i {
    color: #3b209e;
    margin-right: 4px;
    display: block;
    font-size: 1.5rem;
}

ul.outline_contents_list li {
    font-weight: 500;
    width: 100%;
    font-size: 1.3rem;
    padding: 0px 15px;
    align-items: center;
    display: flex;
    line-height: 22px;
    margin: 10px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    text-align: center;
}

ul.outline_contents_list {}

.point_list_small {
    border: 1px solid;
    padding: 20px;
    border-radius: 6px;
    width: 24.5%;
    text-align: center;
    color: #3b209e;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 18px;
}

.point_list_small span {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #3b209e;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
section.outline h2 {
    width: 32%;
    font-size: 3rem;
    font-weight: 500;
    line-height: 45px;
    color: #3b209e;
    text-align: center;
}

.outline_image {
    width: 64%;
    margin: 16px auto 0;
}

.outline_title_image {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
}

span.outline_title_label {
    background: #3b209e;
    color: #fff;
    padding: 1px 10px 3px;
    display: block;
    width: max-content;
    margin: 3px auto;
    font-size: 3rem;
    line-height: 42px;
}

.outline_cap {
    width: 63%;
    border-left: 1px solid #ddd;
    padding: 50px 0 50px 6%;
}

.outline_cap h3 {
    display: block;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 38px;
    margin-bottom: 22px;
    letter-spacing: 0;
}

.outline_cap p {
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    line-height: 26px;
}

.course_effective li {
    display: flex;
    margin: 0 0.25% 3%;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

p.effective_intro {
    text-align: center;
    margin: 0 auto 60px!important;
    font-size: 2rem;
    font-weight: 400;
    padding: 0!important;
    color: #3b209e;
}

.effective_image {
    width: 46%;
    background: #eee;
    margin-bottom: 10px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #fff;
}

.effective_image span {
    position: absolute;
    left: -20px;
    top: -20px;
    color: #d0a6e0;
    font-size: 5rem;
    height: 60px;
    font-weight: 900;
    line-height: 48px;
    border-bottom: 8px solid #d0a6e0;
}

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

.course_effective h4 {
    letter-spacing: 0;
    position: relative;
    text-align: left;
}

.course_effective h4 {
    color: #3b209e;
    font-size: 3rem;
    font-family: "Shippori Mincho", serif;
    line-height: 42px;
    margin: 30px 0 20px;
    padding-left: 8%;
}

.effective_title {
    text-align: left;
    font-size: 1.8rem;
    border-bottom: 1px solid;
    position: relative;
    padding-left: 60px;
    letter-spacing: 0;
    padding-bottom: 6px;
    font-family: "Shippori Mincho", serif;
}

.effective_title span {
    display: block;
    font-size: 9rem;
    position: absolute;
    color: #3b209e;
    left: 10px;
    top: -60px;
    font-family: "Forum", serif;
}

.effective_cap {
    width: 48%;
}

.course_effective li:nth-child(even) {
    flex-direction: row-reverse;
}

.price {
    background-color: #f3f2f6;
    padding: 40px 5%;
}
.price h4 {
    text-align: center;
    line-height: 28px;
    color: #888;
    margin: 30px 0;
}
.target_title {
    display: block;
    background: #d2bca3;
    width: 100%;
	padding: 10px 0;
    height: inherit;
    color: #fff;
    border-radius: 0;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}
.target_title span {
    font-size: 1.4rem;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: inherit;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.target_text {
    vertical-align: middle;
    width: 100%;
    display: block;
    margin: 20px 0 0;
}
.price_contents li {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.price_contents {
    display: block;
    width: 100%;
    vertical-align: top;
    text-align: left;
    font-weight: 600;
}
.price_howmuch {
    font-size: 5rem;
    line-height: 30px;
    width: 40%;
    display: block;
    font-family: "Shippori Mincho", serif;
    margin: 0;
    color: #3b209e;
    text-align: center;
}
.price_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    background: #fff;
    max-width: 1100px;
    border-radius: 10px;
    margin: 0 auto;
}

.price_area_title {
    width: 130px;
    background: #3b209e;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    font-size: 2rem;
    height: 130px;
    font-weight: 500;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.price_howmuch span {
    color: #3b209e;
}

.price_howmuch_title {
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 26px;
    border-bottom: 1px solid #ddd;
    font-size: 2rem;
    padding-bottom: 15px;
}

.zeikomi {
    color: #3b209e;
    letter-spacing: 0;
}

.price_set {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 1.8rem;
    margin: 30px 0 60px;
}

span.price_set_ps {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 10px;
}

span.price_set_title {
    padding: 2px 10px 4px;
    background: #3b209e;
    color: #fff;
    margin-right: 10px;
    font-size: 1.6rem;
    border-radius: 4px;
}
.retake {
    text-align: center;
    padding: 0;
    margin: 30px auto 0;
    max-width: 1000px;
}
.retake_title {
    font-weight: 600;
    font-size: 1.6rem;
    padding: 15px 0;
    color: #666;
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-top: 4px double #aaa;
    border-bottom: 4px double #aaa;
}
.retake p {
    padding: 15px 0 30px 0;
    font-weight: 500;
    color: #444;
    font-size: 1.3rem;
    text-align: left;
    width: 100%;
    margin: 0;
}

.chair_info {
    max-width: 1100px;
    margin: 0 auto 40px;
    border: 50px solid #fff;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.place {
    padding: 20px 25px;
    background: #f9f9f9;
    margin: 8px 0;
    color: #784b89;
    border-radius: 5px;
}
.instructor {
    margin-bottom: 20px;
}
.chair_contents li {
    font-weight: 400;
    margin-bottom: 10px;
    color: #3b209e;
    letter-spacing: 0.5px;
}
.chair_contents li span {
    display: block;
    font-size: 1.2rem;
    line-height: 20px;
    color: #784b89;
    margin-top: 15px;
}
.chair_contents i {
    color: #3b209e;
    margin-right: 6px;
}

.chair_info a {
    display: block;
    padding: 3px 15px;
    background: #3b209e;
    color: #fff;
    font-size: 1rem;
    border-radius: 100px;
    width: 100px;
    text-align: center;
}

.chair_info a:hover {
	opacity: 0.5;
}

.chair_info th {
    padding: 30px;
    border-bottom: 1px solid #3b209e;
    width: 25%;
    color: #3b209e;
    font-weight: 500;
}

.chair_info td {
    padding: 30px;
    color: #784b89;
    font-weight: 400;
    border-bottom: 1px solid #ded1e3;
}

.instractor_prof {
    padding: 10px 20px;
    display: block;
    background: #f8f8f8;
    font-size: 1.2rem;
    line-height: 20px;
    border-radius: 5px;
    margin-top: 17px;
}

.chair_info_inst {
    display: inline-block;
    width: 60px;
    height: 60px;
	background-image: url(../img/teachers/teachers_01.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
    border-radius: 100%;
    margin-right: 15px;
    vertical-align: middle;
}

.retake_text {
    font-size: 1.2rem;
    font-weight: 300;
    max-width: 1100px;
    padding-bottom: 40px;
    border-top: 1px solid #ccc;
    margin: 30px auto 0;
    padding-top: 40px;
}

.retake_text a {
    text-decoration: underline;
    font-size: 1.2rem;
}

.certificate {
    background: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    max-width: 900px;
    justify-content: space-between;
    border-radius: 8px;
    margin: 0 auto 40px;
}

.certificate_image {
    width: 30%;
    border-radius: 10px;
    overflow: hidden;
}

.certificate_cap {
    width: 66%;
    padding: 25px 0;
}

.certificate_title {
    font-size: 2.4rem;
    letter-spacing: 0;
    margin-bottom: 15px;
    color: #3b209e;
    line-height: 34px;
    font-family: "Shippori Mincho", serif;
}

.certificate_cap p {
    letter-spacing: 0.5px;
    line-height: 24px;
}

/*---------------------------------------------------------------*\
	$Youtube
\*---------------------------------------------------------------*/

.movie_area {
    margin: 50px auto;
    text-align: center;
    width: 45%;
    overflow: hidden;
}

.movie_area p {
    font-size: 1.6rem;
    font-weight: 500;
    border-top: 1px solid;
    margin-top: 12px;
    border-bottom: 1px solid;
    padding: 5px 0;
}

.movie_area iframe {
    border-radius: 10px;
    overflow: hidden;
}

section.movie {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}
/*---------------------------------------------------------------*\
	$受講生の声
\*---------------------------------------------------------------*/
.voice {
    padding: 50px 0;
}
.voice_contnets {
    max-width: 1100px;
    margin: 0 auto;
	position: relative;
}
.voice_title {
	position: absolute;
	width: 170px;
	height: 170px;
	background: linear-gradient(160deg,rgba(137, 173, 232, 1) 0%, rgba(115, 98, 166, 1) 100%);
	color: #fff;
	border-radius: 100%;
	text-align: center;
	font-weight: 600;
	left: -15px;
	font-size: 1.4rem;
	line-height: 21px;
	top: -85px;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 10px solid #fff;
}
.voice_title i {
    color: #fff;
    margin-bottom: 5px;
    font-size: 4rem;
}
.voice_list {
    width: 90%;
    margin-left: 10%;
    border: 1px solid #3b209e;
    padding: 30px;
}
.voice_list li {
    margin: 2%;
    width: 45%;
    display: inline-block;
    vertical-align: top;
}
.voice_youtube {
    display: inline-block;
    width: 25%;
    background: #ddd;
    vertical-align: middle;
    border-radius: 5px;
    overflow: hidden;
}
.voice_list h3 {
    text-align: right;
    border-bottom: 2px solid #d2c6b5;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.voice_list h4 {
    color: #3b209e;
    display: inline-block;
    padding-left: 3%;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 23px;
    text-align: left;
    margin-top: 10px;
    letter-spacing: 0;
    width: 70%;
    vertical-align: middle;
}
.voice_list span {
    display: block;
    font-weight: 500;
    color: #555;
    font-size: 1.2rem;
    letter-spacing: 0;
}
.voice_list p {
    letter-spacing: 0;
    color: #888;
    line-height: 21px;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 15px;
}

/*---------------------------------------------------------------*\
	$講習風景
\*---------------------------------------------------------------*/

.class_gallery_list {
    max-width: 1100px;
    margin: 20px auto 50px;
    text-align: center;
}

.class_gallery_list li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin: 0.5%;
    border: 4px solid #fff;
    box-shadow: 0 5px 15px #eee;
}

.class_gallery_list li img {
	width: 100%;
	height: auto;
}

/*---------------------------------------------------------------*\
	$よくあるご質問
\*---------------------------------------------------------------*/
.question {
	padding: 40px 0 25px;
	border-top: 1px solid #ddd;
	margin-top: 30px;
}
.question_inner {
    margin: 50px auto;
    width: 1100px;
    padding: 30px 60px;
    box-shadow: 0 0 40px rgba(0,0,0,0.06);
    border-radius: 20px;
}
.question_title {
    font-size: 1.3rem;
    margin: 0 0 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    position: relative;
}
.question_title span.q_icon {
    display: inline-block;
    font-size: 1.2rem;
    margin: 0 20px 0 0;
    padding: 5px 10px;
    letter-spacing: 0.5px;
    border-radius: 100px;
    width: 100px;
    background: #f3f2f6;
    color: #3b209e;
    text-align: center;
}
.question_title span i {
	display: inline-block;
}
.q_text {
    display: inline-block;
    width: 800px;
    letter-spacing: 0.5px;
    vertical-align: middle;
}
.question_text {
    font-size: 1.3rem;
    margin: 0 0 30px;
    padding: 30px;
    background: #f5f5f5;
    border-radius: 10px;
}
.question_text span {
	border-bottom: 1px dashed #ddd3cc;
	display: block;
	font-family: "Libre Baskerville", serif;
	font-size: 1.8rem;
	margin: 0 0 15px;
	padding: 0 0 15px;
	text-align: center;
}
.question_inner > .accordion {
    background-color: #fff;
    border-radius: 4px;
    margin: 20px auto 30px;
    border: none;
}
.question_inner > .accordion dt {
	cursor: pointer;
	display: block;
}
.question_text a {
	color: #E5728B;
	transition: all 0.2s ease-in-out 0s;
}
.question_text a:hover {
	opacity: 0.5;
}
.question_inner > dl.accordion dt.open {
}
.question_inner > .accordion dd {
	display: none;
}
.question_title i {
    font-size: 2.4rem;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -24px;
    color: #3b209e;
}
.question_title:hover i {
    color: #d0a6e0!important;
	opacity: 1;
}

/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/
.footer_contents {
	background-color: #F2F0EF;
	padding: 40px 0 0;
	position: relative;
}
.footer_contents_inner {
	margin: 0 auto;
	width: 1100px;
}

ul.footer_menu li a {
    font-size: 1.2rem;
    letter-spacing: 0;
    color: #888;
    padding: 0 15px;
    font-weight: 300;
}

ul.footer_menu {
    justify-content: center;
    display: flex;
    margin: 20px 0 40px;
    align-items: center;
}

ul.footer_menu li {
    border-right: 1px solid #ddd;
}

.footer_logo {
    text-align: center;
    width: 200px;
    margin: 0 auto 20px;
    font-size: 2rem;
    font-family: "Kosugi Maru", sans-serif;
    letter-spacing: 0;
}

ul.footer_menu li:last-child {
    border: none;
}

.footer_logo span {
    display: block;
    font-size: 1.1rem;
    line-height: 10px;
    letter-spacing: 0.5px;
    font-family: "Gloock", serif;
}

/*---------------------------------------------------------------*\
	$サイトマップ
\*---------------------------------------------------------------*/
ul.footer_nav {
	float: left;
	letter-spacing: -0.4em;
	margin: 30px 0 50px;
	width: 800px;
}
ul.footer_nav li {
	display: inline-block;
	letter-spacing: normal;
	margin:0 42px 0 0;
	position: relative;
	vertical-align: top;
}
ul.footer_nav li:last-child {
	margin: 0;
}
.site_map_title {
	color: #312627;
	font-family: "Libre Baskerville", serif;
	font-size: 1.2rem;
}
ul.footer_nav ul.site_map_nav {
	margin: 0 0 20px;
	width: 100%;
}
ul.footer_nav li ul.site_map_nav li {
	display: block;
	margin: 0;
	width: calc(100% / 1);
}
ul.footer_nav li ul.site_map_nav li a {
	color: #b49e93;
	font-size: 1rem;
	transition: all 0.2s ease-in-out 0s;
}
ul.footer_nav li ul.site_map_nav li a:hover {
	opacity: 0.5;
}
.footer_facebook {
	float: right;
	margin: 30px 0 50px;
	width: 290px;
}

a.gy_link {
    display: block;
    text-align: center;
    letter-spacing: 0;
    padding: 10px 30px;
    border: 1px solid;
    font-weight: 300;
    width: max-content;
    background: #fff;
    margin: 0 auto 40px;
}

/*---------------------------------------------------------------*\
	$フッター
\*---------------------------------------------------------------*/
footer {
	background-color: #f9f9f9;
	padding: 40px 0;
	border-top: 1px solid #f5f5f5;
}
.page_top_text {
	bottom: 15px;
	font-family: "Libre Baskerville", serif;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 80px;
}
.page_top {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #312627 transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: 10px;
	bottom: 0;
	height: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	transform: rotate(180deg);
	transition: all 0.2s ease-in-out 0s;
	width: 0;
	z-index: 20;
}
small {
	opacity: 0.5;
	display: block;
	font-family: "Kosugi Maru", sans-serif;
	font-size: 1.1rem;
	text-align: center;
	letter-spacing: 0;
}

a.fix_content {
	display: none;
}

@media screen and (max-width: 480px) {
	
.fix_content {
    position: fixed;
    bottom: 10px;
    z-index: 99999;
    display: flex;
    left: 2%;
    justify-content: space-between;
    width: 96%;
    align-items: center;
}
a.fix_btn {
	display: block!important;
	border-bottom: 1px solid rgb(0,0,0,0.2);
	border-top: 1px solid #fff;
	box-shadow: 0px 6px 7px rgba(0,0,0,0.1), 0px 2px 2px rgba(0,0,0,0.1);
	width: 49%;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	background: linear-gradient(62deg,rgba(255, 123, 0, 1) 0%, rgba(255, 178, 46, 1) 100%);
	color: #fff;
	border-radius: 8px;
	padding: 10px;
	letter-spacing: 0;
}
	
header {
        background-color: #fff;
        box-shadow: 0 0 10px #ccc;
        height: auto;
        position: fixed;
        padding: 12px;
        width: 100%;
        z-index: 100;
}
	
.header_inner {
    min-width: inherit;
}

ul.header_menu {
    display: none;
}

.header_logo {
    width: 170px;
    margin: 0 auto;
}
	
section.fv {
    margin-top: 50px;
}

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

.fv_lead span {
    width: 54%;
    padding-left: 7%;
}

.concept_inner {
    margin: 30px auto 0;
    display: block;
}

.concept_image {
    width: 94%;
    height: 130px;
    border-radius: 10px 10px 0 0;
    margin: 0 auto;
    background-image: url("../img/chair_lp/chair_concept_sp.jpg");
}

.concept_cap {
    width: 94%;
    border-radius: 0 0 10px 10px;
    margin: 0 auto;
    padding: 20px 6%;
}

.concept_inner h2 {
    font-size: 2.2rem;
    text-align: center;
    letter-spacing: 0;
    padding-bottom: 5px;
}

.concept_inner h3 {
    font-size: 1.8rem;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
}

.concept_cap:after {
    display: none;
}

section.concept {
    margin-bottom: 30px;
}

section.medical_app {
    border-radius: 0;
    padding: 0 0 40px 0;
    margin: 0 auto;
}

section.medical_app .section_title {
    font-size: 2.4rem;
    margin: 0 auto;
}

section.medical_app h4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 26px;
    margin: 20px auto;
    letter-spacing: 0;
}

.medical_app_inner {
    padding: 20px 3% 3%;
}

img.medical_app_image01 {
    width: 38%!important;
}

ul.medical_app_list li {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    line-height: 18px;
}

ul.medical_app_list li span {
    font-size: 1rem;
    line-height: 15px;
}

.medical_app_image_list {
    margin: 20px auto 0;
    flex-wrap: wrap;
}

.medical_app_image_list img {
    width: 100%;
    margin-bottom: 5px;
}
	
.medical_app_image_list_box {
    width: 48%;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.medical_app p {
    font-size: 1.3rem;
    letter-spacing: 0;
}

span.outline_title_label {
    font-size: 2.4rem;
    padding: 2px 10px 4px;
    line-height: 25px;
}

section.activity {
    padding: 0;
}

.activity_inner {
    padding: 40px 5%;
    width: 100%;
}

.activity_inner h2 {
    font-size: 2rem;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.activity_inner p {
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 21px;
}

ul.activity_list li {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    line-height: 22px;
    width: 100%;
    text-align: left;
}

ul.activity_list {
    width: 100%;
    display: block;
}

ul.activity_list li i {
    margin-bottom: 0;
    margin-right: 10px;
}

.concept_inner p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px;
}

.flow h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 400;
}

.flow {
    width: 92%;
    margin: 30px auto;
}

ul.flow_list {
    display: block;
    width: 100%;
}

ul.flow_list li {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 6px;
}

ul.flow_list li:after {
    right: 50%;
    bottom: -6px;
    top: inherit;
    margin-right: -10px;
}
	
a.gy_link {
    margin: 0 auto;
}

.outline_title_image {
    width: 90%;
}

ul.flow_list_second li::after {
    left: inherit;
}

.course_effective {
    min-width: 100%;
    padding: 40px 0 20px;
}

h3.section_title {
    margin: 0 auto 20px;
    font-weight: 400;
    font-size: 2.2rem;
}

h3.section_title i {
    font-size: 2.2rem;
}

p.effective_intro {
    font-size: 1.5rem;
    padding: 0 5%!important;
    display: block;
    margin-bottom: 20px!important;
}

.course_effective li {
    display: block;
    margin: 0 auto 30px;
    width: 90%;
}

.effective_image {
    width: 100%;
}

.course_effective ul {
    margin: 0 auto;
}

.effective_cap {
    width: 100%;
}

.effective_title {
    font-size: 1.5rem;
    padding-bottom: 4px;
    text-align: center;
    padding: 0 0 4px;
}

.course_effective h4 {
    font-size: 1.8rem;
    line-height: 25px;
    padding: 0;
    margin: 20px 0 15px;
    text-align: center;
}

.course_effective p {
    padding: 0 5%;
    font-size: 1.2rem;
    line-height: 21px;
}

.effective_title span {
    top: -39px;
    left: 12px;
    font-size: 7rem;
}

section.outline {
    padding-top: 40px;
}

.outline_inner {
    padding: 0;
    display: block;
}

section.outline h2 {
    width: 100%;
    font-size: 2rem;
    line-height: 26px;
}

.outline_image {
    width: 150px;
}

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

.outline_cap h3 {
    font-size: 1.6rem;
    line-height: 25px;
    text-align: center;
    margin: 20px 0;
    font-weight: 500;
}

.outline_cap p {
    font-size: 1.2rem;
    line-height: 24px;
    margin-bottom: 20px;
}

.point_list_area {
    display: block;
    width: 90%;
}

.point_list_small {
    width: 100%;
    margin-bottom: 10px;
    padding: 14px;
}

.outline_contents {
    padding: 25px 3% 1px;
    width: 90%;
    margin: 0 auto 40px;
    border-radius: 6px;
}

.outline_contents_main_title {
    font-size: 1.8rem;
}

.outline_contents p {
    font-size: 1.2rem;
    padding: 0 5%;
    margin: 20px 0;
    line-height: 21px;
}

.outline_contents_subtitle {
    font-size: 1.5rem;
    border-radius: 3px;
}

ul.outline_contents_list {
    margin: 10px 0 20px;
    padding: 5px 0;
}

ul.outline_contents_list li {
    text-align: left;
    line-height: 18px;
    padding: 0 5%;
    width: 100%;
    font-size: 1.2rem;
    margin: 9px 0;
    align-items: baseline;
}

.class_gallery_list {
    margin: 20px auto 40px;
}

.class_gallery_list li {
    width: 46%;
}

.certificate {
    display: block;
    padding: 3%;
    width: 90%;
    margin: 0 auto;
}

.certificate_image {
    width: 100%;
}

.certificate_cap {
    width: 100%;
    padding: 15px 0 10px;
}

.certificate_title {
    font-size: 1.8rem;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.certificate_cap p {
    font-size: 1.2rem;
    line-height: 22px;
    padding: 0 5%;
}

.price {
    background: #f3f2f6;
    padding: 40px 0;
}

.price h4 {
    text-align: left;
    line-height: 24px;
    color: #666;
    margin: 20px 0;
}
	
.target_area {
    background-color: #fff;
    margin: 0 auto 20px;
    padding: 0 5% 5%;
    max-width: 1100px;
}

.price_area {
    background-color: #fff;
    margin: 0 auto;
    padding: 5%;
    max-width: 920px;
    display: block;
    width: 90%;
}
.price_howmuch {
    font-size: 3rem;
    line-height: 90px;
    display: block;
    width: 100%;
    line-height: 20px;
    border-right: none;
    padding-right: 0;
    margin: 20px auto 0px;
    text-align: center;
}
	
.price_howmuch_title {
    display: block;
    padding: 8px 30px;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 20px;
    margin-right: 0;
    border-top: 1px solid #ddd;
    margin-bottom: 10px;
    vertical-align: middle;
    width: 100%;
}
	
.price_area_title {
    width: 100%;
    padding: 4px;
    height: auto;
    border-radius: 5px;
    font-size: 1.5rem;
}

.price_howmuch_title br {
    display: none;
}

.price_set {
    display: block;
    font-size: 1.5rem;
    margin: 30px 0;
}

span.price_set_title {
    display: block;
    width: max-content;
    margin: 0px auto 5px;
    font-size: 1.4rem;
}

span.price_set_ps {
    margin-top: 1px;
}

.present_area {
    max-width: 1000px;
    margin: 30px auto 0;
    display: block;
}

.present_title {
    font-weight: 600;
    font-size: 1.8rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.present_title span {
    font-weight: 600;
    font-size: 1.8rem;
}
	
.chair_info {
    margin: 0 auto 0px;
    border: none;
    background: none;
    width: 90%;
    border-radius: 0;
}
	
.retake_text {
    font-size: 1.2rem;
    font-weight: 400;
    padding-bottom: 30px;
    max-width: 920px;
    letter-spacing: 0;
    width: 100%;
    margin: 10px auto 0;
    border-top: 1px dashed;
    padding-top: 20px;
    padding: 30px 5%;
}

.chair_info th {
    padding: 5px;
    border-bottom: none;
    display: block;
    background: #fff;
    width: 100%;
    text-align: center;
}
	
.chair_info td {
    padding: 15px 0;
    border-bottom: none;
    display: block;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 15px;
}
	
.chair_contents li {
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 0;
    border-bottom: 1px dashed #ccc;
    padding: 6px 0;
    line-height: 22px;
}
	
section.movie {
    padding: 20px 5%;
    display: block;
}

.movie_area {
    width: 100%;
    margin: 20px auto;
}

.movie_area iframe {
    height: 200px;
}

.movie_area p {
    font-size: 1.3rem;
    padding: 3px 0;
}

.voice {
    padding: 0;
}
	
.voice_title {
	display: none;
}
	
.voice_title i {
    color: fff;
    margin-bottom: 5px;
    font-size: 3rem;
    margin-right: 10px;
}

.voice_list {
    width: 90%;
    margin: 0 auto;
    border: none;
    padding: 0;
}
	
.voice_list h3 {
    text-align: left;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1.35rem;
    line-height: 22px;
}

.voice_list ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: block;
}
	
.voice_list li {
    margin: 0 0 3%;
    padding: 5%;
    width: 100%;
    margin: 0 auto 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: block;
    background: #fff;
}
	
.voice_list h4 {
    font-size: 1.5rem !important;
    font-weight: bold;
    line-height: 22px !important;
    text-align: left;
    letter-spacing: 0;
    margin-top: 0;
    font-family: serif;
}

.voice_list p {
    letter-spacing: 0;
    color: #888;
    line-height: 19px;
    font-size: 1.2rem;
    font-weight: 500;
}

.question_title {
    font-size: 1.3rem;
    margin: 0 0 15px;
    border-bottom: 2px dotted #aaa;
    padding-bottom: 15px;
    position: relative;
}
.question_title i {
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -19px;
}

.question_inner {
    margin: 30px auto 0;
    width: 100%;
    padding: 0 5%;
    border-radius: 0;
    box-shadow: none;
}
.q_text {
    display: block;
    width: 90%;
    vertical-align: middle;
}
.question_title span.q_icon {
    display: none;
}
ul.footer_menu {
    flex-wrap: wrap;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto;
}

ul.footer_menu li {
    width: 48%;
    border-right: none;
}

ul.footer_menu li a {
    display: block;
    padding: 5px 0;
}

footer {
    padding: 40px 0 120px;
}

small {
    margin-top: 30px;
}

.footer_logo {
    margin: 0 auto 40px;
}
}