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

/*ヘッダー＆フッター*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*ヘッダー*/
	header {
		z-index: 100;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 120px;
		background: #fff;
	}
	
	header .logo {
		display: block;
		position: absolute;
		top: 50%;
		left: 35px;
		transform: translateY(-50%) translateX(0);
		width: 160px;
		height: auto;
		transition: 0.4s;
	}
	
	header .logo:hover {
		opacity: 0.7;
	}
	
	header .cf_btn {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 260px;
		height: auto;
		padding: 20px 0 20px 0;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		background: #800040;
		border: solid 2px #800040;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	header .cf_btn:hover {
		color: #800040;
		background: #fff;
		border: solid 2px #800040;
	}
	
	header .tel {
		display: block;
		position: absolute;
		top: 8px;
		right: 270px;
		font-size: 34px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 34px;
		text-align: left;
		color: #800040;
	}
	
	header .tel img {
		display: block;
		position: absolute;
		top: 0;
		left: -35px;
		width: 28px;
		height: auto;
	}
	
	header .tel font {
		display: block;
		position: relative;
		margin-top: 5px;
		font-size: 12px;
		letter-spacing: 0.5px;
		line-height: 12px;
		color: #838383;
	}
	
	header nav {
		position: relative;
		width: 94%;
		height: auto;
		margin: 85px auto 0 auto;
	}
	
	header nav ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	header nav ul li {
		list-style: none;
	}
	
	header nav ul li a {
		display: block;
		position: relative;
		padding-left: 25px;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: right;
		color: #181818;
		transition: 0.4s;
	}
	
	header nav ul li a:hover {
		color: #800040;
	}
	
	header .gm {
		display: none;
	}
	
	/*フッター*/
	footer {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 15px 0;
		background: #800040;
	}
	
	footer .ft_cf {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 80px auto;
	}
	
	footer .ft_cf .text {
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 90%;
		height: auto;
	}
	
	footer .ft_cf .text h3 {
		margin-bottom: 30px;
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 34px;
		text-align: left;
	}
	
	footer .ft_cf .text h3 font {
		color: #800040;
	}
	
	footer .ft_cf .text a.tel {
		display: block;
		position: relative;
		padding-left: 35px;
		font-size: 34px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 34px;
		text-align: left;
		color: #800040;
	}
	
	footer .ft_cf .text a.tel img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 28px;
		height: auto;
	}
	
	footer .ft_cf .text a.tel font {
		display: block;
		position: relative;
		margin-top: 5px;
		font-size: 12px;
		letter-spacing: 0.5px;
		line-height: 12px;
		color: #838383;
	}
	
	footer .ft_cf .text a.btn {
		display: block;
		position: relative;
		width: 320px;
		height: auto;
		margin: 25px auto 0 0;
		padding: 20px 0 20px 0;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		background: #800040;
		border: solid 2px #800040;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	footer .ft_cf .text a.btn:hover {
		color: #800040;
		background: #fff;
		border: solid 2px #800040;
	}
	
	footer .ft_cf img {
		z-index: 0;
		display: block;
		position: relative;
		width: 100%;
		height: 420px;
		object-fit: cover;
		object-position: center;
	}
	
	footer .ft {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 700px;
		height: auto;
		margin: 0 auto 60px auto;
	}
	
	footer .ft .ptn {
		position: relative;
		width: auto;
		height: auto;
	}
	
	footer .ft .ptn h3 {
		margin-bottom: 25px;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #fff;
	}
	
	footer .ft .ptn a {
		display: block;
		position: relative;
		margin-bottom: 18px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #fff;
	}
	
	footer .ft .ptn a:hover {
		text-decoration: underline;
	}
	
	footer .ft_btn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 60px auto;
	}
	
	footer .ft_btn a {
		display: block;
		position: relative;
		width: 350px;
		height: auto;
		margin: 0 auto 0 auto;
		box-shadow: 2px 2px 2px #fff;
		transition: 0.4s;
	}
	
	footer .ft_btn a img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	footer .ft_btn a:hover {
		opacity: 0.7;
	}
	
	footer p {
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 12px;
		text-align: center;
		color: #fff;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*ヘッダー*/
	header {
		z-index: 100;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background: #fff;
	}
	
	header .logo {
		display: block;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%) translateX(0);
		width: 110px;
		height: auto;
	}
	
	header .btn {
		display: flex!important;
		flex-wrap: wrap;
		justify-content: space-between;
		position: absolute;
		top: 9px;
		right: 80px;
		width: 110px;
		height: auto;
	}
	
	header .btn a {
		display: block;
		position: relative;
		width: 55px;
		font-size: 10px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 10px;
		text-align: center;
		color: #800040;
		white-space: nowrap;
	}
	
	header .btn a img {
		display: block;
		position: relative;
		height: auto;
		margin: 0 auto 5px auto;
	}
	
	header .btn a:nth-child(1) img {
		width: 25px;
	}
	
	header .btn a:nth-child(2) img {
		width: 28px;
		margin: 3px auto 6px auto;
	}
	
	nav.globalMenu {
		z-index: 102;
		position: fixed;
		top: 0;
		right: -100%;
		opacity: 0;
		width: 100%;
		height: 100vh;
		background: rgba(128,0,64,0.90);
		transition: all 0.6s;
	}
	
	nav.globalMenu ul {
		position: absolute;
		top: 45%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: auto;
		height: auto;
		list-style :none;
	}
	
	nav.globalMenu ul li a {
		display: block;
		position: relative;
		margin: 0 auto 30px auto;
		font-size: 16px;
		line-height: 16px;
		text-align: center;
		color: #fff;
	}
	
	/* このクラスを、jQueryで付与・削除する */
	nav.globalMenu.active {
		right: 0;
		opacity: 1;
	}
	
	.navToggle {
		z-index: 999;
		display: block;
		position: fixed;
		top: 10px;
		right: 20px;
		width: 30px;
		height: 30px;
		cursor: pointer;
		text-align: center;
	}
 
.navToggle span {
    display: block;
    position: absolute;
    border-bottom: solid 2px #800040;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
	
	.navToggle span:nth-child(1) { 
		top: 10px;
		width: 30px;
	}
 
	.navToggle span:nth-child(2) {
		top: 19px;
		width: 30px;
	}
	
	.navToggle span:nth-child(3) {
		top: 28px;
		width: 30px;
	}
	
	/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
	width: 30px;
    top: 50%;
	border-bottom: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
	width: 30px;
    top: 50%;
	border-bottom: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
		
	.navToggle.active {
		width: 30px;
		height: 30px;
	}
	
	/*フッター*/
	footer {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 10px 0;
		background: #800040;
	}
	
	footer .ft_cf {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 50px auto;
	}
	
	footer .ft_cf .text {
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 90%;
		height: auto;
	}
	
	footer .ft_cf .text h3 {
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		text-shadow: 2px 2px 2px #fff;
	}
	
	footer .ft_cf .text h3 font {
		color: #800040;
	}
	
	footer .ft_cf .text a.tel {
		display: block;
		position: relative;
		padding-left: 20px;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #800040;
	}
	
	footer .ft_cf .text a.tel img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 16px;
		height: auto;
	}
	
	footer .ft_cf .text a.tel font {
		display: block;
		position: relative;
		margin-top: 3px;
		font-size: 10px;
		letter-spacing: 0.5px;
		line-height: 10px;
		color: #838383;
	}
	
	footer .ft_cf .text a.btn {
		display: block;
		position: relative;
		width: 240px;
		height: auto;
		margin: 15px auto 0 0;
		padding: 12px 0 12px 0;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #fff;
		background: #800040;
		border: solid 1px #800040;
		box-sizing: border-box;
	}
	
	footer .ft_cf img {
		z-index: 0;
		display: block;
		position: relative;
		width: 100%;
		height: 280px;
		object-fit: cover;
		object-position: center;
	}
	
	footer .ft {
		position: relative;
		width: 80%;
		height: auto;
		margin: 0 auto 50px auto;
	}
	
	footer .ft .ptn {
		position: relative;
		width: auto;
		height: auto;
		margin: 0 auto 25px auto;
	}
	
	footer .ft .ptn h3 {
		margin-bottom: 20px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #fff;
	}
	
	footer .ft .ptn a {
		display: block;
		position: relative;
		margin-bottom: 15px;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 12px;
		text-align: left;
		color: #fff;
	}
	
	footer .ft_btn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 40px auto;
	}
	
	footer .ft_btn a {
		display: block;
		position: relative;
		width: 280px;
		height: auto;
		margin: 0 auto 0 auto;
		box-shadow: 2px 2px 2px #fff;
	}
	
	footer .ft_btn a img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	footer p {
		font-size: 10px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 10px;
		text-align: center;
		color: #fff;
	}
	
}

/*トップページ*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*メインビジュアル*/
	#top_mv {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_mv .mv_slide {
		z-index: 0;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_mv .mv_slide img {
		display: block;
		position: relative;
		width: 100%;
		height: 700px;
		object-fit: cover;
		object-position: center;
	}
	
	#top_mv h1 {
		position: absolute;
		top: 60%;
		right: 3%;
		transform: translateY(-50%) translateX(0);
		width: 720px;
		font-size: 40px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 60px;
		text-align: center;
		text-shadow: 3px 3px 3px #fff;
	}
	
	#top_mv h1 font {
		color: #800040;
	}
	
	/*お知らせ*/
	#top_news {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 100px auto 100px auto;
	}
	
	#top_news .text {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_news .con {
		position: relative;
		width: 100%;
		height: auto;
		margin: 60px auto 60px auto;
	}
	
	#top_news .con a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 20px 0 20px 25px;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #181818;
		background: #fff;
		border-bottom: solid 1px #E8E8E8;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	#top_news .con a time {
		display: block;
		position: relative;
		margin-bottom: 10px;
	}
	
	#top_news .con a:hover {
		background: #E8E8E8;
	}
	
	#top_news .top_btn {
		width: 400px;
		margin: 0 auto 0 auto;
	}
	
	/*キャリア研究所とは*/
	#top_about {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_about img {
		display: block;
		position: relative;
		width: 50%;
		height: auto;
		min-height: 500px;
		object-fit: cover;
		object-position: center;
	}
	
	#top_about .text {
		position: relative;
		width: 40%;
		height: auto;
		margin-left: 5%;
		margin-right: 5%;
	}
	
	#top_about .text p {
		margin: 30px auto 30px auto;
	}
	
	#top_about .text .top_btn {
		width: 340px;
		margin: 0 auto 0 0;
	}
	
	/*会社概要*/
	#top_com {
		position: relative;
		width: 100%;
		height: auto;
		margin: 120px auto 100px auto;
	}
	
	#top_com img {
		z-index: 0;
		display: block;
		position: relative;
		width: 100%;
		height: 400px;
		object-fit: cover;
		object-position: center;
	}
	
	#top_com .text {
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 70%;
		height: auto;
		padding: 50px 0;
		box-sizing: border-box;
		background: rgba(255,255,255,0.50);
	}
	
	#top_com .text h2 {
		text-align: center;
	}
	
	#top_com .text .top_btn {
		width: 340px;
		margin: 40px auto 0 auto;
	}
	
	/*サービス*/
	#top_ser {
		position: relative;
		width: 1280px;
		height: auto;
		margin: 0 auto 100px auto;
	}
	
	#top_ser .text {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_ser .text p {
		margin-top: 30px;
	}
	
	#top_ser .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 100%;
		height: auto;
		margin: 60px auto 0 auto;
	}
	
	#top_ser .con a {
		display: block;
		position: relative;
		width: 380px;
		height: auto;
	}
	
	#top_ser .con a .img {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	#top_ser .con a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 240px;
		object-fit: cover;
		object-position: center;
		transition: 0.4s;
	}
	
	#top_ser .con a h3 {
		margin: 15px auto 25px auto;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
	}
	
	#top_ser .con a font {
		width: 300px;
		margin: 0 auto 0 auto;
	}
	
	#top_ser .con a:hover img {
		transform: scale(1.2);
	}
	
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*メインビジュアル*/
	#top_mv {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_mv .mv_slide {
		z-index: 0;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_mv .mv_slide img {
		display: block;
		position: relative;
		width: 100%;
		height: 88vh;
		object-fit: cover;
		object-position: top;
	}
	
	#top_mv h1 {
		position: absolute;
		top: 80%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 100%;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: center;
		text-shadow: 2px 2px 2px #fff;
	}
	
	#top_mv h1 font {
		color: #800040;
	}
	
	/*お知らせ*/
	#top_news {
		position: relative;
		width: 90%;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	#top_news .text {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_news .con {
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 30px auto;
	}
	
	#top_news .con a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 15px 0 15px 15px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #181818;
		background: #fff;
		border-bottom: solid 1px #E8E8E8;
		box-sizing: border-box;
	}
	
	#top_news .con a time {
		display: block;
		position: relative;
		margin-bottom: 7px;
	}
	
	#top_news .top_btn {
		width: 260px;
		margin: 0 auto 0 auto;
	}
	
	/*キャリア研究所とは*/
	#top_about {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#top_about img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#top_about .text {
		position: relative;
		width: 94%;
		height: auto;
		margin: 25px auto 0 auto;
	}
	
	#top_about .text p {
		margin: 15px auto 20px auto;
	}
	
	#top_about .text .top_btn {
		width: 240px;
		margin: 0 auto 0 auto;
	}
	
	/*会社概要*/
	#top_com {
		position: relative;
		width: 100%;
		height: auto;
		margin: 50px auto 50px auto;
	}
	
	#top_com img {
		z-index: 0;
		display: block;
		position: relative;
		width: 100%;
		height: 240px;
		object-fit: cover;
		object-position: center;
	}
	
	#top_com .text {
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 90%;
		height: auto;
		padding: 25px 0;
		box-sizing: border-box;
		background: rgba(255,255,255,0.50);
	}
	
	#top_com .text h2 {
		text-align: center;
	}
	
	#top_com .text .top_btn {
		width: 240px;
		margin: 20px auto 0 auto;
	}
	
	/*サービス*/
	#top_ser {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 50px auto;
	}
	
	#top_ser .text {
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#top_ser .text p {
		margin-top: 15px;
	}
	
	#top_ser .con {
		position: relative;
		width: 94%;
		height: auto;
		margin: 30px auto 0 auto;
	}
	
	#top_ser .con a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 35px auto;
	}
	
	#top_ser .con a .img {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	#top_ser .con a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		object-fit: cover;
		object-position: center;
	}
	
	#top_ser .con a h3 {
		margin: 15px auto 20px auto;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
	}
	
	#top_ser .con a font {
		width: 240px;
		margin: 0 auto 0 auto;
	}
	
}

@media screen and (min-width: 1025px) and ( max-width: 1400px) {
	#top_mv h1 {
		position: absolute;
		top: 60%;
		right: 2%;
		transform: translateY(-50%) translateX(0);
		width: 600px;
		font-size: 30px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 50px;
		text-align: center;
		text-shadow: 3px 3px 3px #fff;
	}
}

/*共通*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#mv {
		position: relative;
		width: 100%;
		height: 300px;
		background: linear-gradient(25deg, #800040, #C42072);
	}
	
	#mv h1 {
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 100%;
		font-size: 34px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 34px;
		text-align: center;
		color: #fff;
	}
	
	.top_h2 {
		font-size: 30px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: left;
	}
	
	.top_h2 font {
		display: block;
		position: relative;
		margin-top: 10px;
		font-size: 22px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 22px;
		color: #800040;
	}
	
	.top_btn {
		display: block;
		position: relative;
		height: auto;
		padding: 20px 0 20px 0;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
		color: #fff;
		background: #800040;
		border: solid 1px #800040;
		box-sizing: border-box;
		transition: 0.4s;
	}
	
	.top_btn::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 50px;
		transform: translateY(-50%) translateX(0);
		width:0;
		height:0;
		border-style: solid;
		border-width: 7px 0 7px 12.1px;
		border-color: transparent transparent transparent #FFFFFF;
		transition: 0.4s;
	}
	
	.top_btn:hover {
		color: #800040;
		background: #fff;
		border: solid 1px #800040;
	}
	
	.top_btn:hover::after {
		border-color: transparent transparent transparent #800040;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#mv {
		position: relative;
		width: 100%;
		height: 180px;
		background: linear-gradient(25deg, #800040, #C42072);
	}
	
	#mv h1 {
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 100%;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: center;
		color: #fff;
	}
	
	.top_h2 {
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
	}
	
	.top_h2 font {
		display: block;
		position: relative;
		margin-top: 7px;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		color: #800040;
	}
	
	.top_btn {
		display: block;
		position: relative;
		height: auto;
		padding: 12px 0 12px 0;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #fff;
		background: #800040;
		border: solid 1px #800040;
		box-sizing: border-box;
	}
	
	.top_btn::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
		width:0;
		height:0;
		border-style: solid;
		border-width: 5px 0 5px 9px;
		border-color: transparent transparent transparent #FFFFFF;
	}
	
}

/*404ページ*/
@media only screen and (min-width: 1025px) {
	#er {
		position: relative;
		width: 100%;
		height: auto;
		margin: 200px auto 140px auto;
	}
	
	#er h1 {
		font-size: 70px;
		font-weight: 600;
		letter-spacing: 6px;
		line-height: 70px;
		color: #C5293F;
		text-align: center;
	}
	
	#er h2 {
		margin: 20px auto 50px auto;
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 3px;
		line-height: 24px;
		text-align: center;
	}
	
	#er p {
		text-align: center;
	}
	
	#er p a {
		font-weight: bold;
		color: #C5293F;
	}
	
	#er p a:hover {
		text-decoration: underline;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#er {
		position: relative;
		width: 90%;
		height: auto;
		margin: 110px auto 100px auto;
	}
	
	#er h1 {
		font-size: 34px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 34px;
		color: #C5293F;
		text-align: center;
	}
	
	#er h2 {
		margin: 15px auto 40px auto;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
	}
	
	#er p {
		text-align: left;
	}
	
	#er p a {
		font-weight: bold;
		color: #C5293F;
		text-decoration: underline;
	}
	
	#er p.indent {
		padding-left: 1em;
		text-indent: -1em;
	}
	
}

/*会社情報*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*キャリア研究所の強み*/
	#com01 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0 80px 0;
	}
	
	.com01_01 {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto 80px auto;
	}
	
	.com01_01 img {
		z-index: 0;
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.com01_01 .text {
		z-index: 1;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%) translateX(0);
		width: 450px;
		height: auto;
		padding: 40px 40px 40px 40px;
		box-sizing: border-box;
		background: rgba(255,255,255,0.70);
	}
	
	.com01_01 .text p {
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: left;
	}
	
	.com01_01 .text p font {
		color: #800040;
	}
	
	.com01_02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 980px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.com01_02 .con {
		position: relative;
		width: 300px;
		height: 300px;
		border-radius: 300px;
		border: solid 2px #800040;
	}
	
	.com01_02 .con p {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 100%;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 36px;
		text-align: center;
		color: #800040;
	}
	
	/*会社概要*/
	#com02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 100px 0 100px 0;
	}
	
	.com02_h2 {
		font-size: 28px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 28px;
		text-align: center;
	}
	
	.com02_01 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.com02_01 p {
		margin-top: 40px;
		font-size: 22px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 34px;
		text-align: center;
		color: #800040;
	}
	
	.com02_02 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 80px auto 0 auto;
	}
	
	.com02_02 .con {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		position: relative;
		width: 1200px;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	.com02_02 .con::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: -100%;
		width: 400%;
		height: 88%;
		background: rgba(128,0,64,0.20);
	}
	
	.com02_02 .con img {
		display: block;
		position: relative;
		width: 500px;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	.com02_02 .con .text {
		position: relative;
		width: 620px;
		height: auto;
		padding-bottom: 40px;
		margin-left: 80px;
	}
	
	.com02_02 .con .text h3 {
		margin-bottom: 30px;
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 34px;
		text-align: left;
		color: #800040;
	}
	
	.com02_02 .con .text p font {
		display: block;
		position: relative;
		margin-top: 15px;
		font-size: 18px;
		text-align: right;
	}
	
	.com02_02 .con01 {
		position: relative;
		width: 1000px;
		height: auto;
		padding: 40px 50px 40px 50px;
		margin: 60px auto 0 auto;
		box-sizing: border-box;
		background: #E7E7E7;
	}
	
	.com02_02 .con01 h3 {
		position: absolute;
		top: -10px;
		left: 50px;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
	}
	
	.com02_03 {
		position: relative;
		width: 900px;
		height: auto;
		margin: 80px auto 0 auto;
	}
	
	.com02_03 table {
		position: relative;
		width: 100%;
		height: auto;
		margin: 60px auto 0 auto;
		border-collapse: collapse;
	}
	
	.com02_03 table tr th {
		position: relative;
		width: 250px;
		padding: 25px 0 25px 25px;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		box-sizing: border-box;
	}
	
	.com02_03 table tr th::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 200px;
		height: 3px;
		border-radius: 10px;
		background: #800040;
	}
	
	.com02_03 table tr td {
		position: relative;
		width: 650px;
		padding: 25px 0 25px 25px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		box-sizing: border-box;
	}
	
	.com02_03 table tr td a {
		color: #181818;
	}
	
	.com02_03 table tr td::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3px;
		border-radius: 10px;
		background: #DFDFDF;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*キャリア研究所の強み*/
	#com01 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 40px 0;
	}
	
	.com01_01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	.com01_01 img {
		z-index: 0;
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.com01_01 .text {
		z-index: 1;
		position:relative;
		width: 90%;
		height: auto;
		margin: -20px auto 0 auto;
		padding: 20px 20px 20px 20px;
		box-sizing: border-box;
		background: rgba(255,255,255,0.70);
	}
	
	.com01_01 .text p {
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
	}
	
	.com01_01 .text p font {
		color: #800040;
	}
	
	.com01_02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		position: relative;
		width: 370px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.com01_02 .con {
		position: relative;
		width: 180px;
		height: 180px;
		border-radius: 300px;
		border: solid 1px #800040;
	}
	
	.com01_02 .con p {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 100%;
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 25px;
		text-align: center;
		color: #800040;
	}
	
	/*会社概要*/
	#com02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 0 50px 0;
	}
	
	.com02_h2 {
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
	}
	
	.com02_01 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.com02_01 p {
		margin-top: 20px;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: center;
		color: #800040;
	}
	
	.com02_02 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	.com02_02 .con {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	.com02_02 .con::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 400%;
		height: 92%;
		background: rgba(128,0,64,0.20);
	}
	
	.com02_02 .con img {
		display: block;
		position: relative;
		width: 80%;
		height: auto;
		margin: 0 auto 20px auto;
		object-fit: cover;
		object-position: center;
	}
	
	.com02_02 .con .text {
		position: relative;
		width: 92%;
		height: auto;
		margin: 0 auto 0 auto;
		padding-bottom: 30px;
	}
	
	.com02_02 .con .text h3 {
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: center;
		color: #800040;
	}
	
	.com02_02 .con .text p font {
		display: block;
		position: relative;
		margin-top: 14px;
		font-size: 14px;
		text-align: right;
	}
	
	.com02_02 .con01 {
		position: relative;
		width: 90%;
		height: auto;
		padding: 30px 25px 20px 25px;
		margin: 40px auto 0 auto;
		box-sizing: border-box;
		background: #E7E7E7;
	}
	
	.com02_02 .con01 h3 {
		position: absolute;
		top: -7px;
		left: 25px;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
	}
	
	.com02_03 {
		position: relative;
		width: 90%;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	.com02_03 table {
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 0 auto;
		border-collapse: collapse;
	}
	
	.com02_03 table tr th {
		display: block;
		position: relative;
		width: 100%;
		padding: 15px 0 15px 15px;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #fff;
		background: #800040;
		box-sizing: border-box;
	}
	
	.com02_03 table tr td {
		display: block;
		position: relative;
		width: 100%;
		padding: 15px 15px 15px 15px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		box-sizing: border-box;
	}
	
	.com02_03 table tr td a {
		color: #181818;
		text-decoration: underline;
	}
	
}

/*サービス*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#ser {
		position: relative;
		width: 100%;
		height: auto;
		margin: 80px auto 80px auto;
	}
	
	#ser h2 {
		font-size: 28px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 28px;
		text-align: center;
	}
	
	.ser01 {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.ser01 .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	.ser01 .text p {
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: left;
		color: #800040;
	}
	
	.ser01_01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 60px auto 60px auto;
	}
	
	.ser01_01 .text {
		position: relative;
		width: 1000px;
		height: auto;
		padding: 50px 50px;
		margin: 40px auto 0 auto;
		border-radius: 20px;
		box-sizing: border-box;
		background: #800040;
	}
	
	.ser01_01 .text p {
		color: #fff;
	}
	
	.ser02 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.ser02 img {
		z-index: 0;
		display: block;
		position: relative;
		width: 100%;
		height: 500px;
		object-fit: cover;
		object-position: center;
	}
	
	.ser02 .text {
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 80%;
		height: auto;
		padding: 50px 50px;
		box-sizing: border-box;
		background: rgba(255,255,255,0.80);
	}
	
	.ser02 .text h2 {
		margin-bottom: 40px;
	}
	
	.ser03 {
		position: relative;
		width: 1100px;
		height: auto;
		margin: 60px auto 0 auto;
	}
	
	.ser03 .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 60px auto;
	}
	
	.ser03 .text p {
		font-size: 22px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 38px;
		text-align: left;
		color: #800040;
	}
	
	.ser03 .mv_slide {
		z-index: 0;
		position: relative;
		width: 500px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.ser03 .mv_slide img {
		display: block;
		position: relative;
		width: 100%;
		height: 350px;
		object-fit: cover;
		object-position: center;
	}
	
	.ser04 {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 80px auto 0 auto;
	}
	
	.ser04 table {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 0 auto;
		border-collapse: collapse;
	}
	
	.ser04 table tr th {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 20px 0 20px 25px;
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #fff;
		background: #800040;
		box-sizing: border-box;
	}
	
	.ser04 table tr td {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 20px 25px 30px 25px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		box-sizing: border-box;
	}
	
	.ser04 table tr td strong {
		display: block;
		position: relative;
		margin-bottom: 10px;
		font-weight: 600;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#ser {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	#ser h2 {
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: center;
	}
	
	.ser01 {
		position: relative;
		width: 94%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.ser01 .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 0 auto;
	}
	
	.ser01 .text p {
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #800040;
	}
	
	.ser01_01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 30px auto;
	}
	
	.ser01_01 .text {
		position: relative;
		width: 90%;
		height: auto;
		padding: 25px 20px;
		margin: 20px auto 0 auto;
		border-radius: 10px;
		box-sizing: border-box;
		background: #800040;
	}
	
	.ser01_01 .text p {
		color: #fff;
	}
	
	.ser02 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	.ser02 img {
		z-index: 0;
		display: block;
		position: relative;
		width: 100%;
		height: 400px;
		object-fit: cover;
		object-position: center;
	}
	
	.ser02 .text {
		z-index: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 90%;
		height: auto;
		padding: 25px 20px;
		box-sizing: border-box;
		background: rgba(255,255,255,0.80);
	}
	
	.ser02 .text h2 {
		margin-bottom: 20px;
	}
	
	.ser03 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	.ser03 .text {
		position: relative;
		width: 90%;
		height: auto;
		margin: 20px auto 30px auto;
	}
	
	.ser03 .text p {
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: left;
		color: #800040;
	}
	
	.ser03 .mv_slide {
		z-index: 0;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.ser03 .mv_slide img {
		display: block;
		position: relative;
		width: 100%;
		height: 220px;
		object-fit: cover;
		object-position: center;
	}
	
	.ser04 {
		position: relative;
		width: 94%;
		height: auto;
		margin: 40px auto 0 auto;
	}
	
	.ser04 table {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 0 auto;
		border-collapse: collapse;
	}
	
	.ser04 table tr th {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 12px 0 12px 15px;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #fff;
		background: #800040;
		box-sizing: border-box;
	}
	
	.ser04 table tr td {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 15px 15px 20px 15px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		box-sizing: border-box;
	}
	
	.ser04 table tr td strong {
		display: block;
		position: relative;
		margin-bottom: 7px;
		font-weight: 600;
	}
}

/*お知らせ*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*個別*/
	#news_post {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 100px auto 100px auto;
	}
	
	#news_post time {
		display: block;
		position: relative;
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #181818;
	}
	
	#news_post h1 {
		font-size: 28px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 38px;
		text-align: left;
		color: #181818;
	}
	
	#news_post .con {
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 0 auto;
	}
	
	#news_post .con p {
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #181818;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*個別*/
	#news_post {
		position: relative;
		width: 94%;
		height: auto;
		margin: 40px auto 40px auto;
	}
	
	#news_post time {
		display: block;
		position: relative;
		margin-bottom: 6px;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #181818;
	}
	
	#news_post h1 {
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: left;
		color: #181818;
	}
	
	#news_post .con {
		position: relative;
		width: 100%;
		height: auto;
		margin: 25px auto 0 auto;
	}
	
	#news_post .con p {
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		color: #181818;
	}
}

/*その他*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*個人情報保護方針*/
	#pri {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 100px auto 100px auto;
	}
	
	#pri .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 40px auto;
	}
	
	#pri .text h3 {
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
	}
	
	
	
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*個人情報保護方針*/
	#pri {
		position: relative;
		width: 92%;
		height: auto;
		margin: 50px auto 50px auto;
	}
	
	#pri .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 25px auto;
	}
	
	#pri .text h3 {
		margin-bottom: 7px;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
	}
}

/*お問い合わせ*/
/*PC*/
@media only screen and (min-width: 1025px) {	
	/*お問い合わせ*/
	#cf {
		position: relative;
		width: 100%;
		height: auto;
		padding: 80px 0 80px 0;
	}
	
	.cf7 {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 0 auto;
	}
	
	.cf7 table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	.cf7 table tr {
		border-top: solid 1px #BDBDBD;
		border-bottom: solid 1px #BDBDBD;
	}
	
	.cf7 table tr th {
		width: 300px;
		padding: 20px 0 20px 40px;
		box-sizing: border-box;
	}
	
	.cf7 table tr th p {
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
	}
	
	.cf7 table tr th p span {
		position: relative;
		margin-left: 20px;
		padding: 8px 10px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		color: #fff;
		background: #800040;
	}
	
	.cf7 table tr td {
		width: 700px;
		padding: 20px 40px 20px 0;
		box-sizing: border-box;
	}
	
	.cf7 table tr td p {
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
	}
	
	/*入力欄*/
	input[name="cf_companyname"],
	input[name="cf_name01_01"],
	input[name="cf_name01_02"],
	input[name="cf_name02_01"],
	input[name="cf_name02_02"],
	input[name="zip"],
	input[name="pref"],
	input[name="city"],
	input[name="addr"],
	input[name="cf_tel"],
	input[name="cf_email"],
	textarea[name="cf_content"] {
		padding: 15px 20px;
		font-size: 16px;
		font-weight: normal;
		line-height: 16px;
		color: #211815;
		background: #fff;
		border: solid 1px #807571;
		border-radius: 0!important;
		box-sizing: border-box;
	}
	
	input[name="cf_companyname"],
	input[name="pref"],
	input[name="city"],
	input[name="addr"],
	input[name="cf_tel"],
	input[name="cf_email"] {
		width: 100%;
	}
	
	input[name="cf_name01_01"],
	input[name="cf_name01_02"],
	input[name="cf_name02_01"],
	input[name="cf_name02_02"] {
		width: 40%;
	}
	
	input[name="cf_name01_01"],
	input[name="cf_name02_01"] {
		margin-right: 20px;
	}
	
	input[name="zip"] {
		width: 30%;
	}
	
	input[name="zip"],
	input[name="pref"],
	input[name="city"] {
		margin-bottom: 10px;
	}
	
	textarea[name="cf_content"] {
		width: 100%;
		height: 220px;
	}
	
	/*プレイスホルダー*/
	::placeholder {
		color: #A7A7A7;
	}
	
	/*承認ボタン*/
	.accept_btn {
		margin: 40px auto 40px auto;
	}
	
	.accept_btn p {
		font-size: 16px;
		font-weight: normal;
		line-height: 16px;
		text-align: center;
	}
	
	.accept_btn a {
		color: #800040;
		text-decoration: underline;
	}
	
	/*送信ボタン*/
	.submit_btn {
		display: block;
		position: relative;
		width: 340px;
		height: auto;
		padding: 18px 0;
		margin: 0 auto 0 auto;
		font-size: 16px;
		font-weight: 600;
		font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #800040;
		border: solid 2px #800040;
		border-radius: 0;
		transition: 0.4s;
	}
	
	.submit_btn:hover {
		color: #800040;
		background: #fff;
		border: solid 2px #800040;
	}
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*お問い合わせ*/
	#cf {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 0 40px 0;
	}
	
	.cf7 {
		position: relative;
		width: 94%;
		max-width: 600px;
		height: auto;
		margin: 0 auto;
	}
	
	.cf7 table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	.cf7 table tr {
		border-top: solid 1px #BDBDBD;
		border-bottom: solid 1px #BDBDBD;
	}
	
	.cf7 table tr th {
		display: block;
		position: relative;
		width: 100%;
		padding: 20px 0 15px 15px;
		box-sizing: border-box;
	}
	
	.cf7 table tr th p {
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
	}
	
	.cf7 table tr th p span {
		position: relative;
		margin-left: 10px;
		padding: 4px 8px;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		color: #fff;
		background: #800040;
	}
	
	.cf7 table tr td {
		display: block;
		position: relative;
		width: 100%;
		padding: 0 15px 20px 15px;
		box-sizing: border-box;
	}
	
	.cf7 table tr td p {
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
	}
	
	/*入力欄*/
	input[name="cf_companyname"],
	input[name="cf_name01_01"],
	input[name="cf_name01_02"],
	input[name="cf_name02_01"],
	input[name="cf_name02_02"],
	input[name="zip"],
	input[name="pref"],
	input[name="city"],
	input[name="addr"],
	input[name="cf_tel"],
	input[name="cf_email"],
	textarea[name="cf_content"] {
		padding: 8px 10px;
		font-size: 16px;
		font-weight: normal;
		line-height: 16px;
		color: #211815;
		background: #fff;
		border: solid 1px #807571;
		border-radius: 0!important;
		box-sizing: border-box;
	}
	
	input[name="cf_companyname"],
	input[name="pref"],
	input[name="city"],
	input[name="addr"],
	input[name="cf_tel"],
	input[name="cf_email"] {
		width: 100%;
	}
	
	input[name="cf_name01_01"],
	input[name="cf_name01_02"],
	input[name="cf_name02_01"],
	input[name="cf_name02_02"] {
		width: 45%;
	}
	
	input[name="cf_name01_01"],
	input[name="cf_name02_01"] {
		margin-right: 12px;
	}
	
	input[name="zip"] {
		width: 45%;
	}
	
	input[name="zip"],
	input[name="pref"],
	input[name="city"] {
		margin-bottom: 7px;
	}
	
	textarea[name="cf_content"] {
		width: 100%;
		height: 200px;
	}
	
	/*プレイスホルダー*/
	::placeholder {
		color: #A7A7A7;
	}
	
	/*承認ボタン*/
	.accept_btn {
		margin: 20px auto 20px auto;
	}
	
	.accept_btn p {
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 20px;
		text-align: center;
	}
	
	.accept_btn a {
		color: #800040;
		text-decoration: underline;
	}
	
	/*送信ボタン*/
	.submit_btn {
		display: block;
		position: relative;
		width: 300px;
		height: auto;
		padding: 14px 0;
		margin: 0 auto 0 auto;
		font-size: 16px;
		font-weight: 600;
		font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
		line-height: 16px;
		text-align: center;
		color: #fff;
		background: #800040;
		border: solid 1px #800040;
		border-radius: 0;
	}
	
	
}

/*お問い合わせ サンクスページ*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*お問い合わせ サンクスページ*/
	#thanks {
		position: relative;
		width: 100%;
		height: auto;
		padding: 100px 0 100px 0;
	}
	
	#thanks h2 {
		font-size: 60px;
		font-weight: 600;
		letter-spacing: 4px;
		line-height: 60px;
		text-align: center;
		color: #800040;
	}
	
	#thanks p {
		margin: 80px auto 60px auto;
		text-align: center;
	}
	
	#thanks a {
		width: 340px;
		margin: 0 auto;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*お問い合わせ サンクスページ*/
	#thanks {
		position: relative;
		width: 100%;
		height: auto;
		padding: 70px 0 60px 0;
	}
	
	#thanks h2 {
		font-size: 30px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 30px;
		text-align: center;
		color: #800040;
	}
	
	#thanks p {
		width: 90%;
		margin: 40px auto 30px auto;
		text-align: left;
	}
	
	#thanks a {
		width: 280px;
		margin: 0 auto;
	}
}

/*CF7設定*/
/*送信後メッセージ削除*/
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;
}