@charset "utf-8";
/* CSS Document */
.br-sp {
	display: none; }
.br-pc{
	display: block;}
span.marker {
    background: linear-gradient(transparent 40%, #ffff66 80%);}
/* mainvisual */
.wrapper{
	position: relative;
	width: 100%;
	height: 100vh;}
.main_left{
	position: absolute;
	width: 70%;
	height: 100vh;}
.main_right{
	position: absolute;
	top: 0;
	right: 0;
	width: 73%;}
.copy {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: 10;
    width: 90%;}
 .catch {
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	font-size: 42px;
	line-height:60px; 
	margin-bottom: 16px;
	z-index: 999;}
.sub_catch {
	font-weight: 600;
	color: #333;
	font-size: 18px;
	line-height: 28px;
	margin: 20px 30px 0 0;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
			  -1px 1px 0 #FFF, 1px -1px 0 #FFF,
			  0px 1px 0 #FFF,  0-1px 0 #FFF,
			  -1px 0 0 #FFF, 1px 0 0 #FFF;}
.main_right img {
	z-index: 1;
	width: 100%;
	height: 100vh;
	border-bottom-left-radius: 100px;
	object-fit: cover;}
@media screen and (max-width:975px){
.main_left{
	width: 100%;}
.copy {
    top: 55%;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 90%;}
}
@media screen and (max-width:850px){
.wrapper{
	height: 80vh;}
.main_left{
	height: 80vh;}
.main_right img {
	height: 80vh;}
}
@media screen and (max-width:690px){
.catch {
	line-height: 50px;
	font-size: 32px;
	margin-bottom: 8px;}	
}
@media screen and (max-width:530px){
.copy {
    top: 80%;
    left: 50%;
	transform: translate(-50%, -80%);}
.main_right{
	width: 100%;}
.sub_catch {
	color:#fff;
	text-shadow: 1px 1px 2px #4d4535;
	margin: 0;}
}
@media screen and (max-width:400px){
.catch {
	line-height: 46px;
	font-size: 28px;}	
}
@media screen and (max-width:370px){
.main_right img {
	object-position: -320px center;}
.copy {
    top: 85%;
    left: 50%;
	transform: translate(-50%, -85%);}
.catch {
	line-height: 43px;
	font-size: 23px;
	margin-bottom: 5px;}
.sub_catch {
	font-size: 15px;
	line-height: 22px;
	margin: 0 10px 0 20px;}
}
/*特徴*/
#pcschool_info{
	padding: 3% 0 0;
	background: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width:100%;
	height: auto;}
.pcschool_top{
	width: 800px;
	margin: 50px auto 0;
	text-align: center;}
h1.school_title{
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;}
h2.school_subtitle{
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 28px;
	line-height: 32px;
	margin-top: 10px;}
.s_features_detail{
	width: 810px;
	margin:30px auto;
	font-size: 18px;
	line-height:32px;}
.s_features_detail2{
	width: 800px;
	margin:30px auto 0;
	font-size: 18px;
	line-height:32px;}
.school_point_wrap{
	width: 90%;
	margin:60px auto 0;
	padding-bottom: 20px;}
.school_course_wrap{
	width: 90%;
	margin:0 auto;
	padding: 80px 0 30px;}
.school_point_wrap h2,
.school_title_wrap h2{
	font-family: "Shippori Mincho", serif;
	font-weight: bold;
	font-style: normal;
	position: relative;
	padding: 16px;
	font-size: 32px;
	color:#4D4535;
	text-align: center;}
.school_point_wrap h2:before,
.school_title_wrap h2:before{
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #4D4535;}
.school_Area{
	width: 90%;
	margin: 0 auto;}
.point-list{
	width: 100%;
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
	margin-top: 50px;}
.pointBox{
	position: relative;
    width: 31%;
	background:rgba(255,250,244,0.5);
    border-radius: 10px;
    border:1px solid #4D4535;
    margin: 20px 0 50px 0;
    padding: 15px;
	text-align: center;}
.c_pointBox{
	position: relative;
    width: 31%;
	background:rgba(255,250,244,0.5);
    border-radius: 10px;
    border:1px solid #4D4535;
    margin: 20px 0 50px 0;
    padding: 15px;
	text-align: center;}
.pointBox h3{
    font-size: 20px;
	font-weight: 600;
	color:#333;
    text-align: center;
    margin: 0;
    padding: 0 0 7px 0;}
.c_pointBox h3{
    font-size: 20px;
	font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #4D4535;
    margin: 20px 0 0 0;
    padding: 0 0 7px 0;}
.tag img {
    position: absolute;
	width: 100px;
	height: auto;
    left: -30px;
    top: -50px;
    z-index: 2;}
.top_img img{
	width: 70%;
	height: auto;}
.pointTxt{
	text-align: left;
	padding:6px 0;}
.point_li li{
	text-align: left;
	margin:5px 0 0 30px;
	list-style: disc;}
/*こんな方におすすめ*/
#recommendation{
	width: 100%;
	padding: 5% 0 3%;
	background: #fff;}
.recommendation2{
	width: 100%;
	padding: 50px 0 3%;
	background: #fff;}
.r_Wrap{
	width: 90%;
	margin: 30px auto 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;}
.r_item_left,
.r_item_right{
	width: 50%;}
.r_item_left img{
	width: 100%;
	height: auto;
	object-fit: cover;}
.r_item_right{
	padding: 0 30px 10px;}
ul.r_list{
	font: 14px/1.6;
	padding: 10px;
	color: #428fb7;
	background: #ecf3fa;
	border: dashed 2px #adcce8;
	border-radius: 20px;
	list-style: none;
	-webkit-box-shadow: 0px 0px 0px 10px #ecf3fa, 5px 5px 15px rgba(0, 0, 0, 0.3);
	-moz-box-box-shadow: 0px 0px 0px 10px #ecf3fa, 5px 5px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 10px #ecf3fa, 5px 5px 15px rgba(0, 0, 0, 0.3);}
ul.r_list li{
	position:relative;
	padding:5px 30px;
	font-weight: bold;
	font-size:15px;
	line-height: 24px;}
ul.r_list li::before{
	content: "・";
	position: absolute;
	left: 7px;
	font-size: 20px;}
/*コース*/
#course_Area,
#process_Area{
	padding: 20px 0 0;
	background: #fff;
	width:100%;
	height: auto;}
.course_inner{
	background: rgba(255,250,244,0.8);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width:100%;
	height: auto;
	padding: 60px 0;}
.course_subtitle{
	margin-top: 30px;
	font-size: 18px;
	text-align: center;}
.list-box{
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;}
.link-box{
	position: relative;
	width: 31%;
	padding: 30px 10px;
	text-align: center;}
.link-box img{
	width: 100%;
	height: auto;
	border-radius: 30px;}
.link-box h3{
	text-align: center;
	color:#DB6010;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;}
.link-box h4{
	font-size: 18px;
	line-height: 28px;}
.course_list{
	width: 100%;
	background:#fff;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
	margin: 20px 0 40px;
	padding: 20px 10px 20px 5px;
	border-radius: 20px;
	text-align: left;}
.course_list li{
	margin-left: 30px;
	list-style: disc;}
/*開講日*/
#classdate_Area{
	padding: 5% 0 3%;
	background: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width:100%;
	height: auto;}
.classTable{
	width: 700px;
	margin: 50px auto 10px;}
table.time_table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	text-align: center;}
table.time_table th.bg-top {
	background: rgba(212,212,212,0.5);
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	color: #000;
	padding: 10px;}
table.time_table td {
	background:#fff;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 10px;}
table.time_table tr.last{
	border-bottom: solid 1px #ccc;}
table.time_table td.t-bg1,
table.time_table td.t-bg2{
	background: #FBFEFF;}
.time_detail{
	font-size: 15px;
	line-height: 25px;
	margin-top: 5px;}
.detail_list{
	width: 85%;
	margin: 10px auto;}
.detail_list li{
	line-height: 24px;
	list-style: disc;}
/*受講手順*/
.process_flow{
	width: 90%;
	margin: 50px auto 30px;}
.flowBox{
	width: 800px;
	margin: 0 auto 30px;
	background: #fff;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
	border-radius: 40px;
	padding: 30px;}
.heading11 {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-style: normal;
	position: relative;
	font-size: 26px;
	color: #DB6010;
	text-align: center;
	margin-bottom: 20px;}
.heading11::before {
	content: attr(data-number);
	display: block;
	margin-bottom: 10px;
	color: #DB6010;
	font-size: 30px;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-style: normal;}
.heading11::after {
	content: '';
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 20px;
	background-color: #DB6010;}
@media screen and (max-width:1100px){
.school_point_wrap{
	width: 100%;}
}
@media screen and (max-width:1000px){
.pointBox{
	width: 47%;}
.tag img {
	width: 80px;}
.course_list li{
	font-size: 15px;}
.flowBox{
	width: 90%;}
}
@media screen and (max-width:870px){
.pcschool_top,
.visual_top{
	width: 90%;}
.s_features_detail,
.s_features_detail2{
	width: 90%;}
.link-box{
	width: 33%;}
}
@media screen and (max-width:850px){
.pcschool_top{
	margin: 0 auto;}
.classTable{
	width: 90%;}
.r_Wrap{
	width: 95%;}
.r_item_left{
	width: 95%;
	margin: 0 auto;}
.r_item_right{
	width: 100%;
	margin: 10px auto;
	padding: 0 10px 10px;}
.r_item_left img{
	margin-bottom: 10px;}
.c_pointBox{
	width: 90%;}
}
@media screen and (max-width:786px){
.link-box{
	width: 47%;}	
}
@media screen and (max-width:720px){
.pointBox h3{
	font-size: 18px;}	
}
@media screen and (max-width: 640px) {
table.time_table  {
	width: 100%;} 
table.time_table .thead {
	display: none;}
table.time_table tr.first{
	border-top: solid 2px #f6f6f6;}
table.time_table td:first-child{
	border-top:solid 1px #ccc;}
table.time_table tr,
table.time_table td{
	display: block;
	width: 100%;
	position: relative;
	border:0;}
table.time_table td.t-bg{
	border-bottom:dashed 1px #ccc;
	background: rgba(212,212,212,0.5);
	font-weight: 600;
	color:#000;}
}
@media screen and (max-width:600px){
.br-sp {
	display: block; }
h1.school_title{
	font-size: 20px;}
.link-box{
	margin: 0 auto;
	width: 90%;}
.flowBox{
	width: 100%;}
.button_mail a {
	width: 90%;}
}
@media screen and (max-width:550px){
.pointBox{
	width: 90%;}
.tag img {
	width: 100px;}
}
@media screen and (max-width:450px){
.link-box{
	width: 100%;}
.flowBox {
	padding: 30px 20px;}
.heading11 {
	font-size: 21px;}
.heading11::before {
	margin-bottom: 25px;}
.flowBox p{
	line-height: 26px;}
.button_mail a {
	width: 100%;}
.item_img img{
	width: 25px;
	height: 25px;}
.c_pointBox{
	width: 95%;}
}
@media screen and (max-width:370px){
h2.school_subtitle{
	font-size: 24px;
	line-height: 34px;}
.tag img {
	top: -60px;}
.heading11 {
	font-size: 18px;}
}
/* 料金・開講日 */
#classdate_Area2{
	padding: 5% 0 0;
	background: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width:100%;
	height: auto;}
.tap_area{
	display: none;
	width: 300px;
	margin: 0 auto;}
.tap_area img{
	width: 100%;
	height: auto;}
.info_Area{
	width: 70%;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;}
.info_Box{
	width: 31%;
	text-align: center;}
.info_Box img{
	width: 80%;
	height: auto;}
.course_price{
	width: 700px;
	margin: 50px auto;}
.heading12 {
	position: relative;
	font-family: "Shippori Mincho", serif;
	font-size: 26px;}
.heading12::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: #DB6010;
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	font-weight:600;
	border-bottom: 1px solid #DB6010;}
table.table-price {
	border-collapse: collapse;
	margin: 20px auto;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	color: #000;
	border:1px solid #ccc;}
table.table-price tr {
	background: rgba(212,212,212,0.5);
	padding: .35em;
	border-bottom: 1px solid #ccc;}
table.table-price td.price {
	background: #fff;
	border-left:0;
	border-right:0;
	border-bottom: 1px solid #ccc;}
table.table-price th{
	width: 30%;
	border-right:1px solid #ccc;}
table.table-price th,
table.table-price td {
 	padding: 7px 20px;}
tbody th {
    color: #000;}
.price{
   text-align: right;}
.pricedetail_list{
	width: 80%;
	margin: 10px auto;}
ul.pricedetail_list{
	margin-top: 30px;
	padding: 10px;
	color: #428fb7;
	background: #ecf3fa;
	border: dashed 2px #adcce8;
	border-radius: 20px;
	list-style: none;
	-webkit-box-shadow: 0px 0px 0px 10px #ecf3fa, 5px 5px 15px rgba(0, 0, 0, 0.3);
	-moz-box-box-shadow: 0px 0px 0px 10px #ecf3fa, 5px 5px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 10px #ecf3fa, 5px 5px 15px rgba(0, 0, 0, 0.3);}
.pricedetail_list li{
	margin-left: 25px;
	line-height: 24px;
	list-style: disc;}
.right{
	text-align: right;
	color:#ff0000;
	font-weight:600;}
#information{
	width: 100%;
	background: #fff;
	padding: 50px 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;}
.info_title_wrap{
	width: 90%;
	margin: 30px auto;}
/*講座内容*/
#kouza{
	position: relative;
	width: 100%;
	background: #fff;}
.mokuteki_area{
	width: 90%;
	margin: 20px auto;
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;}
.mokuteki_Box{
	width: 45%;
	margin: 20px 0;}
.mokuteki_Box h3{
	font-weight: 600;
	margin-bottom: 10px;}
.mokuteki_Box h3 img{
	margin:0 0 5px 20px;
	padding-right: 10px;
	width: 35px;
	height: auto;
	vertical-align: middle;}
ul.m_list {
	background: #fffde8;
	border: dashed 2px #ffb03f;
	border-radius: 9px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	list-style: none;
	-webkit-box-shadow: 0px 0px 0px 10px #fffde8, 5px 5px 15px rgba(0, 0, 0, 0.3);
	-moz-box-box-shadow: 0px 0px 0px 10px #fffde8, 5px 5px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 0px 10px #fffde8, 5px 5px 15px rgba(0, 0, 0, 0.3);}
ul.m_list li{
	position:relative;
	padding:5px 30px;
	font-size:15px;
	line-height: 24px;}
ul.m_list li::before{
	content: "・";
	position: absolute;
	left: 7px;
	font-size: 20px;}
@media screen and (max-width:1050px){
.mokuteki_area{
	width: 100%;}
}
@media screen and (max-width:790px){
.course_price{
	width: 90%;}	
}
@media screen and (max-width:750px){
.info_Area{
	width: 90%;}
.info_Box img{
	width: 100%;}
}
@media screen and (max-width: 650px) {
.mokuteki_Box{
	width: 90%;}
}
@media screen and (max-width: 600px) {
table.table-price {
	border: 0;
	width:100%;}
table.table-price th{
	width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 5px;}
table.table-price thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;}
  table.table-price tr {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #ccc;}
  table.table-price td {
    border-bottom: 1px dashed #fdfdfd;
    display: block;
    text-align: right;
    position: relative;
    padding: 5px 5px 5px 60px;
    border-right: none;} 
  table.table-price td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;}
  table.table-price td:last-child {
    border-bottom: 0;}
.pricedetail_list{
	width: 95%;}
}
@media screen and (max-width: 500px) {
.tap_area{
	display: block;}
.info_Area{
	margin: 10px auto 0;}
#information{
	padding: 50px 10px;}
}
@media screen and (max-width: 360px) {
.tap_area{
	display: block;
	width: 95%;}
}
/* 料金表 */
#price_area{
	position: relative;
	background: #fff;
	width: 100%;
	padding: 5%;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;}
#price_area2{
	position: relative;
	background: #fff;
	width: 100%;}
.price_area{
	width: 700px;
	margin: 20px auto;}
table.table-price {
	border-collapse: collapse;
	margin: 20px auto;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	color: #000;
	border:1px solid #ccc;}
table.table-price tr {
	background: rgba(212,212,212,0.5);
	padding: .35em;
	border-bottom: 1px solid #ccc;}
table.table-price td.price {
	background: #fff;
	border-left:0;
	border-right:0;
	border-bottom: 1px solid #ccc;}
table.table-price th{
	width: 30%;
	border-right:1px solid #ccc;}
table.table-price th,
table.table-price td {
 	padding: 7px 20px;}
tbody th {
    color: #000;}
.price{
   text-align: right;}
@media screen and (max-width:850px){
.price_area{
	width: 90%;}
}
@media screen and (max-width: 600px) {
.price_area{
	width: 95%;}
table.table-price {
	border: 0;
	width:100%;}
table.table-price th{
	width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 5px;}
table.table-price thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;}
table.table-price tr {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #ccc;}
table.table-price td {
	border-bottom: 1px dashed #fdfdfd;
	display: block;
	text-align: right;
	position: relative;
	padding: 5px 5px 5px 60px;
	border-right: none;} 
table.table-price td::before {
	content: attr(data-label);
	font-weight: bold;
	position: absolute;
	left: 10px;}
table.table-price td:last-child {
	border-bottom: 0;}
.pricedetail_list{
	width: 95%;}
}
/* 横向き */
@media (orientation: landscape)and (max-width: 1000px){
.wrapper{
	height: 100vh;}
.main_left{
	height: 100vh;}
.main_right img {
	height: 100vh;}
.copy {
    top: 80%;
    left: 50%;
	transform: translate(-50%, -80%);}
 .catch {
	font-size: 32px;
	line-height:52px; 
	margin-bottom: 5px;}
}
@media (orientation: landscape)and (max-width: 640px){
.copy {
    top: 95%;
    left: 50%;
	transform: translate(-50%, -95%);}
 .catch {
	font-size: 22px;
	line-height:42px;}
.sub_catch {
	margin: 10px 0 30px 0;
	font-size: 16px;}
h2.school_subtitle{
	font-size: 24px;
	line-height: 34px;}
}