@charset "utf-8";
/* -----------------------------------------------------------
    sp-style
-------------------------------------------------------------- */
@media screen and (max-width:768px) {
	.cv-content-wrap .txt {
		font-size: 1.4rem !important;
	}	
	.agent-area .txt-wrap p {
		font-size: 1.4rem !important;
		line-height: 2.2!important;
	}	
	.want-area .want-list li {
		line-height: 1.6!important;
	}
	.cv-content-wrap .txt {
		line-height: 2.2!important;
	}
	.beg-intro-mv {
		margin: 15px auto 25px!important;
	}

	#footer_fixed .sp_f_fixed li.beginner{
		display: none;
	}
}

/* -----------------------------------------------------------
     beginner ページ共通
-------------------------------------------------------------- */
.beginner-cmn-ttl {
	color: #1bb2ef;
	text-align: center;
	padding: 0 0px 15px;
	border-bottom: 5px solid;
	width: fit-content;
	margin: 0 auto;
}

.beginner-cmn-ttl h2 {
	font-size: 3.2rem;
	font-weight: bold;
	letter-spacing: 1px;
}

@media screen and (max-width:768px) {
	.beginner-cmn-ttl {
		padding: 0 0px 15px;
	}
	.beginner-cmn-ttl h2 {
		font-size: 2.0rem;
		line-height: 1.3;
	}
}



/* -----------------------------------------------------------
     intro-area
-------------------------------------------------------------- */
.intro-area {
	background: url("../img/beginner-intro-bg.jpg") no-repeat center center / cover;
	padding: 40px 0;
}

.intro-area-inner {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
}

.beg-intro-mv {
	border-radius: 20px;
	width: 700px;
	height: 450px;
	margin-right: 40px;
	flex-shrink: 0;
	overflow: hidden;
}
.beg-intro-mv a{
  display: block;
}

.beg-intro-mv img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.intro-txt-wrap {
	width: 600px;
	flex-shrink: 0;
}

.intro-ttl-warp {
	border-bottom: 6px dotted #1bb2ef;
	display: flex;
	align-items: end;
	padding: 0 0 15px 8px;
	margin: 0 0 30px;
}

.intro-ttl-warp img {
	width: 180px;
}

.intro-ttl-warp h2 {
	color: #09a9ea;
	font-size: 2.0rem;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 2px;
	/* padding: 0 0 4px 15px; */
	
}

.intro-txt-wrap p {
	line-height: 2;
	letter-spacing: 1.5px;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 1.5rem;
}

.intro-txt-wrap p:last-child {
	font-size: 1.7rem;
	margin-bottom: 0;
}

@media screen and (max-width:768px) {
	
	.beg-intro-mv {
		border-radius: 10px;
		width: 100%;
		height: 170px;
		margin: 15px auto;
	}
	
	.beg-intro-mv img {
		object-position: top;
	}
	
	.intro-area {
		padding: 15px 20px 25px;
	}
	
	.intro-area-inner {
		padding: 0;
	}
	
	.intro-txt-wrap {
		width: 100%;
		padding: 0;
	}
	
	.intro-ttl-warp {
		display: block;
		/* padding: 0 5px; */
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
	
	.intro-ttl-warp img {
		width: 140px;
		height: auto;
	}
	
	.intro-ttl-warp h2 {
		font-size: 1.8rem;
		line-height: 1.5;
		padding: 0;
		margin: 15px 0 15px 0;
	}
	
	.intro-txt-wrap p {
		line-height: 1.8;
		letter-spacing: 1.5px;
		margin-bottom: 20px;
		font-weight: 500;
		font-size: 1.4rem;
	}
	
	.intro-txt-wrap p:last-child {
		font-size: 1.6rem;
	}
}

/* -----------------------------------------------------------
     cta-area
-------------------------------------------------------------- */
.cta-area{    
	background-color: #4cc4f5;
    padding: 40px 0;
}

.cta-area .cv-box{
	background-color: #fff;
    border-radius: 20px;
    padding: 35px 140px 30px;
	text-align: center;
}

.cta-title{
	color: #1bb2ef;
    text-align: center;
    padding: 0 0px 15px;
    border-bottom: 0;
    width: fit-content;
    margin: 0 auto;    
	font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 1px;
}
/*無料会員登録ボタン*/
#beginner .cv-btn-list.cta-sign{
	margin: 40px 0 10px 0;
}

#beginner .cv-btn-list.cta-sign li:first-child{
}

#beginner .cta-area .cv-btn-wrap.cv-btn-sign .cv-btn-inner{
	width: 540px;
	height: 90px;
}

#beginner .cta-area .cv-btn-wrap.cv-btn-sign .cv-btn-txt{
	font-size: 2.4rem;
}
/*LINEボタン*/
#beginner .cta-area .cv-btn-wrap.cv-btn-line .cv-btn-txt{
	margin: 0;
	/* color: #1bb2ef; */
}
/* #beginner .cta-area .cv-btn-wrap.cv-btn-line .cv-btn-inner{
	border: 2px solid #1bb2ef;
} */
/* #beginner .cta-area .cv-btn-wrap.cv-btn-line .cv-btn-inner::after {
    background: #e8f5fb;
} */
/* テキストリンク */
.cta-text-link{
	margin-left: 40px;
	text-align: right;
}

.cta-text-link a{
	font-size:1.4rem;
	position: relative;
	transition:.2s;
}
.cta-text-link a::before {
    content: "\f105";
    color: #fcca00;
    position: absolute;
    left: -15px;
    top: 0;
    font-size: 1.6rem;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

/*ボタン下の一言*/
.cta-note{
    color: #222727;
    font: 500 1.8rem / 1.6 'Noto Sans JP', sans-serif;
    margin-top: 30px;
    letter-spacing: .05em;
}

@media screen and (max-width:768px) {
	.cta-area{
		padding: 40px 20px;
	}

.cta-area .cv-box{
		border-radius: 10px;
		padding: 20px 15px 25px;
	}
	.cta-title{
		font-size: 2.3rem;
		line-height: 1.3;
	}
	
	/*無料会員登録ボタン*/
	#beginner .cv-btn-list.cta-sign{
		margin: 40px 0 10px 0;
	}

	#beginner .cv-btn-list.cta-sign li:first-child{
		margin: 0 0 20px;
	}

	#beginner .cta-area .cv-btn-wrap.cv-btn-sign .cv-btn-inner{
		max-width: none;
		width: 100%;
		height: 70px;
	}

	#beginner .cta-area .cv-btn-wrap.cv-btn-sign .cv-btn-txt{
		font-size: 1.8rem;
	}
	/*LINEボタン*/
	#beginner .cta-area .cv-btn-wrap.cv-btn-line .cv-btn-inner{
		width: 80%!important;
	}
	/* テキストリンク */
	.cta-text-link{
		margin-left: 10px;
		text-align: center;
	}

	.cta-text-link a{
		font-size:1.3rem;
	}
	.cta-text-link a::before {
		top: -5px;
	}

	/*ボタン下の一言*/
	.cta-note{
		text-align: left;
		font-size: 1.5rem;
		margin-top: 20px;
		letter-spacing: .05em;
	}
}
/* -----------------------------------------------------------
     worry-area
-------------------------------------------------------------- */
.worry-area {
	padding: 60px 0 70px;
}

.worry-mv {
	text-align: center;
	margin-top: 45px;
}

.worry-mv img {
	border-radius: 20px;
}

.worry-wrap {
	position: relative;
}

.worry-list {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.worry-list.left {
	left: 0;
}

.worry-list.right {
	right: 0;
}

.worry-list li {
	padding: 20px 0;
	width: fit-content;
	position: relative;
}

.worry-list li::after {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/beginner-worry-deco.png") no-repeat center center / contain;
	width: 41px;
	height: 30px;
	right: -43px;
	bottom: 20px;
}

.worry-list li.worry02::after {
	right: -47px;
	bottom: 39px;
	transform: rotate(-25deg);
}

.worry-list li.worry03::after {
	right: -43px;
	bottom: 59px;
	transform: rotate(-40deg);
}

.worry-list.right li::after {
	right: auto;
	left: -43px;
	transform: scaleX(-1);
}

.worry-list li.worry05::after {
	left: -42px;
	bottom: 68px;
	transform: rotate(170deg);
}

.border-wrap {
	background: linear-gradient(to bottom, #838c93 50%, #5b6366 100%);
	border-radius: 45px;
	padding: 3px;
	width: fit-content;
}

.worry-list li p {
	border-radius: 43px;
	background: url("../img/beginner-worry-imgbg.jpg") no-repeat top center / cover;
	width: 380px;
	height: fit-content;
	display: block;
	padding: 16px 30px;
	min-height: 60px;
}

.border-wrap p span {
	color: #5d9db7;
	border-bottom: 1px dashed;
	padding-bottom: 1px;
	font-weight: 600;
}

@media screen and (max-width:768px) {
	
	.worry-area {
		padding: 30px 20px 20px;
	}
	
	.border-wrap {
		top: -70px;
		border-radius: 17px;
		padding: 4px;
		position: relative;
		z-index: -1;
	}
	
	.worry-list {
		position: relative;
		top: auto;
		-webkit-transform: none;
		transform: none;
		background: url("../img/beginner-worry-imgbg.jpg") no-repeat top center / cover;
		width: 100%;
		border-radius: 15px;
		padding: 90px 10px 2px;
	}
	
	.worry-list li {
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
	}
	
	.worry-list li::after {
		display: none;
	}
	
	.worry-list li p {
		background: none;
		font-size: 1.4rem;
		width: 100%;
		padding: 0 0 0 .8em;
		position: relative;
		min-height: auto;
		line-height: 1.5;
		letter-spacing: 0;
	}
	
	.worry-list li p::before {
		border-radius: 50%;
		background: #5d9db7;
		content: "";
		position: absolute;
		left: 0;
		top: 10px;
		width: 5px;
		height: 5px;
	}
	
	.worry-mv {
		width: 70%;
		margin: 20px auto 0;
	}
	
}




/* -----------------------------------------------------------
     reason-area
-------------------------------------------------------------- */
.reason-area {
	margin: 0 auto 60px;
}

.reason-inner {
	background: url("../img/beginner-rea-bg.jpg")no-repeat center center / cover;
	max-width: 1300px;
	min-width: 1240px;
	border-radius: 20px;
	padding: 30px 0 35px;
	margin: 0 auto;
}

.reason-ttl-wrap {
	display: flex;
	align-items: center;
	margin: 0 auto;
	width: fit-content;
}

.reason-ttl-icon {
	height: 86px;
	width: 136px;
}

.reason-ttl-wrap h2 {
	color: #0eb1f3;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.55;
	margin: 0 0 0 15px;
}

.reason-list {
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
}

.reason-list li {
	background-color: #fff;
	border-radius: 20px;
	padding: 20px 25px 25px;
	width: calc( ( 100% - 130px ) / 2);
}

.reason-list li:first-child {
	margin-right: 30px;
}

.reason-num {
	align-items: center;
	background: linear-gradient(90deg, rgba(19, 174, 236, 1) 0%, rgba(79, 194, 240, 1) 100%);
	border-radius: 15px;
	color: #fff;
	display: flex;
	justify-content: center;
	font: 500 1.8rem /1 'League Spartan', sans-serif;
	letter-spacing: .05em;
	width: 112px;
	height: 30px;
	padding: 3px 0 0 0;
	margin: 0 auto;
}

.reason-list li h4 {
	text-align: center;
	color: #0eb1f3;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 1.2px;
	margin: 20px auto;
}

.reason-img {
	width: 100%;
	height: 130px;
	border-radius: 15px;
	overflow: hidden;
}

.reason-img img {
	height: 100%;
	width: 100%;
}

.reason-list li p {
	line-height: 2;
	letter-spacing: .05em;
	margin-top: 15px;
}

@media screen and (max-width:768px) {
	
	.reason-area {
		border-radius: 0;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		margin: -80px auto 0;
		padding: 20px;
	}
	
	.reason-inner {
		background-position: center top;
		background-size: auto 100%;
		max-width: 100%;
		min-width: 100%;
		border-radius: 10px;
		padding: 15px 15px 1px;
	}
	
	.reason-ttl-icon {
		height: auto;
		width: 70px;
		margin: 0 auto;
	}
	
	.reason-ttl-wrap {
		display: block;
	}
	
	.reason-ttl-wrap h2 {
		font-size: 1.8rem;
		margin: 5px 0 0;
		text-align: center;
	}
	
	.reason-list {
		display: block;
		margin: 15px auto 0;
	}
	
	.reason-list li {
		border-radius: 10px;
		width: 100%;
		padding: 15px 15px 20px;
		margin: 0 auto 25px;
	}
	
	.reason-list li h4 {
		font-size: 2rem;
		line-height: 1.4;
		margin: 10px auto;
	}
	
	.reason-img {
		max-width: 330px;
		max-height: 80px;
		text-align: center;
		margin: 0 auto;
		width: auto;
		height: auto;
		border-radius: 5px;
	}
	
	.reason-num {
		font-size: 1.5rem;
		letter-spacing: .05em;
		width: 100px;
		height: 24px;
		padding: 1px 0 0 0;
	}
	
}


/* -----------------------------------------------------------
    reason2-area
-------------------------------------------------------------- */
.reason2-area {
	margin: 50px auto 0;
	background: url("../img/reason-support-bg.jpg")no-repeat top center / cover;
	padding: 60px 0;
}

.reason2-area .txt-wrap {
	margin: 30px auto;
	text-align: center;
}

.reason2-area .txt {
	line-height: 2.2;
	letter-spacing: .07em;
}

.reason2-area .reason2-list li {
	background-color: #fff;
	border-radius: 20px;
	margin: 0 auto 35px;
	padding: 40px 55px 37px 185px;
	display: block;
	box-shadow: 3px 5px 20px rgba(171, 192, 200, 0.14);
	position: relative;
}

.reason2-area .reason2-list li:last-child {
	margin: 0;
}

.reason2-area .reason2-img {
	position: absolute;
	left: 35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.reason2-area .reason2-ttl {
	padding-bottom: 15px;
	border-bottom: 4px dotted #1bb2ef;
	margin: 0 auto 15px;
}

.reason2-area .reason2-ttl-flex {
	display: flex;
	align-items: flex-end;
}

.reason2-area .reason2-ttl-en {
	color: #1bb2ef;
	font: 600 2rem / 1.2 'LeagueSpartan', sans-serif;
	letter-spacing: 1.5px;
	margin: 0 20px 0 0;
}

.reason2-area .reason2-ttl h4 {
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: .08em;
}

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

	.reason2-area {
		margin: 0px auto 0;
		padding: 35px 13px;
	}
	.reason2-area .beginner-cmn-ttl h2 {
		font-size: 2.0rem;
	}
	.reason2-area .txt-wrap {
		margin: 15px 0 20px;
		text-align: left;
	}

	.reason2-area .reason2-list li .reason2-img {
		position: relative;
		top: auto;
		transform: none;
		left: 0;
		margin: 0 15px 0 0;
	}
	
	.reason2-area .reason2-list li .reason2-img img {
		width: 83px;
	}
	
	.reason2-area .reason2-list li {
		padding: 20px 20px 25px;
		margin: 0 auto 30px;
	}
	
	.reason2-area .reason2-list li .reason2-ttl {
		display: flex;
		padding-bottom: 15px;
		margin: 0 auto 15px;
		align-items: center;
	}
	
	.reason2-area .reason2-list li .reason2-ttl-flex {
		display: block;
		width: calc(100% - 95px);
	}
	
	.reason2-area .reason2-list li .reason2-ttl-en {
		font-size: 1.6rem;
		margin: 0 0 3px 0;
	}
	
	.reason2-area .reason2-list li .reason2-ttl h4 {
		font-size: 2.0rem;
		line-height: 1.3;
	}
	
	.reason2-area .reason2-list li .reason2-area .txt {
		line-height: 1.9;
	}

}



/* -----------------------------------------------------------
     want-area
-------------------------------------------------------------- */
.want-area {
	background: url("../img/beginner-want-bg.jpg") no-repeat top center / cover;
	padding: 50px 0;
}

.want-txt-center {
	text-align: center;
}

.want-txt-center p {
	margin: 25px auto;
	letter-spacing: .8px;
}

.bg-tr {
	background: transparent !important;
}

.bg-b {
	background-color: #ebf7fc;
}

/* table-element------------------------------ */

.want-area .table-element {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 1.6rem;
	height: 100%;
	position: relative;
	width: 100%;
}

.want-area .table-header-group {
	border-bottom: 1px solid #bccad0;
	height: 40px;
	top: 0;
	width: 100%;
	z-index: 10;
}

.want-area .table-header-group .table-header {
	background: rgba(215, 215, 215, 1);
	height: 40px;
}

.want-area .table-body {
	width: 100%;
	letter-spacing: 1px;
	line-height: 1.7;
}

.want-area .table-body .table-header {
	background: #fff;
	left: 0;
	position: sticky;
	width: 130px;
	border-right: 1px solid #bccad0;
	border-left: 1px solid #bccad0;
	font-weight: 400;
}

.want-area .table-header.blank {
	background: transparent;
	border-left: none;
	border-right: none;
}

.want-area .table-header.bg-tr {
	border-left: 0;
	border-right: 0;
}

.want-area .table-body .table-header::after {}
.want-area .table-row.is-header {
	font-weight: 600;
	text-align: center;
	background: transparent;
}

.want-area .table-row {
	width: 100%;
	background: #fff;
}

.want-area .table-data {
	height: 60px;
	border-right: 1px solid #bccad0;
	padding: 20px;
}

.want-area .table-data.gray {
	padding: 20px 0px 20px 10px;
	background-color: #b3c0c6;
	color: #fff;
	border-radius: 10px 10px 0 0;
	text-align: center;
}

.want-area .table-data.blue {
	background-color: #1bb2ef;
	color: #fff;
	border-radius: 10px 10px 0 0;
}

.want-area .table-header,
.want-area .table-data {
	border-bottom: 1px solid #bccad0;
}

.want-area .table-data:last-of-type {
	border-right: none;
}

.want-area .table-data.wid {
	width: 260px;
}

.want-area .table-data.bg-b {
	border-right: 5px solid #1bb2ef;
	border-left: 5px solid #1bb2ef;
}

.want-area .want-list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}

.want-area .want-list.block {
	display: block;
}

.want-area .want-list li {
	padding: 0 0 0 17px;
	position: relative;
	display: block;
	margin: 0 20px 0 0;
}

.want-area .want-list li::before {
	content: "・";
	position: absolute;
	font-size: 2rem;
	font-weight: 600;
	color: #1bb2ef;
	top: -2px;
	left: -5px;
}
.want-area .table-data.bg-b.last {
	border-bottom: 5px solid #1bb2ef;
}	

@media screen and (max-width:768px) {
	
	.want-area {
		padding: 20px 20px 10px 20px;
		margin: 20px 0 0;
	}
	.want-area .want-txt-center {
		text-align: left;
	}
	
	.want-area .want-txt-center p {
		margin: 15px 0 20px;
	}
	
	.want-area .want-list {
		display: block;
	}
	
	.want-area .want-list li {
		margin: 0 0 10px;
		line-height: 1.4;
		padding: 0 0 0 13px;
	}
	.want-area .want-list li:last-child {
		margin: 0;
	}		
	.bg-b {
		background-color: #fff;
	}
	
	/* table-element------------------------------ */
	.want-area .table-container {
		height: fit-content;
		margin: 2rem auto;
		width: 100%;
	}
	
	.want-area .table-element {
		width: 100%;
	}
	
	.want-area .table-body {
		letter-spacing: .5px;
	}
	.want-area .table-row {
		display: flex;
		flex-wrap: wrap;
	}
	.want-area .table-row .blank {		
		display: none;
	}
	
	.want-area .table-body .table-header {
		position: static;
		width: 100%;
		z-index: 2;
		line-height: 1.3;
		padding: 7px 0;
		color: #1bb2ef;
		font-size: 1.5rem;
	}
	
	.want-area .table-header.blank {
		background: #fff;
		border-top-left-radius: 5px;
		border-left: 1px solid #bccad0;
		border-top: 1px solid #bccad0;
	}
	
	.want-area .table-data {
		align-items: center;
		display: flex;
		font-size: 1.4rem;
		justify-content: center;
		height: auto;
		width: 50%;
		border-right: none;
		padding: 10px 7px 15px;
	}
	.want-area .table-data.bg-b {
		background: #ebf7fc;
		border-right: 1px solid #bccad0;
		border-left: 1px solid #bccad0;
	}
	
	.want-area .table-data.wid {
		width: 50%;
		border-left: 1px solid #bccad0;
	}
	
	.want-area .table-data.gray {
		padding: 7px 0px 7px 5px;
		border-radius: 0;
		line-height: 1.4;
	}
	
	.want-area .table-data.blue {
		border-radius: 0;
		display: flex;
		align-items: center;
    	justify-content: center;
    	padding: 7px;
	}
	
	.want-area .table-body .bg-tr::after {
		display: none;
	}
	
	.want-area .table-row.is-header {
		text-align: left;
	}
	.want-area .table-data.bg-b.last {
		border-bottom: 1px solid #bccad0;
	}
	.want-area .want-list li::before {
		top: -4px;
		color: #72b6cf;
	}			
}




/* -----------------------------------------------------------
     cv-area
-------------------------------------------------------------- */
.cv-area {
	background-color: #4cc4f5;
	padding: 40px 0;
}

.cv-box {
	background-color: #fff;
	border-radius: 20px;
	padding: 35px 40px 30px;
}

.cv-area .beginner-cmn-ttl {
	border-bottom: 0;
}

.cv-content-wrap {
	display: flex;
	align-items: center;
	margin: 10px auto 0;
}

.cv-img {
	width: 430px;
	height: 265px;
	display: block;
	flex-shrink: 0;
}

.cv-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.cv-content-wrap .txt-wrap {
	padding: 0 30px 0 0;
}

.cv-content-wrap .txt-wrap p:not(:first-of-type) {
	margin-top: 20px;
}

.cv-content-wrap .txt {
	line-height: 2;
	letter-spacing: 1px;
}

@media screen and (max-width:768px) {
	
	.cv-area {
		padding: 40px 20px;
	}
	
	.cv-box {
		border-radius: 10px;
		padding: 20px 15px 25px;
	}
	
	.cv-content-wrap {
		flex-direction: column-reverse;
		margin: 0;
	}
	
	.cv-content-wrap .txt {
		letter-spacing: .03em;
		font-size: 1.5rem;
	}
	
	.cv-content-wrap .txt-wrap p:not(:first-of-type) {
		margin-top: 15px;
	}
	
	.cv-content-wrap .txt-wrap {
		padding: 15px 0 0 0;
	}
	
	.cv-img {
		width: 100%;
		height: 200px;
	}
	
}



/* -------------------------------------------------------------
    support-area
-------------------------------------------------------------- */
.support-area {
	margin: 50px auto 0;
	/*background: url("../img/reason-support-bg.jpg")no-repeat top center / cover;*/
	padding: 50px 0;
}

.support-area .intro {
	margin: 30px 0 70px;
}

.support-list .support-item {
	width: 48%;
	background: #fff;
	border: 1px solid #bccad0;
	padding: 20px 30px 35px;
	position: relative;
	border-radius: 0 10px 10px 10px;
}

.support-list .support-item:not(:first-child):not(:nth-child(2)){
	margin-top: 70px;
}

.support-list .support-item:last-child {
	width: 100%;
}

.support-en {
	position: absolute;
	background: linear-gradient(90deg, rgba(19, 174, 236, 1) 0%, rgba(79, 194, 240, 1) 100%);
	color: #fff;
	font: 600 1.5rem / 1.2 'LeagueSpartan', sans-serif;
	letter-spacing: 1.5px;
	top: -31px;
	left: 0;
	padding: 4px 20px 3px;
	border-radius: 5px 5px 0 0;
}

.support-ttl {
	font-size: 2.3rem;
	letter-spacing: .05em;
	font-weight: bold;
	line-height: 1.4;
}

.support-img-wrap {
	align-items: center;
	border-radius: 5px;
	background-color: #e8f6fb;
	display: flex;
	margin: 20px auto 0;
	overflow: hidden;
}

.support-img-wrap .img{
	border-radius: 3px 0 0 3px;
	width: 250px;
	height: 167px;
	flex-shrink: 0;
	margin: 0 15px 0 0;
	overflow: hidden
}

.support-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.support-img-wrap figcaption {
	line-height: 1.8;
	width: calc( 100% - 280px );
	padding: 0;
	letter-spacing: .8px;
}

.point-box {
	border-radius: 10px;
	border: 3.5px dotted #1bb2efb8;
	padding: 15px;
	margin-top: 25px;
}

.point-icon {
	color: #1bb2ef;
	font: 600 1.95rem / 1.2 'LeagueSpartan', sans-serif;
	position: relative;
	margin: 0 0 0 5px;
	letter-spacing: 1px;
}

.point01-list {
	margin: 10px auto;
	display: inline-flex;
	flex-wrap: wrap;
}

.point01-list li {
	width: fit-content;
	position: relative;
	padding: 0 9px 14px 15px;
	letter-spacing: .05em;
}

.point01-list li::before {
	position: absolute;
	content: "・";
	display: block;
	font-size: 2rem;
	top: -2px;
	left: -5px;
	color: #1bb2ef;
}

.text-right {
	text-align: right;
}

.support05 .support-img-wrap{
	background: transparent;
	margin: 0;
}

.support05.support-item {
	padding: 25px 30px;
}

.support05 figcaption {
	width: calc(100% - 280px);
	padding: 0;
}

.support05 .img {
	border-radius: 3px;
}

.support05 .support-ttl {
	margin: 0 0 20px;
}

.support-subtxt {
	letter-spacing: .05em;
	line-height: 1.7;
	margin-top: 15px;
}

/**************line**************/
.support-item .spt-line-wrap {
	width: fit-content;
	display: block;
	margin: 35px auto 0;
}

.support-item .spt-line {
	position: relative;
}

.support-item .spt-line-inner{
	align-items: center;
	background: #fc9400;
	border-radius: 60px;
	display: flex;
	height: 80px;
	justify-content: center;
	position: relative;
	transition-duration: .2s;
 	z-index: 2;
	overflow: hidden;
}

.support-item .spt-line-inner::after {
	background: #fcca00;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .2s, transform 0s;
	transition-delay: 0s, .2s;
}

.spt-line-wrap:hover .spt-line-inner::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity .8s, transform .6s ease-in-out;
}

.support-item .spt-line-deco {
	align-items: center;
	background: url("../img/cmn-stripe-red.jpg")center/260px 44px no-repeat;
	border-radius: 20px;
	color: #fff;
	display: flex;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 0 0 2px 5px;
	position: absolute;
	letter-spacing: .02em;
	left: 50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
	top: -13px;
	justify-content: center;
	height: 30px;
	width: 160px;
	overflow: hidden;
	z-index: 3;
}

.support-item .spt-line-txt {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .05em;
	position: relative;
}

.support-item .spt-line-txt::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	left: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.support-item .spt-line-inner{
	width: 340px;
	background: #fff;
	border: 2px solid #0ab24e;
	overflow: hidden;
}

.support-item .spt-line-inner::after {
    background: #d1f4c7;
}

.support-item .spt-line-deco{
	background: url("../img/cmn-stripe-green.jpg")center/260px 44px no-repeat;
}

.support-item .spt-line-txt{
	color: #0ab24e;
	padding-left: 55px;
}

.support-item .spt-line-txt::before{
	background-image: url("../img/line.png");
	width: 42px;
	height: 42px;
}

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

	.support-area {
		margin: 0 auto 0;
		padding: 40px 10px 0px;
	}
	
	.support-area .intro {
		margin: 10px 0 50px;
		padding: 0 10px;
	}
	
	.support-list .support-item {
		width: 100%;
		padding: 25px 20px 30px;
	}
	
	.support-list .support-item:not(:first-child) {
		margin-top: 60px!important;
	}
	
	.support-en {
		font-size: 1.3rem;
		letter-spacing: .03em;
		padding: 4px 12px 3px;
		top: -28px;
	}
	
	.support-ttl {
		font-size: 2rem;
	}
	
	.support05 .support-ttl {
		margin: 20px 0;
	}
	
	.support-img-wrap .img {
		width: 150px;
		height: 100px;
		margin: 0 10px 1px 0;
		float: left;
		border-radius: 3px!important;
	}
	
	.support-img-wrap {
		background: #ddf0f7;
		display: block;
		width: 100%;
		height: auto;
		margin: 20px auto 0;
		padding: 15px 13px;
	}
	
	.support05 .support-img-wrap {
		padding: 0;
	}
	
	.support-img-wrap figcaption {
		line-height: 1.7;
		width: 100%;
		padding: 0;
		letter-spacing: .09em;
	}
	
	.point-box {
		padding: 15px 10px;
		margin-top: 20px;
	}
	
	.point-icon {
		font-size: 1.6rem;
	}
	
	.text-right {
		text-align: left;
	}
	
	.point01-list {
		margin: 10px auto 0;
	}
	
	.point01-list li {
		padding: 0 5px 7px 15px;
		letter-spacing: .05em;
		font-size: 1.5rem;
		line-height: 1.4;
	}
	
	.support05 .flex-sb img {
		width: 150px;
		float: left;
		margin: 0 10px 5px 0;
	}
	
	.support05 .txt-wrap {
		width: 100%;
	}
	
	.cmn-links-area .ft-links-inner {
		margin: 20px auto 25px;
	}
	
	.support-item .spt-line-wrap {
		margin: 30px auto 0;
		width: auto;
	}
	
	.support-item .spt-line-inner {
		max-width: 300px;
		width: 100%!important;
		margin: 0 auto;
		height: 72px;
	}
	
	.support-item .spt-line-txt {
		font-size: 1.8rem;
	}
	
	.support-item .spt-line-deco {
		font-size: 1.5rem;
		height: 26px;
		width: 140px;
		padding: 0 0 3px 5px;
	}

	.support-item .spt-line-txt {
		padding-left: 50px;
	}
	
	.support-item .spt-line-txt::before {
		width: 38px;
		height: 38px;
	}
	
	.support-item .spt-line-txt {
		font-size: 1.7rem;
	}

}

/* -----------------------------------------------------------
     introduce-area
-------------------------------------------------------------- */

.introduce-area .txt-wrap p {
    text-align: center;
    margin: 25px 0 30px;
}

.introduce-area .txt-link {
    margin: 20px 0 0;
    text-align: right;
}

.introduce-area .txt-link a {
    position: relative;
    display: inline-block;
}

.introduce-area .txt-link a::before {
    content: "\f105";
    color: #fcca00;
    position: absolute;
    left: -15px;
    top: -2px;
    font-size: 1.9rem;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

@media screen and (max-width: 768px) {
	.introduce-area .txt-wrap p {
		text-align: left;
		margin: 15px 0 20px;
	}
	
	.introduce-area .txt-link {
		margin: 15px 0 0;
	}
	
}
/* -----------------------------------------------------------
     cvbtn-area
-------------------------------------------------------------- */
#beginner .cv-btn-area {
	background: none;
}

#beginner .cv-btn-list {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 35px 0 0 0;
}

#beginner .cv-btn-link {
	align-items: center;
	display: flex;
	margin: 50px auto 0;
	position: relative;
	z-index: 3;
	max-width: 1130px;
}

#beginner .cv-btn-list li:first-child {
	margin-right: 40px;
}


/*ft-latestbtn-wrap--------------------------- */
#beginner .cv-btn-wrap .cv-btn {
	position: relative;
}

#beginner .cv-btn-wrap .cv-btn-inner {
	align-items: center;
	background: #fc9400;
	border-radius: 60px;
	display: flex;
	height: 75px;
	justify-content: center;
	position: relative;
	transition-duration: .2s;
	z-index: 2;
	overflow: hidden;
}

#beginner .cv-btn-wrap .cv-btn-inner::after {
	background: #fcca00;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .2s, transform 0s;
	transition-delay: 0s, .2s;
}

#beginner .cv-btn-wrap:hover .cv-btn-inner::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity .8s, transform .6s ease-in-out;
}

#beginner .cv-btn-wrap .cv-btn-deco {
	align-items: center;
	background: url("../img/cmn-stripe-red.jpg")center/260px 44px no-repeat;
	border-radius: 20px;
	color: #fff;
	display: flex;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 0 0 2px 5px;
	position: absolute;
	letter-spacing: .02em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -11px;
	justify-content: center;
	height: 30px;
	width: 160px;
	overflow: hidden;
	z-index: 3;
}

#beginner .cv-btn-wrap .cv-btn-txt {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .05em;
	position: relative;
	margin-top: 8px;
}

#beginner .cv-btn-wrap .cv-btn-txt::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}


/**************ft-lb-sign**************/
#beginner .cv-btn-wrap.cv-btn-sign .cv-btn-inner {
	width: 340px;
}

#beginner .cv-btn-wrap.cv-btn-sign .cv-btn-txt {
	padding-left: 58px;
}

#beginner .cv-btn-wrap.cv-btn-sign .cv-btn-txt::before {
	background-image: url("../img/cmn-signup-icon.png");
	width: 36px;
	height: 43px;
}


/**************ft-lb-line**************/
#beginner .cv-btn-wrap.cv-btn-line .cv-btn-inner {
	width: 340px;
}

#beginner .cv-btn-wrap.cv-btn-line .cv-btn-inner {
	background: #fff;
	border: 2px solid #0ab24e;
	overflow: hidden;
}

#beginner .cv-btn-wrap.cv-btn-line .cv-btn-inner::after {
	background: #d1f4c7;
}

#beginner .cv-btn-wrap.cv-btn-line .cv-btn-deco {
	background: url("../img/cmn-stripe-green.jpg")center/260px 44px no-repeat;
}

#beginner .cv-btn-wrap.cv-btn-line .cv-btn-txt {
	color: #0ab24e;
	padding-left: 50px;
}

#beginner .cv-btn-wrap.cv-btn-line .cv-btn-txt::before {
	background-image: url("../img/line.png");
	width: 38px;
	height: 38px;
}

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

	#beginner .cv-btn-wrap .cv-btn-inner {
		max-width: 280px;
		width: 100% !important;
		margin: 0 auto;
		height: 67px;
	}
	
	#beginner .cv-btn-list {
		display: block;
		margin: 25px 0 0 0;
	}
	
	#beginner .cv-btn-list li:first-child {
		margin: 0 0 30px;
	}
	
	#beginner .cv-btn-wrap .cv-btn-txt {
		font-size: 1.6rem;
		margin-top: 5px;
	}
	
	#beginner .cv-btn-wrap .cv-btn-deco {
		font-size: 1.4rem;
		height: 25px;
		width: 120px;
	}
	
	
	/*ft-lb-sign*/
	#beginner .cv-btn-wrap.cv-btn-sign .cv-btn-txt {
		padding-left: 43px;
	}
	
	#beginner .cv-btn-wrap.cv-btn-sign .cv-btn-txt::before {
		width: 37px;
		height: 44px;
	}
	
	/*ft-lb-line*/
	#beginner .cv-btn-wrap.cv-btn-line .cv-btn-txt {
		padding-left: 50px;
	}
	
	#beginner .cv-btn-wrap.cv-btn-line .cv-btn-txt::before {
		width: 38px;
		height: 38px;
	}

}




/* -----------------------------------------------------------
     agent-area
-------------------------------------------------------------- */
.agent-area {
	width: 100%;
	margin: 70px auto 60px;
	text-align: center;
}

.agent-area .txt-wrap {
	margin: 30px auto 65px;
}

.agent-area .txt-wrap p {
	line-height: 2;
	letter-spacing: 1px;
	margin: 0 0 20px;
}

.agent-table {
	width: 1000px;
	margin: 0 auto 0;
}

.agent-table .table-element {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 1.6rem;
	height: 100%;
	position: relative;
	width: 100%;
}

.agent-table .table-header {
	width: 275px;
	background-color: #f6fafc;
	border-bottom: 1px solid #bccad0;
	border-left: 1px solid #bccad0;
	padding: 0 15px 0 20px;
}

.agent-table .table-header.first {
	background: transparent;
	border-left: none;
}

.agent-table .icon-wrap2 {
	display: flex;
	align-items: center;
}

.want-area .table-row {
	width: 100%;
	background: #fff;
}

.agent-table .table-data {
	width: 245px;
	padding: 20px 10px;
	border-right: 1px solid #bccad0;
	border-bottom: 1px solid #bccad0;
}

.table-data.agent-blue {
	background-color: #ebf7fc !important;
	color: #1bb2ef !important;
	font-weight: bold;
	letter-spacing: 1.5px;
	font-size: 1.7rem;
	border-right: 5px solid #1bb2ef;
	border-left: 5px solid #1bb2ef;
}

.table-data.agent-blue .logo img{
	width: 107px;
}

.agent-blue.last {
	border-bottom: 5px solid #1bb2ef;
}

.agent-table .icon-wrap {
	text-align: center;
	margin: 0 auto;
}
.agent-table .icon-wrap .icon {
	width: 100px;
	height: 32px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.agent-table .icon-wrap img {
	max-width: 100%;
	max-height: 100%;
}

.agent-table .table-data .icon-wrap {
	color: #fff;
	letter-spacing: 0.7px;
}

.table-data.agent-blue .icon-wrap {
	color: #1bb2ef !important;
}

.agent-table .is-header .table-data {
	background-color: #b9c6cc;
	border-radius: 0;
	border-left: 1px solid #fff;
	padding: 7px 0;
	border-right: none;
	border-bottom: none;
}

.agent-table .is-header .table-data.agent-blue {
	border-top: 5px solid #1bb2ef;
	border-left: 5px solid #1bb2ef;
	border-right: 5px solid #1bb2ef;
	border-bottom: 1px solid #bccad0;
	position: relative;
}

.agent-table .is-header .table-data.agent-blue::before {
	position: absolute;
	display: block;
	content: "＼ おすすめ ／";
	top: -41px;
	margin: 0 auto;
	right: 0;
	left: 0;
	color: #f05930;
}

.table-data .icon {
	height: 36px;
}

.agent-table .header-left-ttl {
	font-weight: 400;
	position: relative;
	padding: 0 0 0 30px;
}

.agent-table .header-left-ttl::before {
	content: "";
	position: absolute;
	font: 900 2.1rem/1 'Font Awesome 5 Free';
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #62bce1;
	left: 0;
}

.agent-table .ati01 .header-left-ttl::before {
	content: "\f15c";
}

.agent-table .ati02 .header-left-ttl::before {
	content: "\f277";
}

.agent-table .ati03 .header-left-ttl::before {
	content: "\f406";
}

.agent-table .ati04 .header-left-ttl::before {
	content: "\f2b5";
}

@media screen and (max-width:768px) {
	
	.agent-table-wrap {
		padding: 0 20px;
	}
	.agent-area {
		margin: 25px auto 35px;
		text-align: left;
	}
	.agent-table .ati01 {
		margin-top: 3px;
		border-top: 1px solid #bccad0;
	}
	
	.agent-area .table-container {
		height: fit-content;
		margin: 2rem auto;
		width: 100%;
	}
	
	.agent-area .table-body .table-header {
		position: static;
		width: 100%;
		z-index: 2;
		font-size: 1.4rem;
		line-height: 1.3;
		left: 0;
		border-left: 1px solid #bccad0;
		border-right: 1px solid #bccad0;
	}
	.agent-area .table-row {
		display: flex;
		flex-wrap: wrap;
	}
	
	.agent-area .txt-wrap {
		margin: 25px auto 5px;
	}
	
	.agent-area .txt-wrap p {
		font-size: 1.5rem;
		line-height: 2;
		letter-spacing: .03em;
		margin: 0 0 20px;
	}
	
	.agent-area .txt-wrap p:last-of-type {
		margin-bottom: 0;
	}
	
	.agent-table .table-header {
		padding: 7px 0;
	}
	
	.agent-table .table-header.first {
		display: none;
	}
	.agent-table .header-left-ttl {
		color: #798286;
		padding: 0;
		line-height: 1.4;
		font-size: 1.4rem;
		text-align: center;
	}
	
	.agent-table .header-left-ttl::before {
		display: none;
	}
	
	.table-data.agent-blue .logo img{
		width: 83px;
	}
	
	.agent-table .icon-wrap2 {
		display: block;
	}
	
	.agent-table {
		width: auto;
		overflow-x: scroll;
		padding: 0 0 10px;
	}
	
	.agent-table .table-data {
		border-radius: 0;
		padding: 15px 10px;
		font-size: 1.5rem;
		width: calc( 100% / 3 );
		text-align: center;
	}
	
	.agent-table .is-header .table-data {
		display: flex;
    	align-items: center;
    	justify-content: center;
    	padding: 7px 0 9px;
    	border-left-width: 3px;
	}
	
	.agent-table .is-header .table-data.agent-blue::before {
		top: -23px;
		font-size: 1.4rem;
	}
	
	.agent-table .table-body {
		margin: 30px auto 0;
		display: block;
	}
	
	.agent-table .first-ttl {
		font-size: 1.1rem;
		line-height: 1.4;
		padding: 0 4px;
	}
	
	.agent-table-icon {
		margin: 0 auto;
	}
	
	.table-data .icon {
		height: 30px;
		width: 100px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.table-data .icon img{
		max-height: 90%;
		max-width: 90%;
	}
	
	.table-data.last .icon img {
		margin-bottom: 10px;
	}
	.table-data.agent-blue {
		border-right: 1px solid #bccad0;
		border-left: 1px solid #bccad0;
	}
	.agent-table .is-header .table-data.agent-blue {
		border: 3px solid #1bb2ef;
	}	
	.agent-blue.last {
		border-bottom: 1px solid #bccad0;
	}

}



/* -----------------------------------------------------------
     other-interview-list
-------------------------------------------------------------- */
.other-interview-list {
	/*background: url("../img/top-interview-bg.jpg") center/cover no-repeat;
	margin: 20px 0 0 0;*/
	padding: 60px 0 50px;
}

.other-interview-txt {
	text-align: center;
	margin: 25px 0 30px;
}

.top-interview-list {
	display: flex;
	justify-content: center;
	margin: 15px auto 0;
}

.top-interview-item {
	transition: .5s;
	flex-shrink: 0;
	padding-top: 20px;
}

.top-interview-item:hover {
	transform: translateY(-7px);
}

/*.top-interview-list .top-interview-item:first-of-type {
	margin-right: 40px;
}*/

.top-interview-link {
	display: block;
	width: 380px;
	margin-right: 30px;
}

.top-interview-link:hover {
	color: inherit;
}

.top-interview-inner {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 1px solid #bccad0;
	box-shadow: 0 2px 20px 0 rgba(108,164,192,.2);
	background: #fff;
	display: block;
	padding: 25px 20px 50px;
	position: relative;
	transition: .5s;
}

.top-interview-link .header-num {
	align-items: center;
	background: linear-gradient(90deg, rgba(19,174,236,1) 0%, rgba(79,194,240,1) 100%);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: #fff;
	display: flex;
	justify-content: center;
	font: 500 2rem /1 'League Spartan', sans-serif;
	letter-spacing: .03em;
	width: 150px;
	height: 30px;
	padding: 3px 0 0 0;
}

.top-case-link .catch {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.3;
}

.top-interview-link .elements {
	margin: 20px 0 0 0;
}

.top-interview-link .thumb {
	border-radius: 3px;
    width: 178px;
    height: 115px;
	flex-shrink: 0;
	margin: 0 10px 20px 0;
	float: left;
	overflow: hidden;
}

.top-interview-link .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-interview-link .profile {
	width: calc( 100% - 190px );
	float: right;
	margin: 20px 0 0;
}

.top-interview-link .profile-history {
	font-size: 1.5rem;
	color: #808e94;
}

.top-interview-link .profile-data {
	align-items: center;
	margin: 0 0 15px;
}

.top-interview-link .profile-data .data1 {
	font-size: 1.5rem;
	margin-top: -3px;
}

.top-interview-link .profile-data .data1 span {
	font-size: 2rem;
}

.top-interview-link .profile-data .data2 {
	font-size: 1.5rem;
}

.top-interview-link .catch {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	/*max-height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;*/
}

.top-interview-inner .cmn-morebtn {
	bottom: 15px;
	right: 45px;
}

.top-interview-list .cmn-income {
	width: calc( 100% - 280px );
	float: right;
}

.top-interview-link .cmn-income {
	float: none;
	margin: 0 auto;
	width: 265px;
}

.other-interview-list .txt-link {
    margin: 20px 0 0;
    text-align: right;
}

.other-interview-list .txt-link a {
    position: relative;
    display: inline-block;
}

.other-interview-list .txt-link a::before {
    content: "\f105";
    color: #fcca00;
    position: absolute;
    left: -15px;
    top: -2px;
    font-size: 1.9rem;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

@media screen and (min-width: 769px) {
	.top-interview-item:hover .cmn-interview-inner {
		box-shadow: 0px 1px 20px -1px #87c2db;
		opacity: .7;
	}
}

@media screen and (max-width:768px) {
	
	.other-interview-list {
		padding: 30px 0 20px;
	}
	
	.other-interview-txt {
		text-align: left;
		margin: 15px 0 0px;
	}	
	
	.top-interview-inner {
		padding: 13px 15px 50px;
	}
	
	.top-interview-list {
		justify-content: flex-start;
		padding: 0 0 15px 20px;
		margin: 25px 0 0 0;
	}
	
	.top-interview-item {
		width: 330px;
		padding-top: 0;
	}
	
	.top-interview-list .top-interview-item:first-of-type {
		margin-right: 0;
	}
	
	.top-interview-link {
		width: 310px;
		margin: 0;
	}
	
	.top-interview-link .thumb {
		width: 130px;
		height: 95px;
		margin: 0 10px 20px 0;
		float: left;
	}
	
	.cmn-interview-link .elements {
		display: flex;
		flex-wrap: wrap;
		margin: 18px 0 0 0;
	}
	
	.top-interview-link .elements-detail {
		width: calc( 100% - 110px );
	}

	.top-interview-link .catch {
		font-size: 1.8rem;
		line-height: 1.6;
		letter-spacing: .03em;
	}
	
	.top-interview-link .profile-history {
		font-size: 1.5rem;
		margin: 0 0 3px;
		line-height: 1.3;
	}
	
	.top-interview-link .profile-data {
		display: block;
		margin: 0;
	}
	
	.top-interview-link .profile {
		width: calc( 100% - 140px );
		float: right;
		margin: 0;
	}
	
	.top-interview-link .profile-data .data1 {
		font-size: 1.4rem;
	}
	
	.top-interview-link .profile-data .data1 span {
		font-size: 1.7rem;
	}
	
	.top-interview-link .profile-data .data2 {
		line-height: 1.3;
	}
	
	.top-interview-link .cmn-income {
		float: none;
		margin: 0 auto;
		width: 265px;
	}
	
	.top-interview-inner .cmn-morebtn {
		right: 40px;
	}
	
	.top-interview-link .header-num {
		font-size: 1.7rem;
		width: 130px;
		height: 26px;
		padding: 2px 0 0 0;
	}
	
	.top-interview-link .cmn-income-up {
		bottom: 30px;
		-webkit-transform: unset;
		transform: unset;
	}
	.other-interview-list .txt-link {
		margin: 10px 0 0;
	}

}

/* -----------------------------------------------------------
     flow-area
-------------------------------------------------------------- */
.flow-area{
	background: url(../img/top-column-bg.jpg) center / cover no-repeat;
    margin: 60px 0;
    padding: 60px 0 50px;
}

.flow-area .top-cmn-ttl {
	text-align: center;
}

.flow-area .top-cmn-catch {
	margin: 20px 0 0 0;
	text-align: center;
}

.flow-area .flow-list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 30px;
	margin: 30px 0 0 0;
	justify-content: space-between;
}

/* .flow-area .flow-list .flow-item:last-child {
	margin-right: 0;
} */

.flow-area .flow-item {
	width: 23%;
	width: calc((100% - 60px) / 3);
	/* margin-right: 30px; */
}

.flow-area .flow-num {
	font-size: 1.6rem;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	padding: 7px 0 0 2px;
	letter-spacing: .05em;
	color: #fff;
	border-radius: 50%;
	background: linear-gradient(50deg, rgb(19, 174, 236) 0%, rgb(12, 212, 252) 100%);
	justify-content: center;
	align-items: center;
}

.flow-area .flow-num span {
	font-size: 2.8rem;
}

.flow-area .flow-ttl {
	font-size: 2.3rem;
	font-weight: bold;
	margin: 12px 0 0 0;
	text-align: center;
	letter-spacing: .05em;
	color: #1bb2ef;
}

.flow-area .flow-img {
	overflow: hidden;
	width: 100%;
	margin: 20px 0 0 0;
}

.flow-area .flow-img img {
	width: 100%;
	border-radius: 3px;
	object-fit: cover;
	aspect-ratio: 300/180;
}

.flow-area .flow-note {
	font-size: 1.5rem;
	line-height: 1.8;
	margin: 12px 0 0 0;
	letter-spacing: .03em;
}

.flow-area .intro-box{
    border: 6px solid #1bb2ef;
	background-color: #fff;
    border-radius: 10px;
    padding: 30px 60px;
	margin: 40px auto 0;
}

.flow-area .intro-box .intro-ttl{
    border-bottom: 4px dotted #1bb2ef;
    padding: 0 0 5px;
    margin: 0 0 10px;
	color: #1bb2ef;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: .05em;
}

.flow-area .intro-box .disc-list li{
	position: relative;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: .07em;
	padding:  0 0 0 20px;
}

.flow-area .intro-box .disc-list li::before{
	position: absolute;
    display: block;
    content: "・";
	color: #1bb2ef;
    left: 0px;
    top: 3px;
}

.flow-area .txt-link {
    margin: 20px 0 0;
    text-align: right;
}

.flow-area .txt-link a {
    position: relative;
    display: inline-block;
}

.flow-area .txt-link a::before {
    content: "\f105";
    color: #fcca00;
    position: absolute;
    left: -15px;
    top: -2px;
    font-size: 1.9rem;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

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

	/* .flow-area {
		margin: 50px 0 0 0;
	}
	 */
	.flow-area{
		padding: 35px 0;
		margin: 0px;
	}
	.flow-area .top-cmn-ttl {
		text-align: left;
	}
	
	.flow-area .top-cmn-catch {
		text-align: left;
	}
	
	.flow-area .flow-list {
		display: block;
	}
	
	.flow-area .flow-list .flow-item:last-child {
		margin: 0;
	}
	.flow-area .flow-item {
		width: 100%;
		margin: 0 0 30px;
	}
	.flow-area figcaption {
		display: flex;
		margin: 0 0 8px;
		align-items: center;
	}
	
	.flow-area .flow-num {
		font-size: 1.4rem;
		line-height: 1;
		flex-direction: row;
		height: auto;
		margin: 0 3px 0 0;
		padding: 4px 12px 2px;
		border-radius: 0 20px 20px 0;
		flex-shrink: 0;
	}
	
	.flow-area .flow-num span {
		font-size: 1.8rem;
		margin: 0 0 0 3px;
	}
	
	.flow-area .flow-ttl {
		font-size: 1.8rem;
		margin: 0 0 0 5px;
		text-align: left;
	}
	
	.flow-area .flow-img {
		float: left;
		width: 120px;
		margin: 7px 15px 0 0;
	}
	
	.flow-area .flow-note {
		font-size: 1.5rem;
		line-height: 1.6;
		margin: 0;
		letter-spacing: 0;
	}

	.flow-area .intro-box{
		padding: 15px 15px 20px;
	}

	.flow-area .intro-box .intro-ttl{
		font-size: 2.0rem;
		text-align: center;
	}
}

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

/* -----------------------------------------------------------
     cmn-faq
-------------------------------------------------------------- */
.cmn-faq .txt-link{
    margin: 20px 0 0;
    text-align: right;
}

.cmn-faq .txt-link a {
    position: relative;
    display: inline-block;
}
.cmn-faq .txt-link a::before {
    content: "\f105";
    color: #fcca00;
    position: absolute;
    left: -15px;
    top: -2px;
    font-size: 1.9rem;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}
@media screen and (max-width:768px) {
	
	.cmn-faq{
		padding: 35px 20px 0;
	}
	#beginner .cmn-faq .faq-accordion{
		margin: 15px auto 20px auto !important;
		margin: 15px auto 40px auto !important;
	}
	.cmn-faq .txt-link{
		margin: 15px 0 0;
	}

	
}


/* -------------------------------------------------------------
    map-area
-------------------------------------------------------------- */
@media screen and (max-width:768px) {
	.map-area {
		background: #1eb2ec;
		padding: 40px 15px;
		margin-top: 10px;
		margin-bottom: 35px;
		margin-top: 0;
		margin-bottom: 0;
	}
}
/* ---------------------------
        latest-search
--------------------------- */
.latest-search {
	position: relative;
	margin: 0 0 0 105px;
	width: 400px;
}

.latest-search-header {
	position: absolute;
    right: 10px;
    top: 0;
}

.latest-search-header .date-wrap {
	color: #00a1e0;
	font-weight: 500;
	margin: 0 0 10px;
}

.latest-search-ttl {
	width: 148px;
	height: 108px;
	position: relative;
}

.latest-search-ttl .txt {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.latest-search-ttl .zoom {
	bottom: 0;
	right: 10px;
	width: 70px;
	position: absolute;
}

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

	.latest-search {
		position: static;
		margin: 0;
		width: 100%;
		height: auto;
		order: 1;
	}
	
	.latest-search-header {
		position: static;
		max-width: 335px;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		margin: 0 auto;
	}
	
	.latest-search-header .date-wrap {
		font-size: 1.5rem;
		line-height: 1.4;
		margin: 0 0 8px;
		color: #0c97cd;
	}
	
	.latest-search-ttl {
		width: 105px;
		height: 60px;
		margin: 0 25px 0 auto;
	}
	
	.latest-search-ttl .zoom {
		width: 33px;
		right: 25px;
	}

}


/* ---------------------------
        latest-area
--------------------------- */
.latest-area {
	background:  url(../img/cmn-latest-map.png) right 25px top -270px / 594px auto no-repeat, url('../img/ptn-dot-blue.jpg') left top/10px 10px repeat;
    border-radius: 22px;
    border: 4px solid #1eb2ec;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 39px 50px 25px;
    overflow: hidden;
    position: relative;
    min-height: 370px;
	margin: 0 auto 70px;
	margin: 70px auto 0;
}

.latest-contents {
	width: 550px;
	display: flex;
	align-items: center;
	position: relative;
}
.latest-area .latest-ttl {
	align-items: center;
	display: block;
	position: relative;
	top: 0px;
	margin: 0 auto;
	right: 0;
	left: 0;
	width: fit-content;
}

.latest-area .latest-ttl span {
	font-size: 3.38rem;
	font-weight: bold;
	margin: 20px 0 0 20px;
	letter-spacing: .05em;
}

.latest-area .latest-ttl img {
	margin-left: -35px;
	margin-bottom: 20px;
}

.latest-area .check-list {
	background-color: #e8f6fb;
	border-radius: 3px;
	padding: 20px 20px 20px 45px;
}

.latest-area .check-list li {
	position: relative;
	font-weight: 500;
	margin-bottom: 20px;
	letter-spacing: .07em;
}

.latest-area .check-list li:last-child {
	margin-bottom: 0;
}

.latest-area .check-list li::before {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/check-icon.png")no-repeat top center / contain;
	height: 16px;
	width: 14px;
	left: -23px;
	top: 3px;
}

.latest-area .latest-descript {
	margin: 30px 0 0 0;
	letter-spacing: .05em;
	line-height: 1;
	white-space: nowrap;
	font-weight: 500;
}

.latest-area .latest-bnr {
	align-items: center;
	display: flex;
	height: 143px;
	margin: 30px 0 0 0;
	width: 530px;
	overflow: hidden;
	position: relative;
}

.latest-area .latest-bnr .img {
	position: relative;
	height: 100%;
	width: 100%;
	transition: all .5s;
}

.latest-area .latest-bnr .img::before {
	background: url("../img/cmn-latest-bg.jpg")left top/530.5px auto no-repeat;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	transition: all .4s;
}

.latest-area .latest-btn {
	position: absolute;
	right: 20px;
}

.latest-area .latest-btn-inner {
	align-items: center;
	background: #fc9400;
	border-radius: 60px;
	display: flex;
	height: 60px;
	justify-content: center;
	width: 290px;
	overflow: hidden;
	position: relative;
	transition-duration: .2s;
	z-index: 2;
}

.latest-area .latest-btn-inner::after {
	background: #fcca00;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .2s, transform 0s;
	transition-delay: 0s, .2s;
}

.latest-area .latest-bnr:hover .latest-btn-inner::after {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
	transition-delay: 0s;
	transition: opacity .8s, transform .6s ease-in-out;
}

.latest-area .latest-bnr:hover .img::before {
	transform: scale(1.03, 1.03);
	transition: all .4s;
	transition-timing-function: cubic-bezier(.33, 1, .68, 1);
	opacity: .8;
}

.latest-area .latest-btn-deco {
	align-items: center;
	background: url("../img/cmn-stripe-red.jpg")center/260px 44px no-repeat;
	border-radius: 20px;
	color: #fff;
	display: flex;
	font-size: 1.4rem;
	font-weight: 400;
	position: absolute;
	letter-spacing: .02em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -11px;
	justify-content: center;
	height: 22px;
	width: 130px;
	overflow: hidden;
	z-index: 3;
}

.latest-area .latest-btn-txt {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: .09em;
}

.latest-area .latest-btn-txt img {
	margin: 0 5px 0;
	width: 32px;
}

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

	.latest-area {
		background: url("../img/cmn-latest-map-sp.png")center top/320px auto no-repeat, url('../img/ptn-dot-blue.jpg') left top/10px 10px repeat;
		border-radius: 10px;
		border: none;
		display: flex;
		flex-direction: column;
		padding: 20px 10px;
		position: relative;
		overflow: unset;
		min-height: auto;
		margin: 0 auto 0;
	}
	
	.latest-area .latest-ttl {
		flex-direction: column;
		position: static;
        margin: 0 auto;
        text-align: center;
        line-height: 2;
		/*display: none;*/
	}
	
	.latest-area .latest-ttl img {
		margin: 0 auto;
		max-width: 300px;
		width: 100%;
	}
	
	.latest-area .latest-ttl span {
		font-size: 2.4rem;
		font-weight: bold;
		margin: 0px;
		letter-spacing: .05em;
	}
	
	.latest-area .latest-descript {
		margin: 20px 0 0 0;
		padding: 0 10px;
		line-height: 1.5;
		white-space: normal;
	}
	
	.latest-contents {
		border-radius: 5px;
		margin: 120px 0 0 0;
		width: 100%;
		order: 2;
	}
	
	.latest-area .latest-bnr {
		background: #fff url("../img/latest-btn-sp.png")center/auto 90% no-repeat;
		border-radius: 10px;
		box-shadow: 0px 0px 15px -5px #99bfca;
		display: block;
		width: 100%;
		height: 49.3vw;
		margin: 20px auto 0;
		overflow: auto;
		position: static;
	}
	
	.latest-area .check-list {
		border-radius: 10px;
		padding: 15px 15px 15px 30px;
	}
	
	.latest-area .check-list li {
		line-height: 1.4;
		margin-bottom: 10px;
		font-size: 1.5rem;
	}
	
	.latest-area .check-list li::before {
		height: 14px;
		width: 12px;
		left: -18px;
		top: 5px;
	}

}


/* -------------------------------------------------------------
    location-wrap
-------------------------------------------------------------- */
.location-wrap {
	position: absolute;
    top: 10px;
    width: 400px;
    height: 220px;
}

.location-wrap ul {
	position: relative;
	width: 100%;
	height: 100%;
}

.location-wrap li {
	position: absolute;
	transition: all .5s;
}

.location-wrap li:hover {
	transform: translateY(-7px);
}

.location-wrap li:hover a {
	color: inherit;
	box-shadow: 0px 0px 25px -5px #31bbe0;
}

.location-wrap .chiba {
	bottom: 0;
	right: 15px;
}

.location-wrap .tokyo {
	left: 30px;
	top: 85px;
}

.location-wrap .kanagawa {
	bottom: 0;
}

.location-wrap .saitama {
	top: 0;
}

.location-wrap a {
	align-items: center;
	background: #fff;
	box-shadow: 0px 0px 15px -5px #37a4c1;
	border-radius: 30px;
	display: flex;
	height: 50px;
	width: 160px;
	justify-content: center;
	position: relative;
}

.location-wrap a::before {
	content: "";
	background: #fcca00;
	border-radius: 50%;
	position: absolute;
	width: 22px;
	height: 22px;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.location-wrap a::after {
	content: "\f061";
	color: #fff;
	font: 900 1.2rem/1 'Font Awesome 5 Free';
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.location-wrap .txt {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: .05em;
}

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

	.location-wrap {
		position: static;
		top: 0;
	}
	
	.location-wrap {
		position: absolute;
		top: 0;
		max-width: 335px;
		width: 100%;
		height: 190px;
		margin: 0 auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.location-wrap a {
		height: 42px;
		width: 110px;
		padding-bottom: 3px !important;
	}
	
	.location-wrap a::before {
		width: 18px;
		height: 18px;
	}
	
	.location-wrap a::after {
		font-size: 1rem;
		right: 14px;
		top: 53%;
	}
	
	.location-wrap .txt {
		font-size: 1.7rem;
	}
	
	.location-wrap .saitama {
		top: 17px;
		left: 45px;
	}
	
	.location-wrap .tokyo {
		left: 70px;
		top: 75px;
	}
	
	.location-wrap .kanagawa {
		bottom: 15px;
		left: 20px;
	}
	
	.location-wrap .chiba {
		bottom: 0;
		right: 30px;
	}

}






