@charset "UTF-8";

#lv p span{
    opacity: 0;
}
#lv p{
	position: relative;
	height: 8rem;
}
#lv p:before,
#lv p:after{
	content: "TRIAL LESSON";
      position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
      font-size: 4.5rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 1;
}
#lv p:after{
    content: "オンライン - 無料体験レッスン";
	font-size: 3rem;
	top: 50px;
}
@media screen and (max-width: 800px){
	#lv p{
		height: 4rem;
	}
	#lv p:before{
		font-size: 2.2rem;
	}
	#lv p:after{
		font-size: 1.3rem;
             top: 30px;
	}
}

#contact_c3.composite_box01 .wrapper_item {
    justify-content: space-between;
}
#contact_c3+.composite_box01 .inner_item {
    background: var(--i_sub2_color);
	border-right: 2px dotted rgba(0,0,0,0.2);
	margin-top: 10px;
	position: relative;
	margin-left: 10px!important;
	width: 28%!important;
}
#contact_c3+.composite_box01 .inner_item>a {
  pointer-events: none;
}
#contact_c3+.composite_box01 .inner_item:not(:last-child) {
	margin-right: 50px;
}
#contact_c3+.composite_box01 .inner_item:nth-child(1):before,
#contact_c3+.composite_box01 .inner_item:nth-child(2):before {
    content: "";
    position: absolute;
    top: 50%;
    right: -110px;
    transform: translateY(-50%);
    border: 60px solid transparent;
    border-left: 25px solid var(--i_orange_color);
}
#contact_c3+.composite_box01 .inner_item:after {
    content: "01";
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10rem;
	pointer-events: none;
	font-weight: 600;
	color: var(--i_orange_color);
	line-height: 1;
}
#contact_c3+.composite_box01 .inner_item:nth-child(2):after {
    content: "02";
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10rem;
	pointer-events: none;
	font-weight: 600;
}
#contact_c3+.composite_box01 .inner_item:nth-child(3):after {
    content: "03";
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10rem;
	pointer-events: none;
	font-weight: 600;
}
#contact_c3+.composite_box01 .inner_item  .inner_item_img{
	margin-top: -10px;
	margin-left: -10px;
}
#contact_c3+.composite_box01 .inner_item_txt{
    padding: 10px 10px 100px;
}
@media screen and (max-width: 900px){
	#contact_c3+.composite_box01 .inner_item {
		margin-right: 0!important;
		width: 100%!important;
		margin-bottom: 50px;
	}
	#contact_c3+.composite_box01 .inner_item:after,
      #contact_c3+.composite_box01 .inner_item:nth-child(2):after,
      #contact_c3+.composite_box01 .inner_item:nth-child(3):after {
		font-size: 8rem;
	}
	#contact_c3+.composite_box01 .inner_item_txt {
		padding-bottom: 100px;
	}
	#contact_c3+.composite_box01 .inner_item:nth-child(1):before,
	#contact_c3+.composite_box01 .inner_item:nth-child(2):before {
		top: auto;
		bottom: -70px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		border: 40px solid transparent;
		border-top: 15px solid var(--i_orange_color);
	}
}

#aki1+div>.content_wrapper,
#aki2+section>.content_wrapper{
    background: var(--i_sub2_color);
	padding: 0;
	max-width: 1160px!important;
}
@media screen and (max-width: 1160px){
	#aki1+div>.content_wrapper,
	#aki2+section>.content_wrapper{
		width: calc(100% - 40px);
	}
}
#aki1+div .inner_item_txt p>span>span{
    font-size: 3rem;
	padding: 10px;
}
#aki2+section .inner_item_txt p {
	padding: 20px;
}

/* 追記　フォームテキストの色変更 */
.f_red {
    color: #ff0000;
}