@charset "utf-8";

.personal2Logo{
    border-top: 1px solid #dadada;
    width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}

.personal2Logo img{
	width: 90%;
    margin: 0 auto;
    display: block;
    }

.catchWrapper-part{
	position: absolute;
    right: 10%;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); 
    z-index: 3;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 3px #5d5d5d;
    line-height: 24px;
    font-weight: bold;
}

.part-main-img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.part-main{
	position: relative;
    font-size: 0;
    }
    
    
.zone.voice{
	padding: 0;
}

.slideSpace{
	width: 90%;
	position: relative:
}

html #wrapper .playImg{
	width: 70px;
	opacity: .6;
  transition-duration: .3s;
}

html #wrapper .playImg:hover{
	opacity: 1;

}
#wrapper .play{
	display: block;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
	right: auto;
}

.sliderTxt{
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    margin-top: 4px;
    color: #454545;
}

    
.reasonTitle{
	font-size: 27px;
	color: #aa0003;
	margin: 30px auto 19px;
	text-align: center;
    line-height: 34px;
    letter-spacing: -.05em;
    }
    
.reasonAncher{
	color: #0099ff;
	font-size: 21px;
	position: relative;
	padding: 0 5%;
	background-color:#b9e8ff;
	height: 65px;
}

.anchers a:nth-child(even) .reasonAncher{
	background-color:#95deff;
}	

.reasonNumber{
	color: #fff;
	position: absolute;
	left:5%;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); 
	font-size: 41px;
    font-weight: bold;
    margin-top: -3px;
    }

.reasonAncher-txt{
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); 
    left: calc(5% + 65px);
    font-weight: bold;
    }

.reasonAncherWrapper:nth-child(even){
	background-color: #bb0000;
}

.reason{
	margin-top: 29px;
}

.detailSub{
	font-size: 15px;
	text-align: center;	
	color: var(--lightRed);
	margin-bottom: 4px;
}

.detailTitle{
	font-size: 30px;
	background-color: var(--lightRed);
	color: #fff;
	padding: 4px 0;
	text-align: center;	
}

.reasonDetail{
    margin: 50px 0;
}

.detail-overTxt{
	font-size: 14px;
	color: #454545;
	width: 90%;
	margin: 0 auto;
    margin: 16px auto 50px;
    }

.detailImg{
	width: 100%;
}

.anchers{
     padding-top: 38px;
    padding-bottom: 48px;
}

.underTitle{
	font-size: 15px;
    font-weight: 600;
    color: #343434;
    background-color: #f5ce02;
    position: absolute;
    top: -15px;
    padding: 3px 10px;
    left: 5%;
}

.underTxt{
	background-color: #ededed;
	font-size: 14px;
	font-weight: 600;
    padding: 26px 5%;
    color: #454545;
    }

.reasonDetail-under{
	position: relative;
    background-color: #ededed;
}

.underRow{
    padding: 4px 0;
}

#wrapper span.red{
	color: #e70000;
	font-weight: bold;
}

.pcAnchers{
	display: none;
}

.whiteArrow{
    width: 21px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 5%;
    }
    
.workDetail{
	border-top: 6px solid #0099ff;
	position: relative;
	margin-top: 60px;
}

.workDetail .workDetail{
	margin-top: 0;
}

.workDetail-titleWrapper{
	position: relative;
	width: 100%;
	height: 190px;
}

.workDetail-title{
	text-align: center;
	color: #0099ff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%); 
}

.workDetail-title-num{
    margin-top: -18px;
    font-size: 78px;
    font-weight: bold;
    letter-spacing: .05em;
    }

.workDetail-title-txt{
    margin-top: -10px;
	font-size: 30px;
    font-weight: bold;
}

.workDetail-point{
	background-color: #00a1eb;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #0098e9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #0098e9),color-stop(.75, #0098e9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 28px 28px;/* 斜線幅の変更はここのpxを変更 */
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	padding: 22px 0;
}

.workDetail-content{
	display: block;
	margin-top: 22px;
	margin-bottom: 60px;
	}

.workDetail-content-right-img{
	width: 100%;
}

.example{
	color: #ff66a1;
	margin-top: 50px;
}

.example-icon{
	position: relative;
	margin-right: 8px;
    width: 40px;
    }

html .example-icon-content{
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%); 
	font-size: 22px;
	z-index: 2;
}

.example-title{
	font-size: 24px;
}

.example-sub{
	font-size: 15px;
	display: block;
	margin-top: 8px;
	}
	
.example{
	  	display:-webkit-box;
  	display:-ms-flexbox;
  	display: flex;
	justify-content: flex-start;
	font-weight: bold;
	}
	
.example-icon-back{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%); 
	background-color: #ff66a1;
	
}

.example-table{
	color: #fff;
	font-size: 10px;
	text-align: center;
	border: 1px solid #0099ff;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 16px;
  }

table.example-table thead th,
table.example-table tbody th,
table.example-table tbody td {
  padding: .6em 0;
  border-bottom: 1px solid #c7e7f6;
	border-left: 1px solid #c7e7f6;
	 }

html table.example-table thead th{
	border-left: none;
}

table.example-table thead th {
  background-color: #ddd;
}

table.example-table tbody th {
	color: #0099ff;
	text-align: center;
	width: 12%;
  background-color: #e7f3f9;
}

html table.example-table tbody th:first-child {
	width: 16%;
}

table.example-table thead th + th,
table.example-table tbody td {
  border-left: 1px solid #c7e7f6;
}

table.example-table tbody td:first-child {
	border-left: none;
}

table.example-table tbody tr:last-child th,
table.example-table tbody tr:last-child td {
  border-bottom: none;
}

.example-table td:first-child{
	color: #0099ff;
}

.bgCollage{
	background-color:#ff66a1;
}

.bgCircle{
	background-color: #64cd90;
}

.bgPart{
	background-color: #0099ff;	
}

.allowance{
	background-size: 6px 6px;
    margin: 0 auto;
    background-color: #f9dbe3;
    background-image: radial-gradient(#ffffff 15%, transparent 20%), radial-gradient(#ffffff 15%, transparent 20%);
    background-position: 0 0, 3px 3px;
    border-radius: 8px;
    margin-top: 20px;
    }

.allowance-content{
	padding: 20px 5%;
	font-size: 22px;
	font-weight: bold;
}

.allowance-answer{
	color: #ff7a9d;
	font-size: 25px;
}

.workDetail-title-sub{
	font-size: 21px;
	display: block;
	margin-top: -4px;
}

.workDetail01{
}

.workDetailFlow-sp{
	display: block;
}

.workDetailFlow-sp-img{
	width: 100%;
}

.workDetailFlow-sp-img img{
	width: 55%;
}

.workDetailFlow-sp-img1{
	z-index: 2;
	position: relative;
}
	
.workDetailFlow-sp-img2{
	margin-left: -12%;
}

.workDetailFlow-sp-img:last-child{
	margin-top: 30px;
}

.workDetailFlow-sp-step{
	background-color: #0099ff;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 13px 0;
    border-radius: 8px;
    position: relative;
    margin-top: 24px;
    }
    
.workTriangle{
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 16px solid #0099ff;
    border-right: 22px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 22px solid transparent;
    position: absolute;
    top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%); 
}

.workDetailFlow-stepWrapper:nth-child(odd) .workDetailFlow-sp-step{
	background-color: #5cdbf4;
}
	
.workDetailFlow-stepWrapper:nth-child(odd) .workTriangle{
    border-top: 16px solid #5cdbf4;
}

.workDetailFlow-sp-step-small{
	font-size: 16px;
}

.workTriangleWrapper{
	position: relative;
}

.workDetail-adopt{
	background-size: 6px 6px;
    margin: 0 auto;
    background-color: #c9e7f6;
    background-image: radial-gradient(#ffffff 15%, transparent 20%), radial-gradient(#ffffff 15%, transparent 20%);
    background-position: 0 0, 3px 3px;
    border-radius: 8px;
    margin-top: 58px;
	padding: 35px 25px 35px 25px;
    position: relative;
    }

.workDetail-adopt-step{
    color: #0099ff;
    font-weight: bold;
    font-size: 32px;
    position: absolute;
    top: -19px;
    }
    
.workDetail-adopt-title{
	font-size: 21px;
	font-weight: bold;
}

.adoptButton{
	position: relative;
    background-color: #49b33d;
    font-weight: bold;
    font-size: 17px;
    color: #fff;
    border-radius: 6px;
    height: 62px;
    text-align: center;
    margin: 18px 0;
    }

.adoptButton:last-child{
	margin-bottom: 0;
	}

.adoptButton a{
    color: #fff;
    height: 100%;	
}

.triangle-right{
    width: 9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 19px;
    }
    
.triangle-txt{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%); 
}    
    
.workDetail03-last{
	width: 100%;
	height: 160px;
	margin-top: 40px;
}  

.workDetail03-last img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	}

.locationLinks{
	background-color: #e1e1e1;
    padding: 12px 10px;
    text-align: center;
    font-size: 15px;
    line-height: 27px;
    font-weight: bold;
}

.location-detail{
	border-bottom:1px solid #d2d2d2;
    padding: 20px 0 26px;
    }

.location-detail .donut{
    vertical-align: sub;
    }
    
.donut{
	width: 22px;
	margin-right: 2px;
}

.location-detail-name{
	font-size: 21px;
	font-weight: bold;
}

.location-detail-tel{
	font-size: 21px;
	font-weight: bold;
	color: #0099ff;
    margin-left: 28px;
    }

.location-detail-access{
	font-size: 18px;
    margin-left: 28px;
    }

.location-detail-googleMap{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #a6a6a6;
	display: block;
    border-radius: 22px;
	text-align: center;
	padding: 10px 0;
    margin: 14px auto 0;
    width: 88%;
}

.workDetail-qaDetail{
    padding: 32px 0;
    border-bottom: dotted 2px #a2d9f3;
}
	
.workDetail06 .example-title {
    margin-left: 52px;
    font-size: 18px;
    text-decoration: underline;
    color: #0099ff;
    font-weight: bold;
    }
    
html .workDetail06 .example-icon-content{
	top: 13px;
}

.workDetail06 .example-icon-back{
	top: 13px;
}

.workDetail06 .backMaru {
    height: 30px;
    width: 30px;
    background-color: #0099ff;
}

.workDetail06 .workDetail-qaDetail-a .backMaru{
    background-color: #fff;
    border: #0099ff 2px solid;
}

.workDetail06 .workDetail-qaDetail-a .example-title{
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
    color:#222;
    line-height:27px;
}

html .workDetail-qaDetail-a .example-icon-content{
	color: #0099ff;
}

.workDetail-qaDetail-a{
	margin-top: 18px;
}

.workDetail-qaDetail label{
	cursor: pointer;
	opacity: 1;
	transition: .6s;
}

.workDetail-qaDetail label:hover{
	opacity: .6;
	}

.workDetail-qaDetail input{
	display: none;
}

.a{
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.6s;	
}

.workDetail-qaDetail input:checked ~ .a{
   padding: 10px 0;
    height: auto;
    opacity: 1;	
}

.personal2LogoPc{
	display: none;
}

.workDetail.workDetail04{
	margin-top: 0;
}

.ppDetail{
	margin: 40px 0;
}

.ppDetail .msg-titleJa{
	padding-bottom: 0;
	font-size: 21px;
	color: #000;
	text-align: left;
}
@media screen and (max-width: 599px) {
	.reason5{
		width: 90%;
	}
	
	.reason5Txt{
		padding-top: 47px;
	}
}

@media screen and (min-width:600px) and ( max-width:979px) {
	#wrapper .play{
		top: 50%;
	}
	
	.reasonTitle{
		font-size:30px;
	}

	.detail-overTxt{
		width: 100%;
		margin: 0;
	}

	.detail-overTxt{
		width: auto;
		margin: 0;
		display: inline-block;
	}
	
	.reasonDetail {
	    margin: 81px 0;
	}
	
	.detailTitle {
	    font-size: 34px;
    }
    
    .detailImg{
	    max-width: 30%;
	    position: absolute;
	    z-index: 1;
    }
    
    .detailImgWrapper{
	    flex-basis: 33%;
    }
    
    .reasonDetail-over{
        width: 90%;
	    margin: 0 auto;
	      	display:-webkit-box;
  	display:-ms-flexbox;
  	display: flex;
	    justify-content: space-between;
        padding: 30px 0 45px;
	    line-height: 25px;
    }
    
    .detail-overTxt{
	    flex-basis: 64%;
    }
    
    .underTitle{
	    position: absolute;
	    left: 36%;
    }
    
    .underTxt{
         padding: 26px 0;
	    width: 64%;
	    margin-left: 36%;

    }
    
    .underTitleWrapper{
	    margin: 0 auto;
	    position: relative;
    }
    
    .reasonDetail-under-inner{
	    width: 90%;
	    margin: 0 auto;
    }

    .reasonDetail:nth-child(even) .detailImgWrapper{
	    order: 2;
    }
    
    .reasonDetail:nth-child(even) .underTitle{
		left: 0;
	}

    .reasonDetail:nth-child(even) .underTxt{
	    margin: 0;
	}
	
	.personal2LogoPc{
		display: none;
	}
	
	.personal2LogoPc{
	    display: inline-block;
	    position: absolute;
	    top: -2px;
	    right: 0;
	    width: 290px;
	}
	
	.personal2Logo{
		display: none;
	}
	
	.partVoice .msg-titleJa{
		padding-bottom: 16px;
	}

	.catchWrapper-part{
	    font-size: 24px;
	    line-height: 36px;
	}
	
	.example-title {
	    font-size: 26px;
	}
	
	.example-sub {
	    font-size: 17px;
    }
    
    .example-table{
        font-size: 14px;
    }
    
    .workDetailFlow-sp-img {
	    width: 78%;
	    margin: 0 auto;
	}

	.workDetail03-last{
		height: 180px;
	}

	.workDetail04 .companyTable tr:nth-child(2n){
		background-color: #fff;
	}
	
}

@media screen and (min-width: 980px) {

	.anchers{
	    display: none;
	}
	
	.pcAnchers{
		display:block;
		color: #fff;
		font-size: 30px;
		height: 160px;
	    margin-top: 52px;
	}
	
	.pcAnchers-inner{
		width: 980px;
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
	    margin: 0 auto;
	    text-align: center;
	    height: 100%;
	    justify-content: space-between;
	}
	
	.pcReason{
	    border-radius: 8px;
	    flex-basis: 156px;
	    background-color: #b9e8ff;
	}

	.pcReason:nth-child(even){
		background-color: #95deff;
	}



	html .pcReason:first-child{
	}
		
	html .pcReason:last-child{
		flex-basis: 164px;
	}
	
	.underArrow{
	    width: 43px;
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    bottom: -26px;
	    transition: .3s;
	}
	
	.pcAncherSubs{
		position: absolute;
		left: 50%;
	    top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%); 		
		width: 100%;
	}
	
	.pcReasonAncher{
		    border-radius: 8px;
	    display: inline-block;
	    width: 100%;
	    height: 100%;
	    position: relative;
		transition-duration: .1s;
	}
	
	.pcReasonAncher:hover{
	    background-color:#0099ff;
    }

	.pcReasonAncher:hover .underArrow{
		bottom: -32px;
		}

	.pcReasonAncher:hover .pcReasonSub{
	   /* margin-top: 7px;*/
	    color: #fff;
	}

	.pcReasonAncher:hover .pcReasonMain{
	   /* margin-bottom: -18px; */
    }

	
	.pcReasonAncher:hover .underArrow{
	    margin-top: 4px;
	}

	.pcReasonMain{
		color: #fff;
	}
	
	.pcReasonSub{
		color: #0099ff;
		font-size: 21px;
		transition-duration: .3s;
	    margin-top: -8px;
	    }	
	
	.reason{
	    margin-top: 54px;
	}
	
	.reasonTitle{
		font-size:36px;
	    margin: 67px auto 27px;
	}
	
	html .reasonTxt{
		text-align: center;
	}

	html .movies{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		justify-content: space-between;
	    width: 100%;
	    max-width: 100%;
        margin-top: 30px;
    }
	
	.moviesInner{
		flex-basis: 23%;
	}
	
	.movieInner-img{
		width: 100%;
	}
	
	.movieImgZone{
		position: relative;
	}
	
	#wrapper .play{
		top: 50%;
		width: auto;
	}
	
	.detail-overTxt{
		width: auto;
		margin: 0;
		display: inline-block;
	}
	
	.reasonDetail {
	    margin: 81px 0;
	}
	
	.detailTitle {
	    font-size: 34px;
    }
    
    .detailImg{
	    max-width: 320px;
	    position: absolute;
	    z-index: 1;
    }
    
    .detailImgWrapper{
	    flex-basis: 33%;
    }
    
    .reasonDetail-over{
        width: 980px;
	    margin: 0 auto;
	      	display:-webkit-box;
  	display:-ms-flexbox;
  	display: flex;
	    justify-content: space-between;
        padding: 30px 0 45px;
	    line-height: 25px;
    }
    
    .detail-overTxt{
	    flex-basis: 64%;
    }
    
    .underTitle{
		position: absolute;
	    left: 36%;
    }
    
    .underTxt{
         padding: 26px 0;
	    width: 64%;
	    margin-left: 36%;

    }
    
    .reasonDetail-under-inner{
	    width: 980px;
	    margin: 0 auto;
    }
    
    .underTitleWrapper{
	    width: 980px;
	    margin: 0 auto;
	    position: relative;
    }
    
    .reasonDetail:nth-child(even) .detailImgWrapper{
	    order: 2;
    }
    
    .reasonDetail:nth-child(even) .underTitle{
		left: 0;
	}

    .reasonDetail:nth-child(even) .underTxt{
	    margin: 0;
	}
	
	
    html .workDetail-content-right{
	    margin: 0;
	    width: 375px;
	    order: 2;
    }
    
    .workDetail-content-left{
	    width: 548px;
    }
    
    .workDetail-content{
	      	display:-webkit-box;
  	display:-ms-flexbox;
  	display: flex;
	    justify-content: space-between;
	    margin-bottom: 68px;
    }
    
    workDetailFlow-sp{
		display: none;
	}
	
	.personal2LogoPc{
	    display: inline-block;
	    width: 580px;
	    float: right;
	    margin-top: 12px;
	}

	.personal2LogoPc img{
		vertical-align: bottom;
		display: block;
		height: 100%;
	}
	
	.catchWrapper-part{
	    font-size: 34px;
	    letter-spacing: .1em;
	    line-height: 49px;
	}
	
	.partVoice .msg-titleJa{
		font-size: 38px;
		line-height: 56px;
		padding-top: 39px;
	}
	
	.partVoice .msg-title{
		margin-top: 38px;
	}
	
	.partVoice .msg-titleJa.subTitleJa{
		font-size: 24px;
		line-height: 40px;
		padding-top: 26px;
	}
	
	.work-nTxt{
		text-align: center;
	}
	
	.pcReasonMain{
	    font-size: 56px;
	    font-weight: bold;
	        margin-top: -40px;
	}
	
	.example-sub{
		display: inline-block;
		font-size: 18px;
	}
	
	.example-table{
		font-size: 15px;
	    letter-spacing: -.02em;
	    font-weight: bold;
	}
	
	table.example-table tbody th{
		font-weight: bold;
	}
	
	.allowance{
		text-align: center;
	}
	
	.workDetailFlow-sp-img{
		position: absolute;
			width: 980px;
	}
	
	.workDetailFlow-sp{
		position: relative;
	}

	.workDetail-content-left .nTitle:first-child{
		margin-top: 0;
	}
	
	html body .flow3{
	    width: 188px;
	    position: absolute;
	    top: 314px;
	    left: 152px;
	}
	
	html body .flow1{
	    width: 238px;
	    z-index: 2;
	    position: absolute;
	    top: 26px;
	    left: 193px;
	}

	html body .flow2{
	    width: 188px;
	    position: absolute;
	    bottom: 305px;
	    right: 38px;
	}
	

	html body .flow4{
	    width: 242px;
	    position: absolute;
	    bottom: 7px;
	    right: 130px;
	}
	
	.workDetail-adopt{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		justify-content: space-between;
	}
	
	.workDetail-adopt .pcLeft{
		flex-basis: 275px;
		position: relative;
	}
	
	.workDetail-adopt .pcRight{
		flex-basis: 612px;
	}
	
	.workDetail-adopt-title{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%); 
	    width: 90%;
	    margin-left: 10%;
	    line-height: 36px;
    	}
    	
    .workDetail-adopt .adoptButton{
	    width: 48%;
	    display: inline-block;
    }
	
    .workDetail-adopt .adoptButton:last-child{
		margin-left: 3%;
		margin-top: 0;
	    margin-bottom: 18px;
	}
		
	.workDetail03-last{
		height: 300px;
	}
	
	.workDetail-titleWrapper{
		height: 252px;
	}
	
	.workDetail-title-num{
		margin-top: 0;
	}
	
	.locationLinks{
		font-size: 17px;
	}
	
	.workDetail-point{
		font-size: 24px;
	}
	
	.location-detail-name{
	    width: 182px;
    	    display: inline-block;
	}
	
	.location-detail-tel{
	    display: inline-block;
	    width: 160px;
	    margin-left: 0;
	}
	
	.location-detail-access{
	    display: inline-block;
	    width: 389px;
	}
	
	.location-detail-googleMap{
		display: inline-block;
	    width: 180px;
        font-size: 20px;
	}
	
	.workDetail06 .example-title{
		    font-size: 21px;
	}
	
	html .workDetail06 .example-icon-content{
		top: 15px;
	}
	
	.workDetail06 .example-icon-back{
		top: 15px;
	}

}



