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

/*
80.資料ダウンロード
81.資料ダウンロード＿サンクスページ
90.中途採用情報＿一覧
91.中途採用情報＿カテゴリ一覧（検索結果がある場合）
92.中途採用情報＿カテゴリ一覧（検索結果がない場合）
93.中途採用情報＿個別
94.中途採用情報＿サンクスページ
100.お役立ちブログ＿一覧
101.お役立ちブログ＿カテゴリ一覧
102.お役立ちブログ＿個別
110.お問い合わせ
111.お問い合わせ＿サンクスページ
120.個人情報保護方針
*/

/*
80.資料ダウンロード
110.お問い合わせ
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*共通_メインビジュアル*/
	#common_mv {
		position: relative;
		width: 100%;
		height: 400px;
		background-image: linear-gradient(130deg, #00A2D5, #008CD5);
	}
	
	#common_mv h1 {
		position: absolute;
		top: 95px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 100%;
		padding-bottom: 28px;
		font-size: 40px;
		font-weight: 700;
		letter-spacing: 4px;
		line-height: 40px;
		text-align: center;
		color: #fff;
	}
	
	#common_mv h1::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 100px;
		height: 2px;
		background: #fff;
	}
	
	#common_mv h1 font {
		display: block;
		position: relative;
		margin: 0 auto 20px auto;
		font-size: 20px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 2px;
		line-height: 20px;
		text-align: center;
		color: #fff;
	}
	
	#common_mv p {
		position: absolute;
		top: 250px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 100%;
		font-size: 22px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 32px;
		text-align: center;
		color: #fff;
	}
	
	/*共通_見出し*/
	.common_title {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.common_title h2 {
		font-size: 38px;
		font-weight: 700;
		letter-spacing: 3px;
		line-height: 38px;
		text-align: center;
		color: #313131;
	}
	
	.common_title h2 font {
		display: block;
		position: relative;
		margin: 0 auto 20px auto;
		font-size: 20px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 2px;
		line-height: 20px;
		text-align: center;
		color: #2CB4E6;
	}
	
	.common_title h2 small {
		font-size: 24px;
		line-height: 24px;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*共通_メインビジュアル*/
	#common_mv {
		position: relative;
		width: 100%;
		height: 270px;
		background-image: linear-gradient(130deg, #00A2D5, #008CD5);
	}
	
	#common_mv h1 {
		position: absolute;
		top: 60px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 100%;
		padding-bottom: 18px;
		font-size: 25px;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 25px;
		text-align: center;
		color: #fff;
	}
	
	#common_mv h1::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 50px;
		height: 2px;
		background: #fff;
	}
	
	#common_mv h1 font {
		display: block;
		position: relative;
		margin: 0 auto 15px auto;
		font-size: 15px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: center;
		color: #fff;
	}
	
	#common_mv p {
		position: absolute;
		top: 160px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 100%;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: center;
		color: #fff;
	}
	
	/*共通_見出し*/
	.common_title {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.common_title h2 {
		font-size: 24px;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 24px;
		text-align: center;
		color: #313131;
	}
	
	.common_title h2 font {
		display: block;
		position: relative;
		margin: 0 auto 12px auto;
		font-size: 15px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: center;
		color: #2CB4E6;
	}
	
	.common_title h2 small {
		font-size: 15px;
		line-height: 15px;
	}

}

/*80.資料ダウンロード*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#download {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#download .con {
		position: relative;
		width: 100%;
		height: auto;
		padding: 110px 0 0 0;
	}
	
	/*「今すぐ依頼」でなくても大丈夫です*/
	#download .con .dl01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 60px auto;
	}
	
	#download .con .dl01 h2 {
		margin: 0 auto 30px auto;
		font-size: 32px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 32px;
		color: #21A7D8;
		text-align: center;
	}
	
	#download .con .dl01 p {
		text-align: center;
		line-height: 32px;
	}
	
	/*ダウンロードできる資料一覧*/
	#download .con .dl02 {
		position: relative;
		width: 980px;
		height: auto;
		margin: 0 auto 90px auto;
	}
	
	#download .con .dl02 h2 {
		position: relative;
		padding: 23px 0 23px 75px;
		font-size: 26px;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 26px;
		text-align: left;
		color: #fff;
		background: linear-gradient(130deg, #00A2D5, #008CD5);
	}
	
	#download .con .dl02 h2::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 35px;
		transform: translateY(-50%) translateX(0);
		width: 8px;
		height: 32px;
		background: #fff;
	}
	
	#download .con .dl02 .ptn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		position: relative;
		width: 900px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 60px 40px 60px 40px;
		border-bottom: solid 1px #C1C1C1;
	}
	
	#download .con .dl02 .ptn .img {
		position: relative;
		width: 230px;
		height: auto;
	}
	
	#download .con .dl02 .ptn .img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#download .con .dl02 .ptn .text {
		position: relative;
		width: 580px;
		height: auto;
		padding: 10px 0 0 0;
	}
	
	#download .con .dl02 .ptn .text h3 {
		margin-bottom: 30px;
		font-size: 24px;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 24px;
		text-align: left;
		color: #21A7D8;
	}
	
	#download .con .dl02 .ptn .text h4 {
		display: table;
		position: relative;
		margin: 20px auto 22px 0;
		padding: 10px 20px 12px 40px;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #fff;
		background: #21A7D8;
		border-radius: 2px;
	}
	
	#download .con .dl02 .ptn .text h4::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translateY(-50%) translateX(0);
		width: 16px;
		height: 16px;
		background-image: url(/wp-content/themes/cf_theme/images/post/check_white.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#download .con .dl02 .ptn .text .indent {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#download .con .dl02 .ptn .text .indent p {
		line-height: 32px;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	#download .con .dl02 .ptn .text .indent p.kome {
		margin-top: 5px;
	}
	
	/*資料請求について*/
	#download .con .dl03 {
		position: relative;
		width: 770px;
		height: auto;
		margin: 0 auto 90px auto;
	}
	
	#download .con .dl03 .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 50px auto 0 auto;
	}
	
	#download .con .dl03 .text p {
		line-height: 32px;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	/*資料を読んだあとの次のステップ*/
	#download .con .dl04 {
		position: relative;
		width: 1040px;
		height: auto;
		padding: 80px 0 95px 0;
		margin: 0 auto 90px auto;
		background: #F3F3F3;
	}
	
	#download .con .dl04 .text {
		position: relative;
		width: 460px;
		height: auto;
		margin: 50px auto 0 auto;
	}
	
	#download .con .dl04 .text p {
		line-height: 32px;
	}
	
	/*よくある質問*/
	#download .con .dl05 {
		position: relative;
		width: 600px;
		height: auto;
		margin: 0 auto 90px auto;
	}
	
	#download .con .dl05 .common_title {
		margin: 0 auto 45px auto;
	}
	
	#download .con .dl05 .ptn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	#download .con .dl05 .ptn h3 {
		position: relative;
		padding: 20px 0 20px 90px;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 20px;
		text-align: left;
		color: #313131;
	}
	
	#download .con .dl05 .ptn h3 font {
		position: absolute;
		top: 15px;
		left: 18px;
		font-size: 26px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: center;
		color: #fff;
	}
	
	#download .con .dl05 .ptn h3 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 60px;
		height: 60px;
		background: linear-gradient(130deg, #008CD5, #00A2D5);
		border-radius: 100px;
	}
	
	#download .con .dl05 .ptn p {
		position: relative;
		margin: 20px auto 0 auto;
		padding: 0 0 0 90px;
	}
	
	#download .con .dl05 .ptn p font {
		position: absolute;
		top: 0;
		left: 20px;
		font-size: 26px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: center;
		color: #21A7D8;
	}
	
	/*資料ダウンロード専用お問合せフォーム*/
	#download .con .form {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 90px 0 95px 0;
		background: linear-gradient(130deg, #EDF6FA, #D8F5FD);
	}
	
	#download .con .form .text {
		position: relative;
		width: 540px;
		height: auto;
		margin: 50px auto 65px auto;
	}
	
	#download .con .form .text p {
		line-height: 32px;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	#download .con .form .cf7 {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#download {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#download .con {
		position: relative;
		width: 100%;
		height: auto;
		padding: 65px 0 65px 0;
	}
	
	/*「今すぐ依頼」でなくても大丈夫です*/
	#download .con .dl01 {
		position: relative;
		width: 360px;
		height: auto;
		margin: 0 auto 70px auto;
	}
	
	#download .con .dl01 h2 {
		margin: 0 auto 25px auto;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		color: #21A7D8;
		text-align: center;
	}
	
	#download .con .dl01 p {
		text-align:left;
		line-height: 26px;
	}
	
	/*ダウンロードできる資料一覧*/
	#download .con .dl02 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 60px auto;
	}
	
	#download .con .dl02 h2 {
		position: relative;
		padding: 16px 0 16px 45px;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #fff;
		background: linear-gradient(130deg, #00A2D5, #008CD5);
	}
	
	#download .con .dl02 h2::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 22px;
		transform: translateY(-50%) translateX(0);
		width: 6px;
		height: 22px;
		background: #fff;
	}
	
	#download .con .dl02 .ptn {
		position: relative;
		width: 350px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 30px 0 25px 0;
		border-bottom: solid 1px #C1C1C1;
	}
	
	#download .con .dl02 .ptn .img {
		display: none;
	}
	
	#download .con .dl02 .ptn .text {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#download .con .dl02 .ptn .text h3 {
		font-size: 17px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: center;
		color: #21A7D8;
	}
	
	#download .con .dl02 .ptn .text img {
		display: block;
		position: relative;
		width: 150px;
		height: auto;
		margin: 30px auto 25px auto;
		object-fit: cover;
		object-position: center;
	}
	
	#download .con .dl02 .ptn .text h4 {
		display: table;
		position: relative;
		margin: 25px auto 10px 0;
		padding: 9px 12px 10px 30px;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #fff;
		background: #21A7D8;
		border-radius: 1px;
	}
	
	#download .con .dl02 .ptn .text h4::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 9px;
		transform: translateY(-50%) translateX(0);
		width: 13px;
		height: 13px;
		background-image: url(/wp-content/themes/cf_theme/images/post/check_white.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#download .con .dl02 .ptn .text .indent {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#download .con .dl02 .ptn .text .indent p {
		line-height: 26px;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	#download .con .dl02 .ptn .text .indent p.kome {
		margin-top: 3px;
	}
	
	/*資料請求について*/
	#download .con .dl03 {
		position: relative;
		width: 350px;
		height: auto;
		margin: 0 auto 40px auto;
	}
	
	#download .con .dl03 .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 35px auto 0 auto;
	}
	
	#download .con .dl03 .text p {
		line-height: 26px;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	/*資料を読んだあとの次のステップ*/
	#download .con .dl04 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 60px 0 70px 0;
		margin: 0 auto 60px auto;
		background: #F3F3F3;
	}
	
	#download .con .dl04 .common_title h2 {
		line-height: 30px;
	}
	
	#download .con .dl04 .text {
		position: relative;
		width: 310px;
		height: auto;
		margin: 32px auto 0 auto;
	}
	
	#download .con .dl04 .text p {
		line-height: 26px;
	}
	
	/*よくある質問*/
	#download .con .dl05 {
		position: relative;
		width: 350px;
		height: auto;
		margin: 0 auto 60px auto;
	}
	
	#download .con .dl05 .common_title {
		margin: 0 auto 35px auto;
	}
	
	#download .con .dl05 .ptn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 0 auto;
	}
	
	#download .con .dl05 .ptn h3 {
		position: relative;
		padding: 10px 0 10px 45px;
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		color: #313131;
	}
	
	#download .con .dl05 .ptn h3 font {
		position: absolute;
		top: 10px;
		left: 9px;
		font-size: 18px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #fff;
	}
	
	#download .con .dl05 .ptn h3 font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 35px;
		height: 35px;
		background: linear-gradient(130deg, #008CD5, #00A2D5);
		border-radius: 100px;
	}
	
	#download .con .dl05 .ptn p {
		position: relative;
		margin: 15px auto 0 auto;
		padding: 0 0 0 45px;
	}
	
	#download .con .dl05 .ptn p font {
		position: absolute;
		top: 2px;
		left: 10px;
		font-size: 18px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #21A7D8;
	}
	
	/*資料ダウンロード専用お問合せフォーム*/
	#download .con .form {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 60px 0 65px 0;
		background: linear-gradient(130deg, #EDF6FA, #D8F5FD);
	}
	
	#download .con .form .common_title h2 {
		line-height: 30px;
	}
	
	#download .con .form .text {
		position: relative;
		width: 350px;
		height: auto;
		margin: 35px auto 50px auto;
	}
	
	#download .con .form .text p {
		line-height: 26px;
	}
	
	#download .con .form .text p.indent {
		text-indent: -1em;
		padding-left: 1em;
	}
	
	#download .con .form .cf7 {
		position: relative;
		width: 350px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	

}

/*
90.中途採用情報＿一覧
91.中途採用情報＿カテゴリ一覧（検索結果がある場合）
92.中途採用情報＿カテゴリ一覧（検索結果がない場合）
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#recruit_l {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 90px auto;
	}
	
	/*メインビジュアル*/
	#recruit_l .mv {
		position: relative;
		width: 100%;
		height: 580px;
		background-image: url(/wp-content/themes/cf_theme/images/post/recruit_mv_pc.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#recruit_l .mv h1 {
		z-index: 2;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 780px;
		font-size: 28px;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 28px;
		text-align: center;
		color: #313131;
	}
	
	#recruit_l .mv h1 font {
		display: block;
		position: relative;
		margin: 0 auto 25px auto;
		font-size: 80px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 8px;
		line-height: 80px;
		text-align: center;
		color: #2CB4E6;
	}
	
	#recruit_l .mv h1 small {
		position: absolute;
		top: -30px;
		left: 0;
		font-size: 55px;
		font-family: "Babylonica", cursive;
		font-weight: 400;
		letter-spacing: 5px;
		line-height: 55px;
		color: #FEE873;
	}
	
	#recruit_l .mv .img {
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 1340px;
		height: auto;
	}
	
	#recruit_l .mv .img img {
		display: block;
		object-fit: cover;
		object-position: center;
	}
	
	#recruit_l .mv .img img:nth-of-type(1) {
		position: relative;
		width: 250px;
		height: 185px;
		margin: 0 auto 30px 100px;
	}
	
	#recruit_l .mv .img img:nth-of-type(2) {
		position: relative;
		width: 230px;
		height: 175px;
		margin: 0 auto 0 -80px;
	}
	
	#recruit_l .mv .img img:nth-of-type(3) {
		position: relative;
		width: 170px;
		height: 125px;
		margin: -30px auto 0 250px;
	}
	
	#recruit_l .mv .img img:nth-of-type(4) {
		position: absolute;
		top: 50px;
		right: 100px;
		width: 250px;
		height: 190px;
	}
	#recruit_l .mv .img img:nth-of-type(5) {
		position: absolute;
		bottom: 30px;
		right: 0;
		width: 240px;
		height: 180px;
	}
	
	/*検索*/
	#recruit_l .search {
		position: relative;
		width: 1020px;
		height: auto;
		margin: 90px auto 60px auto;
	}
	
	#recruit_l .search h2 {
		position: relative;
		padding-left: 55px;
		font-size: 28px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 28px;
		text-align: left;
		color: #313131;
	}
	
	#recruit_l .search h2 img {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 40px;
		height: auto;
	}
	
	#recruit_l .search table {
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 0 auto;
		border-collapse: collapse;
	}
	
	#recruit_l .search table tr th {
		position: relative;
		width: 300px;
		padding: 20px 0 20px 0;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #313131;
		box-sizing: border-box;
		vertical-align: top;
	}
	
	#recruit_l .search table tr th small {
		font-size: 18px;
		font-weight: 400;
		line-height: 18px;
	}
	
	#recruit_l .search table tr td {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 720px;
		padding: 0 0 20px 0;
		box-sizing: border-box;
	}
	
	#recruit_l .search table tr td label {
		display: block;
		position: relative;
		width: auto;
		margin: 0 10px 10px 0;
		padding: 15px 22px 15px 42px;
		color: #484848;
		background: #F2F2F2;
		border: solid 1px #F2F2F2;
		border-radius: 100px;
		box-sizing: border-box;
		transition: 0.3s;
	}
	
	#recruit_l .search table tr td label:hover {
		color: #2291BA;
		background: #F2F2F2;
		border: solid 1px #F2F2F2;
	}
	
	#recruit_l .search table tr td label.active {
		color: #2291BA;
		background: #F0FCFF;
		border: solid 1px #2291BA;
	}
	
	#recruit_l .search button {
		display: block;
		position: relative;
		width: 360px;
		height: auto;
		margin: 10px auto 0 auto;
		padding: 25px 0 25px 0;
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #21A7D8;
		border: solid 1px #21A7D8;
		border-radius: 100px;
		box-sizing: border-box;
		text-decoration: none;
		transition: 0.4s;
	}
	
	#recruit_l .search button:hover {
		color: #21A7D8;
		background: #fff;
		border: solid 1px #21A7D8;
	}
	
	/*プラス＆チェックマーク設定*/
	#recruit_l .search td label {
		position: relative;
		display: inline-flex;
		align-items: center;
		cursor: pointer;	
	}

	#recruit_l .search td label input {
		display: none;
	}

	#recruit_l .search td label::before {
		content: "+";
		position: absolute;
		top: 50%;
		left: 14px;
		transform: translateY(-50%);
		width: 20px;
		height: 20px;
		display: grid;
		place-items: center;
		font-size: 16px;
		font-weight: 500;
		line-height: 1;
		color: #A5A5A5;
	}

	#recruit_l .search td label:has(input:checked) {
		color: #fff;
	}

	#recruit_l .search td label:has(input:checked)::before {
		content: "✓";
		font-weight: 700;
		color: #2291BA;
	}
	
	/*記事取得*/
	#recruit_l .loop {
		position: relative;
		width: 980px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#recruit_l .loop a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 40px 0;
		border-bottom: solid 1px #D0D0D0;
		transition: 0.3s;
	}
	
	#recruit_l .loop a .img {
		position: relative;
		width: 260px;
		height: 195px;
		overflow: hidden;
	}
	
	#recruit_l .loop a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 195px;
		object-fit: cover;
		object-position: center;
		transition: 0.3s;
	}
	
	#recruit_l .loop a .text {
		position: relative;
		width: 660px;
		height: auto;
	}
	
	#recruit_l .loop a .text p.sub {
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #2CB4E6;
	}
	
	#recruit_l .loop a .text h3 {
		margin: 15px auto 30px auto;
		font-size: 22px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 32px;
		text-align: left;
		color: #313131;
	}
	
	#recruit_l .loop a .text .cat {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 15px auto;
	}
	
	#recruit_l .loop a .text .cat font {
		display: table;
		position: relative;
		padding: 8px 15px 9px 15px;
		margin-right: 15px;
		font-size: 14px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #fff;
		background: linear-gradient(130deg, #00A2D5, #008CD5);
		border-radius: 100px;
	}
	
	#recruit_l .loop a .text p.money {
		margin: 15px auto 15px auto;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: left;
		color: #6C6C6C;
	}
	
	#recruit_l .loop a .text .tag {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#recruit_l .loop a .text .tag font {
		display: block;
		position: relative;
		margin: 0 18px 12px 0;
		font-size: 15px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: left;
		color: #6C6C6C;
	}
	
	#recruit_l .loop a:hover .img img {
		transform: scale(1.2);
	}
	
	#recruit_l .pagination {
		margin-top: 40px;
	}
	
	/*検索結果がない場合*/
	.no_search {
		position: relative;
		width: 100%;
		height: auto;
		margin: -40px auto 30px auto;
		padding: 100px 0 0 0;
	}
	
	.no_search p {
		font-size: 22px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 22px;
		text-align: center;
		color: #313131;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#recruit_l {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 60px auto;
	}
	
	/*メインビジュアル*/
	#recruit_l .mv {
		position: relative;
		width: 100%;
		height: 460px;
		background-image: url(/wp-content/themes/cf_theme/images/post/recruit_mv_smp.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#recruit_l .mv h1 {
		z-index: 2;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 340px;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #313131;
	}
	
	#recruit_l .mv h1 font {
		display: block;
		position: relative;
		margin: 0 auto 12px auto;
		font-size: 50px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 5px;
		line-height: 50px;
		text-align: center;
		color: #2CB4E6;
	}
	
	#recruit_l .mv h1 small {
		position: absolute;
		top: -20px;
		left: 0;
		font-size: 38px;
		font-family: "Babylonica", cursive;
		font-weight: 400;
		letter-spacing: 3px;
		line-height: 38px;
		color: #FEE873;
	}
	
	#recruit_l .mv .img {
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 100%;
		height: auto;
	}
	
	#recruit_l .mv .img img {
		display: block;
		object-fit: cover;
		object-position: center;
	}
	
	#recruit_l .mv .img img:nth-of-type(1) {
		position: relative;
		width: 100px;
		height: 75px;
		margin: 0 auto 185px 55px;
	}
	
	#recruit_l .mv .img img:nth-of-type(2) {
		position: relative;
		width: 125px;
		height: 93px;
		margin: 0 auto 0 0;
	}
	
	#recruit_l .mv .img img:nth-of-type(3) {
		position: relative;
		width: 100px;
		height: 75px;
		margin: -40px auto 0 100px;
	}
	
	#recruit_l .mv .img img:nth-of-type(4) {
		position: absolute;
		top: 20px;
		right: 35px;
		width: 110px;
		height: 83px;
	}
	#recruit_l .mv .img img:nth-of-type(5) {
		position: absolute;
		bottom: 20px;
		right: 0;
		width: 120px;
		height: 90px;
	}
	
	/*検索*/
	#recruit_l .search {
		position: relative;
		width: 350px;
		height: auto;
		margin: 60px auto 60px auto;
	}
	
	#recruit_l .search h2 {
		position: relative;
		padding-left: 35px;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #313131;
	}
	
	#recruit_l .search h2 img {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 25px;
		height: auto;
	}
	
	#recruit_l .search table {
		position: relative;
		width: 100%;
		height: auto;
		margin: 35px auto 0 auto;
		border-collapse: collapse;
	}
	
	#recruit_l .search table tr th {
		display: block;
		position: relative;
		width: 100%;
		padding: 0 0 15px 0;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #313131;
		box-sizing: border-box;
	}
	
	#recruit_l .search table tr th small {
		font-size: 15px;
		font-weight: 400;
		line-height: 15px;
	}
	
	#recruit_l .search table tr td {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		padding: 0 0 20px 0;
		box-sizing: border-box;
	}
	
	#recruit_l .search table tr td label {
		display: block;
		position: relative;
		width: auto;
		margin: 0 10px 10px 0;
		padding: 12px 14px 12px 34px;
		color: #484848;
		background: #F2F2F2;
		border: solid 1px #F2F2F2;
		border-radius: 100px;
		box-sizing: border-box;
	}
	
	#recruit_l .search table tr td label.active {
		color: #2291BA;
		background: #F0FCFF;
		border: solid 1px #2291BA;
	}
	
	#recruit_l .search button {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		margin: 10px auto 0 auto;
		padding: 14px 0 14px 0;
		font-size: 15px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: center;
		color: #fff;
		background: #21A7D8;
		border: solid 1px #21A7D8;
		border-radius: 100px;
		box-sizing: border-box;
		text-decoration: none;
	}
	
	/*プラス＆チェックマーク設定*/
	#recruit_l .search td label {
		position: relative;
		display: inline-flex;
		align-items: center;
		cursor: pointer;	
	}

	#recruit_l .search td label input {
		display: none;
	}

	#recruit_l .search td label::before {
		content: "+";
		position: absolute;
		top: 50%;
		left: 9px;
		transform: translateY(-50%);
		width: 20px;
		height: 20px;
		display: grid;
		place-items: center;
		font-weight: 500;
		line-height: 1;
		color: #A5A5A5;
	}

	#recruit_l .search td label:has(input:checked) {
		color: #fff;
	}

	#recruit_l .search td label:has(input:checked)::before {
		content: "✓";
		font-weight: 700;
		color: #2291BA;
	}
	
	/*記事取得*/
	#recruit_l .loop {
		position: relative;
		width: 350px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#recruit_l .loop a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
		padding: 20px 0 20px 0;
		border-bottom: solid 1px #D0D0D0;
	}
	
	#recruit_l .loop a .img {
		position: relative;
		width: 240px;
		height: 175px;
		margin: 0 auto 0 auto;
		overflow: hidden;
	}
	
	#recruit_l .loop a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 175px;
		object-fit: cover;
		object-position: center;
	}
	
	#recruit_l .loop a .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20PX auto 0 auto;
	}
	
	#recruit_l .loop a .text p.sub {
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		color: #2CB4E6;
	}
	
	#recruit_l .loop a .text h3 {
		margin: 10px auto 20px auto;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #313131;
	}
	
	#recruit_l .loop a .text .cat {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 15px auto;
	}
	
	#recruit_l .loop a .text .cat font {
		display: table;
		position: relative;
		padding: 7px 10px 8px 10px;
		margin-right: 5px;
		font-size: 14px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: left;
		color: #fff;
		background: linear-gradient(130deg, #00A2D5, #008CD5);
		border-radius: 100px;
	}
	
	#recruit_l .loop a .text p.money {
		margin: 15px auto 12px auto;
		font-size: 13px;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 13px;
		text-align: left;
		color: #6C6C6C;
	}
	
	#recruit_l .loop a .text .tag {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#recruit_l .loop a .text .tag font {
		display: block;
		position: relative;
		margin: 0 9px 7px 0;
		font-size: 13px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 13px;
		text-align: left;
		color: #6C6C6C;
	}
	
	#recruit_l .pagination {
		margin-top: 20px;
	}
	
	/*検索結果がない場合*/
	.no_search {
		position: relative;
		width: 100%;
		height: auto;
		margin: -50px auto 30px auto;
		padding: 60px 0 0 0;
	}
	
	.no_search p {
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #313131;
	}
	

}

/*
93.中途採用情報＿個別
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#recruit_p {
		position: relative;
		width: 100%;
		height: auto;
		margin: 70px auto 0 auto;
	}
	
	/*記事タイトル*/
	#recruit_p .title {
		z-index: 2;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 1280px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#recruit_p .title .text {
		position: relative;
		width: 660px;
		height: auto;
		margin: 0 auto 0 60px;
	}
	
	#recruit_p .title .text p.sub_title {
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 28px;
		color: #2CB4E6;
	}
	
	#recruit_p .title .text h1 {
		margin: 15px auto 30px auto;
		font-size: 28px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 38px;
		text-align: left;
		color: #313131;
	}
	
	#recruit_p .title .text .cat {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 15px auto;
	}
	
	#recruit_p .title .text .cat font {
		display: table;
		position: relative;
		padding: 8px 15px 9px 15px;
		margin-right: 15px;
		font-size: 14px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #fff;
		background: linear-gradient(130deg, #00A2D5, #008CD5);
		border-radius: 100px;
	}
	
	#recruit_p .title .text .tag {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#recruit_p .title .text .tag font {
		display: block;
		position: relative;
		margin: 0 20px 15px 0;
		font-size: 15px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: left;
		color: #6C6C6C;
	}
	
	#recruit_p .title .img {
		position: relative;
		width: 520px;
		height: 390px;
		margin-right: -40px;
		overflow: hidden;
	}
	
	#recruit_p .title .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 390px;
		object-fit: cover;
		object-position: center;
	}
	
	/*仕事内容＆給与*/
	#recruit_p .acf01 {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		padding: 55px 0 30px 0;
		margin: -55px auto 0 auto;
		background: linear-gradient(130deg, #00A2D5, #008CD5);
	}
	
	#recruit_p .acf01 .text {
		position: relative;
		width: 1160px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#recruit_p .acf01 .text h3 {
		position: relative;
		padding-left: 45px;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #fff;
	}
	
	#recruit_p .acf01 .text h3 img {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 30px;
		height: auto;
	}
	
	#recruit_p .acf01 .text .text_box {
		margin: 15px auto 50px auto;
	}
	
	#recruit_p .acf01 .text .text_box p {
		color: #fff;
	}
	
	/*画像挿入*/
	#recruit_p .acf02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		position: relative;
		width: 1050px;
		height: auto;
		margin: 60px auto 90px auto;
	}
	
	#recruit_p .acf02 img {
		display: block;
		position: relative;
		width: 330px;
		height: 205px;
		margin: 0 10px 0 10px;
		object-fit: cover;
		object-position: center;
	}
	
	/*3つの良いところ*/
	#recruit_p .merit {
		position: relative;
		width: 100%;
		height: auto;
		padding: 90px 0 90px 0;
		background-image: url(/wp-content/themes/cf_theme/images/post/recruit_merit_backimg.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#recruit_p .merit h2 {
		position: relative;
		width: 1280px;
		margin: 0 auto 62px auto;
		font-size: 30px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: center;
		color: #313131;
	}
	
	#recruit_p .merit h2 span {
		position: absolute;
		bottom: -20px;
		right: 320px;
		transform: rotate(-8deg);
		font-size: 30px;
		font-family: "Babylonica", cursive;
		font-weight: 400;
		letter-spacing: 2px;
		line-height: 30px;
		color: #FEE873;
	}
	
	#recruit_p .merit h2 big {
		position: relative;
		margin: 0 15px 0 15px;
		font-size: 70px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		line-height: 70px;
		color: #21A7D8;
	}
	
	#recruit_p .merit h2::before,
	#recruit_p .merit h2::after {
		content: "";
		position: absolute;
		top: 70%;
		transform: translateY(-50%) translateX(0);
		width: 390px;
		height: 24px;
		background-image: url(/wp-content/themes/cf_theme/images/post/recruit_merit_h2.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#recruit_p .merit h2::before {
		left: 0;
	}
	
	#recruit_p .merit h2::after {
		right: 0;
	}
	
	#recruit_p .merit .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 1240px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#recruit_p .merit .con .ptn {
		position: relative;
		width: 380px;
		height: auto;
	}
	
	#recruit_p .merit .con .ptn img {
		z-index: 0;
		display: block;
		position: relative;
		width: 100%;
		height: 255px;
		object-fit: cover;
		object-position: center;
	}
	
	#recruit_p .merit .con .ptn h3 {
		display: table;
		position: relative;
		margin-top: -20px;
		padding: 10px 20px 10px 20px;
		font-size: 16px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 2px;
		line-height: 16px;
		text-align: left;
		color: #fff;
		background: linear-gradient(130deg, #008CD5, #00A2D5);
	}
	
	#recruit_p .merit .con .ptn h4 font {
		margin-top: 4px;
		display: table;
		padding: 10px 10px 12px 10px;
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: left;
		color: #313131;
		background: #fff;
	}
	
	#recruit_p .merit .con .ptn p {
		margin-top: 20px;
		color: #484848;
	}
	
	/*募集内容*/
	#recruit_p .acf03 {
		position: relative;
		width: 1060px;
		height: auto;
		margin: 90px auto 90px auto;
	}
	
	#recruit_p .acf03 table {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 0 auto;
		border-collapse: collapse;
	}
	
	#recruit_p .acf03 table tr {
		border-top: solid 1px #D9D9D9;
		border-bottom: solid 1px #D9D9D9;
	}
	
	#recruit_p .acf03 table tr th {
		position: relative;
		width: 240px;
		padding: 35px 0 0 30px;
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #fff;
		vertical-align: top;
		box-sizing: border-box;
		background: #2291BA;
	}
	
	#recruit_p .acf03 table tr td {
		position: relative;
		width: 820px;
		padding: 30px 45px 30px 45px;
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #484848;
		box-sizing: border-box;
	}
	
	/*エントリーフォーム*/
	#recruit_p .entryform {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 80px 0 90px 0;
		background: linear-gradient(130deg, #EDF6FA, #D8F5FD);
	}
	
	#recruit_p .entryform .cf7 {
		width: 1100px;
		height: auto;
		margin: 65px auto 0 auto;
		padding: 50px 90px 60px 90px;
		background: #fff;
		box-sizing: border-box;
		border-radius: 20px;
	}
	
	#recruit_p .entryform .cf7 table tr th {
		padding-left: 0;
	}
	
	#recruit_p .entryform .cf7 table tr td {
		padding-right: 0;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#recruit_p {
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 60px auto;
	}
	
	/*記事タイトル*/
	#recruit_p .title {
		z-index: 2;
		position: relative;
		width: 350px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#recruit_p .title .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	#recruit_p .title .text p.sub_title {
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 20px;
		color: #2CB4E6;
	}
	
	#recruit_p .title .text h1 {
		margin: 18px auto 25px auto;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: left;
		color: #313131;
	}
	
	#recruit_p .title .text .cat {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 15px auto;
	}
	
	#recruit_p .title .text .cat font {
		display: table;
		position: relative;
		padding: 7px 11px 8px 11px;
		margin-right: 7px;
		font-size: 14px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: left;
		color: #fff;
		background: linear-gradient(130deg, #00A2D5, #008CD5);
		border-radius: 100px;
	}
	
	#recruit_p .title .text .tag {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
		margin: 25px auto 0 auto;
	}
	
	#recruit_p .title .text .tag font {
		display: block;
		position: relative;
		margin: 0 10px 8px 0;
		font-size: 13px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 13px;
		text-align: left;
		color: #6C6C6C;
	}
	
	#recruit_p .title .img {
		position: relative;
		width: 280px;
		height: 200px;
		margin: 30px auto 0 auto;
		overflow: hidden;
	}
	
	#recruit_p .title .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		object-fit: cover;
		object-position: center;
	}
	
	/*仕事内容＆給与*/
	#recruit_p .acf01 {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		padding: 90px 0 5px 0;
		margin: -60px auto 0 auto;
		background: linear-gradient(130deg, #00A2D5, #008CD5);
	}
	
	#recruit_p .acf01 .text {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#recruit_p .acf01 .text h3 {
		position: relative;
		padding-left: 28px;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #fff;
	}
	
	#recruit_p .acf01 .text h3 img {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 20px;
		height: auto;
	}
	
	#recruit_p .acf01 .text .text_box {
		margin: 9px auto 25px auto;
	}
	
	#recruit_p .acf01 .text .text_box p {
		color: #fff;
	}
	
	/*画像挿入*/
	#recruit_p .acf02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		position: relative;
		width: 350px;
		height: auto;
		margin: 30px auto 50px auto;
	}
	
	#recruit_p .acf02 img {
		display: block;
		position: relative;
		width: 165px;
		height: 102px;
		margin: 0 5px 10px 5px;
		object-fit: cover;
		object-position: center;
	}
	
	/*3つの良いところ*/
	#recruit_p .merit {
		position: relative;
		width: 100%;
		height: auto;
		padding: 48px 0 45px 0;
		background-image: url(/wp-content/themes/cf_theme/images/post/recruit_merit_backimg.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#recruit_p .merit h2 {
		position: relative;
		width: 370px;
		margin: 0 auto 30px auto;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #313131;
	}
	
	#recruit_p .merit h2 span {
		position: absolute;
		bottom: -10px;
		right: 20px;
		transform: rotate(-8deg);
		font-size: 16px;
		font-family: "Babylonica", cursive;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 16px;
		color: #FEE873;
	}
	
	#recruit_p .merit h2 big {
		position: relative;
		margin: 0 7px 0 7px;
		font-size: 35px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		line-height: 35px;
		color: #21A7D8;
	}
	
	#recruit_p .merit h2::before,
	#recruit_p .merit h2::after {
		content: "";
		position: absolute;
		top: 70%;
		transform: translateY(-50%) translateX(0);
		width: 80px;
		height: 12px;
		background-image: url(/wp-content/themes/cf_theme/images/post/recruit_merit_h2_smp.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#recruit_p .merit h2::before {
		left: -10px;
	}
	
	#recruit_p .merit h2::after {
		right: -10px;
	}
	
	#recruit_p .merit .con {
		position: relative;
		width: 240px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#recruit_p .merit .con .ptn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 25px auto;
	}
	
	#recruit_p .merit .con .ptn:nth-of-type(3) {
		margin-bottom: 0;
	}
	
	#recruit_p .merit .con .ptn img {
		z-index: 0;
		display: block;
		position: relative;
		width: 100%;
		height: 160px;
		object-fit: cover;
		object-position: center;
	}
	
	#recruit_p .merit .con .ptn h3 {
		display: table;
		position: relative;
		margin-top: -11px;
		padding: 5px 10px 5px 10px;
		font-size: 13px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 13px;
		text-align: left;
		color: #fff;
		background: linear-gradient(130deg, #008CD5, #00A2D5);
	}
	
	#recruit_p .merit .con .ptn h4 font {
		margin-top: 2.5px;
		display: table;
		padding: 5px 10px 6px 10px;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #313131;
		background: #fff;
	}
	
	#recruit_p .merit .con .ptn p {
		margin-top: 10px;
		color: #484848;
	}
	
	/*募集内容*/
	#recruit_p .acf03 {
		position: relative;
		width: 350px;
		height: auto;
		margin: 50px auto 25px auto;
	}
	
	#recruit_p .acf03 table {
		position: relative;
		width: 100%;
		height: auto;
		margin: 35px auto 0 auto;
		border-collapse: collapse;
	}
	
	#recruit_p .acf03 table tr {
		
	}
	
	#recruit_p .acf03 table tr th {
		display: block;
		position: relative;
		width: 100%;
		padding: 13px 0 13px 20px;
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #fff;
		box-sizing: border-box;
		background: #2291BA;
	}
	
	#recruit_p .acf03 table tr td {
		display: block;
		position: relative;
		width: 100%;
		padding: 15px 20px 20px 20px;
		font-size: 15px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		color: #484848;
		box-sizing: border-box;
	}
	
	/*エントリーフォーム*/
	#recruit_p .entryform {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 60px 0 62px 0;
		background: linear-gradient(130deg, #EDF6FA, #D8F5FD);
	}
	
	#recruit_p .entryform .cf7 {
		width: 375px;
		height: auto;
		margin: 35px auto 0 auto;
		padding: 32px 15px 32px 15px;
		background: #fff;
		box-sizing: border-box;
		border-radius: 10px;
	}
	

}

/*110.お問い合わせ*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#contact {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#contact .con {
		position: relative;
		width: 100%;
		height: auto;
		margin: 90px auto 90px auto;
	}
	
	#contact .con .tel {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#contact .con .tel .text {
		position: relative;
		width: 750px;
		height: auto;
		margin: 50px auto 0 auto;
	}
	
	#contact .con .tel .text p {
		text-align: center;
	}
	
	#contact .con .tel .text .flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 100%;
		height: auto;
		margin: 25px auto 0 auto;
	}
	
	#contact .con .tel .text .flex a {
		font-size: 34px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 2px;
		line-height: 34px;
		text-align: left;
		color: #21A7D8;
	}
	
	#contact .con .tel .text .flex a font {
		font-size: 22px;
		line-height: 22px;
	}
	
	#contact .con .tel .text .flex p {
		position: relative;
		top: 4px;
		text-align: right;
	}
	
	#contact .con .form {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 90px auto 0 auto;
	}
	
	#contact .con .form .text {
		position: relative;
		width: 930px;
		height: auto;
		margin: 50px auto 60px auto;
	}
	
	#contact .con .form .text p {
		line-height: 30px;
	}
	
	#contact .con .form .text p.indent {
		text-indent: -1em;
		padding-left: 1em;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#contact {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#contact .con {
		position: relative;
		width: 100%;
		height: auto;
		margin: 60px auto 65px auto;
	}
	
	#contact .con .tel {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#contact .con .tel .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 38px auto 0 auto;
	}
	
	#contact .con .tel .text p {
		text-align: center;
	}
	
	#contact .con .tel .text .flex {
		position: relative;
		width: 100%;
		height: auto;
		margin: 25px auto 0 auto;
	}
	
	#contact .con .tel .text .flex a {
		display: block;
		position: relative;
		font-size: 25px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 25px;
		text-align: center;
		color: #21A7D8;
	}
	
	#contact .con .tel .text .flex a font {
		font-size: 15px;
		line-height: 15px;
	}
	
	#contact .con .tel .text .flex p {
		margin-top: 14px;
		font-size: 12px;
		line-height: 12px;
		text-align: center;
	}
	
	#contact .con .form {
		position: relative;
		width: 350px;
		height: auto;
		margin: 60px auto 0 auto;
	}
	
	#contact .con .form .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 34px auto 50px auto;
	}
	
	#contact .con .form .text p {
		line-height: 25px;
	}
	
	#contact .con .form .text p.indent {
		text-indent: -1.4em;
		padding-left: 1.4em;
	}

}

/*CF7部分*/
/*PC*/
@media only screen and (min-width: 1025px) {
	.cf7 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.cf7 table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	.cf7 table tr {
		border-bottom: solid 1px #D0D0D0;
	}
	
	.cf7 table tr th {
		position: relative;
		width: 380px;
		padding: 50px 0 0 40px;
		vertical-align: top;
		box-sizing: border-box;
	}
	
	.cf7 table tr th p {
		position: relative;
		font-size: 17px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 17px;
		text-align: left;
		color: #484848;
	}
	
	.cf7 table tr th p span {
		position: absolute;
		top: -5px;
		right: 60px;
		padding: 7px 10px 7px 10px;
		font-size: 15px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 15px;
		color: #fff;
		background-image: linear-gradient(130deg, #00A2D5, #008CD5);
		border-radius: 2px;
	}
	
	.cf7 table tr td {
		width: 620px;
		padding: 30px 40px 30px 0;
		box-sizing: border-box;
	}
	
	.cf7 table tr td p {
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #3E3A39;
	}
	
	.cf7 table tr td p.online {
		line-height: 24px;
	}
	
	.cf7 table tr td font {
		display: block;
		position: relative;
		margin: 20px auto 0 auto;
		text-indent: -1em;
		padding-left: 1em;
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #484848;
	}
	
	.cf7 table tr td font a {
		position: relative;
		color: #2CB4E6;
		transition: 0.2s;
	}
	
	.cf7 table tr td font a::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(44,180,230,0.00);
		transition: 0.2s;
	}
	
	.cf7 table tr td font a:hover::after {
		background: #2CB4E6;
	}
	
	#download .con .form table tr:nth-of-type(1) th p,
	#download .con .form table tr:nth-of-type(9) th p {
		top: -5px;
		line-height: 24px;
	}
	
	#download .con .form table tr:nth-of-type(10) th p {
		top: -20px;
		line-height: 24px;
	}
	
	#download .con .form table tr:nth-of-type(1) th p span,
	#download .con .form table tr:nth-of-type(9) th p span,
	#download .con .form table tr:nth-of-type(10) th p span {
		top: -2px;
	}
	
	#contact .con .form table tr:nth-of-type(10) th p {
		top: -5px;
		line-height: 24px;
	}
	
	#contact .con .form table tr:nth-of-type(11) th p {
		top: -20px;
		line-height: 24px;
	}
	
	#contact .con .form table tr:nth-of-type(10) th p span,
	#contact .con .form table tr:nth-of-type(11) th p span {
		top: -2px;
	}
	
	::placeholder {
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 16px;
		color: #A2A2A2;
	}
	
	/*80.資料ダウンロード*/
	span[data-name="d_content01"] .wpcf7-list-item {
		width: 100%;
		margin: 14px 0 14px 0;
	}
	
	span[data-name="d_content02"] .wpcf7-list-item {
		width: 100%;
		margin: 14px 0 14px 0;
	}
	
	span[data-name="d_content03"] .wpcf7-list-item {
		width: 100%;
		margin: 14px 0 14px 0;
	}
	
	input[name="d_name00"],
	input[name="d_name01"],
	input[name="d_position"],
	input[name="d_tel"],
	input[name="d_email"] {
		padding: 20px 27px;
		border: none;
		border-radius: 0;
		font-size: 16px;
		font-weight: 400;
		line-height: 16px;
		color: #484848;
		background: #fff;
		box-sizing: border-box;
	}
	
	input[name="d_name00"],
	input[name="d_name01"],
	input[name="d_position"],
	input[name="d_email"] {
		width: 100%;
	}
	
	input[name="d_tel"] {
		width: 230px;
	}
	
	#download .cf7 input[name="zip"],
	#download .cf7 input[name="pref"],
	#download .cf7 input[name="addr"] {
		background: #fff;
	}
	
	.wpcf7-acceptance .wpcf7-list-item {
		margin-left: 0;
	}
	
	/*110.お問い合わせ*/
	span[data-name="c_content01"] .wpcf7-list-item {
		width: 100%;
		margin: 14px 0 14px 0;
	}
	
	input[name="c_name00"],
	input[name="zip"],
	input[name="pref"],
	input[name="addr"],
	input[name="c_name01"],
	input[name="c_name02"],
	input[name="c_position"],
	input[name="c_tel"],
	input[name="c_email"],
	textarea[name="c_content02"],
	input[name="c_url"] {
		padding: 20px 27px;
		border: none;
		border-radius: 0;
		font-size: 16px;
		font-weight: 400;
		line-height: 16px;
		color: #484848;
		background: #F2F2F2;
		box-sizing: border-box;
	}
	
	input[name="c_name00"],
	input[name="c_name01"],
	input[name="c_name02"],
	input[name="c_position"],
	input[name="c_email"],
	input[name="c_url"] {
		width: 100%;
	}
	
	input[name="c_tel"] {
		width: 230px;
	}
	
	textarea[name="cf_textarea"] {
		line-height: 22px!important;
	}
	
	input[name="zip"] {
		width: 230px;
	}
	
	input[name="pref"] {
		width: 100%;
		margin: 10px auto 10px auto;
	}
	
	input[name="addr"] {
		width: 100%;
	}
	
	textarea[name="c_content02"] {
		width: 100%;
		height: 240px;
	}
	
	span[data-name="c_file02"] {
        display: block;
        margin: 10px 0 15px 0;
    }
	
	input[name="c_url"] {
		margin-top: 10px;
	}
	
	/*93.中途採用情報＿個別*/
	input[name="mcr_name01"],
	input[name="mcr_name02"],
	select[name="mcr_birth01"],
	select[name="mcr_birth02"],
	select[name="mcr_birth03"],
	input[name="mcr_zip"],
	input[name="mcr_pref"],
	input[name="mcr_addr"],
	input[name="mcr_email"],
	input[name="mcr_tel"],
	textarea[name="mcr_textarea"]{
		padding: 20px 27px;
		border: none;
		border-radius: 0;
		font-size: 16px;
		font-weight: 400;
		line-height: 16px;
		color: #484848;
		background: #F2F2F2;
		box-sizing: border-box;
	}
	
	input[name="mcr_name01"],
	input[name="mcr_name02"],
	input[name="mcr_pref"],
	input[name="mcr_addr"],
	input[name="mcr_email"],
	input[name="mcr_tel"] {
		width: 100%;
	}
	
	select[name="mcr_birth01"],
	select[name="mcr_birth02"],
	select[name="mcr_birth03"] {
		margin-right: 12px;
	}
	
	select[name="mcr_birth01"] {
		width: 150px;
	}
	
	select[name="mcr_birth02"],
	select[name="mcr_birth03"] {
		width: 120px;
		margin-left: 40px;
	}
	
	input[name="mcr_zip"] {
		width: 210px;
	}
	
	input[name="mcr_pref"] {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	textarea[name="mcr_textarea"] {
		width: 100%;
		height: 220px;
	}
	
	span[data-name="mcr_sex"] .wpcf7-list-item {
		margin: 18px 90px 18px 0;
	}
	
	textarea[name="post_title"] {
		position: relative;
		width: 100%;
		height: 80px;
		padding: 10px 20px 10px 0;
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: left;
		color: #393939;
		background: rgba(255,255,255,0.00);
		border: none;
		box-sizing: border-box;
		overflow: hidden;
		pointer-events: none;
	}
	
	/*送信ボタン*/
	input[type="submit"] {
		display: block;
		position: relative;
		width: 310px;
		height: auto;
		margin: 40px auto 0 auto;
		padding: 25px 0 25px 0;
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #21A7D8;
		border: solid 1px #21A7D8;
		border-radius: 100px;
		box-sizing: border-box;
		text-decoration: none;
		transition: 0.4s;
	}
	
	input[type="submit"]:hover {
		color: #21A7D8;
		background: #fff;
		border: solid 1px #21A7D8;
	}
	
	.wpcf7 form .wpcf7-response-output {
		width: 100%;
		margin: 30px auto 0 auto!important;
		font-size: 16px;
		box-sizing: border-box;
	}	
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	.cf7 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.cf7 table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	.cf7 table tr {
		
	}
	
	.cf7 table tr th {
		display: block;
		position: relative;
		width: 100%;
		padding: 0 0 15px 0;
		box-sizing: border-box;
		border-bottom: solid 1px #D0D0D0;
	}
	
	.cf7 table tr th p {
		position: relative;
		font-size: 15px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 15px;
		text-align: left;
		color: #484848;
	}
	
	.cf7 table tr th p span {
		position: relative;
		margin-left: 15px;
		padding: 5px 7px 5px 7px;
		font-size: 13px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 13px;
		color: #fff;
		background-image: linear-gradient(130deg, #00A2D5, #008CD5);
		border-radius: 1px;
	}
	
	.cf7 table tr td {
		display: block;
		position: relative;
		width: 100%;
		padding: 15px 0 40px 0;
		box-sizing: border-box;
	}
	
	.cf7 table tr td.birth {
		padding-right: 50px;
	}
	
	.cf7 table tr td p {
		font-size: 15px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: left;
		color: #3E3A39;
	}
	
	.cf7 table tr td p.online {
		line-height: 20px;
	}
	
	.cf7 table tr td font {
		display: block;
		position: relative;
		margin: 15px auto 0 auto;
		text-indent: -1em;
		padding-left: 1em;
		font-size: 15px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 20px;
		text-align: left;
		color: #484848;
	}
	
	.cf7 table tr td font a {
		color: #2CB4E6;
		text-decoration: underline;
	}
	
	::placeholder {
		font-size: 15px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 15px;
		color: #A2A2A2;
	}
	
	/*80.資料ダウンロード*/
	span[data-name="d_content01"] .wpcf7-list-item {
		width: 100%;
		margin: 10px 0 10px 0;
	}
	
	span[data-name="d_content02"] .wpcf7-list-item {
		width: 100%;
		margin: 10px 0 10px 0;
		text-indent: -1.2em;
		padding-left: 1.2em;
	}
	
	span[data-name="d_content02"] .wpcf7-list-item:nth-of-type(2) {
		line-height: 20px;
	}
	
	span[data-name="d_content03"] .wpcf7-list-item {
		width: 100%;
		margin: 10px 0 10px 0;
	}
	
	input[name="d_name00"],
	input[name="d_name01"],
	input[name="d_position"],
	input[name="d_tel"],
	input[name="d_email"] {
		padding: 15px 14px;
		border: none;
		border-radius: 0;
		font-size: 16px;
		font-weight: 400;
		line-height: 16px;
		color: #484848;
		background: #fff;
		box-sizing: border-box;
	}
	
	input[name="d_name00"],
	input[name="d_name01"],
	input[name="d_position"],
	input[name="d_email"] {
		width: 100%;
	}
	
	input[name="d_tel"] {
		width: 200px;
	}
	
	#download .cf7 input[name="zip"],
	#download .cf7 input[name="pref"],
	#download .cf7 input[name="addr"] {
		background: #fff;
	}
	
	.wpcf7-acceptance .wpcf7-list-item {
		margin-left: 0;
	}
	
	/*110.お問い合わせ*/
	span[data-name="c_content01"] .wpcf7-list-item {
		width: 100%;
		margin: 10px 0 10px 0;
	}
	
	input[name="c_name00"],
	input[name="zip"],
	input[name="pref"],
	input[name="addr"],
	input[name="c_name01"],
	input[name="c_name02"],
	input[name="c_position"],
	input[name="c_tel"],
	input[name="c_email"],
	textarea[name="c_content02"],
	input[name="c_url"] {
		padding: 15px 14px;
		border: none;
		border-radius: 0;
		font-size: 16px;
		font-weight: 400;
		line-height: 16px;
		color: #484848;
		background: #F2F2F2;
		box-sizing: border-box;
	}
	
	input[name="c_name00"],
	input[name="c_name01"],
	input[name="c_name02"],
	input[name="c_position"],
	input[name="c_email"],
	input[name="c_url"] {
		width: 100%;
	}
	
	input[name="c_tel"] {
		width: 200px;
	}
	
	textarea[name="cf_textarea"] {
		line-height: 22px!important;
	}
	
	input[name="zip"] {
		width: 200px;
	}
	
	input[name="pref"] {
		width: 100%;
		margin: 7px auto 7px auto;
	}
	
	input[name="addr"] {
		width: 100%;
	}
	
	textarea[name="c_content02"] {
		width: 100%;
		height: 250px;
	}
	
	span[data-name="c_file02"] {
        display: block;
        margin: 10px 0 15px 0;
    }
	
	input[name="c_url"] {
		margin-top: 7px;
	}
	
	/*93.中途採用情報＿個別*/
	input[name="mcr_name01"],
	input[name="mcr_name02"],
	select[name="mcr_birth01"],
	select[name="mcr_birth02"],
	select[name="mcr_birth03"],
	input[name="mcr_zip"],
	input[name="mcr_pref"],
	input[name="mcr_addr"],
	input[name="mcr_email"],
	input[name="mcr_tel"],
	textarea[name="mcr_textarea"]{
		padding: 15px 14px;
		border: none;
		border-radius: 0;
		font-size: 16px;
		font-weight: 400;
		line-height: 16px;
		color: #484848;
		background: #F2F2F2;
		box-sizing: border-box;
	}
	
	input[name="mcr_name01"],
	input[name="mcr_name02"],
	input[name="mcr_pref"],
	input[name="mcr_addr"],
	input[name="mcr_email"],
	input[name="mcr_tel"] {
		width: 100%;
	}
	
	select[name="mcr_birth01"],
	select[name="mcr_birth02"],
	select[name="mcr_birth03"] {
		width: 165px;
		margin-right: 10px;
	}
	
	select[name="mcr_birth02"],
	select[name="mcr_birth03"] {
		width: 140px;
	}
	
	select[name="mcr_birth02"] {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	input[name="mcr_zip"] {
		width: 140px;
	}
	
	input[name="mcr_pref"] {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	textarea[name="mcr_textarea"] {
		width: 100%;
		height: 220px;
	}
	
	span[data-name="mcr_sex"] .wpcf7-list-item {
		display: block;
		margin: 0 0 20px 0;
	}
	
	textarea[name="post_title"] {
		position: relative;
		width: 100%;
		height: 50px;
		padding: 5px 10px 5px 0;
		font-size: 12px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 18px;
		text-align: left;
		color: #393939;
		background: rgba(255,255,255,0.00);
		border: none;
		box-sizing: border-box;
		overflow: hidden;
		pointer-events: none;
	}
	
	/*送信ボタン*/
	input[type="submit"] {
		display: block;
		position: relative;
		width: 230px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 17px 0 17px 0;
		font-size: 15px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: center;
		color: #fff;
		background: #21A7D8;
		border: solid 1px #21A7D8;
		border-radius: 100px;
		box-sizing: border-box;
		text-decoration: none;
	}
	
	.wpcf7 form .wpcf7-response-output {
		width: 100%;
		margin: 20px auto 0 auto!important;
		font-size: 15px;
		box-sizing: border-box;
	}	
	

}

/*
100.お役立ちブログ＿一覧
101.お役立ちブログ＿カテゴリ一覧
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#blog_l {
		position: relative;
		width: 100%;
		height: auto;
		margin: 130px auto 90px auto;
	}
	
	/*メインビジュアル*/
	#blog_l .mv {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 0 auto 60px auto;
	}
	
	#blog_l .mv h1 {
		font-size: 80px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 8px;
		line-height: 80px;
		color: #2CB4E6;
		text-align: left;
	}
	
	#blog_l .mv h1 font {
		display: block;
		position: relative;
		margin: 20px auto 0 0;
		padding-left: 90px;
		font-size: 28px;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 28px;
		text-align: left;
		color: #313131;
	}
	
	#blog_l .mv h1 font::before {
		content: "";
		position: absolute;
		top: 13px;
		left: 0;
		width: 75px;
		height: 2px;
		background: #2CB4E6;
	}
	
	/*カテゴリー*/
	#blog_l .cat {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 0 auto 50px auto;
	}
	
	#blog_l .cat ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#blog_l .cat ul li {
		list-style: none;
		position: relative;
		margin: 0 10px 10px 0;
	}
	
	#blog_l .cat ul li a {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		padding: 12px 20px 12px 20px;
		font-size: 15px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: center;
		color: #484848;
		background: #F2F2F2;
		border: solid 1px #F2F2F2;
		box-sizing: border-box;
		border-radius: 100px;
		transition: 0.3s;
	}
	
	#blog_l .cat ul li a:hover {
		color: #2CB4E6;
	}
	
	#blog_l .cat ul li.current-cat a {
		color: #2CB4E6;
		background: #F0FCFF;
		border: solid 1px #2CB4E6;
	}
	
	/*記事一覧*/
	#blog_l .loop {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 1230px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#blog_l .loop a {
		display: block;
		position: relative;
		width: 370px;
		height: auto;
		margin: 0 20px 40px 20px;
		transition: 0.4s;
	}
	
	#blog_l .loop a .img {
		position: relative;
		width: 370px;
		height: 250px;
		margin: 0 auto 0 auto;
		overflow: hidden;
	}
	
	#blog_l .loop a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 250px;
		object-fit: cover;
		object-position: center;
		transition: 0.4s;
	}
	
	#blog_l .loop a .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 0 auto;
	}
	
	#blog_l .loop a .text time {
		font-size: 14px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #AAAAAA;
	}
	
	#blog_l .loop a .text p {
		margin: 8px auto 25px auto;
		text-decoration: underline;
		text-decoration-color: transparent;
		text-decoration-thickness: 1px;
		text-underline-offset: 2px;
		transition: text-decoration-color 0.4s;
	}
	
	#blog_l .loop a .text font {
		display: table;
		position: relative;
		width: auto;
		height: auto;
		padding: 7px 12px 8px 12px;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: center;
		color: #2291BA;
		border: solid 1px #2291BA;
		border-radius: 100px;
		box-sizing: border-box;
	}
	
	#blog_l .loop a:hover .img img {
		transform: scale(1.2);
	}
	
	#blog_l .loop a:hover .text p {
		text-decoration-color: #484848;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#blog_l {
		position: relative;
		width: 100%;
		height: auto;
		margin: 50px auto 60px auto;
	}
	
	/*メインビジュアル*/
	#blog_l .mv {
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 auto 45px auto;
	}
	
	#blog_l .mv h1 {
		font-size: 50px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 5px;
		line-height: 50px;
		color: #2CB4E6;
		text-align: left;
	}
	
	#blog_l .mv h1 font {
		display: block;
		position: relative;
		margin: 10px auto 0 0;
		padding-left: 48px;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #313131;
	}
	
	#blog_l .mv h1 font::before {
		content: "";
		position: absolute;
		top: 7px;
		left: 0;
		width: 37px;
		height: 1px;
		background: #2CB4E6;
	}
	
	/*カテゴリー*/
	#blog_l .cat {
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 auto 35px auto;
	}
	
	#blog_l .cat ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#blog_l .cat ul li {
		list-style: none;
		position: relative;
		margin: 0 10px 10px 0;
	}
	
	#blog_l .cat ul li a {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		padding: 11px 13px 11px 13px;
		font-size: 15px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 15px;
		text-align: center;
		color: #484848;
		background: #F2F2F2;
		border: solid 1px #F2F2F2;
		box-sizing: border-box;
		border-radius: 100px;
	}
	
	#blog_l .cat ul li.current-cat a {
		color: #2CB4E6;
		background: #F0FCFF;
		border: solid 1px #2CB4E6;
	}
	
	/*記事一覧*/
	#blog_l .loop {
		position: relative;
		width: 250px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#blog_l .loop a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	#blog_l .loop a .img {
		position: relative;
		width: 100%;
		height: 160px;
		margin: 0 auto 0 auto;
		overflow: hidden;
	}
	
	#blog_l .loop a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 160px;
		object-fit: cover;
		object-position: center;
	}
	
	#blog_l .loop a .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 15px auto 0 auto;
	}
	
	#blog_l .loop a .text time {
		font-size: 12px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
		color: #AAAAAA;
	}
	
	#blog_l .loop a .text p {
		margin: 5px auto 15px auto;
	}
	
	#blog_l .loop a .text font {
		display: table;
		position: relative;
		width: auto;
		height: auto;
		padding: 6px 10px 7px 10px;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 12px;
		text-align: center;
		color: #2291BA;
		border: solid 1px #2291BA;
		border-radius: 100px;
		box-sizing: border-box;
	}

}

/*ページネーション*/
/*PC*/
@media only screen and (min-width: 1025px) {
	.pagination {
		display: table;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		text-align: center;
	}
		
	.pagination ul {
		display: inline-block;
		width: auto;
		height: auto;
		margin: 0 auto;
	}
		
	.pagination ul li {
		list-style: none;
		float: left;
	}
	
	.pagination ul li a {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		margin: 0 30px 0 30px;
		font-size: 30px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		line-height: 30px;
		text-align: center;
		color: #C3C3C3;
		transition: 0.3s;
	}
	
	.pagination ul li a:hover {
		color: #48AADD;
		text-decoration: underline;
	}

	.pagination span {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		margin: 0 30px 0 30px;
		font-size: 30px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		line-height: 30px;
		text-align: center;
		color: #2CB4E6;
		transition: 0.2s;
	}
		
	.pagination span.current {
		color: #2CB4E6;
		text-decoration: underline;
	}
	
	.pagination .prev {
		display: none;
	}
	
	.pagination .next {
		display: none;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	.pagination {
		display: table;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		text-align: center;
	}
		
	.pagination ul {
		display: inline-block;
		width: auto;
		height: auto;
		margin: 0 auto;
	}
		
	.pagination ul li {
		list-style: none;
		float: left;
	}
	
	.pagination ul li a {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		margin: 0 15px 0 15px;
		font-size: 24px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		line-height: 24px;
		text-align: center;
		color: #C3C3C3;
	}

	.pagination span {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		margin: 0 15px 0 15px;
		font-size: 24px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		line-height: 24px;
		text-align: center;
		color: #2CB4E6;
	}
		
	.pagination span.current {
		color: #2CB4E6;
		text-decoration: underline;
	}
	
	.pagination .prev {
		display: none;
	}
	
	.pagination .next {
		display: none;
	}
}

/*102.お役立ちブログ＿個別*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#blog_p {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 90px auto;
	}
	
	/*記事タイトル*/
	#blog_p .title {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		position: relative;
		width: 970px;
		height: auto;
		margin: 90px auto 70px auto;
	}
	
	#blog_p .title .text {
		position: relative;
		width: 550px;
		height: auto;
	}
	
	#blog_p .title .text time {
		position: relative;
		font-size: 14px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #AAAAAA;
	}
	
	#blog_p .title .text h1 {
		margin: 20px auto 30px auto;
		font-size: 28px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 38px;
		text-align: left;
		color: #313131;
	}
	
	#blog_p .title .text .cat {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#blog_p .title .text .cat font {
		display: table;
		position: relative;
		width: auto;
		height: auto;
		padding: 7px 12px 8px 12px;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: center;
		color: #2291BA;
		border: solid 1px #2291BA;
		border-radius: 100px;
		box-sizing: border-box;
	}
	
	#blog_p .title .img {
		position: relative;
		width: 370px;
		height: 250px;
		overflow: hidden;
	}
	
	#blog_p .title .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 250px;
		object-fit: cover;
		object-position: center;
	}
	
	/*記事内容*/
	#blog_p .post {
		position: relative;
		width: 970px;
		height: auto;
		margin: 0 auto 100px auto;
	}
	
	#blog_p .post p {
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #484848;
	}
	
	#blog_p .post div.h2_top {
		margin-top: 50px;
	}
	
	#blog_p .post div.h2_bottom {
		margin-bottom: 30px;
	}
	
	#blog_p .post h2 {
		display: inline;
		position: relative;
		padding-bottom: 6px;
		margin: 30px 0 30px 0;
		font-size: 23px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 50px;
		text-align: left;
		color: #313131;
		border-bottom: dashed 1px #2291BA;
	}
	
	#blog_p .post h3,
	#blog_p .post h4 {
		display: table;
		position: relative;
		margin: 30px 0 25px 0;
		padding-left: 20px;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #2291BA;
	}
	
	#blog_p .post h3::before,
	#blog_p .post h4::before {
		content: "";
		position: absolute;
		top: 10px;
		left: 0;
		width: 10px;
		height: 10px;
		border-radius: 100px;
		background: #2291BA;
	}
	
	#blog_p .post img {
		display: block;
		position: relative;
		margin: 25px auto 25px 0;
		width: auto;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#blog_p .post iframe {
		display: block;
		position: relative;
		width: 600px;
		height: 340px;
		margin: 25px auto 25px 0;
	}
	
	/*前後記事*/
	#blog_p .nav {
		position: relative;
		width: 1280px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#blog_p .nav::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 100%;
		height: 100%;
		border-radius: 40px;
		background-image: linear-gradient(130deg, #EDF6FA, #D8F5FD);
	}
	
	#blog_p .nav .btn {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 120px;
		height: auto;
		padding: 56px 0 0 0;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #484848;
		transition: 0.4s;
	}
	
	#blog_p .nav .btn font {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 40px;
		height: 40px;
		border-radius: 100px;
		background: #48AADD;
		border: solid 1px #48AADD;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	#blog_p .nav .btn font::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 20px;
		height: 6px;
		background-image: url(/wp-content/themes/cf_theme/images/post/dot_white.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		transition: 0.4s;
	}
	
	#blog_p .nav .btn:hover {
		color: #48AADD;
	}
	
	#blog_p .nav .btn:hover font {
		background: #fff;
		border: solid 1px #48AADD;
	}
	
	#blog_p .nav .btn:hover font::before {
		background-image: url(/wp-content/themes/cf_theme/images/post/dot_blue.png);
	}
	
	#blog_p .nav .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 1120px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 70px 0 70px 0;
	}
	
	#blog_p .nav .con a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
		width: 470px;
		height: auto;
	}
	
	#blog_p .nav .con a .img {
		position: relative;
		width: 150px;
		height: 105px;
		overflow: hidden;
	}
	
	#blog_p .nav .con a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 105px;
		object-fit: cover;
		object-position: center;
		border-radius: 0;
		transition: 0.3s;
	}
	
	#blog_p .nav .con a .text {
		position: relative;
		width: 280px;
		height: auto;
	}
	
	#blog_p .nav .con a .text h4 {
		position: relative;
		margin-bottom: 14px;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 18px;
		color: #21A7D8;
	}
	
	#blog_p .nav .con a .text h4 img {
		position: absolute;
		top: 54%;
		transform: translateY(-50%) translateX(0);
		width: 15px;
		height: auto;
	}
	
	#blog_p .nav .con a .text p {
		position: relative;
	}
	
	#blog_p .nav .con a .text p span {
		display: inline;
		padding-bottom: 1px;
		border-bottom: 1px solid transparent;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
		transition: border-color 0.4s ease;
	}
	
	#blog_p .nav .con a:hover .text p span {
		border-bottom-color: currentColor;
	}
	
	#blog_p .nav .con a.prevpost {
		flex-direction: row;
	}
	
	#blog_p .nav .con a.prevpost .text h4 {
		padding-left: 35px;
		text-align: left;
	}
	
	#blog_p .nav .con a.prevpost .text h4 img {
		left: 0;
	}
	
	#blog_p .nav .con a.nextpost {
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		right: 0;
		flex-direction: row-reverse;
	}
	
	#blog_p .nav .con a.nextpost .text h4 {
		padding-right: 35px;
		text-align: right;
	}
	
	#blog_p .nav .con a.nextpost .text h4 img {
		right: 0;
	}
	
	#blog_p .nav .con a:hover .img img {
		transform: scale(1.2);
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#blog_p {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 60px auto;
	}
	
	/*記事タイトル*/
	#blog_p .title {
		position: relative;
		width: 320px;
		height: auto;
		margin: 25px auto 45px auto;
	}
	
	#blog_p .title .text {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#blog_p .title .text time {
		position: relative;
		font-size: 14px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #AAAAAA;
	}
	
	#blog_p .title .text h1 {
		margin: 10px auto 20px auto;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: left;
		color: #313131;
	}
	
	#blog_p .title .text .cat {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#blog_p .title .text .cat font {
		display: table;
		position: relative;
		width: auto;
		height: auto;
		padding: 6px 10px 7px 10px;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 12px;
		text-align: center;
		color: #2291BA;
		border: solid 1px #2291BA;
		border-radius: 100px;
		box-sizing: border-box;
	}
	
	#blog_p .title .img {
		position: relative;
		width: 240px;
		height: 160px;
		margin: 20px auto 0 auto;
		overflow: hidden;
	}
	
	#blog_p .title .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 160px;
		object-fit: cover;
		object-position: center;
	}
	
	/*記事内容*/
	#blog_p .post {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 50px auto;
	}
	
	#blog_p .post p {
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #484848;
	}
	
	#blog_p .post div.h2_top {
		margin-top: 20px;
	}
	
	#blog_p .post div.h2_bottom {
		margin-bottom: 20px;
	}
	
	#blog_p .post h2 {
		display: inline;
		position: relative;
		padding-bottom: 3px;
		margin: 20px 0 20px 0;
		font-size: 17px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 32px;
		text-align: left;
		color: #313131;
		border-bottom: dashed 1px #2291BA;
	}
	
	#blog_p .post h3,
	#blog_p .post h4 {
		display: table;
		position: relative;
		margin: 20px 0 20px 0;
		padding-left: 20px;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: left;
		color: #2291BA;
	}
	
	#blog_p .post h3::before,
	#blog_p .post h4::before {
		content: "";
		position: absolute;
		top: 8px;
		left: 0;
		width: 10px;
		height: 10px;
		border-radius: 100px;
		background: #2291BA;
	}
	
	#blog_p .post img {
		display: block;
		position: relative;
		margin: 20px auto 20px 0;
		width: auto;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#blog_p .post iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		margin: 20px auto 20px 0;
	}
	
	/*前後記事*/
	#blog_p .nav {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 70px auto;
	}
	
	#blog_p .nav::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 100%;
		height: 100%;
		border-radius: 30px;
		background-image: linear-gradient(130deg, #EDF6FA, #D8F5FD);
	}
	
	#blog_p .nav .btn {
		display: block;
		position: absolute;
		bottom: -50px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 150px;
		height: auto;
		padding-left: 65px;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: right;
		color: #484848;
		box-sizing: border-box;
	}
	
	#blog_p .nav .btn font {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 50px;
		height: 50px;
		border-radius: 100px;
		background: #21A7D8;
		border: solid 1px #21A7D8;
		box-sizing: border-box;
	}
	
	#blog_p .nav .btn font::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 20px;
		height: 6px;
		background-image: url(/wp-content/themes/cf_theme/images/post/dot_white.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#blog_p .nav .con {
		position: relative;
		width: 330px;
		height: auto;
		padding: 45px 0 15px 0;
		margin: 0 auto 0 auto;
	}
	
	#blog_p .nav .con a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	#blog_p .nav .con a .img {
		position: relative;
		width: 110px;
		height: 75px;
		overflow: hidden;
	}
	
	#blog_p .nav .con a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 75px;
		object-fit: cover;
		object-position: center;
	}
	
	#blog_p .nav .con a .text {
		position: relative;
		width: 200px;
		height: auto;
	}
	
	#blog_p .nav .con a .text h4 {
		position: relative;
		margin-bottom: 8px;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 15px;
		color: #21A7D8;
	}
	
	#blog_p .nav .con a .text h4 img {
		position: absolute;
		top: 52%;
		transform: translateY(-50%) translateX(0);
		width: 12px;
		height: auto;
	}
	
	#blog_p .nav .con a .text p {
		position: relative;
	}
	
	#blog_p .nav .con a.prevpost {
		flex-direction: row;
	}
	
	#blog_p .nav .con a.prevpost .text h4 {
		padding-left: 22px;
		text-align: left;
	}
	
	#blog_p .nav .con a.prevpost .text h4 img {
		left: 0;
	}
	
	#blog_p .nav .con a.nextpost .text h4 {
		padding-right: 22px;
		text-align: left;
	}
	
	#blog_p .nav .con a.nextpost .text h4 img {
		left: 75px;
	}

}

/*120.個人情報保護方針*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#privacy {
		position: relative;
		width: 100%;
		height: auto;
		margin: 130px auto 120px auto;
	}
	
	/*メインビジュアル*/
	#privacy .mv {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#privacy .mv h1 {
		font-size: 28px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 28px;
		text-align: center;
		color: #313131;
	}
	
	#privacy .mv h1 font {
		display: block;
		position: relative;
		margin: 0 auto 25px auto;
		font-size: 70px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 7px;
		line-height: 70px;
		color: #2CB4E6;
	}
	
	/*コンテンツ*/
	#privacy .con {
		position: relative;
		width: 850px;
		height: auto;
		margin: 95px auto 0 auto;
	}
	
	#privacy .con p {
		line-height: 32px;
	}
	
	#privacy .con .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 60px auto;
	}
	
	#privacy .con .ptn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 55px auto 0 auto;
	}
	
	#privacy .con .ptn h2 {
		position: relative;
		padding-left: 130px;
		margin-bottom: 30px;
		font-size: 26px;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 26px;
		text-align: left;
		color: #313131;
	}
	
	#privacy .con .ptn h2::before {
		content: "";
		position: absolute;
		top: -3px;
		left: 100px;
		width: 2px;
		height: 33px;
		background: #DDDDDD;
	}
	
	#privacy .con .ptn h2 font {
		position: absolute;
		top: -8px;
		left: 0;
		font-size: 40px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 4px;
		line-height: 40px;
		color: #2CB4E6;
	}
	
	#privacy .con .ptn p.indent {
		text-indent: -1em;
		padding-left: 1em;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#privacy {
		position: relative;
		width: 100%;
		height: auto;
		margin: 15px auto 60px auto;
	}
	
	/*メインビジュアル*/
	#privacy .mv {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#privacy .mv h1 {
		font-size: 18px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #313131;
	}
	
	#privacy .mv h1 font {
		display: block;
		position: relative;
		margin: 0 auto 15px auto;
		font-size: 40px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 4px;
		line-height: 40px;
		color: #2CB4E6;
	}
	
	/*コンテンツ*/
	#privacy .con {
		position: relative;
		width: 90%;
		height: auto;
		margin: 63px auto 0 auto;
	}
	
	#privacy .con p {
		line-height: 27px;
	}
	
	#privacy .con .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 40px auto;
	}
	
	#privacy .con .ptn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	#privacy .con .ptn h2 {
		position: relative;
		padding-left: 75px;
		margin-bottom: 25px;
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: left;
		color: #313131;
	}
	
	#privacy .con .ptn h2::before {
		content: "";
		position: absolute;
		top: 5px;
		left: 60px;
		width: 1.5px;
		height: 22px;
		background: #DDDDDD;
	}
	
	#privacy .con .ptn h2 font {
		position: absolute;
		top: 2px;
		left: 0;
		font-size: 25px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 25px;
		color: #2CB4E6;
	}
	
	#privacy .con .ptn p.indent {
		text-indent: -1em;
		padding-left: 1em;
	}
	

}

/*
81.資料ダウンロード＿サンクスページ
94.中途採用情報＿サンクスページ
111.お問い合わせ＿サンクスページ
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#thanks {
		position: relative;
		width: 100%;
		height: auto;
		margin: 200px auto 190px auto;
	}
	
	/*タイトル*/
	#thanks .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#thanks .title h1 {
		font-size: 70px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 7px;
		line-height: 70px;
		color: #2CB4E6;
		text-align: center;
	}
	
	#thanks .title p {
		margin: 25px auto 0 auto;
		font-size: 28px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 28px;
		text-align: center;
		color: #313131;
	}
	
	/*コンテンツ*/
	#thanks .con {
		position: relative;
		width: 100%;
		height: auto;
		margin: 50px auto 0 auto;
	}
	
	#thanks .con p {
		line-height: 32px;
		text-align: center;
	}
	
	#thanks .con p a {
		color: #484848;
	}
	
	#thanks .con a.btn {
		display: block;
		position: relative;
		width: 310px;
		height: auto;
		margin: 40px auto 0 auto;
		padding: 20px 0 20px 0;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #2CB4E6;
		border: solid 2px #2CB4E6;
		border-radius: 100px;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	#thanks .con a.btn::after {
		content: "";
		position: absolute;
		top: 24px;
		right: 55px;
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		transform: rotate(45deg);
		transition: 0.4s;
	}
	
	#thanks .con a.btn:hover {
		color: #2CB4E6;
		background: #fff;
		border: solid 2px #2CB4E6;
	}
	
	#thanks .con a.btn:hover::after {
		border-top: solid 2px #2CB4E6;
		border-right: solid 2px #2CB4E6;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#thanks {
		position: relative;
		width: 100%;
		height: auto;
		margin: 80px auto 60px auto;
	}
	
	/*タイトル*/
	#thanks .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#thanks .title h1 {
		font-size: 40px;
		font-family: "presicav", sans-serif;
		font-weight: 400;
		letter-spacing: 4px;
		line-height: 40px;
		color: #2CB4E6;
		text-align: center;
	}
	
	#thanks .title p {
		margin: 15px auto 0 auto;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: center;
		color: #313131;
	}
	
	/*コンテンツ*/
	#thanks .con {
		position: relative;
		width: 90%;
		height: auto;
		margin: 33px auto 0 auto;
	}
	
	#thanks .con p {
		line-height: 26px;
		text-align: left;
	}
	
	#thanks .con p a {
		color: #484848;
	}
	
	#thanks .con a.btn {
		display: block;
		position: relative;
		width: 260px;
		height: auto;
		margin: 35px auto 0 auto;
		padding: 17px 0 17px 0;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: center;
		color: #fff;
		background: #2CB4E6;
		border: solid 1px #2CB4E6;
		border-radius: 100px;
		box-sizing: border-box;
	}
	
	#thanks .con a.btn::after {
		content: "";
		position: absolute;
		top: 21px;
		right: 40px;
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		transform: rotate(45deg);
	}
	
}

/*アニメーション設定*/
/*中途採用 メインビジュアル*/
/*h1部分*/
.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}
 
.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}
 
.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
 
.matrix.is-animated .bg-wrap {
  opacity: 1;
}
 
.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/*joinus部分*/
.fade-in {
  display: inline-block;
 opacity: 0;
	transition: opacity 1s ease-in-out;
}

.fade-in.is-active {
	opacity: 1;
}

/*画像部分*/
.mv .img img {
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.mv .img.is-active img {
	opacity: 1;
}


/*CF7設定*/
/* selectの標準矢印を消す */
.wpcf7-form-control-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 2.2em;
}

/*送信後メッセージ削除*/
div.wpcf7 .ajax-loader {
    display: none !important;
}

.wpcf7-mail-sent-ok{
    display:none!important;
}

.wpcf7 form.sent .wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: 0px solid rgba(255,255,255,0.00);
	color: rgba(255,255,255,0.00);
}

/* 確認画面のフィールド背景色や枠線を消す */
input.wpcf7c-conf, textarea.wpcf7c-conf, select.wpcf7c-conf {
  border: 0;
  padding: 0;
  background: rgba(255,255,255,0.00);
}

.wpcf7-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFF inset;
}

.wpcf7-select:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFF inset;
}

.wpcf7.is_confirm input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #FFF inset;
}

.wpcf7.is_confirm select:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #FFF inset;
}

.wpcf7-spinner {
	display: none!important;
}