/* CSS Document
*/

.rireki{
	margin: 5em auto 2em;
}
.rireki .sheet{
	display: unset;
}
.rireki .sheet img{
    width: 80%;
}

h3.subTtl{
	margin: 1em auto 2em;
}

.ptext{
	margin: 2em auto;
  background: rgba(0, 0, 0, 0.02);
}

.ptext div p{
	padding: 1em;
}
.ptext div span{
	color: #f58a8a;
	font-weight: bold;
}
.imgcenter.resume{
	width: 300px;
	margin-top: 0rem;
}
.backbulue.resume{
	margin: 3rem 0;
}

.checkPoint p.text{
	text-align: left;
	margin: 3em auto 2em;
}
.checkPoint .comment{
	margin: 3em auto 2em;
	text-align: center;
}
.checkPoint .comment p{
	background: #fff;
	border-radius: 5px;
	padding: 1em;
	position: relative;
	text-align: left;
}
.checkPoint .comment p::before{
	content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.comment .pLine{
	font-size: 16px;
	font-weight: bold;
	line-height: 3;
}
.checkPoint .comment img{
	width: 40%;
	margin-top: 2em;
}

h5.challengePoint{
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	text-align: center;
}
h5.challengePoint .pLine span{
	font-size: 20px;
	font-weight: bold;
}
p.pointmini{
	position: relative;
    display: inline-block;
    margin: 0.5em auto 1.5em;
    padding: 0.5em 0;
    width: 30%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    background: #f58a8a;
    box-sizing: border-box;
	bottom: 5%;
	box-shadow: 0.3em 0.2em 0 0 #c8c8c8;
}
p.pointmini::before{
	content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #f58a8a;
    z-index: 1;
}
p.pointmini::after{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -14px;
    border: 15px solid transparent;
    border-top: 15px solid #c8c8c8;
    z-index: 0;
}
.checkPoint div{
	margin: 1em auto 1em 2em;
}
.checkPoint p.mark{
	position: relative;
	font-weight: bold;
	text-decoration: 2px #f58a8a underline;
	text-underline-offset: 0.3em;
	line-height: 2;
}

.resumePoint{
	margin: 3rem 2rem;
}
.resumePoint h2{
	font-size: 2rem;
	margin: 0 auto;
	width: 300px;
	text-align: center;
}
.resumePoint h2 span.pink{
	color: #f58a8a;
}
.resumePoint p{
	font-size: 1.8rem;
}
.resumePointImg{
	margin: 1rem auto;
	width: 207px;
}
.resumecolumun{
	display: flex;
	flex-direction: row;
	gap: 10px 12px;
	margin: 1rem 2rem;
}
.columunlist{
	background: #fff;
	padding: 2rem 1rem;
  	border-radius: 1.5rem;
	border: 2px #4096D3 solid;
	outline: 5px solid #EDF7FD;
	margin: 0 auto;
	width: 50%;
}
.columunlist img{
	width: 160px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.resumecolumunImg{
	width: 75%;
  	margin: 0 auto;
}
.ttle{
	text-align: center;
	font-weight: 700;
	padding: 1rem 0;
}
.resumecolumunH2{
	background-color: #4096D3;
	padding: 1rem;
	max-width: 71%;
	margin: 0 auto;
	border-radius: 1.5rem;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-bottom: 2.5rem;
	position: relative;
}
.resumecolumunH2::before{
	content: '';
	display: block;
	position: absolute;
	top: -1em;
	left: 94%;
	width: 47px;
	height: 66px;
	background: url(../../../img/page/jobnavi/resume/icon_oyakudati_resume.png)no-repeat left top;
	background-size: contain;
}
.resumeImg.forSp{
 margin: 1em 0;
}

/*  ---------- PC_css ----------  */
@media screen and (min-width: 769px) {

	.rireki{
		border: 4px double #ffc65c;
		padding: 1em;
	}
	.rireki .sheet{
		align-items: center;
		display: flex;
	}
	.rireki figure{
		margin: 1em 1em 1em 0;
		width: 60%;
	}
	.rireki figure img{
		width: 90%;
	}
	.flexaboutArea{
		display: flex;
		flex-direction: row;
	}
	.kyuujinPcimg.forPc{
		max-width: 85%;
    	margin: 5rem auto;
		margin-top: 7rem;
	}
	.ptext{
		margin: 0 auto 2em;
		background: unset;
		width: 100%;
	}
	.ptext div p{
		padding: unset;
	}
	.imgcenter.resume{
		width: 529px;
		margin-top: 6rem;
		height: 113px;
	}
	.backbulue{
		padding-bottom: 0;
		padding-top: 0;
	}
	.backbulue.resume{
		margin: 0;
	}
	.backbulue.resume.top{
		padding-top: 3rem;
	}
	.backbulue.resume.bottom{
		padding-bottom: 3rem;
	}
	.checkPoint .comment{
		display: flex;
		align-items: center;
	}
	.checkPoint .comment .pLine{
		font-size: 15px;
	}
	.checkPoint .comment p{
		font-size: 13px;
		line-height: 1.8;
		padding: 1em 3em 2em;
	}
	.checkPoint .comment p::before{
	    left: 100%;
	    top: calc(50% - 1em);
	    border-left: 15px solid #fff;
	    border-top: 15px solid transparent;
	    border-bottom: 15px solid transparent;
	}
	.checkPoint .comment figure{
		width: 30%;
		margin: 1em 2em;
	}
	.checkPoint .comment img{
		width: 100%;
	}
	p.pointmini{
		width: 15%;
        font-size: 17px;
        padding: 0;
	}
	.resumePoint h2{
		width: 374px;
	}
	.resumePoint_flex{
		display: flex;
		flex-direction: row;
		width: 633px;
		margin: 0 auto;
	}
	.resumePoint p{
		padding-top: 70px;
	}
	.resumePointImg{
		width: 364px;
		padding-right: 10px;
	}
	.resumecolumun {
		gap: 30px 50px;
		width: 612px;
  		margin: 0 auto;
	}
}

.columnArea{
	display: none;
	border: 4px solid rgb(64, 150, 211);
	border-radius: 1em;
	margin-top: 1em;
}
.columnArea.active{
	display: block;
	animation-name: fadeInColumn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes fadeInColumn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.changeButton{
	display: inline-block;
	background: rgb(64, 150, 211);
	color: #fff;
	padding: .5em 1em .5em 2em;
	border-radius: .5em;
	position: relative;
	cursor: pointer;
	filter: drop-shadow( 0 3px #bbb);
}
.changeButton:hover{
	opacity: .5;
	transition: opacity 1s;
	
}
.changeButton::before{
	background: linear-gradient( 135deg, transparent 50%, #fff 50%);
	content: "";
	height: .5em;
	left: 1em;
	position: absolute;
	top: calc( 50% - .25em);
	transform: rotate(45deg);
	width: .5em;
}
.columnArea > h1{
	color:  rgb(64, 150, 211);
	text-align: center;
	font-size: 2em;
	margin: 1em 0;
}
.columnArea > ol{
	margin: 1em;
}
.columnArea li{
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 1em;
}
.detailNumber span{
	font-weight: 700;
}
.changDetail{
	display: grid;
	gap: 1em; 
	grid-template-columns: 1fr;
	padding: 1em;
}
.changDetail > div {
	padding: 2em;
	background: #D0EAFA;
	position: relative;
}
.changDetail > div:after{
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient( 120deg, transparent 60%, rgba(255,255,255, .2) 60% );
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
  .changDetail ul{
	list-style-type: circle;
	margin-left: 1.2em;
	position: relative;
	z-index: 2;
  }
@media screen and (min-width: 768px) {
	.columnArea{
		margin: 1em;
		padding: 1em;
		 > ol{
		margin: 2em 4em;
	}
	}
	.changDetail {
	  grid-template-columns: repeat(3, 1fr); /* 768px以上なら3カラム */
	}
  }