@charset "utf-8";
* {
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
#about_header {
	position: relative;
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0;
	background: #FFF;
	margin-bottom: -3px;
}
#about_header_image {
	display: none;
}
#about_header_image_sp {
	position: relative;
	width: 100%;
	margin: 0;
}
.entry_bt_place {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.entry_bt_place2 {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.entry_bt {
	position: absolute;
	top: 99%;
	left: 20%;
}
.entry_bt2 {
	position: relative;
	width: 400px;
	margin-left: auto;
	margin-right:auto; 
}
.entry_bt a,
.entry_bt2 a{
	display: block;
	padding: 20px 76px;
	color: #000;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	background:#F4EB4D;
	border-radius: 40px;
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,.1);
}
.entry_bt a:hover,
.entry_bt2 a:hover {
	background:#FFF200;
}
.entry_bt a::before,
.entry_bt2 a::before {
	content: "→";
	position: absolute;
	top: 28%;
	right: 20px;
	font-size: 2.2rem;
	font-weight: 700;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#about_header {
	position: relative;
	width: 100%;
	padding-top: 0px;
	margin: 0;
	background: #fff;
	z-index: 2;
}
#about_header_image {
	display: none;
}
#about_header_image_sp {
	position: relative;
	width: 100%;
}
.entry_bt_place {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.entry_bt_place2 {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.entry_bt {
	position: relative;
	display: inline-block;
	width: 80%;
	max-width: 300px;
}
.entry_bt2 {
	position: relative;
	width: 300px;
	margin-left: auto;
	margin-right:auto; 
}
.entry_bt a,
.entry_bt2 a {
	display: block;
	padding: 20px 30px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	background:#F4EB4D;
	border-radius: 40px;
	box-shadow: 3px 3px 7px 3px rgba(0,0,0,.1);
}
.entry_bt a:hover,
.entry_bt2 a:hover {
	background:#FFF200;
}
.entry_bt a::before,
.entry_bt2 a::before {
	content: "→";
	position: absolute;
	top: 28%;
	right: 20px;
	font-size: 18px;
	font-weight: 700;
}
}
/*//////////////////////////////////////*
gyuttoとは
//////////////////////////////////////*/
@media screen and (min-width: 768px) {
#about_sec_area {
	position: relative;
	width: 100%;
	aspect-ratio:150/360;
	background: url("../lp_img/about-bg-pc.png") #FFF;
	background-position: center;
	background-size: cover;
	padding-top: 50px;
	margin-top: 100px;
}
#about_sec_subtitle {
	position: relative;
	text-align: center;
	margin-bottom: 46px;
}
#about_sec_title_sp {
	display: none;
}
#about_sec_subtitle h2 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing:.2em;
	display: inline-block;
	border:none;
	background: none;
}
#about_sec_subtitle h2::before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: -20px; /*下線の上下の位置*/
	left: 50%;
	width: 70px; /*下線の幅*/
	height: 3px; /*下線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*位置の調整*/
	background-color: #333; /*下線の色*/
}
#about_sec_title {
	position: relative;
	width: 36%;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 50px;
}
#about_sec_title h2 {
	border:none;
	background: none;
}
#about_sec_item_area {
	position: relative;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.about_sec_item {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.about_sec_item_img {
	position: relative;
	width: 100%;
	z-index: 1;
}
.about_sec_item_img img {
	width: 100%;
}
.about_sec_item_word {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	margin-top: -10px;
	z-index: 2;
	padding: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	border-left: 3px solid #FF2327;
	box-shadow: 3px 3px 7px 3px rgba(0,0,0,.1);
}
.about_sec_item_word h3 {
	font-size: 16px;
	line-height: 1.8;
	color:#FF2327;
	border: none !important;
	background: none;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#about_sec_area {
	position: relative;
	width: 100%;
	background: url("../lp_img/about-bg-pc.png") #FFF;
	background-position: center;
	background-size: cover;
	padding: 50px 0;
	margin-top: 100px;
}
#about_sec_subtitle {
	position: relative;
	text-align: center;
	margin-bottom: 46px;
}
#about_sec_title_sp {
	display: none;
}
#about_sec_subtitle h2 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing:.2em;
	display: inline-block;
	border:none;
	background: none;
}
#about_sec_subtitle h2::before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: -20px; /*下線の上下の位置*/
	left: 50%;
	width: 70px; /*下線の幅*/
	height: 3px; /*下線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*位置の調整*/
	background-color: #333; /*下線の色*/
}
#about_sec_title {
	position: relative;
	width: 80%;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 50px;
}
#about_sec_title h2 {
	border:none;
	background: none;
}
#about_sec_item_area {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.about_sec_item {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.about_sec_item_img {
	position: relative;
	width: 100%;
	z-index: 1;
}
.about_sec_item_img img {
	width: 100%;
}
.about_sec_item_word {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	margin-top: -10px;
	z-index: 2;
	padding: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	border-left: 3px solid #FF2327;
	box-shadow: 3px 3px 7px 3px rgba(0,0,0,.1);
}
.about_sec_item_word h3 {
	font-size: 16px;
	line-height: 1.8;
	color:#FF2327;
	border: none !important;
	background: none;
}
}


/*//////////////////////////////////////*
gyuttoとは
//////////////////////////////////////*/
@media screen and (min-width: 768px) {
#about_reason_area {
	position: relative;
	width: 100%;
	padding-bottom: 10px;
}
.about_header_icon {
	position:relative;
	width: 100%;
	text-align: center;
}
#about_heder_title1 {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	margin-left: auto;
	margin-right:auto;
	background: #FFF;
	border-radius: 50%;
	padding: 20px;
	margin-top: -30px;
}
.about_subtitle,
.about_subtitle2 {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.about_subtitle h3 {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	border:none;
	background: none;
}
.about_subtitle2 h3 {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	border:none;
	background: none;
}
.about_subtitle h3::before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: -20px; /*下線の上下の位置*/
	left: 50%;
	width: 60px; /*下線の幅*/
	height: 3px; /*下線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*位置の調整*/
	background-color: #333; /*下線の色*/
}
.about_subtitle2 h3::before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: -20px; /*下線の上下の位置*/
	left: 50%;
	width: 60px; /*下線の幅*/
	height: 3px; /*下線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*位置の調整*/
	background-color: #FFF; /*下線の色*/
}
.about_title,
.about_title2 {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.about_title h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	border:none;
	background: none;
	display: inline-block;
}
.about_title2 h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	color: #FFF;
	border:none;
	background: none;
	display: inline-block;
}
.about_title h2 .tred {
	color:#E61D21;
	font-weight: 900;
	font-size: 32px;
	letter-spacing: .1em;
}
.about_title h2 .tbig {
	font-weight: 900;
	font-size: 32px;
	letter-spacing: .1em;
}

}

@media screen and (min-width: 0px) and (max-width: 767px) {
#about_reason_area {
	position: relative;
	width: 100%;
	padding-bottom: 10px;
}
.about_header_icon {
	position:relative;
	width: 100%;
	text-align: center;
}
#about_heder_title1 {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	margin-left: auto;
	margin-right:auto;
	background: #FFF;
	border-radius: 50%;
	padding: 20px;
	margin-top: -30px;
}
.about_subtitle,
.about_subtitle2 {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.about_subtitle h3 {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	border:none;
	background: none;
}
.about_subtitle2 h3 {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	border:none;
	background: none;
}
.about_subtitle h3::before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: -20px; /*下線の上下の位置*/
	left: 50%;
	width: 60px; /*下線の幅*/
	height: 3px; /*下線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*位置の調整*/
	background-color: #333; /*下線の色*/
}
.about_subtitle2 h3::before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: -20px; /*下線の上下の位置*/
	left: 50%;
	width: 60px; /*下線の幅*/
	height: 3px; /*下線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%); /*位置の調整*/
	background-color: #FFF; /*下線の色*/
}
.about_title,
.about_title2 {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.about_title h2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	border:none;
	background: none;
	display: inline-block;
}
.about_title2 h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	color: #FFF;
	border:none;
	background: none;
	display: inline-block;
}
.about_title h2 .tred {
	color:#E61D21;
	font-weight: 900;
	font-size: 22px;
	letter-spacing: .1em;
}
.about_title h2 .tbig {
	font-weight: 900;
	font-size: 22px;
	letter-spacing: .1em;
}
}

@media screen and (min-width: 768px) {
#about_reason_mark {
	position: absolute;
	width: 30%;
	top: 50px;
	right: 50px;
}
#about_reason_item_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.about_reason_item {
	position: relative;
	width: 46%;
	margin: 2%;
	background: #FFF;
	box-shadow: 3px 3px 7px 3px rgba(0,0,0,.1);
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 40px;
}
.about_reason_item_num {
	position: relative;
	margin-top: -56px;
	width: 100%;
	text-align: center;
}
.about_reason_item_num span {
	display: inline-block;
	font-size: 50px;
	font-weight: 700;
	font-style:italic;
	color: #555;
}
.about_reason_item_img {
	position: relative;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.about_reason_item_word {
	position: relative;
	width: 90%;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 700;
	text-align: left;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#about_reason_mark {
	position: absolute;
	width: 30%;
	top: 50px;
	right: 50px;
}
#about_reason_item_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.about_reason_item {
	position: relative;
	width: 90%;
	margin: 5%;
	background: #FFF;
	box-shadow: 3px 3px 7px 3px rgba(0,0,0,.1);
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 40px;
}
.about_reason_item_num {
	position: relative;
	margin-top: -56px;
	width: 100%;
	text-align: center;
}
.about_reason_item_num span {
	display: inline-block;
	font-size: 50px;
	font-weight: 700;
	font-style:italic;
	color: #555;
}
.about_reason_item_img {
	position: relative;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.about_reason_item_word {
	position: relative;
	width: 90%;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 700;
	text-align: left;
}
}


@media screen and (min-width: 1024px) {
#about_voice_area {
	position: relative;
	width: 100%;
	padding-bottom: 100px;
	background: #FAFAFA;
}
#about_heder_title2 {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	margin-left: auto;
	margin-right:auto;
	background: #FAFAFA;
	border-radius: 50%;
	padding: 20px;
	margin-top: -30px;
	z-index: 10;
}
#about_voice_item_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.about_voice_item {
	position: relative;
	width: 46%;
	margin: 2%;
	background: #FFF;
	padding: 30px 30px 10px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-top: 3px solid #DA2326;
}
.about_voice_item_img {
	position: relative;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.about_voice_item_img_tp,
.about_voice_item_img_sp {
	display: none;
}
.about_voice_item_place {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.about_voice_item_name {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
}
.about_voice_item_name span {
	color: #FF8600;
	display: block;
}
.about_voice_item_word {
	position: relative;
	width: 100%;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
#about_voice_area {
	position: relative;
	width: 100%;
	padding-bottom: 100px;
	background: #FAFAFA;
}
#about_heder_title2 {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	margin-left: auto;
	margin-right:auto;
	background: #FAFAFA;
	border-radius: 50%;
	padding: 20px;
	margin-top: -30px;
	z-index: 10;
}
#about_voice_item_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.about_voice_item {
	position: relative;
	width: 46%;
	margin: 2%;
	background: #FFF;
	padding: 30px 30px 10px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-top: 3px solid #DA2326;
}
.about_voice_item_img_tp {
	position: relative;
	width: 50%;
	margin-right: 3%;
	margin-bottom: 10px;
}
.about_voice_item_img,
.about_voice_item_img_sp {
	display: none;
}
.about_voice_item_place {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.about_voice_item_name {
	position: relative;
	width: 47%;
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 700;
}
.about_voice_item_name span {
	color: #FF8600;
	display: block;
}
.about_voice_item_word {
	position: relative;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 400;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#about_voice_area {
	position: relative;
	width: 100%;
	padding-bottom: 100px;
	background: #FAFAFA;
}
#about_heder_title2 {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	margin-left: auto;
	margin-right:auto;
	background: #FAFAFA;
	border-radius: 50%;
	padding: 20px;
	margin-top: -30px;
	z-index: 10;
}
#about_voice_item_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.about_voice_item {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	background: #FFF;
	padding: 30px 30px 10px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-top: 3px solid #DA2326;
}
.about_voice_item_img_sp {
	position: relative;
	width: 50%;
	margin-right: 3%;
	margin-bottom: 10px;
}
.about_voice_item_img,
.about_voice_item_img_tp {
	display: none;
}
.about_voice_item_place {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.about_voice_item_name {
	position: relative;
	width: 47%;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
}
.about_voice_item_name span {
	color: #FF8600;
	display: block;
}
.about_voice_item_word {
	position: relative;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
}
}




@media screen and (min-width: 768px) {
#about_lp1_img {
	display: none;
}
#about_lp1_img_sp {
	position: relative;
	width: 100%;
	margin-top: -80px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#about_lp1_img {
	display: none;
}
#about_lp1_img_sp {
	position: relative;
	width: 100%;
	margin-top: -80px;
}
}



#about_4point_place {
	position: relative;
	width: 100%;
	background: url("../lp_img/point-header-bg.jpg");
	margin-top: -3px;
	padding: 100px 0;
	background-position: top right;
	background-size: cover;
	z-index: 1;
}
#about_heder_title13 {
	position: relative;
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px) {
#about_4point_area2 {
	position: relative;
	width: 100%;
	background: #FAFAFA;
	padding-bottom: 100px;
}
#about_4point_place2 {
	position: relative;
	margin-top: -100px;
	z-index: 2;
}
.about_4point_item_place {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	margin-bottom: 50px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 3px 3px 7px 3px rgba(0,0,0,.1);
}
.about_4point_item_left {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.about_4point_item_right {
	position: relative;
	width: 100%;
}
.about_4point_num {
	position: relative;
	color: #E02427;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	letter-spacing: .1em;
	border-bottom: 2px solid #E02427;
	margin-bottom: 30px;
}
.about_4point_title {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.about_4point_title h3 {
	display: inline-block;
	font-size: 36px;
	line-height: 1.6;
	font-weight: 700;
	border:none;
	background: none;
}
.about_4point_marker_line {
	position: relative;
	margin-bottom: 20px;
}
.about_4point_marker_line p {
	display: inline;
	background:linear-gradient(transparent 60%,#ffe8fb 60%);
	font-size: 24px;
	line-height: 1.6;
	font-weight: 700;
}
.about_4point_num span {
	font-size: 36px;
}
.about_4point_word {
	position: relative;
	font-size: 16px;
	line-height: 2rem;
	font-weight: 300;
}
.about_4_point_maru_title {
	position: relative;
	text-align: center;
	font-size: 20px;
	letter-spacing: .1em;
	font-weight: 700;
	color:#D22629;
	border-radius: 30px;
	border: 2px solid #D22629;
	padding: 5px 0;
	margin-bottom: 20px;
}
.about_4_point_waku {
	position: relative;
	padding: 10px;
	font-size: 16px;
	line-height: 2rem;
	font-weight: 300;
	margin-bottom: 20px;
	border:1px solid #999;
}
.about_4_point_waku span.point_square {
	position: relative;
	left: -20px;
	background: #D22629;
	color: #FFF;
	font-weight: 700;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 5px;
}
.about_4_point_waku span.point_circle {
	padding: 0 1em;
}
.about_4_point_waku audio {
	width: 100%;
	padding-top: 20px;
}
.about_4_point_waku span.point_circle::before {
	content: "●";
	position: absolute;
	color: #FF7300;
	left: 7px;
}
.about_4point_img {
	position: relative;
	width: 100%;
}
.about_4point_img2 {
	position: relative;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#about_4point_area2 {
	position: relative;
	width: 100%;
	background: #FAFAFA;
	padding-bottom: 100px;
}
#about_4point_place2 {
	position: relative;
	margin-top: -100px;
	z-index: 2;
}
.about_4point_item_place {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	margin-bottom: 50px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 3px 3px 7px 3px rgba(0,0,0,.1);
}
.about_4point_item_left {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.about_4point_item_right {
	position: relative;
	width: 100%;
}
.about_4point_num {
	position: relative;
	color: #E02427;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	letter-spacing: .1em;
	border-bottom: 2px solid #E02427;
	margin-bottom: 30px;
}
.about_4point_title {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.about_4point_title h3 {
	display: inline-block;
	font-size: 24px;
	line-height: 1.6;
	font-weight: 700;
	border:none;
	background: none;
}
.about_4point_marker_line {
	position: relative;
	margin-bottom: 20px;
}
.about_4point_marker_line p {
	display: inline;
	background:linear-gradient(transparent 60%,#ffe8fb 60%);
	font-size: 24px;
	line-height: 1.6;
	font-weight: 700;
}
.about_4point_num span {
	font-size: 36px;
}
.about_4point_word {
	position: relative;
	font-size: 16px;
	line-height: 2rem;
	font-weight: 300;
}
.about_4_point_maru_title {
	position: relative;
	text-align: center;
	font-size: 20px;
	letter-spacing: .1em;
	font-weight: 700;
	color:#D22629;
	border-radius: 30px;
	border: 2px solid #D22629;
	padding: 5px 0;
	margin-bottom: 20px;
}
.about_4_point_waku {
	position: relative;
	padding: 10px;
	font-size: 16px;
	line-height: 2rem;
	font-weight: 300;
	margin-bottom: 20px;
	border:1px solid #999;
}
.about_4_point_waku span.point_square {
	position: relative;
	left: -20px;
	background: #D22629;
	color: #FFF;
	font-weight: 700;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 5px;
}
.about_4_point_waku span.point_circle {
	padding: 0 1em;
}
.about_4_point_waku audio {
	width: 100%;
	padding-top: 20px;
}
.about_4_point_waku span.point_circle::before {
	content: "●";
	position: absolute;
	color: #FF7300;
	left: 7px;
}
.about_4point_img {
	position: relative;
	width: 100%;
}
.about_4point_img2 {
	position: relative;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
}

@media screen and (min-width: 768px) {
#about_comparison_area {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#about_comparison_item_place {
	position: relative;
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right:auto;
}
#about_comparison_item {
	position: relative;
	width: 100%;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#about_comparison_area {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#about_comparison_item_place {
	position: relative;
	width: 90%;
	max-width: 800px;
	margin-left: auto;
	margin-right:auto;
}
#about_comparison_item {
	position: relative;
	width: 100%;
}
}

#about_course_area {
	position: relative;
	width: 100%;
	background: #f1913a;
	padding-bottom: 100px;
}
#about_heder_title3 {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	margin-left: auto;
	margin-right:auto;
	background: #f1913a;
	border-radius: 50%;
	padding: 20px;
	margin-top: -30px;
	z-index: 10;
}
#about_course_item_place {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.about_course_item {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	background: #FFF;
	padding: 15px;
}
.about_course_item a {
	text-decoration: none;
}
.about_course_item a:hover {
	opacity: .8;
}
.about_course_item_img {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}
.about_course_item_title {
	position: relative;
	margin-bottom: 5px;
}
a .about_course_item_title {
	color: #333;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	border-left:3px solid #CF2022;
	padding-left: 5px;
}
.about_course_item_word {
	position: relative;
}
a .about_course_item_word{
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.about_course_item {
	position: relative;
	width: 46%;
	margin: 2%;
	background: #FFF;
	padding: 15px;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#about_course_area {
	position: relative;
	width: 100%;
	background: #f1913a;
}
#about_heder_title3 {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	margin-left: auto;
	margin-right:auto;
	background: #f1913a;
	border-radius: 50%;
	padding: 20px;
	margin-top: -30px;
	z-index: 10;
}
.about_course_item {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	padding: 15px;
}
}





#about_heder_title4 {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 120px;
	margin-left: auto;
	margin-right:auto;
	background: #FFF;
	border-radius: 50%;
	padding: 20px;
	margin-top: -30px;
	z-index: 10;
}
#about_faq_area {
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}
.about_faq_item {
	position: relative;
	border-top:1px solid #CCC;
	padding: 30px 0 50px 0;
}
@media screen and (min-width: 768px) {
.about_faq_q,
.about_faq_a {
	position: relative;
	width: 100%;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
.about_faq_q span.qicon {
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	background: #2C4EB7;
	line-height: 20px;
	font-size: 16px;
	color: #FFF;
	display: inline-block;
	padding: 2.5px;
	margin-right: 2px;
}
.about_faq_a span.aicon {
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	background:#D22528;
	line-height: 20px;
	font-size: 1.6rem;
	color: #FFF;
	display: inline-block;
	padding: 2.5px;
	margin-right: 2px;
}
.about_faq_word {
	position: relative;
	padding: 15px;
	background: #fef5eb;
	width: 100%;
	margin-bottom: 10px;
}
.about_faq_word_title {
	position: relative;
	display: inline-block;
	color: #D13033;
	border:3px solid #D13033;
	padding: 3px 10px;
	font-size: 16px;
	border-radius: 30px;
	margin-bottom: 10px;
}
.about_faq_word_title_main {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.about_faq_word_item {
	position: relative;
	font-size: 16px;
	line-height: 1.6;
}
.about_faq_word_item span {
	color: #CB2A2C;
}
.about_faq_item_img {
	position: relative;
	background: #D13033;
	color: #FFF;
	padding: 10px;
}
.spmode {
	display: none;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.pcmode {
	display: none;
}
.about_faq_q,
.about_faq_a {
	position: relative;
	width: 100%;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
.about_faq_q span.qicon {
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	background: #2C4EB7;
	line-height: 20px;
	font-size: 16px;
	color: #FFF;
	display: inline-block;
	padding: 2.5px;
	margin-right: 2px;
}
.about_faq_a span.aicon {
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	background:#D22528;
	line-height: 20px;
	font-size: 1.6rem;
	color: #FFF;
	display: inline-block;
	padding: 2.5px;
	margin-right: 2px;
}
.about_faq_word {
	position: relative;
	padding: 15px;
	background: #fef5eb;
	width: 100%;
	margin-bottom: 10px;
}
.about_faq_word_title {
	position: relative;
	display: inline-block;
	color: #D13033;
	border:3px solid #D13033;
	padding: 3px 10px;
	font-size: 16px;
	border-radius: 30px;
	margin-bottom: 10px;
}
.about_faq_word_title_main {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.about_faq_word_item {
	position: relative;
	font-size: 16px;
	line-height: 1.6;
}
.about_faq_word_item span {
	color: #CB2A2C;
}
.about_faq_item_img {
	position: relative;
	background: #D13033;
	color: #FFF;
	padding: 10px;
}
}
#about_movie {
	position: relative;
	width: 100%;
	aspect-ratio:3/2;
	margin-left: auto;
	margin-right: auto;
	background: #000;
	margin-bottom: 100px;
}
#about_movie #video {
	width: 100%;
	aspect-ratio:3/2;
}

#footer_area {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: left;
	padding: 20px;
	background: #EEE;
}
.footer_area_title {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.footer_addr {
	position: relative;
	font-size: 14px;
	margin-bottom: 20px;
}