@charset "UTF-8";
/* CSS Document */


/*
	common
*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap');


html{
	font-size:62.5%;
}

*{
	max-height:99999px;
}

body{
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size:1.4rem;
	color: #444;
	font-weight: 400;
	line-height: 1.75;
}
.min{
	font-family: 'Noto Serif JP', serif;
}
img{
	vertical-align:bottom;
	max-width: 100%;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#fff;
}
a:hover{
	opacity:0.6;
}

.wrap{
	overflow:hidden;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.in{
	width:1000px;
	margin:0 auto;
	position: relative;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}

.ttl{
	font-size: 4.0rem;
	margin-bottom:70px;
	text-align: center;
}
.ttl:after{
	width: 185px;
	height: 18px;
	background:url(../images/x2/ttl_frame.png);
	background-size: cover;
	margin:0px auto 0;
	content: "";
	display: block;
}

.ttl_w{
	color: #fff;
}
.ttl_w:after{
	background:url(../images/x2/ttl_frame_w.png);
	background-size: cover;
}

/*
	Header
*/
#header{
	padding: 0px 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}
#header .flex{
	justify-content:space-between;
}

.main{
	padding: 0 20px;
	margin-top: 30px;
	margin-top: 80px;
}
.main img{
	width: 100%;
}

.cta{
	background: #f3a4a4;
	padding-top: 100px;
	margin-top: -100px;
}
.cta .in {
	background: url(../images/x2/cta_bg.png) no-repeat;
	background-size: cover;
	padding-top: 360px;
	top:30px;
}
.cta .in a{
	position: absolute;
}
.cta .in a.to_f{
	bottom: 30px;
	right: 50px;
}

.about{
	background: #f1ead6;
	padding: 100px 0 70px;
}
.about .description{
	text-align: center;
	line-height: 2;
}
.about .description span{
	background: linear-gradient(transparent 75%, #f7ed4a 60%);
}
.about_u_are{
	justify-content: center;
	margin-top: 50px;
}
.about_u_are_in{
	width: 400px;
	margin: 0 10px;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
.about_u_are_in .imgarea{
	width: 50px;
	flex-shrink: 0;
	margin-right: 20px;
}
.about_u_are_in h3{
	color: #e89292;
	font-size: 2.2rem;
}
.w_img img{
	position: absolute;
}
.w_img img.l{
  left: -50px;
  top: 50px;
}
.w_img img.r{
  right: -50px;
  top: 50px;
}

.reason{
	background: #fff0f0;
	padding: 70px 0 70px;
}
.reason h2 .sel{
	font-size: 3.0rem;
	display: block;
	color: #e89292;
	line-height: 1;
}
.reason h2 .num{
	font-size: 6.0rem;
	color: #e89292;
	margin-left: -10px;
}

.reason_c_in{
	margin-top: 70px;
	align-items: center;
}
.reason_c_in:nth-of-type(2n){
	flex-direction: row-reverse;
}
.reason_c_in .txtarea{
	margin-top: -20px;
}
.reason_c_in h3{
	font-size: 3.0rem;
	color: #e89292;
	line-height: 1.25;
	align-items: center;
	margin-bottom: 20px;
}
.reason_c_in h3 span{
	margin-right: 20px;
}
.reason_c_in .imgarea{
	width: 480px;
	flex-shrink: 0;
	margin-left: 30px;
}
.reason_c_in:nth-of-type(2n) .imgarea{
	margin-left: 0px;
	margin-right: 30px;
}

.voice{
	background: url(../images/x2/voice_bg.jpg) repeat;
	padding: 70px 0 70px;
}
.voice_c_i{
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	background: #fff;
	padding: 40px 40px 40px 300px;
	margin-top: 40px;
}
.voice_c_i .imgarea{
  left: -50px;
}

.voice_c_i:nth-of-type(2n){
	padding: 40px 300px 40px 40px;
}
.voice_c_i:nth-of-type(2n) .imgarea{
  right: -50px;
	left: auto;
}


.voice_c_i h3{
	font-size: 2.3rem;
	color: #e89292;
	margin-bottom: 5px;
	letter-spacing: -1px;
}
.voice_c_i .name{
	font-weight: 700;
	color: #e89292;
	margin-bottom: 20px;
}
.voice_c_i .description{
	padding-left: 20px;
	border-left: 1px solid #e89292;
}

.teach{
	background: #f2ead7;
	padding: 70px 0 70px;
}
.teacher_c_i .imgarea {
	width: 300px;
	flex-shrink: 0;
	margin-left: 30px;
}
.teacher_c_i h3{
	border-bottom: 1px solid #e89292;
	padding:20px;
	font-size: 2.3rem;
	color: #e89292;
}
.teacher_c_i h3 span{
	font-size: 2.0rem;
	margin-right:10px;
}
.teacher_c_i p{
	padding: 20px;
}
.teacher_c_i p.tokui{
	font-weight: 700;
  color: #e89292;
}

.seminar{
	background: #f3a4a4;
	padding: 70px 0 0px;
}
.seminar h2{
	margin-bottom: 30px;
}
.seminar_c_w{
	width: 750px;
	margin: auto;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
  background: #fff;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
	top:40px;
}
.seminar_c_w li{
	border-bottom: 1px solid #f3a4a4;
	padding: 10px;
	font-size: 2.0rem;
	align-items: center;
}
.seminar_c_w li span{
	font-size: 2.5rem;
	color: #f3a4a4;
	margin-right: 5px;
}

#form{
	padding: 110px 0 70px;
}

#form .in{
	background: #fff;
	padding: 0px 80px;
	box-sizing: border-box;
	border-radius: 10px;
}

#form table th {
    text-align: right;
    position: relative;
    padding: 15px 70px 15px 0;
    vertical-align: middle;
}

select{
    width: 100%;
    height: 35px;
}

#form table th.requir:after {
    content: "必須";
    color: #dd0f44;
    position: absolute;
    right: 20px;
}

#form table td {
    text-align: left;
    width: 75%;
    vertical-align: middle;
}

#form table td input, #form table td textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
		border: 1px solid #a4a4a4;
}

#form table td textarea {
    height: 300px;
}

#form input[type=submit] {
    background: #f3a4a4;
		color: #fff;
		font-weight: 600;
    padding: 20px 150px;
    margin-top: 40px;
		transition: 0.5s;
		-webkit-appearance: none;
		border-radius: 10px;
		border: none;
		margin:40px auto;
		display: block;
}

table .with-validate {
    display: block;
    position: relative;
}

table .with-validate label.error {
    display: inline-block;
    position: absolute;
    z-index: 5;
    left: -5px;
    bottom: 100%;
    margin-bottom: 10px;
    background-color: #c3272a;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
}

table .with-validate label.error::before {
    content: "";
    background-color: transparent;
    position: absolute;
    top: 100%;
    margin: 0;
    left: 20px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #c3272a transparent transparent;
}

.mm{
	vertical-align: middle;
}

.radio_w input[type=radio]{
	display: none;
}
.radio_w input[type=radio] + label{
	padding-left: 30px;
	margin-right: 20px;
	position: relative;
}
.radio_w input[type=radio] + label:before{
	border-radius: 100px;
	width: 20px;
	height: 20px;
	border: 1px #ccc solid;
	content: "";
	display: block;
	position: absolute;
	top:50%;
	transform: translate(0%,-50%);
}
.radio_w input[type=radio] + label:after{
	border-radius: 100px;
	width: 16px;
	height: 16px;
	background: #f3a4a4;
	content: "";
	position: absolute;
	top:50%;
	transform:translate(0%,-50%);
	left: 3px;
	opacity: 0;
}
.radio_w input[type="radio"]:checked + label:after{
	opacity: 1;
}


.copy {
    background: #f3a4a4;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}

@media screen and (max-width: 640px) {


.pc{
	display:none;
}
.sp{
	display:block;
}
.in {
	width: 90%;
	margin: 0 auto;
}
.flex_w_sp{
	flex-wrap: wrap;
}
.ttl{
	font-size: 2.8rem;
	letter-spacing: -2px;
	line-height: 1;
	margin-bottom: 40px;
}
.ttl:after{
	margin-top: 15px;
}

#header{
	position: absolute;
}
#header .logo{
	width: 50px;
}
#header a{
	display: inline-block;
  width: 200px;
}

.main{
	padding: 0;
	margin-top: 60px;
}

.cta .in {
	background: url(../images/x2/cta_bg_sp.png) no-repeat;
	background-size: cover;
	top: 30px;
	padding-top: 205px;
}

.cta .in a.to_f{
	width: 200px;
    top: 140px;
    left: 20px;
}
.cta .in a.to_li{
	width: 200px;
    top: 90px;
    left: 20px;
}

.about_u_are{
	flex-wrap: wrap;
}
.about_u_are_in{
	margin-bottom: 20px;
}
.about_u_are_in h3 {
	line-height: 1.25;
	margin-bottom: 10px;
	font-size: 2.2rem;
}
.about .description{
	text-align: left;
}

.reason_c_in{
	flex-wrap: wrap;
}
.reason_c_in .imgarea {
	width: 100%;
	flex-shrink: 0;
	margin-left: 0px !important;
	margin-top: 20px;
	margin-right: 0 !important;
}
.reason_c_in h3 {
  font-size: 2.4rem;
}
.reason_c_in h3 span {
	margin-right: 20px;
	width: 80px;
	flex-shrink: 0;
}


.voice_c_i {
  padding: 30px !important;
}
.voice_c_i .imgarea {
	left: 0px;
	position: relative;
	margin-bottom: 20px;
}
.voice_c_i:nth-of-type(2n) .imgarea {
	right: 0px;
	left: auto;
}
.voice_c_i h3{
	line-height: 1.5;

	font-size: 2.0rem;
}


.teacher_c_i{
	flex-wrap: wrap;
}
.teacher_c_i .imgarea {
	width: 100%;
	margin-left: 0px;
	text-align: center;
}
.teacher_c_i h3 span {
	font-size: 1.8rem;
	margin-right: 10px;
	display: block;
}


.seminar_c_w {
  padding: 30px;
	width: 100%;
}
.seminar_c_w li {
  font-size: 1.8rem;
}


#form .in {
	padding: 0;
}
#form table {
  width: 100%;
}
#form table th {
    text-align: left;
    display: block;
    padding-left: 0;
    width:100%;
    box-sizing:border-box;
}

#form table td {
    text-align: left;
    width: 100%;
    vertical-align: middle;
    display: block;
}

#form table td input,
#form table td select{
	height: 50px;
}
#form input[type=submit] {
	background: #f3a4a4;
	color: #fff;
	font-weight: 600;
	padding: 20px 0px;
	margin-top: 40px;
	transition: 0.5s;
	-webkit-appearance: none;
	border-radius: 10px;
	border: none;
	margin: 40px auto;
	display: block;
	width: 100%;
	text-align: center;
}

.copy{
	padding: 20px;
}

.sp_foot{
    padding: 10px;
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing:border-box;
    z-index:9999;
    text-align:center;
}

.f_tel {
	background: #3dca51;
	color: #fff;
	font-weight: 600;
	padding: 10px 10px;
	transition: 0.5s;
	-webkit-appearance: none;
	border-radius: 10px;
	width: 48%;
	display: inline-block;
	box-sizing: border-box;
}

.f_con {
	width: 48%;
	background: #53b1fd;
	color: #fff;
	font-weight: 600;
	padding: 10px 10px;
	transition: 0.5s;
	-webkit-appearance: none;
	border-radius: 10px;
	display: inline-block;
	box-sizing: border-box;
}

}

.thanks #main{
	padding: 200px 0 200px;
}
.thanks #main h1{
	font-size: 3.0rem;
	margin-bottom: 20px;
}
.thanks #main p{
	font-size: 1.6rem;
}

.agree_area{
	margin-top: 30px;
	margin-bottom: 30px;
	padding:0 80px;
	text-align: center;
}
.agree_area p{
	text-align: left;
	margin-bottom: 20px;
}
.agree_area input{
	width: auto;
	vertical-align:middle;
	margin-right: 5px;
}
input[type="submit"]:disabled {
    opacity: 0.3;
}