@charset "utf-8";


/* commonPageHeadBox
-------------------------------------------------------------------*/
.commonPageHeadBox {
	padding: 100px 0 0 calc((100% - 1000px)/2);
	width: calc(100vw - (100vw - 1000px)/2 - 90px);
	border-right: 5px solid #000000;
	border-bottom: 5px solid #000000;
	background: #f4f2ee;
	box-sizing: border-box;
}
.commonPageHeadBox .head {
	margin: 0;
	padding: 1.2em 0;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.1;
}

@media only screen and (max-width: 767px) {
	.commonPageHeadBox {
		padding-top: 50px;
		width: 90%;
		border-width: 2px;
	}
	.commonPageHeadBox .head {
		font-size: 2rem;
		padding: 2em 0 2em 15px;
	}
}

/* commonAnchorBox
-------------------------------------------------------------------*/
.commonAnchorBox {
	margin: 30px 0 0 0;	
}
.commonAnchorBox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	font-size: 2.2rem;
	font-weight: bold;
}
.commonAnchorBox ul li {
	margin: 1em 0 0 0;
	padding: 0 0 0 35px;
	width: 33.33%;
	box-sizing: border-box;
	position: relative;
}
.commonAnchorBox ul li::before {
	content: "";
	display: block;
	width: 23px;
	height: 12px;
	background: url("/new_comer/img/common/common_arrow02.svg") 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0.7em;
}
@media only screen and (max-width: 767px) {
	.commonAnchorBox ul {
		font-size: 1.3rem;
	}
	.commonAnchorBox ul li {
		padding: 0 0 0 20px;
		width: 50%;
	}
	.commonAnchorBox ul li::before {
		width: 12px;
		height: 6px;
	}
}

/* commonTtl01
-------------------------------------------------------------------*/
.commonTtl01 {
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.1;
	margin: 2em 0 0.8em 0;
	position: relative;
	display: flex;
	align-items: flex-end;
}
.commonTtl01 > span {
	position: relative;
	padding: 0.5em 1em 0.1em 0.2em;
	overflow: hidden;flex-shrink: 0;
}
.commonTtl01 > span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 1em;
	left: -10px;
	border-top: 4px solid #5d3e7d;
	border-right: 4px solid #5d3e7d;
	border-radius: 0 5px 0 0;
}
.commonTtl01::after {
	content: "";
	display: block;
	width: 100%;
	height: 1em;
	margin: 0 0 0 -4px;
	border-bottom: 4px solid #5d3e7d;
	border-left: 4px solid #5d3e7d;
	border-radius: 0 0 0 5px;
}
@media only screen and (max-width: 767px) {
	.commonTtl01 {
		font-size: 1.7rem;
	}
	.commonTtl01 > span::before {
		border-width: 2px;
		border-radius: 0 3px 0 0;
	}
	.commonTtl01::after {
		margin-left: -2px;
		border-width: 2px;
		border-radius: 0 0 0 3px;
	}
}

/* commonTtl02
-------------------------------------------------------------------*/
.commonTtl02 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.1;
	margin: 2em 0 0.8em 0;
	padding: 0 0 0.4em 0.2em;
	position: relative;
	border-bottom: 1px solid #7F7F7F;
}
.commonTtl02::after {
	content: "";
	display: block;
	width: 35%;
	height: 4px;
	background: #5d3e7d;
	position: absolute;
	left: 0;
	bottom: -2px;
}
@media only screen and (max-width: 767px) {
	.commonTtl02 {
		font-size: 2rem;
	}
	.commonTtl02::after {
		width: 51%;
		height: 2px;
		bottom: -1px;
	}
}


/* commonTtl03
-------------------------------------------------------------------*/
.commonTtl03 {
	color: #5d3e7d;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.1;
	margin: 2em 0 0.8em 0;
}

@media only screen and (max-width: 767px) {
	.commonTtl03 {
		font-size: 1.7rem;
	}
}

/* commonMovieBox
-------------------------------------------------------------------*/
.commonMovieBox {
	max-width: 690px;
	margin: 30px auto;
	position: relative;
	padding-top: 56.25%;
}
.commonMovieBox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/* commonStrong01
-------------------------------------------------------------------*/
.commonStrong01 {
	color: #e51373;
	font-weight: bold;	
}

/* secondSkillCheckBox
-------------------------------------------------------------------*/
.secondSkillCheckBoxWrapper {
	max-width: 690px;
	margin: 30px auto;
}
.secondSkillCheckBox {
	padding: 35px;
	border: 4px solid #5d3e7d;
	border-radius: 5px;
}
.secondSkillCheckBox .headBox {
	display: flex;
	align-items: center;
	padding: 0 0 20px 0;
	border-bottom: 4px solid #5d3e7d;
}
.secondSkillCheckBox .headBox .head {
	color: #5d3e7d;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 0.5em 0 0;
}
.secondSkillCheckBox .headBox .catch {
	color: #5d3e7d;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.1;
	margin: 0;
}
.secondSkillCheckBox .bodyBox {
	display: flex;
	margin: 25px 0 0 0;
}
.secondSkillCheckBox .bodyBox .ttl01 {
	margin: 0 10px 0 0;
}
.secondSkillCheckBox .bodyBox .listBox {
	
}
.secondSkillCheckBox .bodyBox .listBox .list01 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	font-size: 2rem;
	font-weight: bold;
}
.secondSkillCheckBox .bodyBox .listBox .list01 > li {
	margin: 0;
	padding: 0 0 0 40px;
	position: relative;
}
.secondSkillCheckBox .bodyBox .listBox .list01 > li + li {
	margin-top: 0.5em;
}
.secondSkillCheckBox .bodyBox .listBox .list01 > li::before {
	content: "";
	display: block;
	width: 33px;
	height: 27px;
	background: url("/new_comer/img/second/skill_check_mark01.png") 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0.2em;
}
.secondSkillCheckTxt01 {
	text-align: center;
	color: #ffffff;
	font-size: 2.3rem;
	font-weight: bold;
	background: #5d3e7d;
	margin: 0.5em 0 0 0;
	padding: 0.2em;
}
@media only screen and (max-width: 767px) {
	.secondSkillCheckBox {
		padding: 15px;
		border-width: 2px;
		border-radius: 3px;
	}
	.secondSkillCheckBox .headBox {
		padding-bottom: 10px;
	}
	.secondSkillCheckBox .headBox .head {
		font-size: 2rem;
	}
	.secondSkillCheckBox .headBox .catch {
		font-size: 1.5rem;
	}
	.secondSkillCheckBox .bodyBox .ttl01 {
		width: 60px;
		flex-shrink: 0;
	}
	.secondSkillCheckBox .bodyBox .listBox .list01 {
		font-size: 1.5rem;
	}
	.secondSkillCheckBox .bodyBox .listBox .list01 > li {
		padding-left: 20px;
	}
	.secondSkillCheckBox .bodyBox .listBox .list01 > li::before {
		width: 17px;
		height: 14px;
	}
	.secondSkillCheckTxt01 {
		font-size: 1.2rem;
	}
}


/* secondVoiceBox
-------------------------------------------------------------------*/
.secondVoiceBox {
	margin: 30px 0;
}
.secondVoiceBox .name {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.36;
	margin: 2em 0 0.8em 0;
}
.secondVoiceBox .bodyBox {
	display: flex;
	justify-content: space-between;
}
.secondVoiceBox .bodyBox .clmTxt {
	width: 75%;
}
.secondVoiceBox .bodyBox .clmImg {
	width: 20%;
}
.secondVoiceBox .bodyBox .clmTxt p {
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.secondVoiceBox .name {
		font-size: 1.7rem;
	}
	.secondVoiceBox .bodyBox .clmTxt {
		width: 65%;
	}
	.secondVoiceBox .bodyBox .clmImg {
		width: 30%;
	}
}

/* commonTbl01
-------------------------------------------------------------------*/
.commonTbl01 {
    border-collapse:collapse;
    border-spacing:0;
}
.commonTbl01 th ,
.commonTbl01 td {
	padding: 0.5em 1em;
	border: 1px solid #000000;
}
.commonTbl01 th {
	color: #ffffff;
	font-size: 1.8rem;
	text-align: left;
	white-space: nowrap;
	background: #5d3e7d;
}
.commonTbl01 td {
	width: 100%;
}
.commonTbl01 .price {
	color: #e51373;
	font-size: 111%;
	font-weight: bold;	
}
@media only screen and (max-width: 767px) {
	.commonTbl01 th {
		font-size: 1rem;
	}
}

/* commonTbl02
-------------------------------------------------------------------*/
.commonTbl01 {
    border-collapse:collapse;
    border-spacing:0;
}
.commonTbl01 th ,
.commonTbl01 td {
	padding: 0.5em 1em;
	border: 1px solid #000000;
}
.commonTbl01 th {
	color: #ffffff;
	font-size: 1.8rem;
	text-align: left;
	white-space: nowrap;
	background: #E88121;
}
.commonTbl01 td {
	width: 100%;
}
.commonTbl01 .price {
	color: #e51373;
	font-size: 111%;
	font-weight: bold;	
}
@media only screen and (max-width: 767px) {
	.commonTbl01 th {
		font-size: 1rem;
	}
}


/* secondEntryBox
-------------------------------------------------------------------*/
.secondEntryBox {
	margin: 30px 0;
}
.secondEntryBox > a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 13%;
	background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
}
.secondEntryBox:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.secondEntryBox .clm01 {
}
.secondEntryBox .clm02 {
	margin: 0 0 0 5%;
}
.secondEntryBox .txt01 {
	color: #ffffff;
	font-size: 2.2rem;
	line-height: 1.41;
	font-weight: bold;
	margin: 0.2em 0 0 0;
}
.secondEntryBox .head {
	color: #f9e600;
	font-size: 3.3rem;
	font-weight: bold;
	line-height: 1.13;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.secondEntryBox > a {
		padding: 10px 2%;
	}
	.secondEntryBox .clm02 {
		width: 36px;
		margin-left: 2%;
	}
	.secondEntryBox .txt01 {
		font-size: 1.1rem;
	}
	.secondEntryBox .head {
		font-size: 1.7rem;
	}
}

/* secondSetupBox
-------------------------------------------------------------------*/
.secondSetupBox {
	margin: 30px 0;
	display: flex;
	justify-content: space-between;
}
.secondSetupBox .clm01 {
	width: 48.3%;
	box-sizing: border-box;
}
.secondSetupBox .clm02 {
	width: 48.3%;
}

.clm01 .youtubebox,
.clm02 .youtubebox{
position:relative;
width:100%;
}

.youtubebox iframe{
width:100%;
}

@media only screen and (max-width: 767px) {
	.secondSetupBox {
		display: block;
	}
	.secondSetupBox .clm01 {
		width: auto;
	}
	.secondSetupBox .clm02 {
		width: auto;
		margin-top: 30px;
	}
}

/* commonAccordionList
-------------------------------------------------------------------*/
.commonAccordionList {
	margin: 0;
	padding: 0;	
}
.commonAccordionList > dt {
	color: #5d3e7d;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 15px 0 0 0;
	padding: 0.5em 30px 0.5em 0;
	border-bottom: 1px solid #000000;
	cursor: pointer;
	position: relative;
}
.commonAccordionList > dt::after {
	content: "";
	display: block;
	width: 23px;
	height: 23px;
	position: absolute;
	top: calc(50% - 12px);
	right: 2%;
	background-image: url("/new_comer/img/common/common_accordion_arrow01.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.commonAccordionList > dt.active::after {
	background-image: url("/new_comer/img/common/common_accordion_close01.svg");
}
.commonAccordionList > dd {
	margin: 0;
	padding: 30px 0;
}
@media only screen and (max-width: 767px) {
	.commonAccordionList > dt {
		font-size: 1.5rem;
		padding-right: 20px;
	}
	.commonAccordionList > dt::after {
		width: 12px;
		height: 12px;
		top: calc(50% - 6px);
	}
	.commonAccordionList > dd {
		padding: 15px 0;
	}
}

/* secondCaseBox01
-------------------------------------------------------------------*/
.secondCaseBox01 {
	display: flex;
}
.secondCaseBox01 .ttl01 {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.6;
	padding: 1em;
	background: #5d3e7d;
	margin: 0 30px 0 0;
	display: flex;
	align-items: center;
}
.secondCaseBox01 .descBox {
	font-size: 1.8rem;
	font-weight: bold;
	color: #5d3e7d;
}
.secondCaseBox01 .descBox p {
	margin: 0;
}
.secondCaseBox02 {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0 0;
}
.secondCaseBox02 .clm01 {
	width: 75%;
}
.secondCaseBox02 .clm02 {
	width: 20%;
}
.secondCaseBox02 .clm01 p {
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.secondCaseBox01 .ttl01 {
		font-size: 1.7rem;
		margin-right: 15px;
	}
	.secondCaseBox01 .descBox {
		font-size: 1.5rem;
	}
	.secondCaseBox02 {
		margin-top: 15px;
	}
	.secondCaseBox02 .clm01 {
		width: 65%;
	}
	.secondCaseBox02 .clm02 {
		width: 30%;
	}
}

/* categoryListBox01
-------------------------------------------------------------------*/
.categoryListBox01 {
 font-size:1.4rem;
 margin: 30px 0 0 0;
}

.categoryListBox01 h3{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.1;
    margin: 2em 0 0.8em 0;
    padding: 0 0 0.4em 0.2em;
    position: relative;
    border-bottom: 1px solid #7F7F7F;
}
.categoryListBox01 h3:after{
    content: "";
    display: block;
    width: 35%;
    height: 4px;
    background: #5d3e7d;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.categoryListBox01 .entryinfo{
display: flex;
flex-wrap: wrap;
}
.categoryListBox01 .entryinfo p{
box-sizing: border-box;
position: relative;
}
.categoryListBox01 .entryinfo p:nth-child(1){
width: 12%;
}
.categoryListBox01 .entryinfo p:nth-child(2){
width: 62%;
margin:0 2%;
padding:0 2%;
border-left:1px solid #7F7F7F;
}

.categoryListBox01 .entryinfo p:nth-child(3){
width: 18%;
background: #5d3e7d;
text-align:center;
}
.categoryListBox01 .entryinfo p:nth-child(3) a{
display:inline-block;
padding:0.3em;
color:#fff;
text-decoration:none;
}

/* categoryListPagenation
-------------------------------------------------------------------*/
.categoryListPagenation{ 
font-size:1.4rem;
 margin: 30px 0 0 0;
}
.categoryListPagenation ul{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.categoryListPagenation ul li{
display:inline-block;
padding:0 10px;
box-sizing: border-box;
position: relative;
}
.categoryListPagenation ul li.is_current{
font-weight:bold;
}

/*article
-------------------------------------------------------------------*/
.articleCategoryLabel{
font-size:1.4rem;
margin: 30px 0 0 0;
}
.article{
font-size:1.7rem;
margin: 30px 0 0 0;
}
.articleCategorylink{
font-size:1.4rem;
margin: 30px 0 0 0;
text-align:center;
}
.articleCategorylink a{
display:inline-block;
padding:0.3em 4em;
background: #5d3e7d;
color:#fff;
text-decoration:none;
}

/*21first
-------------------------------------------------------------------*/
.p21firstH5{
font-size:3.2rem;
text-align:center;
}

.p21firstSupport{
padding:0.3em;
fon-size:2rem;
font-weight:bold;
text-align:center;
color:#fff;
}
.bk1{
background:#1e7fb8;
}
.bk2{
background:#4ca63e;
}
.bk3{
background:#e88121;
}

.p21firstConclusion{
font-size:3rem;
font-weight:bold;
color:#5d3e7d;
border-bottom:3px solid #5d3e7d;
padding-bottom:1em;
}

/* secondLinkBox
-------------------------------------------------------------------*/
.secondLinkBox {
	padding: 20px 0;
}
.secondLinkBox .list01 {
	margin: 0;
	padding: 0;
	list-style-type: none;	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.secondLinkBox .list01 > li {
	width: 49.5%;
	margin: 0.5% 0;
}
.secondLinkBox .list01 > li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 1.9rem;
	font-weight: bold;
	padding: 15px 30px;
	background: #5D3E7D;
	position: relative;
}
.secondLinkBox .list01 > li a.twitter::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	height: 23px;
	position: absolute;
	top: calc(50% - 12px);
	right: 5%;
	background: url("img/top/top_link_icon_twitter.png") 0 0 no-repeat;
	background-size: contain;
}
.secondLinkBox .list01 > li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	.secondLinkBox .list01 {
		display: block;
	}
	.secondLinkBox .list01 > li {
		width: auto;
		margin: 0;
	}
	.secondLinkBox .list01 > li + li {
		margin-top: 5px;
	}
	.secondLinkBox .list01 > li a {
		padding: 10px 15px;
	}
	.secondLinkBox .list01 > li a.twitter::after {
		width: 14px;
		height: 12px;
		position: relative;
		top: auto;
		right: auto;
		margin-left: 10px;
	}
}

/* LINE風の会話吹き出しを追加してみる
-------------------------------------------------------------------*/
.balloon_l,
.balloon_r{
  margin: 30px 0;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start; /*縦位置を上揃え*/
/*   align-items: center; */ /*縦位置を真ん中揃え*/
}
.balloon_r{
  justify-content:flex-end;
}
.faceicon img{
  width: 80px; /*任意のサイズ*/
  height: auto;
}
.balloon_r .faceicon{
  margin-left:25px;
}
.balloon_l .faceicon{
  margin-right:25px;
}
.balloon_r .faceicon{
  order:2 !important;
}
.says {
  max-width:600px; /*最大幅は任意*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  background: #f1e6ff;/*色は任意*/
  box-sizing:border-box;
  margin:0 !important;
  line-height:1.5;
/*   align-items: center; */
}
.says p{
  margin:8px 0 0 !important; 
}
.says p:first-child{
  margin-top:0 !important;
}
.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
/*   margin-top:-3px;  */
}
.balloon_l .says:after {
  left: -26px;
  border-right: 22px solid #f1e6ff;
}
.balloon_r .says:after {
  right: -26px;
  border-left: 22px solid #f1e6ff;
}
