@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  main_visual
**************************************************
--------------------------------------------------*/
.main_visual{
	width: 100%;
	padding: 60px 0 205px;
	background: url(../imgs/other/bg01.png) repeat top left;
	background-size: 90px;
	border-bottom: #999 1px solid;
}
@media screen and (max-width: 767px) {
	.main_visual{
		overflow: hidden;
		margin-top: -30px;
		padding: 0px 0 45px;
		border-bottom: none;
	}
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
	.main_visual{
		overflow: hidden;
	}
}

.main_visual .mv{
	position: relative;
	width: 827px;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.main_visual .mv{
		z-index: 2;
		width: 90%;
	}
}

.main_visual .mv::before{
	content: "";
	position: absolute;
	top: 200px;
	left: -390px;
	display: block;
	width: 457px;
	height: 487px;
	background: url(../imgs/other/left_image.png) no-repeat left top;
	background-size: 457px;
}
@media screen and (max-width: 767px) {
	.main_visual .mv::before{
		top: auto;
		left: -40px;
		bottom: 30px;
		z-index: -1;
		width: 190px;
		height: 202px;
		background-size: 100%;
	}
}

.main_visual .mv::after{
	content: "";
	position: absolute;
	top: 150px;
	right: -250px;
	display: block;
	width: 359px;
	height: 542px;
	background: url(../imgs/other/right_image.png) no-repeat left top;
	background-size: 359px;
}
@media screen and (max-width: 767px) {
	.main_visual .mv::after{
		top: auto;
		right: -30px;
		bottom: 17px;
		z-index: -1;
		width: 177px;
		height: 267px;
		background-size: 100%;
	}
}



/*--------------------------------------------------
**************************************************
  pr_01
**************************************************
--------------------------------------------------*/
.pr_01{
	position: relative;
	width: 1080px;
	margin: -165px auto 0;
	padding: 36px 0 113px;
	background-color: #fbdb14;
	border-radius: 20px;
}
@media screen and (max-width: 767px) {
	.pr_01{
		width: 90%;
		margin-top: 0;
		padding: 20px 17px 84px;
		background: linear-gradient(180deg, #ffe12c 0%, #ffeb6a 100%);
		border-radius: 30px;
	}
}

.pr_01::before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -37px;
	transform: translateX(-50%);
	display: block;
	width: 660px;
	height: 123px;
	background: url(../imgs/other/person.png) no-repeat left top;
	background-size: 660px;
}
@media screen and (max-width: 767px) {
	.pr_01::before{
		bottom: -25px;
		z-index: 1;
		width: 100vw;
		height: 90px;
		background-position: center top;
		background-size: 125%;
	}
}

.pr_01 .pr_text_01{
	width: 794px;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.pr_01 .pr_text_01{
		width: 100%;
	}
}

.pr_01 .pr_text_02{
	position: relative;
	margin-top: 13px;
	text-align: center;
	font-size: 60px;
	font-weight: 900;
	line-height: calc(34 / 24);
	color: #333;
}
@media screen and (max-width: 767px) {
	.pr_01 .pr_text_02{
		margin-top: 16px;
		font-size: 6vw;
	}
}

.pr_01 .pr_text_02::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	display: block;
	width: 128px;
	height: 143px;
	background: url(../imgs/other/fukidashi_01.png) no-repeat top left;
	background-size: 100%;
}
@media screen and (max-width: 767px) {
	.pr_01 .pr_text_02::after{
		top: -60px;
		right: -5px;
		transform: none;
		width: 80px;
		height: 90px;
		background: url(../imgs/other/fukidashi_01_sp.png) no-repeat top left;
		background-size: 100%;
	}
}



/*--------------------------------------------------
**************************************************
  wadai
**************************************************
--------------------------------------------------*/
.wadai{
	margin-top: 85px;
}
@media screen and (max-width: 767px) {
	.wadai{
		margin-top: 54px;
	}
}

.wadai .wadai_catch{
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height: calc(60 / 36);
}
@media screen and (max-width: 767px) {
	.wadai .wadai_catch{
		font-size: 5vw;
		line-height: calc(30 / 20);
	}
}

.wadai .wadai_fp_01{
	width: 391px;
	margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
	.wadai .wadai_fp_01{
		width: 80%;
		margin-top: 17px;
	}
}



/*--------------------------------------------------
**************************************************
  early_retire
**************************************************
--------------------------------------------------*/
.early_retire{
	position: relative;
	width: 100%;
	margin-top: 50px;
	padding: 100px 0 150px;
	background: url(../imgs/other/bg02.png) repeat left top;
	background-size: 90px;
}
@media screen and (max-width: 767px) {
	.early_retire{
		overflow: hidden;
		padding: 50px 0 80px;
	}
}
@media screen and (min-width: 767px) and (max-width: 1080px) {
	.early_retire{
		overflow: hidden;
	}
}
/*
.early_retire::before{
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 150px;
	border-top: transparent 150px solid;
	border-right: #ffe12c calc(100vw - 50vw) solid;
	border-left: #ffe12c calc(100vw - 50vw) solid;
}
*/
.early_retire .early_retire_catch{
	text-align: center;
	font-size: 54px;
	font-weight: 700;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.early_retire .early_retire_catch{
		font-size: 6vw;
		line-height: calc(34 / 24);
	}
}

.early_retire .early_retire_catch span{
	font-size: 60px;
}
@media screen and (max-width: 767px) {
	.early_retire .early_retire_catch span{
		font-size: 6vw;
	}
}

@media screen and (max-width: 767px) {
	.early_retire .early_retire_subcatch{
		margin-top: 16px;
		text-align: center;
		font-size: 5.5vw;
		font-weight: 700;
	}
}

.early_retire .early_retire_list{
	display: flex;
	justify-content:center;
	column-gap: 20px;
	margin-top: 63px;
}
@media screen and (max-width: 767px) {
	.early_retire .early_retire_list{
		display: block;
	}
}

.early_retire .early_retire_list > li{
	width: 380px;
	margin: 0 -30px;
}

@media screen and (max-width: 767px) {
	.early_retire .early_retire_list > li{
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		height: 140px;
		padding: 0 30px 0 40px;
		background-color: #fff;
		box-shadow: 0px 0px 10px #00000029;
	}

	.early_retire .early_retire_list > li:nth-child(odd){
		margin: 0 auto 0 -30px;
		border-radius: 0px 70px 70px 0px;
	}

	.early_retire .early_retire_list > li:nth-child(even){
		left: 30px;
		margin: 0 0 0 auto;
		border-radius: 70px 0px 0px 70px;
	}

	.early_retire .early_retire_list > li:not(:first-child){
		margin-top: 100px;
	}

	.early_retire .early_retire_list > li:nth-child(1)::before{
		content: "";
		position: absolute;
		z-index: 1;
		display: block;
		top: 50%;
		left: 26px;
		transform: translateY(-50%);
		width: 96px;
		height: 96px;
		background: linear-gradient(180deg, #ffe12c 0%, #ffeb6a 100%);
		border-radius: 100%;
	}

	.early_retire .early_retire_list > li::after{
		content: "";
		position: absolute;
		display: block;
	}
	
	.early_retire .early_retire_list > li:nth-child(1)::after{
		left: 35%;
		bottom: -83px;
		width: 160px;
		height: 113px;
		background: url(../imgs/top/osusume_01_sp.png) no-repeat left top;
		background-size: 100%;
	}

	.early_retire .early_retire_list > li:nth-child(2)::after{
		top: 25px;
		right: 10vw;
		width: 96px;
		height: 173px;
		background: url(../imgs/top/osusume_02_sp.png) no-repeat left top;
		background-size: 100%;
	}

	.early_retire .early_retire_list > li:nth-child(3)::after{
		top: -95px;
		left: 40px;
		width: 155px;
		height: 132px;
		background: url(../imgs/top/osusume_03_sp.png) no-repeat left top;
		background-size: 100%;
	}

	.early_retire .early_retire_list > li .osusume_catch{
		position: relative;
		z-index: 2;
		font-size: 18px;
		font-weight: 700;
		line-height: calc(26 / 18);
	}

	.early_retire .early_retire_list > li .osusume_text{
		position: relative;
		z-index: 2;
		margin-top: 8px;
		font-size: 14px;
		line-height: calc(22 / 14);
	}
}



/*--------------------------------------------------
**************************************************
  asset_formation
**************************************************
--------------------------------------------------*/
.asset_formation{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 120px 0 115px;
	background: linear-gradient(180deg, #ffe12c 0%, #ffeb6a 100%);
}
@media screen and (max-width: 767px) {
	.asset_formation{
		padding: 70px 0 96px;
	}
}

.asset_formation::before{
	content: "";
	position: absolute;
	top: -134px;
	display: block;
	width: 100%;
	height: 135px;
	/*
	background: url(../imgs/other/bg02.png) repeat left top;
	background-size: 90px;
	*/
	border-top: transparent 135px solid;
	border-left: #ffe12c 49.5vw solid;
	border-right: #ffe12c 49.5vw solid;
}
@media screen and (max-width: 767px) {
	.asset_formation::before{
		top: -50px;
		height: 50px;
		border-top: transparent 50px solid;
	}
}

.asset_formation::after{
	content: "";
	position: absolute;
	left: 50%;
	top: -150px;
	display: block;
	width: 2px;
	height: 237px;
	background-color: #333;
}
@media screen and (max-width: 767px) {
	.asset_formation::after{
		top: -60px;
		height: 100px;
	}
}

.asset_formation .asset_formation_text_01{
	width: 806px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.asset_formation .asset_formation_text_01{
		width: 90%;
	}
}

.asset_formation .asset_formation_text_02{
	margin-top: -5px;
	text-align: center;
	font-size: 54px;
	font-weight: 700;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.asset_formation .asset_formation_text_02{
		margin-top: 0;
		font-size: 6.5vw;
	}
}

.asset_formation .asset_formation_case{
	width: 980px;
	margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
	.asset_formation .asset_formation_case{
		width: 95%;
		margin-top: 21px;
	}
}



/*--------------------------------------------------
**************************************************
  asset_formation
**************************************************
--------------------------------------------------*/
.about_seminor{
	width: 100%;
	margin: 0;
	padding: 110px 0;
	background: url(../imgs/other/bg02.png) repeat left top;
	background-size: 90px;
}
@media screen and (max-width: 767px) {
	.about_seminor{
		padding: 80px 0 170px;
	}
}

.about_seminor .en{
	text-align: center;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 20px;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.about_seminor .en{
		font-size: 14px;
	}
}

.about_seminor .catch{
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.about_seminor .catch{
		margin-top: 10px;
	}
}

.about_seminor .catch span{
	position: relative;
	font-size: 80px;
	font-weight: 900;
	line-height: calc(100 / 80);
}
@media screen and (max-width: 767px) {
	.about_seminor .catch span{
		font-size: 46px;
		line-height: calc(54 / 46);
	}
}

.about_seminor .catch span::before{
	content: "";
	position: absolute;
	top: -40px;
	left: -145px;
	display: block;
	width: 128px;
	height: 143px;
	background: url(../imgs/other/fukidashi_03.png) no-repeat left top;
	background-size: 100%;
}
@media screen and (max-width: 767px) {
	.about_seminor .catch span::before{
		top: -80px;
		left: -15px;
		width: 80px;
		height: 90px;
		background: url(../imgs/other/fukidashi_03_sp.png) no-repeat left top;
		background-size: 100%;
	}
}

.about_seminor .catch span::after{
	content: "";
	position: absolute;
	top: 30px;
	right: -143px;
	display: block;
	width: 128px;
	height: 143px;
	background: url(../imgs/other/fukidashi_04.png) no-repeat left top;
	background-size: 128px;
}
@media screen and (max-width: 767px) {
	.about_seminor .catch span::after{
		top: -90px;
		right: -20px;
		width: 80px;
		height: 90px;
		background: url(../imgs/other/fukidashi_04_sp.png) no-repeat left top;
		background-size: 100%;
	}
}

.about_seminor .sub_catch{
	margin-top: 20px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.about_seminor .sub_catch{
		margin-top: 10px;
		font-size: 24px;
		line-height: calc(32 /24);
	}
}

.about_seminor .item_list{
	width: 1200px;
	margin: 82px auto 0;
}
@media screen and (max-width: 767px) {
	.about_seminor .item_list{
		width: 90%;
		margin-top: 42px;
	}
}

.about_seminor .item_list > li{
	position: relative;
	width: 580px;
	padding: 48px 72px 45px;
	background-color: #fff;
	border-radius: 40px;
	box-shadow: 0px 0px 40px #00000024;
}
@media screen and (max-width: 767px) {
	.about_seminor .item_list > li{
		width: 100%;
		padding: 32px 20px;
	}
}

.about_seminor .item_list > li:not(:first-child){
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.about_seminor .item_list > li:not(:first-child){
		margin-top: 160px;
	}
}

.about_seminor .item_list > li:nth-child(odd){
	margin-right: auto;
}

.about_seminor .item_list > li:nth-child(even){
	margin-left: auto;
}

.about_seminor .item_list > li:nth-child(1)::before{
	content: "";
	position: absolute;
	top: 0;
	right: -500px;
	display: block;
	width: 413px;
	height: 376px;
	background: url(../imgs/other/about_01.png) no-repeat left top;
	background-size: 100%;
}
@media screen and (max-width: 767px) {
	.about_seminor .item_list > li:nth-child(1)::before{
		top: auto;
		left: 50%;
		bottom: -130px;
		transform: translateX(-50%);
		width: 170px;
		height: 155px;
	}
}

.about_seminor .item_list > li:nth-child(2)::before{
	content: "";
	position: absolute;
	top: 0;
	left: -620px;
	display: block;
	width: 504px;
	height: 414px;
	background: url(../imgs/other/about_02.png) no-repeat left top;
	background-size: 100%;
}
@media screen and (max-width: 767px) {
	.about_seminor .item_list > li:nth-child(2)::before{
		top: auto;
		left: 50%;
		bottom: -120px;
		transform: translateX(-50%);
		width: 172px;
		height: 142px;
	}
}

.about_seminor .item_list > li:nth-child(3)::before{
	content: "";
	position: absolute;
	top: -30px;
	right: -500px;
	display: block;
	width: 355px;
	height: 353px;
	background: url(../imgs/other/about_03.png) no-repeat left top;
	background-size: 100%;
}
@media screen and (max-width: 767px) {
	.about_seminor .item_list > li:nth-child(3)::before{
		top: auto;
		left: 50%;
		bottom: -135px;
		transform: translateX(-50%);
		width: 149px;
		height: 148px;
	}
}

.about_seminor .item_list > li .num{
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 40px;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.about_seminor .item_list > li .num{
		top: -15px;
		font-size: 30px;
		line-height: calc(37 / 30);
	}
}

.about_seminor .item_list > li .name{
	text-align: center;
	font-size: 40px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.about_seminor .item_list > li .name{
		font-size: 26px;
		line-height: calc(37 / 26);
	}
}

.about_seminor .item_list > li .name span{
	color: #bfa675;
}

.about_seminor .item_list > li .inner_item{
	list-style-type:disc;
	list-style-position: outside;
	margin-top: 15px;
}
@media screen and (max-width: 767px) {
	.about_seminor .item_list > li .inner_item{
		padding: 0 20px !important;
	}
}

.about_seminor .item_list > li:nth-child(1) .inner_item{
	padding: 0 38px;
}

.about_seminor .item_list > li:nth-child(2) .inner_item{
	padding: 0 10px;
}

.about_seminor .item_list > li:nth-child(3) .inner_item{
	padding: 0 48px;
}

.about_seminor .item_list > li .inner_item li{
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.about_seminor .item_list > li .inner_item li{
		margin-bottom: 8px;
		font-size: 16px;
		line-height: calc(20 / 16);
	}
}

.about_seminor .item_list > li .fp{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 27px auto 0;
}

.about_seminor .item_list > li .fp .fukidashi{
	position: relative;
	width: 360px;
	margin-right: 20px;
	padding: 12px 21px 14px 33px;
	background-color: #f7f7f7;
	border-radius: 24px;
}
@media screen and (max-width: 767px) {
	.about_seminor .item_list > li .fp .fukidashi{
		width: 100%;
		padding: 15px 21px 16px 21px;
		font-size: 14px;
		line-height: calc(22 /14);
	}
}

.about_seminor .item_list > li .fp .fukidashi::before{
	content: "";
	position: absolute;
	top: 50%;
	right: -18px;
	transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 20px;
	border-top: transparent 10px solid;
	border-bottom: transparent 10px solid;
	border-left: #f7f7f7 10px solid;
}



/*--------------------------------------------------
**************************************************
  instructor
**************************************************
--------------------------------------------------*/
.instructor{
	width: 777px;
	margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
	.instructor{
		width: 90%;
		margin-top: 40px;
	}
}

.instructor .heading{
	text-align: center;
	font-size: 32px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.instructor .heading{
		font-size: 32px;
		line-height: calc(78 / 26);
	}
}

.instructor > .flexbox{
	column-gap: 40px;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.instructor > .flexbox{
		flex-direction: column;
		align-items: center;
		row-gap: 24px;
		margin-top: 24px;
	}
}

.instructor .profile_image{
	width: 230px;
}

.instructor .profile_image .fp_photo{
	width: 220px;
}
@media screen and (max-width: 767px) {
	.instructor .profile_image .fp_photo{
		max-width: 180px;
		width: 100%;
		margin: auto;
	}
}

.instructor .profile_image .job{
	margin-top: 15px;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.instructor .profile_image .job{
		font-size: 16px;
		line-height: calc(32 /16);
	}
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
	.instructor .profile_image .job{
		font-size: 13px;
	}
}

.instructor .profile_image .name{
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 15px;
	margin-top: -5px;
}
@media screen and (max-width: 767px) {
	.instructor .profile_image .name{
		justify-content: flex-start;
	}
}

.instructor .profile_image .kanji{
	font-size: 36px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.instructor .profile_image .kanji{
		font-size: 28px;
	}
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
	.instructor .profile_image .kanji{
		text-align: left;
		font-size: 30px;
	}
}

.instructor .profile_image .kana{
	font-size: 13px;
}

.instructor .profile_text{
	width: 517px;
}
@media screen and (max-width: 767px) {
	.instructor .profile_text{
		width: 100%;
	}
}

.instructor .profile_text .comment{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.instructor .profile_text .comment{
		font-size: 16px;
		line-height: calc(30 / 16);
	}
}

.instructor .profile_text .career{
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.instructor .profile_text .career{
		margin-top: 24px;
	}
}

.instructor .profile_text .career > div{
	display: flex;
	column-gap: 23px;
}
@media screen and (max-width: 767px) {
	.instructor .profile_text .career > div{
		display: block;
	}
}

.instructor .profile_text .career > div:not(:nth-of-type(1)){
	margin-top: 27px;
}
@media screen and (max-width: 767px) {
	.instructor .profile_text .career > div:not(:nth-of-type(1)){
		margin-top: 20px;
	}
}

.instructor .profile_text .career p{
	font-size: 14px;
	line-height: calc(22 / 14);
}

.instructor .profile_text .career p:nth-of-type(1){
	white-space: nowrap
}

@media screen and (max-width: 767px) {
	.instructor .profile_text .career p:nth-of-type(2){
		margin-top: 8px;
	}
}



/*--------------------------------------------------
**************************************************
  media
**************************************************
--------------------------------------------------*/
.media{
	width: 880px;
	margin: 56px auto 0;
	padding: 32px;
	background-color: #f7f7f7;
	border-radius: 40px;
}
@media screen and (max-width: 767px) {
	.media{
		width: 90%;
		margin: 80px auto 0;
		padding: 40px;
	}
}

.media .heading{
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: calc(78 / 32);
}
@media screen and (max-width: 767px) {
	.media .heading{
		font-size: 26px;
		line-height: calc(78 / 26);
	}
}



/*--------------------------------------------------
**************************************************
  time_asset
**************************************************
--------------------------------------------------*/
.time_asset{
	position: relative;
	width: 100%;
	margin-top: 120px;
	padding-top: 80px;
	background: linear-gradient(180deg, #ffe12c 0%, #ffeb6a 100%);
}
@media screen and (max-width: 767px) {
	.time_asset{
		margin-top: 80px;
		padding-top: 41px;
	}
}

.time_asset::after{
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 110px;
	border-top: transparent 110px solid;
	border-left: #fff 49.5vw solid;
	border-right: #fff 49.5vw solid;
}
@media screen and (max-width: 767px) {
	.time_asset::after{
		height: 50px;
		border-top: transparent 50px solid;
	}
}

.time_asset > .inner{
	position: relative;
}

.time_asset > .inner::before{
	content: "";
	position: absolute;
	top: 130px;
	left: 20px;
	z-index: 1;
	display: block;
	width: 125px;
	height: 278px;
	background: url(../imgs/other/image_01.png) no-repeat left top;
	background-size: 125px;
}
@media screen and (max-width: 767px) {
	.time_asset > .inner::before{
		display: none;
	}
}

.time_asset > .inner::after{
	content: "";
	position: absolute;
	top: 130px;
	right: -10px;
	z-index: 1;
	display: block;
	width: 133px;
	height: 291px;
	background: url(../imgs/other/image_02.png) no-repeat left top;
	background-size: 133px;
}
@media screen and (max-width: 767px) {
	.time_asset > .inner::after{
		display: none;
	}
}

.time_asset .heading{
	position: relative;
	text-align: center;
	font-size: 60px;
	font-weight: 900;
	line-height: calc(80 / 60);
}
@media screen and (max-width: 767px) {
	.time_asset .heading{
		font-size: 40px;
	}
}

.time_asset .heading::before{
	content: "";
	position: absolute;
	top: -70px;
	left: 0;
	display: block;
	width: 128px;
	height: 143px;
	background: url(../imgs/other/fukidashi_05.png) no-repeat left top;
	background-size: 128px;
}
@media screen and (max-width: 767px) {
	.time_asset .heading::before{
		top: -90px;
		left: -5px;
		width: 80px;
		height: 90px;
		background: url(../imgs/other/fukidashi_05_sp.png) no-repeat left top;
		background-size: 100%;
	}
}

.time_asset .heading .maker_01{
	background: url(../imgs/other/marker_01.png) no-repeat left bottom 5px;
	background-size: 123px;
}
@media screen and (max-width: 767px) {
	.time_asset .heading .maker_01{
		background-size: 80px;
	}
}

.time_asset [class^="catch_"]{
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.time_asset [class^="catch_"]{
		font-size: 18px;
	}
}

.time_asset .catch_01{
	margin-top: 28px;
}
@media screen and (max-width: 767px) {
	.time_asset .catch_01{
		margin-top: 16px;
	}
}

@media screen and (max-width: 767px) {
	.time_asset .catch_02{
		margin-top: 8px;
	}
}

.time_asset .fp_01{
	position: relative;
	top: 40px;
	z-index: 1;
	width: 390px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.time_asset .fp_01{
		top: 24px;
		width: 90%;
	}
}



/*--------------------------------------------------
**************************************************
  entry
**************************************************
--------------------------------------------------*/
.entry{
	width: 880px;
	margin: 80px auto 120px;
}
@media screen and (max-width: 767px) {
	.entry{
		width: 100%;
		margin: 84px auto 80px;
	}
}

.entry .catch{
	text-align: center;
}

.entry .catch .decoration{
	position: relative;
	font-size: 26px;
	font-weight: 700;
	line-height: calc(36 / 26);
}
@media screen and (max-width: 767px) {
	.entry .catch .decoration{
		font-size: 15px;
		line-height: calc(24 / 15);
	}
}

.entry .catch .decoration::before{
	content: "";
	position: absolute;
	top: 5px;
	left: -55px;
	display: block;
	width: 30px;
	height: 73px;
	background: url(../imgs/common/award_left.png) no-repeat left top;
	background-size: 100%;
}
@media screen and (max-width: 767px) {
	.entry .catch .decoration::before{
		top: 0px;
		left: -30px;
		width: 24px;
		height: 58px;
	}
}

.entry .catch .decoration::after{
	content: "";
	position: absolute;
	top: 5px;
	right: -55px;
	display: block;
	width: 30px;
	height: 73px;
	background: url(../imgs/common/award-right.png) no-repeat left top;
	background-size: 100%;
}
@media screen and (max-width: 767px) {
	.entry .catch .decoration::after{
		top: 0px;
		/* right: -30px; */
		left: 285px;
		width: 24px;
		height: 58px;
	}
}

.entry .heading{
	margin-top: 15px;
	text-align: center;
	font-size: 54px;
	font-weight: 700;
	line-height: calc(76 / 54);
}
@media screen and (max-width: 767px) {
	.entry .heading{
		margin-top: 17px;
		font-size: 32px;
		line-height: calc(76 / 32);
	}
}

.entry .form_box{
	margin-top: 46px;
}
@media screen and (max-width: 767px) {
	.entry .form_box{
		width: 90%;
		margin: 44px auto 0;
	}
}

.entry .form_box .form_item{
	display: flex;
	column-gap: 10px;
	margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
	.entry .form_box .form_item{
		display: block;
	}
}

.entry .form_box .form_head{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 240px;
	padding: 26px 30px 23px;
	background-color: #f5f0de;
}
@media screen and (max-width: 767px) {
	.entry .form_box .form_head{
		width: 100%;
		padding: 8px 20px;
	}
}

.entry .form_box .form_head .name{
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.entry .form_box .form_head .name{
		font-size: 14px;
	}
}

.entry .form_box .form_head .must{
	display: inline-block;
	padding: 2px 10px 4px;
	background-color: #f3435a;
	border-radius: 5px;
	font-size: 12px;
	color: #fff;
}

.entry .form_box .form_data{
	position: relative;
	width: 630px;
	padding: 15px 30px 5px;
	border-top: #ececec 1px solid;
}
@media screen and (max-width: 767px) {
	.entry .form_box .form_data{
		width: 100%;
		padding: 8px 0 14px;
		border-top: none;
	}
}

.entry .form_box .form_data .radio_item label{
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.entry .form_box .form_data .radio_item label{
		display: block;
	}
}

.entry .form_box .form_data .form_webinar_date{
	display: inline-block;
	/* width: 220px; */
	width: 170px;
}
@media screen and (max-width: 767px) {
	.entry .form_box .form_data .form_webinar_date{
		display: inline;
	}
}

.entry .form_box .form_data .form_webinar_place,
.entry .form_box .form_data [class^="form_webinar_seat"]{
	display: inline-block;
}

.entry .form_box .form_data .form_webinar_place{
	margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
	.entry .form_box .form_data .form_webinar_place{
		margin-left: 0;
	}
}

.entry .form_box .form_data [class^="form_webinar_seat"]{
	min-width: 70px;
	margin-left: 1em;
	padding: 0 10px 2px;
	border-radius: 13px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.entry .form_box .form_data [class^="form_webinar_seat"]{
		position: absolute;
		top: 50%;
		/* right: 10px; */
		right: 20px;
		transform: translateY(-50%);
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: initial;
		width: 46px;
		height: 46px;
		margin-left: 0;
		padding: 0;
		border-radius: 100%;
		font-size: 13px;
	}
}

.entry .form_box .form_data .form_webinar_seat_full{
	background-color: #f3435a;
	color: #fff;
}

.entry .form_box .form_data .form_webinar_seat{
	background-color: #fbdb14;
}
@media screen and (max-width: 767px) {
	.entry .form_box .form_data .form_webinar_seat{
		line-height: 1.4;
	}
}
/*
.entry .form_box .form_data .form_webinar_seat .num{
	display: inline-block;
	margin-left: 0.5em;
}

@media screen and (max-width: 767px) {
	.entry .form_box .form_data .form_webinar_seat .num{
		margin: -2px 0 0;
	}
}
*/

.entry .form_box .form_data input[name^="fm_お名前"]{
	width: 200px;
}

.entry .form_box .form_data input.width_max{
	width: 100%;
}

@media screen and (min-width: 768px){
	.entry .form_box .form_data select{
		min-width: 440px;
	}
}

.entry .form_box .form_data .error{
	margin-bottom: 5px;
	color: #f3435a;
}

.entry .form_box .form_data .no_webinar{
	margin-top: 10px;
}

.entry button[type="submit"]{
	display: block;
	width: 500px;
	margin: 40px auto 0;
	padding: 20px 0;
	background: linear-gradient(270deg, #ffe12c 0%, #ffeb6a 100%);
	border-radius: 40px;
	box-shadow: 0px 10px 20px #00000029;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: calc(35 / 24);
	color: #333;
}
@media screen and (min-width: 768px){
	.entry button[type="submit"]{
		transition: 0.5s all;
	}
}
@media screen and (max-width: 767px) {
	.entry button[type="submit"]{
		width: 90%;
		margin-top: 25px;
		padding: 16px 0 18px;
		font-size: 18px;
	}
}

@media screen and (min-width: 768px) {
	.entry button[type="submit"]:hover{
		transform: scale(1.1,1.1);
	}
}

/*予約日時改修追記*/
.form_box .form_item_day{
	position: relative;
	margin-bottom: 50px;
	background-color: #F7F7F7;
	padding: 20px;
	border-radius: 10px;
}
@media screen and (max-width: 767px) {
	.form_box .form_item_day{
		margin-bottom: 30px;
		padding: 10px;
	}
}

.form_box .form_item_day .heading_koumoku{
	font-size: 26px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.form_box .form_item_day .heading_koumoku{
		font-size: 21px;
	}
}

.form_box .form_item_day .form_day{
	position: relative;
	opacity: 1;
	margin-top: 30px;
	transition: all 0.4s ease 0s;
}
@media screen and (max-width: 767px) {
	.form_box .form_item_day .form_day{
		margin-top: 20px;
	}
}

.form_box .form_item_day .form_day.is_hidden{
	opacity: 0;
	height: 0;
	margin: 0;
}

.form_box .form_item_day .form_day .day{
	font-size: 18px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.form_box .form_item_day .form_day .day{
		font-size: 16px;
	}
}

.form_box .form_item_day ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px 12px;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.form_box .form_item_day ul{
		gap: 10px 3%;
	}
}

/*
.form_box .form_item_day ul li{
	font-size: 18px;
	margin: 10px 12px 0 0;
	border: 1px solid #d5bc60;
	border-radius: 10px;
	padding: 8px 20px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 700;
	background-color: #FFF;
}
*/
@media screen and (max-width: 767px) {
	.form_box .form_item_day ul li{
		width: 31%;
	}
}

.form_box .form_item_day input[type="radio"] + label{
	position: relative;
	display: block;
	width: 105px;
	padding: 8px;
	background-color: #FFF;
	border: 1px solid #d5bc60;
	border-radius: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	transition: 0.5s;
}
@media screen and (max-width: 767px) {
	.form_box .form_item_day input[type="radio"] + label{
		width: 100%;
		padding: 5px;
		font-size: 16px;
	}
}

@media screen and (min-width: 768px) {
	.form_box .form_item_day input[type="radio"] + label:hover{
		background-color: #d5bc60;
		color: #fff;
	}
}

.form_box .form_item_day input[type="radio"]:checked + label{
	background-color: #d5bc60;
	color: #fff;
}

.form_box .form_item_day input[type="radio"]:disabled + label{
	background-color: #CC0000;
	border: #a0a0a0 1px solid;
	color: #ffea00;
}

.form_box .form_item_day input[type="radio"]:disabled + label span{
	font-size: 18px;
	font-weight: 700;
}

.form_box .form_item_day input[type="radio"]:disabled + label:hover{
	cursor: not-allowed;
	color: #ffea00;
}

.form_box .form_item_day ul li span{
	font-size: 14px;
	font-weight: 500;
}

.form_box .form_item_day .btn_more{
	cursor: pointer;
	position: relative;
	display: block;
	width: 200px;
	margin: 30px auto 0;
	padding: 10px 0;
	background-color: #F1F1F1;
	border-radius: 10px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.form_box .form_item_day .btn_more{
		font-size: 14px;
	}
}

.form_box .form_item_day .btn_more.is_btn_hidden{
	display: none;
}

.form_box .form_item_day .btn_more .btn_more_text::before{
	content: "▼";
	margin-right: 10px;
}

.form_box .form_item_day .btn_more .btn_more_text::after{
	content: "▼";
	margin-left: 10px;
}

.form_box #entry_detai{
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.form_box #entry_detai{
		font-size: 15px;
	}
}


/*--------------------------------------------------
**************************************************
  flow
**************************************************
--------------------------------------------------*/
.flow{
	padding: 100px 0 67px;
	border-bottom: #b8b8b8 1px solid;
}
@media screen and (max-width: 767px) {
	.flow{
		padding: 40px 0;
	}
}

.flow .heading{
	text-align: center;
	font-size: 54px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.flow .heading{
		font-size: 24px;
		line-height: calc(34 / 24);
	}
}

.flow .step_list{
	display: flex;
	justify-content: center;
	column-gap: 30px;
	margin-top: 36px;
}
@media screen and (max-width: 767px) {
	.flow .step_list{
		flex-direction: column;
		row-gap: 24px;
		margin-top: 24px;
	}
}

.flow .step_list > li{
	position: relative;
	width: 340px;
	padding: 35px 20px 32px;
	background-color: #fff;
	border-radius: 40px;
}
@media screen and (max-width: 767px) {
	.flow .step_list > li{
		width: 85%;
		margin: auto;
		padding: 32px 20px 20px;
		border-radius: 30px;
	}
}

.flow .step_list > li:not(:last-child)::after{
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	display: block;
	width: 10px;
	height: 24px;
	border-top: transparent 12px solid;
	border-bottom: transparent 12px solid;
	border-left: #b8b8b8 10px solid;
}
@media screen and (max-width: 767px) {
	.flow .step_list > li:not(:last-child)::after{
		top: auto;
		left: 50%;
		right: auto;
		bottom: -30px;
		transform: translate(-50%, 0);
		width: 24px;
		height: 10px;
		border-top: #b8b8b8 10px solid;
		border-right: transparent 12px solid;
		border-left: transparent 12px solid;
	}
}

.flow .step_list > li [class^="img_flow_"]{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 107px; /* 画像のheightが一番高いピクセルを指定 */
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	.flow .step_list > li [class^="img_flow_"]{
		height: auto;
	}
}

.flow .step_list > li .img_flow_01{
	width: 126px;
}
@media screen and (max-width: 767px) {
	.flow .step_list > li .img_flow_01{
		max-width: 100px;
		width: 100%;
	}
}

.flow .step_list > li .img_flow_02{
	align-items: flex-end;
	width: 127px;
}
@media screen and (max-width: 767px) {
	.flow .step_list > li .img_flow_02{
		max-width: 100px;
		width: 100%;
	}
}

.flow .step_list > li .img_flow_03{
	width: 123px;
}
@media screen and (max-width: 767px) {
	.flow .step_list > li .img_flow_03{
		max-width: 94px;
		width: 100%;
	}
}

.flow .step_list > li .num{
	margin-top: 34px;
	text-align: center;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 24px;
}
@media screen and (max-width: 767px) {
	.flow .step_list > li .num{
		font-size: 16px;
		line-height: calc(32 / 16);
	}
}

.flow .step_list > li .name{
	margin-top: 10px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.flow .step_list > li .name{
		font-size: 20px;
		line-height: calc(29 / 20);
	}
}

.flow .step_list > li .explain{
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	.flow .step_list > li .explain{
		margin-top: 8px;
		font-size: 15px;
		line-height: calc(24 / 15);
	}
}


/*--------------------------------------------------
**************************************************
  faq
**************************************************
--------------------------------------------------*/
.faq{
	margin-top: 63px;
}
@media screen and (max-width: 767px) {
	.faq{
		margin-top: 40px;
	}
}

.faq .heading{
	text-align: center;
	font-size: 54px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.faq .heading{
		font-size: 24px;
		line-height: calc(76 / 24);
	}
}

.faq .list{
	margin-top: 46px;
}
@media screen and (max-width: 767px) {
	.faq .list{
		margin-top: 28px;
	}
}

.faq .list dt{
	position: relative;
	padding: 0 25px 0 80px;
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.faq .list dt{
		padding: 0 0 0 50px;
		font-size: 16px;
		line-height: calc(32 / 16);
	}
}

.faq .list dt::before{
	content: "Q";
	position: absolute;
	top: -4px;
	left: 25px;
	display: block;
	width: 36px;
	height: 36px;
	background-color: #fbdb14;
	border-radius: 100%;
	text-align: center;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.faq .list dt::before{
		top: 0;
		left: 0;
		width: 30px;
		height: 30px;
		padding-left: 1px;
		font-size: 18px;
		line-height: calc(32 / 18);
	}
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
	.faq .list dt::before{
		line-height: 2;
	}
}

.faq .list dd{
	position: relative;
	margin: 36px 0 47px;
	padding: 0 25px 0 80px;
}
@media screen and (max-width: 767px) {
	.faq .list dd{
		margin: 18px 0 28px;
		padding: 0 0 0 50px;
	}
}

.faq .list dd::before{
	content: "A";
	position: absolute;
	top: -7px;
	left: 25px;
	display: block;
	width: 36px;
	height: 36px;
	background-color: #333;
	border-radius: 100%;
	text-align: center;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: calc(32 / 20);
	color: #fff;
}
@media screen and (max-width: 767px) {
	.faq .list dd::before{
		top: 0;
		left: 0;
		width: 30px;
		height: 30px;
		padding-left: 1px;
		font-size: 18px;
		line-height: calc(32 / 18);
	}
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
	.faq .list dd::before{
		line-height: 2;
	}
}

.faq .list dd p{
	font-family: "Noto Sans JP";
}



/*--------------------------------------------------
**************************************************
  know
**************************************************
--------------------------------------------------*/
.know{
	width: 670px;
	margin: 137px auto 0;
	padding-bottom: 85px;
}
@media screen and (max-width: 767px) {
	.know{
		width: 95%;
		margin-top: 120px;
		padding-bottom: 51px;
	}
}

.know .catch{
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	line-height: calc(70 /50);
}
@media screen and (max-width: 767px) {
	.know .catch{
		font-size: 24px;
		line-height: calc(40 /24);
	}
}

.know .catch .marker_02{
	background: url(../imgs/other/marker_02.png) no-repeat left bottom 5px;
	background-size: 153px;
}
@media screen and (max-width: 767px) {
	.know .catch .marker_02{
		background-size: 76px;
	}
}

.know .catch .marker_03{
	background: url(../imgs/other/marker_03.png) no-repeat left bottom 5px;
	background-size: 200px;
}
@media screen and (max-width: 767px) {
	.know .catch .marker_03{
		background-size: 105px;
	}
}

.know .sub_catch{
	margin-top: 32px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: calc(44 /30);
}
@media screen and (max-width: 767px) {
	.know .sub_catch{
		font-size: 18px;
		line-height: calc(26 /18);
	}
}

.know .fp_02{
	width: 470px;
	margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
	.know .fp_02{
		width: 100%;
		margin-top: 24px;
	}
}
