*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-style: normal;
}
:root {
 --main-color: #004595;
 --pink:#ea739a;
 --pink-b:#ec5486;
 --ju: space-between;
 --rgb-f: rgba(255,255,255,.4);
 --green:#46cf9d;
 --en:"Roboto", sans-serif;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: var(--main-color);
	font-size: 1rem;
	text-align: center;
}
.wrapper {
	position: relative;
}
img, picture, video, canvas, svg {
	max-width: 100%;
	vertical-align: bottom;
}
input, button, textarea, select {
	font: inherit;
}
p, li, dl, th, td {
	overflow-wrap: break-word;
	text-rendering: optimizeLegibility;
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
	letter-spacing: 0.03em;
	text-rendering: optimizeLegibility;
}
table {
	border-collapse: collapse;
}
ul, ol {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
header {	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	padding: 40px 0 20px;
		z-index:600;
}

header .inner{
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 0 15px;


}
.logo {
	display: flex;
	align-items: center;
	gap: 15px;
}
.logo img {
	width: 80px;
}
header p.txt {
 font-size:.75rem;
	color: #000;
}
header p.txt strong {
	display: block
}
/* お問い合わせテキスト */
.contact-text {
 font-size: .813rem;
	line-height: 1.5;
	color: #333;
	white-space: nowrap;
	margin-left: auto;
}
/**/
footer {
	background:#f6f6f6;
	padding: 80px 0;
 font-size:.875rem;
	line-height: 1.8em
}
#pageTop {
	z-index:50;
	position: fixed;
	bottom: 80px;
	right: 20px;
}
/**/
.contact-btns li a {
	display: flex;
	background: var(--green);
	align-items: center;
	gap: 6px;
	padding: .4em 1em;
	border-radius: 30px;
	text-decoration: none;
	font-size: 13px;
	white-space: nowrap;
	transition: opacity 0.3s;
}
section .contact-btns {
	justify-content: center;
	padding: 3.6em 0;
	display: flex
}
section .contact-btns li a {
	font-size: 1.5rem;
	margin: 10px;
	padding: .8em 1.6em;
	border-radius: 100px;
	font-weight: 800;
}
.contact-btns li img {
	width: 1.2em;
}
.contact-btns li a:hover {
	opacity: 0.85;
}
.contact-btns a {
	color: #fff;
}
.contact-btns li.tel a {
	padding-left: 1em;
	background: #004595;
}
/* ハンバーガーメニューボタン */
.menu-btn {
	display: flex;
	flex-direction: column;
	gap: 6px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	z-index: 200;
}
.menu-btn span {
	display: block;
	width: 32px;
	height: 3px;
	background: #333;
	border-radius: 2px;
	transition: all 0.3s;
}
.menu-btn.active span:nth-child(1) {
	transform: translateY(9px) rotate(45deg);
}
.menu-btn.active span:nth-child(2) {
	opacity: 0;
}
.menu-btn.active span:nth-child(3) {
	transform: translateY(-9px) rotate(-45deg);
}
/* アコーディオンメニュー */
#menu {
	height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	background: var(--green);
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}

#menu ul.g-navi {
	list-style: none;
	display: flex;
	justify-content: center;
}
#menu ul.g-navi li {
}
#menu ul.g-navi li:last-child {
	border-bottom: none;
}
#menu ul.g-navi li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	transition: background 0.3s;
}
#menu ul.g-navi li a:hover {
	background: #e8e8e8;
}



#menu .contact-btns li a{
	justify-content:center;}
	

		
		/**/
	
.inner {
	position: relative;
	width: 1200px;
	margin: auto
}
.chara {
	position: absolute
}
/**/
#main-top {
	text-align: left;
	padding: 120px 0 0;
	background: url(../images/main.jpg) no-repeat center top;
	height: 800px;
}
/**/
section {
	padding: 80px 0
}
h2 {
	font-size: 3rem;
	margin: 0 0 .8em;
}
/**/
.gentei {
	background: #ffebe9
}
.gentei h2 {
	margin: 0 0 47px;
	color: var(--pink);
	font-size: 1.875rem;
	display: block;
}
.gentei h2 strong {
	font-size: 2.25rem;
	display: block;
}
.gentei .chara {
	left: 0;
	top: -120px;
}
.gentei h2 .marker {
	font-weight: 800;
	color: var(--main-color);
	font-size: 3.75rem;
	background: linear-gradient(transparent 70%, #ffff00 70%);
}
/**/

.hayawari {
	display: flex;
	padding: 6em 0 0;
	justify-content: space-between;
}
.hayawari .box {
	font-weight: 800;
	position: relative;
	padding: 1.5em 0 3em;
	border-radius: 10px;
	background: #FFF;
	width: 46.8%;
}
.hayawari .box h3 {
	position: absolute;
	left: -40px;
	top: -40px;
}
.hayawari .box h3+p {
	color: #000;
	margin: 0 0 1.4em;
	font-size: 1.75rem
}
.price {
	color: var(--pink);
}
.hayawari .box p.price {
	line-height: .88em;
	font-size: 3.5rem
}
.hayawari .box p.price em {
	font-family: var(--en);
	font-feature-settings: "palt";
	font-size: 6rem
}
.hayawari .box p.price em small {
	font-size: 2rem
}
.hayawari .box ul {
	padding: 2em 2em 0;
}
.hayawari .box ul li {
	color: #777;
	text-align: left;
	padding: 0 0 0 1em;
	font-weight: normal;
	text-indent: -1em;
}
/**/
.reason {
	background: #e6f8ef;
}
.reason h2 {
	margin: 0;
	padding: 0 3em 1em 0;
	background: url(../images/chara-02.png) no-repeat right top;
}
.reason h2 strong {
	display: block;
	font-size: 3.75rem;
}
.reason h2 strong em {
	font-weight: 400;
	font-family: var(--en);
	font-size: 9rem
}
.reason .reason-inn {
	display: flex;
	justify-content: space-between;
}
.reason .reason-inn .box {
	width: 23.4%;
	border-radius: 14px;
	background: #FFF;
	overflow: hidden;
	padding: 0 0 .6em;
	position: relative;
}
.reason .reason-inn .box .cat {
	position: absolute;
	display: inline-block;
	background: var(--main-color);
	color: #FFF;
	border-radius: 100px;
	padding: .2em .8em .4em;
	right: .8em;
	top: 150px;
	border: 2px solid #FFF;
 font-size:.875rem;
	font-weight: normal;
}
.reason .reason-inn .box img {
	width: 100%;
}
.reason .reason-inn .box p {
	width: 90%;
	margin: 0 auto 1em;
	text-align: left;
 font-size:.938rem
}
.reason .reason-inn .box h3 {
	font-size: 1.063rem;
	padding: 1.4em 0;
}
.reason .reason-inn .box span.item-number {
	display: block;
	font-family: var(--en);
	font-size: 2.85rem;
	margin: .4em;
}
/**/

.reason .voice-inn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reason .voice-inn .box {
	border-radius: 12px;
	background: #aee9cb;
	width: 32.4%;
	margin: 0 0 2em;
	padding: 1.5em
}
.reason .voice-inn .box h4 {
	display: flex;
	font-size: 1.25rem;
	justify-content: center;
	align-items: center;
}
.reason .voice-inn .box h4 img {
	width: 1.6em;
	margin-right: .6em
}
.reason .voice-inn .box p {
	margin: 1em 0 0;
	text-align: left
}
.reason .voice h3 {
	font-size: 2.25rem;
	margin: 1em;
}
.reason .voice {
	padding: 3em 0 0
}
/**/

.up-jirei h2 {
	margin: 0;
	color: var(--pink-b);
	font-size: 4.5rem;
	padding: 1.8em 0 .8em;
	background: url(../images/up-bg.png) no-repeat left bottom;
}
.up-jirei h2 strong {
	display: block;
	color: #000;
	font-size: 3rem
}
.up-inn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #333
}
.up-inn .box {
	width: 31.4%;
	margin: 0 0 2em;
	border: 3px solid var(--pink-b);
	border-radius: 20px;
	padding: 1.2em;
}
.up-inn .box p {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
}
.up-inn .box strong {
	font-size: 3rem;
	color: var(--pink-b);
}
.up-inn .box strong small {
	font-size: 1.875rem
}
.up-inn .box .tensu {
	font-size: 2.25rem;
	color: #FFF;
	font-weight: bold;
	padding: .2em;
	border-radius: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: var(--pink-b);
}
.up-inn .box .tensu img {
	width: 2em;
	margin: 0 8px
}
.up-inn .box .tensu img:nth-of-type(1) {
	width: 1.34em
}
.up-inn .box .tensu small {
	font-size: 1rem
}
/**/
		

.course-info h2+p {
	font-size: 1.25rem;
	font-weight: bold
}
.course-info ul.tab {
	display: flex;
	justify-content: center;
	padding: 1em 0 3em;
}
.course-info ul.tab li {
	color: var(--pink);
	margin: 1em;
	font-size: 1.5rem;
	cursor: pointer;
	position: relative;
	width: 16em;
	padding: .8em 0;
	border-radius: 10px;
	border: 3px solid var(--pink);
	background: url(../images/ico-kobetsu-p.png);
	background-position: 1em center;
	background-repeat: no-repeat;
	background-size: 2em
}
.course-info ul.tab li:nth-of-type(2) {
	color: var(--green);
	border: 3px solid var(--green);
	background-image: url(../images/ico-group-g.png);
}
.course-info ul.tab li.ov, .course-info ul.tab li:hover {
	background: var(--pink);
	color: #FFF;
	background-image: url(../images/ico-kobetsu-w.png);
	background-position: 1em center;
	background-repeat: no-repeat;
	background-size: 2em
}
.course-info ul.tab li:nth-of-type(2).ov, .course-info ul.tab li:nth-of-type(2):hover {
	background-color: var(--green);
	background-image: url(../images/ico-group-w.png)
}
.course-info ul.tab li.ov::after, .course-info ul.tab li:hover::after {
	content: "";
	position: absolute;
	bottom: -28px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 30px;
	background: var(--pink);
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.course-info ul.tab li:nth-of-type(2).ov::after, .course-info ul.tab li:nth-of-type(2):hover::after {
	background: var(--green);
}
.course-info h3 {
	text-align: left;
	line-height: 1.2em;
	border-left: 2px solid var(--pink);
	color: var(--pink);
	font-size: 1.875rem;
	margin: 2em 0 1em;
	padding: 0 0 0 .4em;
}


.course-info h3 +p{
	font-size:1.5rem;
	font-weight:bold}
	
/**/
.course-shoai {
	display: none;
}
.course-shoai.active {
	display: block;
}


.course-shoai h5{
	font-size:1.5rem;
	padding: 2em 0 1.4em;
}
.course-more {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.course-more .box {
	background: #fdf1f5;
	width: 48%;
	margin: 2em 0 0;
	border-radius: 16px;
	padding: 30px;
	text-align: left;
}
#group .course-more .box {
	background: #daf5eb
}
.course-more .box h4 {
	font-size: 1.5rem;
	color: var(--pink);
	margin: 0 0 1em
}
.course-info #group h3, #group .course-more .box h4 {
	color: var(--green);
}
.course-info #group h3 {
	border-color: var(--green);
}
.course-more .box dl {
	color: #333
}
.course-more .box dt {
	float: left;
	width: 4em;
	background: var(--pink);
	color: #FFF;
	border-radius: 2px;
	margin: 0 0 1em;
	text-align: center;
}
.course-more ul.note{
	color:#ff0000;
}

/**/
#group .course-more .box dt {
	background: var(--green);
}
.course-more .box dd strong {
	font-size: 1.5rem;
	color: var(--pink);
}
.course-more .box dd {
	margin: 0 0 1em 5em;
}
#group .course-more .box p {
	margin: 0 0 1.5em
}

/**/

.faq {
	background: #f5f5f5
}
.faq .inner {
	text-align: left
}
.faq-item {
	background: #FFF;
	padding: 30px;
	border-radius: 14px;
}
.faq-item h3 {
	cursor: pointer;
	font-size: 1.875rem;
	display: flex;
	align-items: center;
	position:relative;
	gap: 15px;
	transition: background-color 0.3s;
}

.faq-item h3::after{
	position:absolute;
	right:0;
	font-size:16px;
	content:"[ ＋ ]";
}
.faq-item h3.chosed::after{
	content:"[ － ]";
}

.faq-item+ .faq-item {
	margin-top: 2em
}
.faq-item h3 span {
	color: var(--pink);
	flex-shrink: 0;
}
.faq-item p {
	background: #f0f0f0;
	padding: 25px 30px;
	margin-top: 5px;
	border-radius: 8px;
	line-height: 1.8;
	color: #333;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}
.faq-item p.open {
	max-height: 500px;
	opacity: 1;
	padding: 25px 30px;
	margin-top: 1.6em;
}
.faq-item p:not(.open) {
	margin-top: 0;
	padding: 0 30px;
}
/**/

.class-room ul {
	display: flex;
	padding: 0 0 2em;
	justify-content: center;
}
.class-room ul li {
	margin: 0 1em
}
.class-room h2+p {
	font-size: 1.375rem
}
.class-room p {
	margin: 0 0 2em
}
.class-room .btn {
	padding: 2em 0 0
}
.class-room .btn a {
	display: inline-flex;
	background: var(--pink);
	color: #FFF;
	padding: .8em 1.2em;
	font-size: 1.125rem;
	font-weight: bold;
	align-items: flex-start;
	justify-content: center;
	border-radius: 100px;
}
.class-room .btn a img {
	margin: 0 .6em 0 0
}
/**/
.cv {
	background: #ffebe9;
	padding: 68px 0;
}
.cv .inner {
	position: relative;
}
.cv .chara {
	position: absolute;
	left: 0;
	top: -118px;
}
.cv h2 {
	margin: 0 0 1.6em 4em;
	font-size: 1.875rem;
	font-weight: bold;
}
.cv p {
	font-size: 2.25rem;
	padding: 1.6em 0 1em;
	font-weight: bold;
}
.cv .contact-btns {
	padding: 30px 0;
	background: #FFF
}
.cv .contact-btns a {
	margin: 0 5px;
	padding: .6em 1em
}
.bnr {
	position: relative;
	z-index: 50
}

ul.schedule li{
	text-align:center}
@media (min-width: 768px) {
.sp {
	display: none
}
header {
	height: 100px;
}

header.header-fix{
	padding: 10px 0;
	background:rgba(255,255,255,.8);
	height:auto;
}
#menu{
    top: 100px;
    left: 50%;
    width: 1200px;
    transform: translateX(-50%);
				border-radius:0 0 20px 20px;
}
header.header-fix+#menu{
	top: 60px;
}
#menu.open {
	min-height:100px;
	
}
#menu ul.g-navi li a {
	display: block;
	padding: 0 40px;
	line-height:100px;
}
#main-top .btn {
	display:flex;
	width: 640px;
	margin: 30px auto 0 0;
	text-align: center;
}
#main-top .btn img{
	width:310px;
}
#main-top .btn a:nth-of-type(1) img{
	margin-right:20px;
}
/* お問い合わせボタン */
.contact-btns {
	display: flex;
	gap: 12px;
	list-style: none;
}

#menu .contact-btns{
	display:none;
}
.cv .contact-btns{
	border-radius:20px;
}
ul.schedule{
	display:flex;
	justify-content:space-between;}

/**/
#tab-section{
	padding:60px 0 0}
	
	.course-info h3.tit{
		margin-top:0}
		
		
/*閉じタグ*/
}
.iPad{
width: 1200px;
}
.iPad .inner{
	padding: 0 20px;
}
.iPad .contact-text,
.iPad header p.txt{
	font-feature-settings: "palt";
	font-size:.5rem}
 @media (max-width: 767px) {
.pc, header .contact-btns, .contact-text, .logo-text,.header-fix .logo {
	display: none
}.bnr{
	padding:0 0 2em}

.w100{
	width:100%!important}
/**/
	

section .contact-btns, .reason .voice, .hayawari,.course-more {
	display: block
}

header {
	padding:0;
	height:auto}
header .inner{
	padding: 15px 0;
	flex-wrap: wrap;

}
#menu {
	top: 0;
	opacity: 0;
	padding: 60px 20px 20px;
}
#menu.open {
	height:100vh;
	opacity: 1
}
#menu ul.g-navi {
	padding:0;
	flex-direction: column;
}
#menu ul.g-navi li a{
	padding: 1em;
	border-top: 1px solid rgba(255,255,255,.2);
	font-size:4vw}
	
	#menu .contact-btns {
	margin: .6em 0 0;
	background: #FFF;
	padding: 1.4em;
	border-radius:20px;
}

#menu .contact-btns li+li{
	margin-top:1em;
	}
	
#menu .contact-btns li a{
	font-size:4.2vw}
	
/**/
footer{	font-size:2.8vw;
	padding: 4em 0;}
	#pageTop{
	width:12vw;
		right:0;}
	/**/
.logo {
	flex: 1;
}
.contact-text {
	width: 100%;
	order: 3;
	margin: 10px 0 0 0;
	text-align: center;
}
.contact-btns {
	width: 100%;
	order: 4;
}
.menu-btn {
	order: 2;
	margin-left: auto;
}
.inner {
	width: 94%
}
/**/
.reason .reason-inn {
	flex-wrap: wrap;
}
.reason .voice .box {
	width: auto
}
.reason .reason-inn .box {
	margin: 0 0 1em;
	width: 48.4%
}
/**/
#main-top {
	padding: 4em 0 0;
	background: url(../images/main-sp.jpg) no-repeat center bottom / cover;
	height: 84vh;
	text-align:center;
}

#main-top h1 img,
#main-top p img{
	width:94%;
}

#main-top .btn {
	width: 50%;
	padding: 3em 0 0;
	margin: 0 auto 0 2%
}

#main-top .btn a{
	display:block;
	margin: 1em 0 0}
section {
	padding: 1.8em 0
}
h2 {
	font-size: 5.8vw
}
.onayami figure {
	width: 90%;
	margin: auto
}
/**/
section .contact-btns {
	padding: 2em
}
section .contact-btns li {
	padding: 0 0 1.6em
}
section .contact-btns li a {
	justify-content: center;
	padding: .8em 0;
	margin: 0;
	font-size: 4.2vw
}
.gentei h2 {
	margin: 0 0 1em 32%;
	font-size: 4.2vw;
	text-align: left
}
.gentei h2 strong {
	margin-left: -.6em;
	font-size: 6vw;
}
.gentei .chara {
	width: 28%;
	left: 5px;
	top: -40px;
}
.gentei h2 .marker {
	font-size: 7.18vw
}
/**/
.hayawari {
	padding: 0
}
.hayawari .box {
	margin: 0 .8em 1.4em 1em;
	width: auto;
	padding: 1.4em 0;
}
.hayawari .box:nth-of-type(2) {
	margin-top: 2em
}
.hayawari .box h3 {
	left: -20px;
	top: -20px;
}
.hayawari h3 img {
	width: 22vw
}
.hayawari .box h3+p {
	font-size: 5.8vw
}
.hayawari .box p.price {
	font-size: 12vw
}
.hayawari .box p.price em {
	font-size: 16vw
}
.hayawari .box ul li {
	font-size: 3vw
}
/**/
.reason h2 {
	background-size: 32%;
	text-align: left;
	font-size: 4vw
}
.reason h2 strong {
	font-size: 8vw
}
.reason .reason-inn .box h3 {
	font-size: 3vw
}
.reason .reason-inn .box p {
	font-size: 2.8vw
}
.reason .reason-inn .box .cat {
	top: 7.4em;
	font-size: 3vw
}
.reason .voice h3 {
	font-size: 6.8vw;
	margin: 0 0 1em
}
.reason .voice-inn .box {
	margin: 0 0 1.2em;
}
.reason .voice-inn .box h4 {
	font-size: 5vw
}
.reason .voice-inn .box p {
	font-size: 3.6vw
}
/**/
.up-jirei{
	padding-bottom:0}
			
.up-jirei h2 {
	background-size: 32%;
	text-align: left;
	padding-left: 34%;
	padding-top: .8em;
	font-size: 8.6vw
}
.up-jirei h2 strong {
	font-size: 4.8vw;
	font-feature-settings: "palt";
}
.up-inn {
	justify-content: space-between;
}
.up-inn .box {
	padding: .8em 0 .28em;
	width: 31.8%;
	margin:0 0 .8em;
	border-radius:8px;/
}

.up-inn .box h3{
	font-size:3.6vw}
.up-inn .box p{
	line-height:1em;
	font-size:4vw;
	margin-top:.2em;
	flex-direction:column;}

.up-inn .box strong{
	line-height:1em;
	font-size:8vw}
	.up-inn .box strong small{
		font-size:4vw}

.up-inn .box .tensu{
	font-size:5.2vw;
	border-radius:6px;
	width:92%;
	padding: .2em 0 .2em .4em;
	margin: 0 auto}
	
	.up-inn .box .tensu img:nth-of-type(1){
		display: none}

.up-inn .box .tensu img{
	width:1.4em;
	margin:0}


/**/
.course-info h2+p{
	font-size:4.8vw;
	margin: 0 0 1em}
	
	.course-info h3{
		font-size:5.8vw}
		
		.course-info h3.tit{
			margin-top:1em}
		.course-info h3 +p{
			font-size:4.8vw}
.course-info ul.tab{
	padding:0 0 2em}
	.course-info ul.tab li{
		font-size:4.2vw;
		padding-left:1em;
		width:100%;
		margin:5px;
	}
	
	
.course-more ul.note li{
	font-size:3.2vw;
	padding: 0 0 0 1em;
	text-indent:-1em}
	
.course-info ul.tab li.ov, .course-info ul.tab li:hover{
	background-size:1.6em}
	
	
	.course-info ul.tab li.ov::after, .course-info ul.tab li:hover::after{
		width:40px;
		height:20px;
		bottom:-18px;}
	
	/**/	
	.course-more .box{
		width:100%;
		padding: 1.2em;}
	
	.course-more .box h4{
		font-size:5.4vw;
		text-align:center}

.course-more .box dt,.course-more .box dd{
	font-size:3.4vw}

.course-more .box dd strong{
		font-size:5vw;
}
/**/
.faq-item h3{
	padding-right:1em;
	font-size:4vw}

.faq-item{
	border-radius:6px;
	padding:.8em}

.faq-item p,
.faq-item p.open{
	padding: 1.2em;
	font-size:3.4vw}

.faq-item+ .faq-item{
	margin-top:1.4em}
	
	.faq-item h3::after{
		font-size:3vw;
		letter-spacing:-.14em;}
/**/

.class-room{
	padding: 1.8em 1em}
	
	
	.class-room p{
		text-align:left}
		
	.class-room ul{
		width:80%;
		margin:auto;
		justify-content:space-between;
		flex-wrap:wrap;}
		.class-room ul li{
			margin:0;
			width:48%;
		}
	
	.class-room h2+p{
		font-size:4.4vw}
	
	.class-room p{
		font-size:3.4vw}
	
	.class-room .btn{
		padding: 0 0 2em}
/**/

.cv{
	padding: 2em 0;}

		
			.cv h2{
				margin: 0 0 1em;
				font-size:4.4vw;}
	
	.cv p{
		font-size:4.4vw}
	
	.cv-flex{
		background:#FFF;
		align-items:flex-end;
		display:flex;}
	
		section.cv .contact-btns {
			padding:1em .4em 1em 0}
	section.cv .contact-btns li {
		padding:.25em;
	}
	section.cv .contact-btns li a{
		font-size:2.8vw}
	section.cv  figure{
		width:60vw}
	
	/**/
	.class-room .btn a{
		font-size:4.4vw}
	
	
	.course-shoai h5{
		font-size:5.8vw}
		
	ul.schedule li{
		margin: 0 0 1em;
	}
		ul.schedule li:nth-of-type(1) img{
			width:60%}
	
	
/*閉じタグ*/
}
