#main .mainimg {
	width: 100vw;
	height: 480px;
	background-image: url(../img/joblist/mainimg.png);
	background-position: center;
	background-size: cover;
	opacity: 0;
	transition: opacity 1s ease;
	transition-delay: .3s;
}

#main .mainimg.-is-active {
	opacity: 1;
}

.message {
	background: #4C9CD0;
	width: 100vw;
	position: relative;
	z-index: 20;
	padding: 80px 0 0;
}

.message .joblist-ttl-txt {
	text-align: center;
}

.message .joblist-ttl-txt h3 {
	text-align: center;
	color: white;
	letter-spacing: 4px;
	font-weight: normal;
	font-size: 5.1rem;
	position: relative;
	overflow: hidden;
}

.message .joblist-ttl-txt h3 span {
	display: inline-block;
	padding-bottom: 9px;
	transform: translate3d(0, 100.5%, 0);
	transition: transform 1s ease;
	transition-delay: .3s;
}

.message.-is-active .joblist-ttl-txt h3 span {
	transform: translate3d(0, 0, 0);
}

.message .joblist-ttl-txt .ttlborder {
	width: 0px;
	height: 4px;
	background: #000;
	transform: translate(-50%);
	position: relative;
	left: 50%;
	transition: width 1s ease;
	transition-delay: .7s;
}

.message.-is-active .joblist-ttl-txt .ttlborder {
	width: 260px;
	background: white;
}

.message .joblist-ttl-txt p {
	font-size: 1.5rem;
	line-height: 3.2rem;
	padding-top: 32px;
	opacity: 0;
	transition: opacity 1s ease;
	transition-delay: .9s;
}

.message.-is-active .joblist-ttl-txt p {
	opacity: 1
}


.message .anker {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	align-items: baseline;

}

.message .anker li {
	text-align: center;
	width: 23%;
}

.message .anker li a {
	color: #000;
	font-size: 4rem;
	letter-spacing: .3rem;
	line-height: 2.5rem;
	display: inline-block;
	position: relative;
}

.message .anker li a:after {
	content: "";
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	transform: rotate(135deg) translate(50%, -50%);
	position: absolute;
	bottom: -15px;
	left: 50%;
}

.message .anker li a sup {
	display: block;
	line-height: 110%;
}

.message .anker li a span {
	color: #000;
	font-size: 1.8rem;
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.message .anker li:not(:last-of-child) {
	margin-right: 0;
}

.message .shilette-inner {
	position: absolute;
	z-index: 11;
	right: 0;
	bottom: -190px;
	transition: bottom .7s ease;
}

.message .shilette-inner.-is-active {
	animation: pyon_a .7s ease;
	bottom: -110px
}

@keyframes pyon_a {
	0% {
		bottom: -190px
	}

	50% {
		bottom: -100px
	}

	100% {
		bottom: -110px
	}
}


.selectionflow {
	background: #4C9CD0;
	width: 100vw;
	position: relative;
	z-index: 20
}

.selectionflow .secttl .secttl-txt h3 {
	color: white;
}

.selectionflow .secttl .secttl-txt h3 span {
	color: #FCEE21;
}

.selectionflow .secttl .secttl-kikan .secttl-kikan-inner {
	display: table;
	height: 100%;
}

.selectionflow .secttl .secttl-kikan .secttl-kikan-inner p {
	display: table-cell;
	vertical-align: middle;
}

.selectionflow .secttl .secttl-kikan .secttl-kikan-inner p span {
	color: #666666;
	background: #fff;
	display: inline-block;
	padding: 12px 50px;
	border-radius: 25px;
	font-size: 1.4rem;
}

.selectionflow .selectionflow-content>ul {
	display: flex;
	justify-content: space-between;
}

.selectionflow .selectionflow-content>ul.carrerFlow {
	justify-content: center;
}

.selectionflow .selectionflow-content>ul>li {
	width: 100px;
	height: 300px;
	background: #fff;
	position: relative;
	transition: all .5s;
	opacity: 0
}

.selectionflow .selectionflow-content>ul>li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 18px;
	border-color: transparent transparent transparent white;
	transform: translate(100%, -50%);
	transition: all 1s;
	opacity: 0
}

.selectionflow .selectionflow-content>ul.carrerFlow>li {
	margin-right: 38px;
}


.selectionflow .selectionflow-content>ul>li:nth-of-type(8) {
	transform: scale(.7);
}


.selectionflow .selectionflow-content.-is-active>ul>li {
	opacity: 1;
}

.selectionflow .selectionflow-content.-is-active>ul>li:after {
	right: -10px;
	opacity: 1;
}

.selectionflow .selectionflow-content.-is-active>ul>li:nth-of-type(1) {
	transition-delay: 0s !important;
}

.selectionflow .selectionflow-content.-is-active>ul>li:nth-of-type(2),
.selectionflow .selectionflow-content.-is-active>ul>li:nth-of-type(2):after {
	transition-delay: .3s !important;
}

.selectionflow .selectionflow-content.-is-active>ul>li:nth-of-type(3),
.selectionflow .selectionflow-content.-is-active>ul>li:nth-of-type(3):after {
	transition-delay: .6s !important;
}

.selectionflow .selectionflow-content.-is-active>ul>li:nth-of-type(4),
.selectionflow .selectionflow-content.-is-active>ul>li:nth-of-type(4):after {
	transition-delay: .9s !important;
}

.selectionflow .selectionflow-content.-is-active>ul>li:nth-of-type(5),
.selectionflow .selectionflow-content.-is-active>ul>li:nth-of-type(5):after {
	transition-delay: 1.2s !important;
}

.selectionflow .selectionflow-content.-is-active>ul>li:nth-of-type(6),
.selectionflow .selectionflow-content.-is-active>ul>li:nth-of-type(6):after {
	transition-delay: 1.5s !important;
}

.selectionflow .selectionflow-content.-is-active>ul>li:nth-of-type(7),
.selectionflow .selectionflow-content.-is-active>ul>li:nth-of-type(7):after {
	transition-delay: 1.8s !important;
}

.selectionflow .selectionflow-content.-is-active>ul>li:nth-of-type(8) {
	transition-delay: 2.1s !important;
	transform: scale(1);
}

.selectionflow .selectionflow-content .selectionflow-content-inner ul {
	display: flex;
	flex-direction: column;
}

.selectionflow .selectionflow-content .selectionflow-content-inner ul li:first-of-type {
	color: #0071BC;
	text-align: center;
	font-size: 3rem;
	width: 95%;
	margin: 20px auto 15px;
	border-bottom: #F2F2F2 1px solid;
	padding-bottom: 11px;
}

.selectionflow .selectionflow-content>ul>li:last-of-type,
.selectionflow .selectionflow-content .selectionflow-content-inner ul li:last-of-type {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.7rem;
	text-align: center;
}

.selectionflow .selectionflow-content .selectionflow-content-inner ul li span {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	color: #666666;
	line-height: 2rem;
	letter-spacing: 2px;
}

.selectionflow .selectionflow-content .selectionflow-content-inner ul li span br {
	display: block;
}

/* chrome safari opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.selectionflow .selectionflow-content .selectionflow-content-inner ul li span {
		top: 80px;
	}
}

.selectionflow .selectionflow-content>ul>li.naitei {
	background: #FCEE21;
	color: black;
	letter-spacing: 3px
}

.selectionflow .selectionflow-content>ul>li.naitei:after {
	content: none;
}

.selectionflow .selectionflow-content>ul>li.naitei .selectionflow-content-inner {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.selectionflow .caption {
	color: white;
	padding-top: 32px;
	line-height: 2rem;
}

.selectionflow .shilette-inner {
	position: absolute;
	z-index: 21;
	right: 0;
	bottom: -166px;
	transition: bottom .7s ease;
}

.selectionflow .shilette-inner.-is-active {
	animation: pyon_c .7s ease;
	bottom: -76px
}

@keyframes pyon_c {
	0% {
		bottom: -166px
	}

	50% {
		bottom: -62px
	}

	100% {
		bottom: -76px
	}
}

.datafreebit {
	background: #E9EAE6;
	width: 100vw;
	position: relative;
	z-index: 30;
	padding: 60px 0;
}

.datafreebit .secttl .secttl-txt h3 {
	color: #666666;
	line-height: 100%;
}

.datafreebit .secttl .secttl-txt h3 span {
	color: #0071BC;
}

.datafreebit .secttl .datafreebit-date {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	color: #666666;
}

.datafreebit .datafreebitList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.datafreebit .datafreebitList .datafreebitList-child {
	width: 280px;
	padding: 0 30px;
	background: #eee;
	margin-bottom: 40px;
}

.datafreebit .datafreebitList .datafreebitList-child--hide {
	width: 280px;
	margin-bottom: 40px;
	padding: 0 30px;
}

.datafreebit .datafreebitList .datafreebitList-child:nth-of-type(n+4) {
	margin-bottom: 0;
}

.datafreebit .datafreebitList .datafreebitList-child .datattl {
	text-align: center;
	font-size: 2rem;
	color: #0071bc;
	font-weight: bold;
	background: #eee;
	padding: 26px 0;
	border-bottom: 1px solid #4c9cd0;
}

.datafreebit .datafreebitList .datafreebitList-child .datattl small {
	font-size: 1.6rem;
}

.datafreebit .datafreebitList .datafreebitList-child .dataimg {
	background: #eee;
	text-align: center;
}

.datafreebit .datafreebitList .datafreebitList-child .dataimg img {
	width: 280px;
}

.adopt {
	background: #dedfdb;
	width: 100vw;
	position: relative;
	z-index: 30;
	padding: 60px 0;
}

.adopt .secttl .secttl-txt h3 {
	color: #666666;
	line-height: 100%;
}

.adopt .secttl .secttl-txt h3 span {
	color: #0071BC;
}

.adopt .secttl .saiyoulinks {
	a {
		display: inline-block;
		padding: 18px 70px;
		color: black;
		text-decoration: none;
		font-size: 1.6rem;
		font-weight: 600;
		letter-spacing: 2px;
		background-color: white;
		border-radius: 40px;
		border: 2px solid black;
		box-shadow: 4px 4px 0px black;
		transition: .5s background linear, .2s color linear;
	}

	a:hover {
		background-color: #FCEE21;
	}
}

.adopt .adopt-content h4 {
	color: #666666;
	letter-spacing: 5px;
	font-size: 2.3rem;
	font-weight: normal;
	padding: 20px 0;
}

.adopt .adopt-content .saiyou {
	margin-bottom: 50px;
}

/*ベース*/
.saiyou__tab {
	display: flex;
	flex-wrap: wrap;
}

.saiyou__tab__label {
	/* タブ */
	padding: 18px 12px;
	flex: 1;
	order: -1;
	border-radius: 40px;
	color: white;
	background: #bfbfbf;
	cursor: pointer;
	font-size: 1.7rem;
	text-align: center;

	margin: 20px 24px 20px 0;
}

.saiyou__tab__label:nth-last-of-type(1) {
	margin-right: 0;
}

.saiyou__tab input {
	/* ラジオボタン非表示 */
	display: none;
}

.saiyou__tab__content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

.saiyou__tab__content table {
	width: 100%;
}

/*アクティブ設定*/
.saiyou__tab input:checked+.saiyou__tab__label {
	color: #fff;
	background: #1a557a;
}

.saiyou__tab input:checked+.saiyou__tab__label+.saiyou__tab__content {
	height: auto;
	overflow: auto;
	opacity: 1;
}

.fukuri-content ul {
	margin: 30px auto;
}

.fukuri-content ul li {
	padding: 0 20px;
}

.fukuri-content ul li:not(:last-child) {
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.fukuri-content ul li .fukuri-content-inner {
	color: black;
	display: flex;
	align-items: center;
}

.fukuri-content ul li .fukuri-content-inner .icon {
	text-align: center;
	flex: 1;
}

.fukuri-content ul li .fukuri-content-inner .bci_cont {
	flex: 4;
}

.fukuri-content ul li .fukuri-content-inner h5 {
	font-size: 2rem;
	line-height: 3rem;
	font-weight: normal;
	padding-bottom: 15px;
	font-weight: bold;
}

.fukuri-content ul li .fukuri-content-inner p {
	font-size: 1.4rem !important;
	line-height: 2.4rem !important;
	text-align: left !important;
}

.recruitCont {
	background: #4d9cd0;
}

.recruitCont .tabwrap {
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
}

.recruitCont .tabwrap .tabwrap__btn {
	width: 47%;
	padding: 30px 10px;
	border-radius: 10px;
	font-size: 1.6rem;
	text-align: center;
	background: #3283b9;
	color: #164d73;
}

.recruitCont .tabwrap .tabwrap__btn.--active {
	background: white;
	color: #1a557a;
}

.tabcont__list {
	display: none;
}

.tabcont__list.--active {
	display: block;
}

@media screen and (max-width: 480px) {
	#main .mainimg {
		height: 230px;
		background-size: 153%;
		background-repeat: no-repeat;
		background-position: bottom;
	}



	.joblist {
		padding: 60px 0;
	}

	/*message*/
	.message .joblist-ttl-txt h3 {
		font-size: 4.1rem;
	}

	.message .joblist-ttl-txt p {
		padding-top: 23px;
		font-size: 3.8vw;
		line-height: 4.5vh
	}

	.message .anker {
		margin-top: 30px;
		flex-direction: column;

	}

	.message .anker li {
		width: 100%;
		margin-bottom: 15px;
	}

	.message .anker li a {
		font-size: 3rem;
		display: block;
		border: 1px solid #000;
		padding: 10px 0;
	}

	.message .anker li a:after {
		content: none;
	}

	/*
			.message .anker li a sup{
				display: inline-block;
			}
*/
	.message .anker li a span {
		font-size: 1.5rem;
		display: inline-block;
	}

	/*selectionflow*/
	#joblist .selectionflow .secttl {
		flex-direction: column;
	}

	.selectionflow .secttl .secttl-kikan .secttl-kikan-inner {
		display: block;
		height: auto;
	}

	.selectionflow .secttl .secttl-kikan .secttl-kikan-inner p {
		display: block;
	}

	.selectionflow .secttl .secttl-kikan .secttl-kikan-inner p span {
		padding: 8px 20px;
		font-size: 1.2rem;
		margin-top: 8px;
	}

	.selectionflow .selectionflow-content>ul {
		justify-content: flex-start;
		flex-direction: column;
	}

	.selectionflow .selectionflow-content>ul>li {
		width: auto;
		height: auto;
		margin-bottom: 30px;
		padding: 15px 0;
	}

	.selectionflow .selectionflow-content>ul.carrerFlow>li {
		margin-right: 0;
	}

	.selectionflow .selectionflow-content>ul>li:after {
		right: 50%;
		bottom: 0;
		top: auto;
		transform: translate(50%, 100%);
		border-width: 12px 10px 0 10px;
		border-color: white transparent transparent transparent
	}

	.selectionflow .selectionflow-content.-is-active>ul>li:after {
		right: 50%;
		top: auto;
		bottom: -10px;
	}

	.selectionflow .selectionflow-content .selectionflow-content-inner ul {
		flex-direction: row;
	}

	/*first-of-type*/
	.selectionflow .selectionflow-content .selectionflow-content-inner ul li:first-of-type {
		width: 20%;
		margin: 0;
		padding-bottom: 0;
		border-bottom: none;
		border-right: #F2F2F2 1px solid
	}

	/*last-of-type*/
	.selectionflow .selectionflow-content>ul>li:last-of-type,
	.selectionflow .selectionflow-content .selectionflow-content-inner ul li:last-of-type {
		writing-mode: horizontal-tb;
		width: 80%;
		text-align: left;
		padding-left: 20px;
	}

	.selectionflow .selectionflow-content>ul>li.naitei {
		width: 100%;
		margin-bottom: 0;
		padding: 21.5px 0;
		text-align: center;
	}

	.selectionflow .selectionflow-content>ul>li.naitei .selectionflow-content-inner {
		position: static;
		transform: none;
	}

	.selectionflow .selectionflow-content>ul>li .selectionflow-content-inner ul li:last-of-type {
		padding-top: 4px;
	}

	.selectionflow .selectionflow-content .selectionflow-content-inner ul li span {
		position: static;
	}

	.selectionflow .selectionflow-content .selectionflow-content-inner ul li span br {
		display: none;
	}

	.selectionflow .caption {
		width: 88%
	}

	.fukuri-content ul li {
		padding: 0;
	}

	.fukuri-content ul li .fukuri-content-inner {
		flex-direction: column;
	}

	.fukuri-content ul li .fukuri-content-inner .icon {
		margin-bottom: 20px;
	}


	.datafreebit .secttl {
		flex-direction: column;
	}

	.datafreebit .secttl .datafreebit-date {
		font-size: 1.2rem;
		margin-top: 14px;
	}

	.datafreebit .datafreebitList .datafreebitList-child {
		width: 100%;
		padding: 0 4%;
		margin-bottom: 20px;
	}

	.datafreebit .datafreebitList .datafreebitList-child:nth-of-type(n+4) {
		margin-bottom: 20px;
	}

	.datafreebit .datafreebitList .datafreebitList-child:last-of-type {
		margin-bottom: 0;
	}

	.datafreebit .datafreebitList .datafreebitList-child .dataimg img {
		width: 100%;
	}

	/*adopt*/
	.adopt .secttl.flexlayout{
		flex-direction: column;
		gap:20px;
	}
	.adopt .secttl .saiyoulinks {
		a {
			padding: 10px 30px;
			box-shadow: 4px 4px 0px black;
		}

	}


	.adopt .adopt-content h4 {
		font-size: 2rem;
		padding: 10px 0;
	}


}