@charset "UTF-8";
/* CSS Document */


	
	
/* beginning
--------------------- */
#beginning h2 {
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 40px;
}

#beginning .text-pht .pht {
	width: 48%;
}

#beginning .text-pht .text {
	width: 48%;
}
	#beginning .text-pht .text h3 {
		font-size: 2.6rem;
		font-weight: 700;
		line-height: 1.4em;
		margin-bottom: 15px;
	}

	#beginning .text-pht .text .mynavi {
		max-width: 385px;
		border: solid 1px #D6DEEC;
		border-radius: 10px;
		margin-bottom: 20px;
	}
		#beginning .text-pht .text .mynavi a {
			display: block;
			text-align: center;
			padding: 18px;
		}
		#beginning .text-pht .text .mynavi a:hover {
			opacity: 0.7;
		}
			#beginning .text-pht .text .mynavi a img {
				max-width: 253px;
			}


	
	
/* program
--------------------- */
#program .list .box {
      width: 48.5%;
      margin-top: 3%;
      margin-right: 3%;
      background: #F8F9FC;
      border-radius: 15px;
      padding: 30px 40px;
}
#program .list .box:nth-child(2n) {
      margin-right: 0;
}
      #program .list .box .head {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin-bottom: 15px;
      }
            #program .list .box .head .icon {
                  width: 90px;
            }

            #program .list .box .head .text {
                  width: -webkit-calc(100% - 90px);
                  width: calc(100% - 90px);
                  padding-left: 20px;
            }
                  #program .list .box .head .text h3 {
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                        font-size: 2.2rem;
                        font-weight: 700;
                        line-height: 1.2em;
                  }
                        #program .list .box .head .text h3 span {
                              display: inline-block;
                              border: solid 1px #4866A3;
                              width: 68px;
                              height: 24px;
                              border-radius: 12px;
                              text-align: center;
                              font-size: 1.2rem;
                              line-height: 22px;
                              letter-spacing: 0;
                              margin-left: 8px;
                        }

                  #program .list .box .head .text ul.tag li {
                        display: inline-block;
                        height: 24px;
                        border-radius: 12px;
                        text-align: center;
                        font-size: 1.2rem;
                        font-weight: 700;
                        line-height: 22px;
                        padding: 0 10px;
                        letter-spacing: 0;
                        color: #fff;
                        margin-right: 8px;
                        margin-top: 8px;
                  }
                  #program .list .box .head .text ul.tag li.dark {
                        background: #0B3384;
                  }
                  #program .list .box .head .text ul.tag li.bright {
                        background: #4866A3;
                  }


	
	
/* application
--------------------- */
#application .list .box {
      width: 48.5%;
      margin-top: 20px;
      margin-right: 3%;
      background: #F8F9FC;
      border-radius: 15px;
      padding: 50px 30px;
      position: relative;
}
      #application .list .box h3 {
            width: 100%;
            font-size: 2.4rem;
            font-weight: 700;
            line-height: 1.3em;
            text-align: center;
            position: absolute;
            top: -18px;
            left: 0;
      }
            #application .list .box h3 span {
                  border-bottom: solid 1px #0B3384;;
            }

      #application .list .box dl {
            max-width: 385px;
            margin: 0 auto 30px auto;
      }
      #application .list .box dl:nth-last-child(1) {
            margin-bottom: 0;
      }
            #application .list .box dl dt {
                  font-size: 2.0rem;
                  font-weight: 700;
                  line-height: 1.3em;
                  text-align: center;
                  margin-bottom: 10px;
            }

            #application .list .box dl.mynavi dd a {
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  height: 70px;
                  border: solid 1px #D6DEEC;
                  background: #fff;
                  border-radius: 10px;
                  text-align: center;
                  padding: 18px 0;
            }
            #application .list .box dl.mynavi dd a:hover {
                  opacity: 0.7;
            }
                  #application .list .box dl.mynavi dd a img {
                        max-width: 253px;
                  }


            #application .list .box dl.nitto dd a {
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  height: 70px;
                  background: #0B3384;
                  border-radius: 10px;
                  font-size: 2.4rem;
                  font-weight: 700;
                  line-height: 1.3em;
                  color: #fff;
                  text-align: center;
            }
            #application .list .box dl.nitto dd a:hover {
                  background: #DB0012;
            }


	
	
/* recruit
--------------------- */
.recruit .r-ttl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}
	.recruit .r-ttl img {
		width: 46px;
	}

	.recruit .r-ttl h2 {
		font-size: 3.4rem;
		font-weight: 700;
		line-height: 1.3em;
		margin-left: 15px;
	}


	
	
/* requirements
--------------------- */
#requirements table {
	width: 100%;
	border-collapse: collapse;
}
	#requirements table th {
		width: 160px;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.3em;
		text-align: left;
		padding: 20px 0 20px 20px;
	}

	#requirements table td {
		width: -webkit-calc(100% - 160px);
		width: calc(100% - 160px);
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		padding: 20px 20px 20px 0;
		font-size: 1.5rem;
		line-height: 1.6em;
	}
		#requirements table td a {
			color: #DB0012;
			text-decoration: underline;
		}
		#requirements table td a:hover {
			text-decoration: none;
		}


#requirements .text .txt {
	margin-bottom: 30px;
}

#requirements .text .btn {
	width: 280px;
}


	
	
/* flow
--------------------- */
#flow .list .box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14.5%;
	margin-right: 2.6%;
	background: #F8F9FC;
	border-radius: 15px;
	padding: 48px 10px 30px 10px;
	margin-bottom: 30px;
	position: relative;
}
#flow .list .box.last {
	background: #0B3384;
	color: #fff;
}
#flow .list .box:nth-child(6),
#flow .list .box:nth-last-child(1) {
	margin-right: 0;
}
#flow .list .box:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #db0012;
	border-width: 6px 0px 6px 10px;
	position: absolute;
	top: 50%;
	right: -10px;
	margin-top: -6px;
}
#flow .list .box:nth-last-child(1):before {
	display: none;
}
	#flow .list .box .en {
		width: 100%;
		font-size: 1.3rem;
		font-weight: 700;
		line-height: 1;
		text-align: center;
		position: absolute;
		top: 20px;
		left: 0;
	}

	#flow .list .box h3 {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1.3em;
		letter-spacing: 0;
		text-align: center;
	}


	
	
/* number
--------------------- */
#number .list .box {
	width: 31%;
	background: #F8F9FC;
	border-radius: 15px;
	padding: 35px 20px 35px 20px;
	margin-right: 3.5%;
	position: relative;
}
#number .list .box:nth-last-child(1) {
	margin-right: 0;
}
#number .list .box:nth-child(1) {
	width: 100%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 55px;
}
	#number .list .box h3 {
		width: 100%;
		font-size: 2.6rem;
		font-weight: 700;
		line-height: 1.3em;
		text-decoration: underline;
		text-align: center;
		position: absolute;
		top: -18px;
		left: 0;
	}

	#number .list .box p {
		font-size: 1.5rem;
		line-height: 1.5em;
		text-align: center;
		margin-bottom: 20px;
	}

	#number .list .box:nth-child(1) .graph {
		max-width: 700px;
		margin: 0 auto;
	}


	
	
/* faq
--------------------- */
#faq .list dl.acbox {
	background: #F8F9FC;
	border-radius: 15px;
	margin-bottom: 15px;
}
	#faq .list dl.acbox dt {
		padding: 16px 70px 16px 70px;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.3em;
		letter-spacing: 0.04em;
		position: relative;
		cursor: pointer;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#faq .list dl.acbox dt.active {
		color: #0B3384;
	}
	#faq .list dl.acbox dt:before {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		content: "Q";
		font-size: 2.0rem;
		font-weight: 700;
		color: #0B3384;
		line-height: 1;
		letter-spacing: 0;
		position: absolute;
		top: 0;
		left: 30px;
	}
	#faq .list dl.acbox dt:after {
		content: "";
		width: 18px;
		height: 18px;
		background: url("../../common/img/icon_plus.svg") no-repeat center / 100%;
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -9px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#faq .list dl.acbox dt.active:after {
		transform:rotate(135deg);
	}

	#faq .list dl.acbox dd {
		display: none;
		padding: 0 30px 16px 70px;
		font-size: 1.5rem;
		line-height: 1.7em;
		position: relative;
	}
	#faq .list dl.acbox dd:before {
		display: flex;
		justify-content: center;
		align-items: center;
		content: "A";
		font-size: 2.0rem;
		font-weight: 700;
		color: #DB0012;
		line-height: 1;
		letter-spacing: 0;
		position: absolute;
		top: 2px;
		left: 30px;
	}
		#faq .list dl.acbox dd a {
			color: #DB0012;
			text-decoration: underline;
		}
		#faq .list dl.acbox dd a:hover {
			text-decoration: none;
		}


	
	
/* group
--------------------- */
#group .box {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	border-radius: 15px;
	border: solid 1px #D6DEEC;
	padding: 22px 30px 30px 30px;
}
#group .box:nth-child(3n) {
	margin-right: 0;
}
	#group .box h2 {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		background: url("/jp/ja/others/employment/2024/recruit/img/group/icon_company.svg") no-repeat left center / 32px;
		margin-bottom: 12px;
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.3em;
		padding-left: 40px;
	}

	#group .box .read {
		font-size: 1.4rem;
		line-height: 1.8em;
		margin-bottom: 18px;
	}

	#group .box a.btn-link {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		height: 48px;
		border-radius: 10px;
		padding: 0 35px 0 15px;
		margin-bottom: 10px;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.3em;
		color: #151515;
	}
	#group .box a.btn-link.blue {
		background: #F0F4FF url("/jp/ja/others/employment/2024/recruit/img/group/icon_arrow_blue.svg") no-repeat right 15px center / 20px;
	}
	#group .box a.btn-link.red {
		background: #FAECEC url("/jp/ja/others/employment/2024/recruit/img/group/icon_arrow_red.svg") no-repeat right 15px center / 20px;
		margin-bottom: 0;
	}
	#group .box a.btn-link:hover {
		opacity: 0.7;
	}

	#group .box .coming-soon {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 48px;
		background: #F2F2F2;
		border-radius: 10px;
		font-size: 1.4rem;
		font-weight: 500;
		text-align: center;
		line-height: 1;
	}

	#group .box .sub-txt {
		font-size: 1.2rem;
		line-height: 1.5em;
	}





/* 1024px */
@media screen and (max-width: 1024px) {


	
	
/* beginning
--------------------- */
#beginning h2 {
	margin-bottom: 30px;
}

#beginning .text-pht .text h3 {
	font-size: 2.1rem;
	margin-bottom: 12px;
}

#beginning .text-pht .text .mynavi {
	margin-bottom: 15px;
}
	#beginning .text-pht .text .mynav ai {
		padding: 14px;
	}
		#beginning .text-pht .text .mynavi a img {
			max-width: 240px;
		}


	
	
/* program
--------------------- */
#program .list .box {
      width: 48%;
      margin-top: 4%;
      margin-right: 4%;
      border-radius: 10px;
      padding: 25px 25px;
}
#program .list .box:nth-child(2n) {
      margin-right: 0;
}
      #program .list .box .head {
            display: block;
            margin-bottom: 18px;
      }
            #program .list .box .head .icon {
                  width: 110px;
                  margin: 0 auto 20px auto;
            }

            #program .list .box .head .text {
                  width: 100%;
                  padding-left: 0;
            }
                  #program .list .box .head .text h3 {
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                        font-size: 2.0rem;
                        font-weight: 700;
                        line-height: 1.2em;
                        margin-bottom: 3px;
                  }
                        #program .list .box .head .text h3 span {
                              width: 60px;
                              height: 22px;
                              border-radius: 11px;
                              font-size: 1.0rem;
                              line-height: 20px;
                        }

                  #program .list .box .head .text ul.tag li {
                        height: 22px;
                        border-radius: 11px;
                        font-size: 1.0rem;
                        line-height: 20px;
                        margin-top: 5px;
                        margin-right: 5px;
                  }


	
	
/* application
--------------------- */
#application .list .box {
      width: 48%;
      margin-top: 10px;
      margin-right: 4%;
      border-radius: 10px;
      padding: 35px 20px 20px 20px;
}
      #application .list .box h3 {
            font-size: 2.0rem;
            letter-spacing: 0;
            top: -14px;
      }
            #application .list .box h3 span {
                  border-bottom: solid 1px #0B3384;;
            }

      #application .list .box dl {
            max-width: 385px;
            margin: 0 auto 20px auto;
      }
      #application .list .box dl:nth-last-child(1) {
            margin-bottom: 0;
      }
            #application .list .box dl dt {
                  font-size: 1.8rem;
            }

            #application .list .box dl.mynavi dd a {
                  height: 60px;
                  padding: 12px 0;
            }
                  #application .list .box dl.mynavi dd a img {
                        max-width: 200px;
                  }


            #application .list .box dl.nitto dd a {
                  height: 60px;
                  font-size: 2.0rem;
            }


	
	
/* recruit
--------------------- */
.recruit .r-ttl {
	margin-bottom: 25px;
}
	.recruit .r-ttl img {
		width: 38px;
	}

	.recruit .r-ttl h2 {
		font-size: 2.8rem;
	}


	
	
/* requirements
--------------------- */
#requirements table th {
	width: 140px;
	font-size: 1.5rem;
	padding: 20px 0 20px 15px;
}

#requirements table td {
	width: -webkit-calc(100% - 140px);
	width: calc(100% - 140px);
	padding: 20px 15px 20px 0;
	font-size: 1.4rem;
	line-height: 1.5em;
}


	
	
/* flow
--------------------- */
#flow .list .box {
	border-radius: 10px;
	padding: 42px 10px 20px 10px;
	margin-bottom: 20px;
}
	#flow .list .box .en {
		font-size: 1.1rem;
		top: 20px;
	}

	#flow .list .box h3 {
		font-size: 1.4rem;
	}


	
	
/* number
--------------------- */
#number .list .box {
	border-radius: 10px;
	padding: 25px 20px 30px 20px;
}
#number .list .box:nth-child(1) {
	margin-bottom: 45px;
}
	#number .list .box h3 {
		font-size: 2.0rem;
		top: -14px;
	}

	#number .list .box p {
		font-size: 1.3rem;
		margin-bottom: 15px;
	}


	
	
/* faq
--------------------- */
#faq .list dl.acbox {
	border-radius: 10px;
	margin-bottom: 12px;
}
	#faq .list dl.acbox dt {
		padding: 16px 50px 16px 50px;
		font-size: 1.6rem;
	}
	#faq .list dl.acbox dt:before {
		font-size: 1.8rem;
		left: 20px;
	}
	#faq .list dl.acbox dt:after {
		right: 20px;
	}

	#faq .list dl.acbox dd {
		padding: 0 20px 16px 50px;
		font-size: 1.4rem;
	}
	#faq .list dl.acbox dd:before {
		font-size: 1.8rem;
		left: 20px;
	}


	
	
/* group
--------------------- */
#group .box {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
	border-radius: 10px;
	padding: 22px 30px 30px 30px;
}
#group .box:nth-child(3n) {
	margin-right: 4%;
}
#group .box:nth-child(2n) {
	margin-right: 0;
}




}





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


	
	
/* beginning
--------------------- */
#beginning h2 {
	font-size: 1.8rem;
	margin-bottom: 25px;
}

#beginning .text-pht {
	display: block;
}
	#beginning .text-pht .pht {
		width: 100%;
	}

	#beginning .text-pht .text {
		width: 100%;
		margin-top: 20px;
	}


	
	
/* program
--------------------- */
#program .list {
      display: block;
}
      #program .list .box {
            width: 100%;
            margin-top: 25px;
            margin-right: 0;
      }
            #program .list .box .head .icon {
                  width: 90px;
                  margin: 0 auto 20px auto;
            }


	
	
/* application
--------------------- */
#application .list {
      display: block;
}
      #application .list .box {
            width: 100%;
            margin-top: 40px;
            margin-right: 0;
            border-radius: 10px;
            padding: 35px 25px 25px 25px;
      }

            #application .list .box dl {
                  margin: 0 auto 20px auto;
            }
                  #application .list .box dl dt {
                        font-size: 1.8rem;
                  }

                  #application .list .box dl.mynavi dd a {
                        height: 56px;
                  }
                        #application .list .box dl.mynavi dd a img {
                              max-width: 190px;
                        }


                  #application .list .box dl.nitto dd a {
                        height: 56px;
                        font-size: 1.8rem;
                  }


	
	
/* recruit
--------------------- */
.recruit .r-ttl {
	margin-bottom: 20px;
}
	.recruit .r-ttl img {
		width: 34px;
	}

	.recruit .r-ttl h2 {
		font-size: 2.4rem;
		margin-left: 12px;
	}


	
	
/* requirements
--------------------- */
#requirements table {
	border-bottom: solid 1px #ddd;
}
	#requirements table th {
		display: block;
		width: 100%;
		border-bottom: none;
		padding: 18px 10px 8px 10px;
	}

	#requirements table td {
		display: block;
		width: 100%;
		border-top: none;
		border-bottom: none;
		padding: 0 10px 18px 10px;
	}


#requirements .text .txt {
	margin-bottom: 20px;
}

#requirements .text .btn {
	width: 250px;
}


	
	
/* flow
--------------------- */
#flow .list {
	display: block;
	margin-bottom: 10px;
}
	#flow .list .box {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 4%;
		padding: 12px;
	}
	#flow .list .box:nth-child(2n) {
		margin-right: 0;
	}
	#flow .list .box:before {
		display: none;
	}
	#flow .list .box:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-color: #db0012 transparent transparent transparent;
		border-width: 8px 8px 0px 8px;
		position: absolute;
		bottom: -8px;
		left: 50%;
		margin-left: -4px;
	}
	#flow .list .box:nth-last-child(1):after {
		display: none;
	}
		#flow .list .box .en {
			font-size: 1.0rem;
			position: static;
			margin-bottom: 4px;
		}


	
	
/* number
--------------------- */
#number .list {
	display: block;
}
#number .list .box {
	width: 100%;
	margin-right: 0;
	padding: 22px 20px 30px 20px;
	margin-top: 35px;
}
#number .list .box:nth-child(3) {
	margin-right: 0;
}
#number .list .box:nth-child(1) {
	margin-top: 25px;
	margin-bottom: 0;
}
	#number .list .box h3 {
		font-size: 1.8rem;
		letter-spacing: 0;
		top: -13px;
	}
	
	#number .list .box p {
		font-size: 1.3rem;
		letter-spacing: 0;
		margin-bottom: 15px;
	}


	
	
/* group
--------------------- */
#group .inner {
	display: block;
}
#group .box {
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
	padding: 25px 25px 25px 25px;
}
#group .box:nth-child(3n) {
	margin-right: 0;
}
	#group .box h2 {
		background: url("/jp/ja/others/employment/2024/recruit/img/group/icon_company.svg") no-repeat left center / 26px;
		margin-bottom: 14px;
		font-size: 1.6rem;
		padding-left: 35px;
	}

	#group .box .read {
		font-size: 1.3rem;
		line-height: 1.6em;
		margin-bottom: 15px;
	}

	#group .box a.btn-link {
		height: 42px;
		padding: 0 35px 0 15px;
		font-size: 1.3rem;
	}
	#group .box a.btn-link.blue {
		background: #F0F4FF url("/jp/ja/others/employment/2024/recruit/img/group/icon_arrow_blue.svg") no-repeat right 15px center / 18px;
	}
	#group .box a.btn-link.red {
		background: #FAECEC url("/jp/ja/others/employment/2024/recruit/img/group/icon_arrow_red.svg") no-repeat right 15px center / 18px;
		margin-bottom: 0;
	}

	#group .box .coming-soon {
		height: 42px;
		font-size: 1.3rem;
	}

	#group .box .sub-txt {
		font-size: 1.0rem;
		line-height: 1.3em;
	}




}