@charset "utf-8";
/**
/* 日本語サークル CSS
----------------------------------------------- */
.circle-guide h2 span{
	font-family: "Noto Sans JP", serif;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
	border-bottom: 3px solid #000000;
}
@media only screen and (max-width: 767px) {
	.circle-guide h2 span{
		font-size: 1.3125rem;
		border-bottom: 2px solid #000000;
	}
}
/*　　FV　　*/
.circle-fv{
	background-color: #fff;
	padding: 1rem 0 2.5rem 0;
}
.circle-fv .inner{
	max-width: 1024px;
}
.circle-fv .block_btn li{
	margin-top: 2.5rem;
}
.circle-fv .block_btn li .red{
	background: #d1212d;
	color: #fff;
	border: 1px solid #d1212d;
	border-radius: 3.5rem;
	padding: 0.875rem;
}
.circle-fv .block_btn li .red:hover{
	background: #fff;
	color: #d1212d;
}
@media only screen and (max-width: 767px) {
	.circle-fv .block_btn li{
		margin-top: 1.5rem;
	}
	.circle-fv .block_btn li .red{
		padding: 0.875rem;
	}
}
/*　　開催日程　　*/
.circle-lesson-time{
	background: #273f97;
	padding: 4.375rem 0 6.25rem 0;
}
.circle-lesson-time h2{
	margin-bottom: 3.75rem;
}
.circle-lesson-time h2 span{
	color: #fff;
	border-bottom: 3px solid #ffffff;
}
.lesson-time-list .lesson-time-items{
	background: #ffffff;
}
.lesson-time-list .lesson-time-items:nth-child(1){
	border: 2px solid #d1212d;
}
.lesson-time-list .lesson-time-items:nth-child(2){
	border: 2px solid #ff931e;
}
.lesson-time-list .lesson-time-items:not(:last-child){
	margin-bottom: 4.5rem;
}
.lesson-time-list .lesson-time-items h3{
	margin-top: -1.5rem;
}
.lesson-time-list .lesson-time-items h3 span{
	display: inline-block;
	font-family: "Noto Sans JP", serif;
	color: #ffffff;
	font-size: 1.3125rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
	padding: 0.5rem 2rem
}
.lesson-time-list .lesson-time-items:nth-child(1) span{
	background: #d1212d;
}
.lesson-time-list .lesson-time-items:nth-child(2) span{
	background: #ff931e;
}
.lesson-time-list .lesson-time-items .box{
	text-align: center;
	padding: 0.5rem 1.5rem 1.5rem 1.5rem;
}
.lesson-time-list .lesson-time-items .box p{
	font-size: 1.3125rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
}
.lesson-time-list .lesson-time-items .box .date{
	margin-bottom: 0.625rem;
}
.circle-lesson-time .lesson-time_btn{
	column-gap: 3rem;
	margin-top: 4.75rem;
}
.circle-lesson-time .lesson-time_btn li{
	display: inline-block;
	background: #ffffff;
	width: calc(50% - 1.5rem);
	max-width: 22.5rem;
	font-family: "Noto Sans JP", serif;
	color: #273f97;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 1rem;
	border-radius: 3.5rem;
}
@media only screen and (max-width: 767px) {
	.circle-lesson-time{
		padding: 3.375rem 0 3.25rem 0;
	}
	.circle-lesson-time h2{
		margin-bottom: 2.75rem;
	}
	.circle-lesson-time h2 span{
		border-bottom: 2px solid #ffffff;
	}
	.lesson-time-list .lesson-time-items{
		background: transparent;
	}
	.lesson-time-list .lesson-time-items:nth-child(1){
		border: none;
	}
	.lesson-time-list .lesson-time-items:nth-child(2){
		border: none;
	}
	.lesson-time-list .lesson-time-items:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.lesson-time-list .lesson-time-items h3{
		margin-top: 0;
	}
	.lesson-time-list .lesson-time-items h3 span{
		font-size: 0.9375rem;
		padding: 0.5rem 1.5rem;
	}
	.lesson-time-list .lesson-time-items .box{
		background: #ffffff;
		padding: 1.5rem 0.5rem 1.25rem 0.5rem;
	}
	.lesson-time-list .lesson-time-items .box p{
		font-size: 0.875rem;
	}
	.lesson-time-list .lesson-time-items .box .date{
		font-size: 1rem;
		margin-bottom: 0.625rem;
	}
	.circle-lesson-time .lesson-time_btn{
		column-gap: 1rem;
		margin-top: 2.75rem;
	}
	.circle-lesson-time .lesson-time_btn li{
		width: calc(50% - 0.5rem);
		font-size: 0.9375rem;
		padding: 0.75rem;
	}
}
/*　　イベント内容　　*/
.circle-event{
	background: #ffffff;
	padding: 4.75rem 0 4.5rem 0;
}
.circle-event h2{
	margin-bottom: 4rem;
}
.circle-event .event-cont p{
	text-align: center;
}
.circle-event .event-cont .text{
	font-family: "Noto Sans JP", serif;
	font-size: 1.3125rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 2.5rem;
}
.circle-event .event-cont img{
	width: 55%;
}
.circle-event .event-cont .bottom-text{
	font-family: "Noto Sans JP", serif;
	font-size: 1.3125rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
	.circle-event{
		padding: 2.75rem 0 2.5rem 0;
	}
	.circle-event h2{
		margin-bottom: 2.5rem;
	}
	.circle-event .event-cont p{
		text-align: center;
	}
	.circle-event .event-cont .text{
		font-size: 1rem;
		line-height: 1.5;
		text-align: left;
		margin-bottom: 2rem;
	}
	.circle-event .event-cont img{
		width: 90%;
	}
	.circle-event .event-cont .bottom-text{
		font-size: 0.9375rem;
		margin-top: 1.5rem;
	}
}
/*　　お申込フォーム　　*/
.circle-form{
	background: #d5d7db;
	padding: 3.75rem 0 5.75rem 0;
}
.circle-form .inner{
	max-width: 1000px;
}
.circle-form .text{
	background: #ffffff;
	font-family: "Noto Sans JP", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 0.5rem;
	margin-bottom: 3rem;
}
.circle-form .form-box{
	background: #ffffff;
	max-width: 700px;
	margin: 0 auto;
	padding: 3rem;
}
.circle-form .form-box h3{
	font-family: "Noto Sans JP", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 2rem;
}
.circle-form .form-box dl{
	border-bottom: 1px solid #4d4d4d;
	margin-bottom: 1.5rem;
}
.circle-form .form-box dl dt{
	font-family: "Noto Sans JP", serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
	margin-bottom: 0.5rem;
}
.circle-form .form-box dl dt span{
	color: #d1212d;
	font-size: 0.5rem;
}
.circle-form .form-box dl dd input[type="text"],
.circle-form .form-box dl dd input[type="email"]{
	border: none;
}
@media only screen and (max-width: 767px) {
	.circle-form{
		padding: 1.75rem 0 3.75rem 0;
	}
	.circle-form .text{
		font-size: 0.9375rem;
		margin-bottom: 2rem;
	}
	.circle-form .form-box{
		padding: 1.5rem;
	}
	.circle-form .form-box h3{
		font-size: 1.3125rem;
		margin-bottom: 0.5rem;
	}
	.circle-form .form-box dl{
		margin-bottom: 0.5rem;
	}
	.circle-form .form-box dl dt{
		padding-top: 1rem;
	}
	.circle-form .form-box .form-box .submit-btn{
		margin: 1.5rem auto 0;
	}
}
/*　　参加方法　　*/
.circle-free{
	background: #ffffff;
	padding: 4.625rem 0 5.75rem 0;
}
.circle-free h2{
	margin-bottom: 4rem;
}
.circle-free .event-cont h3{
	font-family: "Noto Sans JP", serif;
	color: #273f97;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 1.125rem;
}
.circle-free .event-cont .free-text{
	width: calc(100% - 11.625rem);
	padding-right: 2.5rem;
}
.circle-free .event-cont .text{
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.75;
}
.circle-free .event-cont .text b{
	font-weight: 900;
}
.circle-free .event-cont .note{
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.45;
	letter-spacing: 0.1em;
}
.circle-free .event-cont .note span{
	font-size: 1.125rem;
	font-weight: 500;
}
.circle-free .event-cont .icon{
	width: 11.625rem;
}
@media only screen and (max-width: 767px) {
	.circle-free{
		padding: 3.625rem 0 2.75rem 0;
	}
	.circle-free h2{
		margin-bottom: 2.5rem;
	}
	.circle-free .event-cont h3{
		font-size: 1.125rem;
		margin-bottom: 1.5rem;
	}
	.circle-free .event-cont .free-text{
		width: 100%;
		padding-right: 0;
	}
	.circle-free .event-cont .text{
		font-size: 1rem;
		margin-bottom: 1.125rem;
	}
	.circle-free .event-cont .note{
		font-size: 1rem;
	}
	.circle-free .event-cont .note span{
		font-size: 1.125rem;
	}
	.circle-free .event-cont .icon{
		width: 100%;
	}
}