@charset "utf-8";
/* CSS Document */

#p-navi{
	margin-top: 150px;
	display: flex;
	flex-wrap:wrap;
}
#p-navi li{
	font-size: 14px;
}
#p-navi li::after{
	content: ">";
	display: inline-block;
	padding: 0 10px;
}
#p-navi li:last-child{
	color: #41a4dd;
}
#p-navi li:last-child::after{
	display: none;
}
#p-navi a:hover{
	text-decoration: underline;
}

main h1{
	padding: 40px 0 80px 0;
	font-size: 80px;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
}
main h1 span{
	display: block;
	padding: 0;
	margin: 0;
}
main h1 span.s-h{
	font-size: 24px;
	font-weight: 700;
	padding: 10px 0 0 5px;
	color: #41a4dd;
}

main section{
	max-width: 1280px;
	padding: 40px;
	margin: auto;
}
main h2{
	font-size: 34px;
	font-weight: 700;
	padding-bottom: 40px;
}
main h3{
	font-size: 22px;
	font-weight: 350;
	padding-bottom: 20px;
	font-weight: bold;
}
main p{
	line-height: 1.8em;
	margin-bottom: 1em;
	font-size: 18px;
}
div.base{
	background:#Fff;
	padding: 40px 0 80px 0;
}

/*table(dl)*/
main dl.table{
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 50px;
}
main dl.table>div{
	display: flex;
}
main dl.table dt{
	vertical-align: top;
	padding:15px 20px;
	width: 30%;
	border-top: 1px solid #41a4dd;
	font-weight: bold;
	line-height: 1.8em;
}
main dl.table dd{
	vertical-align: top;
	padding:15px 20px;
	border-top: 1px solid #ccc;
	width: 70%;
	line-height: 1.8em;
}
main dl.table>div:last-child dt{
	border-bottom: 1px solid #41a4dd;
}
main dl.table>div:last-child dd{
	border-bottom: 1px solid #ccc;
}

/*table(table)*/
main table.table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
main table.table th, main table.table td {
	border: 2px solid #eee;
	padding: 15px;
	text-align: center;
}
main table.table thead th {
	background-color: #41a4dd;
	color: #fff;
	border: 2px solid #41a4dd;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
main table.table thead th:last-of-type {
	border-right: 2px solid #41a4dd;
}
main table.table tbody th {
	color: #41a4dd;
	font-weight: bold;
	text-align: center;
}

/**会社案内************************/
main p.sign{
	padding: 20px 0;
	text-align: right;
	font-weight: 700;
}
/*沿革*/
main dl.history{
	max-width: 900px;
	margin: 0 auto 50px auto;
}
main dl.history div{
	position:relative;
	padding: 0 0 20px 40px;
}
main dl.history div::before{
	content: "";
	display: block;
	position: absolute;
	top: 1em;
	left: 0;
	width: 14px;
	height: 14px;
	background: #41a4dd;
	border-radius: 50%;
}
main dl.history div::after{
	content: "";
	display: block;
	position: absolute;
	top: 1em;
	left: 6px;
	height: 100%;
	border-left: 1px solid #41a4dd;
}
main dl.history div:last-child::after{
	display: none;
}
main dl.history dt{
	font-weight: 700;
	font-size: 26px;
	color: #41a4dd;
	padding: 10px 0;
	display: inline-block;
	vertical-align: middle;
	width: 100px;
}
main dl.history dt span{
	font-size: 20px;
	padding-left: 5px;
}
main dl.history dd{
	font-weight: 700;
	padding-left: 40px;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 100px);
}
/*画像*/
img.r-photo{
	float: right;
	margin-left: 80px;
	width: 320px;
}
.clear{
	clear: both;
}
/*リード文エリア*/
div.read-area{
	margin-bottom: 60px;
}
/*ボックス*/
.box-g{
    padding: 40px;
    margin: auto;
	background: #d0e3e7;
}
/*リスト*/
ul.disc{
	padding-left: 1.5em;
}
ul.disc li{
	list-style: disc;
	padding-bottom: 10px;
}
/*リンク*/
main a{
	text-decoration: underline;
}
main a:hover{
	text-decoration: none;
}
/*採用情報*/
#recruit main dl.table{
	max-width: 100%;
}
/*プライバシーポリシー*/
#privacy ul.disc{
	margin-bottom: 20px;
}
#privacy strong.ttl{
	color: #41a4dd;
	font-size: 20px;
}

/*お問い合わせ*/
.form input[type=text],
.form input[type=email],
.form textarea{
	background: #f3f3f3;
	padding: 15px;
	border-radius: 5px;
	width: 100%;
}
.form input{
	font-size: 18px;
}
.form textarea{
	height: 10em;
}
.form input[type=checkbox]{
	transform: scale(150%);
	margin-right: 10px;
}
.form dt.req{
	position: relative;
	padding-right: 3em;
}
.form dl.table dt{
    width: 40%;
}
.form dl.table dd{
	width: 60%;
}
.form dt.req::after{
	content: "必須";
	position: absolute;
	right: 0;
	top:20px;
	font-size: 12px;
	display: inline-block;
	background: #41a4dd;
	color: #fff;
	padding: 5px 10px;
	line-height: 1em;
}
#contact label{
	cursor: pointer;
}
/*タブ切替*/
.tab-area {
	width: 100%;
}

.tab-area input {
	display: none;
}

.tab-scroll {
	position: relative;
	display: flex;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	margin-bottom: 10px;
	padding-bottom: 20px;
	gap: 1px;
}

.tab-scroll::-webkit-scrollbar {
	display: none;
}

.tab-scroll label {
	position: relative;
	flex: 1 0 auto;
	min-width: 120px;
	padding: 0.7em 1em;
	background-color: #f1f1f1;
	color: #999;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	transition: background-color 0.3s;
	overflow-y: visible;
}
.tab-scroll label::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #fff;
    content: "";
	display: block;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

/* 選択状態のスタイル */
#tab1:checked ~ .tab-scroll label[for="tab1"],
#tab2:checked ~ .tab-scroll label[for="tab2"],
#tab3:checked ~ .tab-scroll label[for="tab3"] {
	background-color: #41a4dd;
	color: #fff;
}
#tab1:checked ~ .tab-scroll label[for="tab1"]::before ,
#tab2:checked ~ .tab-scroll label[for="tab2"]::before ,
#tab3:checked ~ .tab-scroll label[for="tab3"]::before  {
	background-color: #41a4dd;
	color: #fff;
}

/* 内容表示切り替え */
.tab-content {
	display: none;
	padding: 40px 0
}

#tab1:checked ~ .tab1,
#tab2:checked ~ .tab2,
#tab3:checked ~ .tab3 {
	display: block;
}

@media screen and (max-width: 1180px) {

}
@media screen and (max-width: 980px) {
	main h1{
		font-size: 60px;
	}
	main h2{
		font-size: 30px;
	}
	
	/*沿革*/
	main dl.history dt{
		display: block;
		width: 100%;
	}
	main dl.history dd{
		padding-left: 0;
		display: block;
		width: 100%;
	}
	/*table(table)*/
	main table.table {
		text-align: left;
	}
	main table.table thead {
		display:none;
	}
	main table.table th, main table.table td {
		display:flex;
		border: 0;
		border-bottom: 2px solid #e6f1f6;
		text-align: left;
	}
	main table.table tbody th{
		background: #41a4dd;
		color:#fff;
	}
	main table.table td::before{
		content: attr(data-label);
		color: #41a4dd;
		font-weight: bold;
		display: inline-block;
		width: 20%;
		min-width: 4em;
		padding-right: 100px;
		white-space: nowrap;
	}
	img.r-photo{
		display: block;
		float: none;
		margin: 30px auto 0 auto;
		width: 90%;
		max-width: 320px;
	}
}
@media screen and (max-width: 820px) {

}
@media screen and (max-width: 680px) {
	/*table(dl)*/
	main dl.table>div{
		display: block;
	}
	main dl.table dt{
		padding:15px 10px 0 10px;
		width: 100%;
		border-top: 1px solid #ccc;
		color: #41a4dd;
		font-size: 20px;
	}
	.form dl.table dt{
		padding:15px 10px 0 10px;
		width: 100%;
		border-top: 1px solid #ccc;
		color: #313131;
		font-size: 20px;
	}

	main dl.table dd,
	.form dl.table dd{
		padding:0 10px 15px 10px;
		border-top: none;
		width: 100%;
	}
	main dl.table>div:last-child dt{
		border-bottom: none;
	}
	main dl.table>div:last-child dd{
		border-bottom: 1px solid #ccc;
	}
	.form dt.req::after{;
		right: 10px;
	}
}
@media screen and (max-width: 560px) {
	#p-navi{
		margin-top: 100px;
	}
	div.base {
		padding: 20px 0 80px 0;
	}
	
	main section {
		padding: 20px;
	}
	main h1{
		font-size: 50px;
	}
	main h1 span.s-h{
		font-size: 20px;
	}
	main h2{
		padding-bottom: 20px;
		font-size: 24px;
	}
	/*採用情報*/
	#recruit br.pc{
		display: none;
	}
	/*タブ切替*/
	.tab-scroll label {
		font-size: 14px;
	}
}
@media screen and (max-width: 430px) {
	/*パートナー企業募集*/
	.box-g{
		padding: 25px;
	}
	#partner .box-g .pc{
		display: none;
	}
}