.pageIndex ul.switchTab{
	display: flex;
	width: 100%;
	gap: 10px;
	border-bottom: solid 1px #003c96;
	margin-bottom: 52px;
}
.pageIndex ul.switchTab li{
	position: relative;
	width: calc((100% - 20px )/ 3);
    box-sizing: border-box;
}

.pageIndex ul.switchTab li a{
    display: flex;
    padding: 20px 10px;
    flex-direction: column;
    align-items: center;
	background-color: #f2f2f2;
	color: #000000;
	text-decoration: none;
	transition: 0.3s;
    height: 100%;
    box-sizing: border-box;
    justify-content: center;
    line-height: 1.5;
}

.pageIndex ul.switchTab li a.select{
background-color: #004cad;
color: #FFFFFF;
font-weight: bold;
}


.detailWrapper{
	position: relative;
}

.detailWrapper .list{
position: relative;
}

.detailWrapper .list h2{
	font-size: 24px;
	position: relative;
	font-weight: bold;
	line-height: 1.5;
	color: #004CAD;
	padding-bottom: 15px;
	border-bottom: solid 1px #0A4FAA;
	margin-bottom: 20px;
}

.detailWrapper .list .block{
	margin-top: 72px;
}

.detailWrapper .list .block:nth-of-type(1){
	margin-top: 32px;
}

.detailWrapper .list h3{
	position: relative;
    font-size: 20px;
    padding-left: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.detailWrapper .list h3:before {
	content: "";
    display: block;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
    width: 6px;
	height: 20px;
    background-color: #004CAD;
}

.detailWrapper .list p{
	font-size: 14px;
	line-height: 2;
}


.detailWrapper .list .youtubeWrap{
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

.detailWrapper .list .youtubeWrap iframe{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
}


.detailWrapper .list ul.ceoWrap{
	display: flex;
	list-style: none;
	gap: 26px;
	margin-top: 20px;
}

.detailWrapper .list ul.ceoWrap li a {
	text-decoration: none;
}
.detailWrapper .list ul.ceoWrap li img{
	margin-bottom: 8px;
}

.detailWrapper .list ul.ceoWrap li p.name{
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	width: fit-content;
}

.detailWrapper .list ul.ceoWrap li p.name:after{
	content:"";
	display: block;
	width: 17px;
	height: 17px;
	background-image: url('../img/iconPlus.png');
    background-size: 100% auto;
    position: absolute;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
}

.detailWrapper .list a.taglineBtn{
	margin-top: 32px;
	font-weight: bold;
}

.detailWrapper .list ul.infographic{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.detailWrapper .list ul.infographic li{
	width: calc((100% - 16px) / 3);
	background-color: #F2F2F2;
	padding: 8px 0;
	text-align: center;
	position: relative;
}

.detailWrapper .list ul.infographic li img{
	width: calc(100% - 58px);
	margin-bottom: 12px;
}

.detailWrapper .list ul.infographic li h4{
    font-weight: normal;
    color: #004CAD;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.5;
}

.detailWrapper .list ul.infographic li .detail{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    width: fit-content;
    margin: auto;
}

.detailWrapper .list ul.infographic li .detail p.nom{
    display: flex;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    align-items: flex-end;
    justify-content: center;
}
.detailWrapper .list ul.infographic li .detail p.nom span{
	font-weight: 800;
	font-size: 42px;
}

.detailWrapper .list ul.infographic li .detail p.note{
	text-align: right;
	font-size: 10px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: 0;
}

.detailWrapper .list .attemptBlock{
    margin-top: 16px;
    display: flex;
    gap: 4px;
    flex-direction: column;
    align-items: center;
	position: relative;
}

.detailWrapper .list .attemptBlock .blank{
	background-image: url('../img/attemptBlank.png');
	width: 40px;
	height: 40px;
	background-size: 100% auto;
}

.detailWrapper .list .attemptBlock .attempt{
    background-color: #F2F2F2;
    padding: 32px 48px;
    font-weight: bold;
    width: 100%;
    display: flex;
    flex-direction: column;
	gap: 16px;
	position: relative;
	box-sizing: border-box;
	border-radius: 3px;
}
.detailWrapper .list .attemptBlock .attempt.message{
	padding-top: 12px;
	padding-bottom: 12px;	
}


.detailWrapper .list .attemptBlock .attempt .mission{
	padding-bottom: 16px;
	border-bottom: dotted 1px #909090;
	display: flex;
	gap: 24px;
    align-items: flex-start;
}

.detailWrapper .list .attemptBlock .attempt .mission:nth-last-of-type(1){
	padding-bottom: 0;
	border-bottom: none;
}


.detailWrapper .list .attemptBlock .attempt .mission p.title{
	color: #FFFFFF;
	background-color: #8898AC;
	font-size: 14px;
	padding: 2px 12px;
}

.detailWrapper .list .attemptBlock .attempt .mission p.detail{
	font-size: 16px;
	line-height: 1.5;
	padding-top: 4px;
}

.detailWrapper .list .attemptBlock .attempt .mission ul{
	color: #004CAD;
	  counter-reset: num;
}

.detailWrapper .list .attemptBlock .attempt .mission ul li{
	font-size: 16px;
	line-height: 1.8;
  counter-increment: num;
  list-style: none;
  position: relative;
  padding-left: 1em;
}

.detailWrapper .list .attemptBlock .attempt .mission ul li:before {
  content: counter(num) ".";
  position: absolute;
  left: 0;
}

.detailWrapper .list .attemptBlock .attempt.message p{
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
}


.detailWrapper .list .recommendBox{
	margin-top: 32px;
	gap: 8px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.detailWrapper .list .recommendBox a {
    display: block;
    width: calc((100% - 24px) / 4);
	margin: 0;
}


.detailWrapper .list ul.businessBox{
	display: flex;
	gap: 14px;
	position: relative;
	width: 100%;
}

.detailWrapper .list ul.businessBox li.img{
	width: 275px;
}
.detailWrapper .list ul.businessBox li.text{
	width: calc(100% - 275px - 14px);
}

.detailWrapper .list ul.businessBox li.text ul.businessDetail{
	list-style: disc;
	padding-left: 1em;
}

.detailWrapper .list ul.businessBox li.text ul.businessDetail li{
	list-style: disc;
}

.detailWrapper .list .businessRecommend{
	margin-top: 14px;
	display: flex;
	gap: 26px;
}

.detailWrapper .list .businessRecommend a{
	font-weight: bold;
	display: block;
	width: calc((100% - 52px) / 3);
}


.detailWrapper .list .businessRecommend a.m-btn-blue.is-arrow:after{
    width: 5px;
    height: 9px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}



.detailWrapper .list .benefitBox{
padding: 24px 32px;	
background-color: #F3F8FF;
margin-top: 32px;
}

.detailWrapper .list .benefitBox ul{
	    list-style: disc;
    padding-left: 1em;
}
.detailWrapper .list .benefitBox ul li{
	list-style: disc;
	color: #004CAD;
	font-weight: bold;
}

.detailWrapper .list .benefitBox ul li span{
	font-size: 18px;
}

.detailWrapper .list .benefitBox h4{
	color: #004CAD;
	font-size: 16px;
}

.detailWrapper .list .benefitBox.graph ul.body{
    gap: 26px;
    list-style: none;
    display: flex;
    padding-left: 0;
    justify-content: center;
	border-bottom:solid 2px #8E8F90;
}

.detailWrapper .list .benefitBox.graph ul.body li{
    width: 32px;
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	        align-items: center;
}

.detailWrapper .list .benefitBox.graph ul.body li span.color{
	width: 100%;
	display: block;
	position: relative;
}

.detailWrapper .list .benefitBox.graph ul.body li span.color.h100{
	height: 100px;
}
.detailWrapper .list .benefitBox.graph ul.body li span.color.h205{
	height: 205px;
}

.detailWrapper .list .benefitBox.graph ul.body li span.color:after{
	content:"";
	background-color: #004CAD;
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
	height: 0;
	transition: 1s;
}

.detailWrapper .list .benefitBox.graph ul.body li.is-show span.color:after{
	height: 100%;
}

.detailWrapper .list .benefitBox.graph ul.body li span.text{
	font-size: 12px;
	white-space: nowrap;
	text-align: center;
}

.detailWrapper .list .benefitBox.graph ul.scale{
    gap: 26px;
    list-style: none;
    display: flex;
    padding-left: 0;
    justify-content: center;
	padding-top: 8px;
}

.detailWrapper .list .benefitBox.graph ul.scale li{
    width: 32px;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    list-style: none;
    font-weight: normal;
    color: #000000;
    white-space: nowrap;
        align-items: center;
}

.detailWrapper .list .benefitBox.graph p.note{
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	margin-top: 10px;	
}


.detailWrapper .list .benefitExample{
	display: flex;
	gap: 30px;
	position: relative;
	margin-top: 32px;
}

.detailWrapper .list .benefitExample .benefitExampleBox{
	width: calc((100% - 30px) / 2);
}

.detailWrapper .list .benefitExample .benefitExampleBox h4{
color: #004CAD;
font-weight: bold;
font-size: 1.6rem;
line-height: 1.8;
margin-bottom: 8px;
}

.detailWrapper .list .benefitExample .benefitExampleBox h5{
	font-weight: bold;
	margin-top: 24px;
	font-size: 14px;
	margin-bottom: 8px;
}

.detailWrapper .list .benefitExample .benefitExampleBox p.exampleNote{
	font-size: 12px;
	line-height: 1.5;
	margin-top: 8px;
}
.detailWrapper .list .benefitExample .benefitExampleBox ul.exampleListPhoto{
    list-style: none;
    display: flex;
    gap: 16px;
}




.detailWrapper .forAnnounce{
    margin-top: 96px;
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.detailWrapper .forAnnounce .forWebsite{
	background-color: #E9EEF4;
	padding: 32px 40px;
	box-sizing: border-box;
}

.detailWrapper .forAnnounce .forWebsite h2{
	font-size: 18px;
	line-height: 1.5;
	color: #004CAD;
	margin-bottom: 16px;
}


.detailWrapper .forAnnounce .forWebsite a{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-weight: bold;
}

.detailWrapper .forAnnounce .forWebsite a:nth-last-of-type(1){
	margin-bottom: 0;
}

.detailWrapper .forAnnounce .forWebsite a.m-btn-blue.is-arrow:after,
.detailWrapper .forAnnounce .forSns a.m-btn-blue.is-arrow:after{
    width: 5px;
    height: 9px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}



.detailWrapper .forAnnounce .forSns{
	background-color: #F2F2F2;
	padding: 32px 40px;
	box-sizing: border-box;
	display: flex;
	gap: 26px;
}

.detailWrapper .forAnnounce .forSns a{
	width: calc(100% - 26px);
	font-weight: bold;
}
.detailWrapper .forAnnounce .forSns a.btnFB {
background-color:#1977F2;
background-image: url('../img/snsFacebook.png');
    background-size: 24px;
    background-position: left 13px center;
}
.detailWrapper .forAnnounce .forSns a.btnFB .m-btn_inner{
padding-left: 48px;
}

.detailWrapper .forAnnounce .forSns a.btnX{
background-color:#000000;
background-image: url('../img/snsX.png');
    background-size: 24px;
    background-position: left 13px center;
}

.detailWrapper .forAnnounce .forSns a.btnX .m-btn_inner{
	padding-left: 48px;
}




.forSp{
display: none;
}
.forPc{
display: block;
}



@media screen and (max-width: 767px), print {
	.m-contents_inner{
		margin-top: 0;
	}
	.pageIndex ul.switchTab{
		margin-bottom: 30px;
	}

	.pageIndex ul.switchTab li a{
		font-size: 12px;
        padding: 5px 5px;
        text-align: center;
	}

	.detailWrapper .list h2{
		font-size: 20px;
		margin-bottom: 12px;
		padding-bottom: 12px;
	}
	.detailWrapper .list h3{
		font-size: 16px;
	}
	.detailWrapper .list .block:nth-of-type(1),
	.detailWrapper .list .block{
		margin-top: 36px;
	}
	.detailWrapper .list ul.ceoWrap{
		    flex-direction: column;
			gap: 20px;
	}
	.detailWrapper .list ul.ceoWrap li img{
		margin-bottom: 12px;
	}
	.detailWrapper .list a.taglineBtn{
		margin-top: 24px;
	}
	
	.detailWrapper .list ul.infographic{
		gap: 10px;
	}
	.detailWrapper .list ul.infographic li{
		width: calc((100% - 10px) / 2);
		padding-top: 0;
		padding-bottom: 4px;
	}
	
	.detailWrapper .list ul.infographic li img{
		width: 100%;
		margin-bottom: 8px;
	}
	.detailWrapper .list ul.infographic li h4{
		font-size: 14px;
	}
	.detailWrapper .list ul.infographic li .detail p.nom{

	}
	.detailWrapper .list ul.infographic li .detail p.nom span{
		font-size: 36px;
	}

	.detailWrapper .list .attemptBlock{
		margin-top: 10px;
	}
	.detailWrapper .list .attemptBlock .attempt{
		padding: 32px 24px;
		gap: 24px;
	}
	.detailWrapper .list .attemptBlock .attempt .mission{
    display: flex;
    gap: 12px;
    align-items: center;
    flex-direction: column;
	padding-bottom: 24px;
	}
	.detailWrapper .list .attemptBlock .attempt .mission p.title{
		padding: 0 10px;
	}
	.detailWrapper .list .attemptBlock .attempt .mission p.detail{
        text-align: center;
        padding-top: 0;
	}
	

	.detailWrapper .list .attemptBlock .attempt.message{
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.detailWrapper .list .attemptBlock .attempt.message p{
		font-size: 16px;
	}

	.detailWrapper .list .recommendBox{
		margin-top: 40px;
		gap:14px;
	}
	.detailWrapper .list .recommendBox a{
		width: calc((100% - 14px ) / 2);
		display: block;
	}
	.detailWrapper .list .recommendBox a .m-panel_inner{
        display: block;
        width: 100%;
        border: none;
        background-color: #F8F8F8;
	}
	.detailWrapper .list .recommendBox a .m-panel_thumb{
		width: 100%;
		display: block;
	}
	.detailWrapper .list .recommendBox a .m-panel_txt{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.detailWrapper .list .recommendBox a .m-panel_txt p{
		font-size: 12px;
	}

	.detailWrapper .list ul.businessBox{
		    flex-direction: column;
			gap: 12px;
	}
	.detailWrapper .list ul.businessBox li.img{
		width: 100%;
	}
	.detailWrapper .list ul.businessBox li.text{
		width: 100%;
	}


	


	.detailWrapper .forAnnounce{
		margin-top: 76px;
	}
	.detailWrapper .forAnnounce .forWebsite{
		padding: 24px 16px;
	}
	.detailWrapper .forAnnounce .forWebsite h2{
		font-size: 16px;
		margin-bottom: 16px;
	}
	.detailWrapper .forAnnounce .forWebsite a{
		margin-bottom: 15px;
	}
	
	.detailWrapper .forAnnounce .forSns{
		gap: 15px;
		flex-direction: column;
		padding: 24px 16px;
	}
	.detailWrapper .forAnnounce .forSns a{
		width: 100%;
	}
	.detailWrapper .list .businessRecommend{
		margin-top: 24px;
		flex-direction: column;
		gap: 15px;
	}
	.detailWrapper .list .businessRecommend a{
		width: 100%;
	}

	.detailWrapper .list .benefitBox{
		margin-top: 16px;
		padding: 16px 12px;
	}
	.detailWrapper .list .benefitBox h4{
		text-align: center;
		margin-bottom: 8px;
	}
	.detailWrapper .list .benefitBox.graf{
		padding-left: 10px;
		padding-right: 10px;
	}
	.detailWrapper .list .benefitBox.graph ul.body{
		gap: 0;
		justify-content: space-between;
			padding: 0 4px ;
	}
	.detailWrapper .list .benefitBox.graph ul.body li{
		width: 20px;
	}
	.detailWrapper .list .benefitBox.graph ul.body li span.text{
		font-size: 10px;
	}
	.detailWrapper .list .benefitBox.graph ul.scale{
        gap: 0;
        justify-content: space-between;
			padding: 0 4px ;
	}
	.detailWrapper .list .benefitBox.graph ul.scale li{
	font-size: 10px;
	width: 20px;
	}
	.detailWrapper .list .benefitBox.graph p.note{
		font-size: 10px;
		margin-top: 12px;
	}
	.detailWrapper .list .benefitExample{
		flex-direction: column;
		margin-top: 32px;
		gap: 32px;
	}
	.detailWrapper .list .benefitExample .benefitExampleBox{
		width: 100%;
	}
	.detailWrapper .list .benefitExample .benefitExampleBox h5{
		margin-top: 18px;
	}


	.forPc{
	display: none;
	}
	.forSp{
	display:block;
	}
}


@media screen and (min-width: 768px), print {
	.pageIndex ul.switchTab li a:hover{
	background-color: #004cad;
	color: #FFFFFF;
	font-weight: bold;
	}
}

/*pageAnimation*/
.detailWrapper .fadeIn {
  opacity: 0;
 transition: opacity 0.6s, transform 0.6s;
}
.detailWrapper .fadeIn.fadeUp{
 transform: translateY(30px);
}

.detailWrapper .fadeIn.is-show {
  opacity: 1;
}

.detailWrapper .fadeIn.fadeUp.is-show{
transform: translateY(0);
}






