	@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6{
	margin-bottom: 0;
}

h3{
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.6;
}
h1 span{
	font-size: 1rem;
    font-weight: normal;
    vertical-align: middle;	
}
a:active,
a:focus{
	text-decoration: none;
}
.entry-content table td p:last-child {
    margin-bottom: 0;
}
.text-center{
	text-align: center;
}
.search h1 span{
    font-weight: inherit;
	font-size: inherit;
	vertical-align: inherit;
}

.search .entry-header a{
	color: #03c4eb;
}

.search .entry-header a:hover{
	color: #333;
	text-decoration: underline;
}

.site-branding{
	width: 68%;
}

.custom-logo-link{
	line-height: 55px;
	display: flex;
	align-items: center;
	height: 55px;
}

#nav-toggle{
	display: block;
}

.menu-item span {
    display: none;
}
blockquote p {
	font-style: normal;
}
small{
	font-weight: 500;
}
.entry-content ol,
.entry-content ul{
	margin-left: 1em;
}
/*	+	top	------------------------------------------*/

.awesome{
	/* font-family: "FontAwesome, Font Awesome 6 Free"!important; */
	font-style: normal;
    padding-left: 3px;
	color: #5bc0de;
	font-weight: normal!important;
}
#content{
	background-color: #E6E6E6;
}
.site-content99999{
	background: #FFF;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #fff, #ccc) fixed;  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #fff, #fff, #CCC) fixed; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
@media screen and (min-width: 545px){
	.wont,
	.area-twitter{
		height: 403px;
	}
}

h2.hero-large-text{
/*	font-weight: normal;*/
	font-size: 2em;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
	/* 220831add */
	/* display: none; */
}
.feature-media {
	background-color: #FFF;
	margin-bottom: 30px;
	margin-top: 10px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.feature-media-img{
    margin-bottom: 0px;
    display: inline-block;
	max-width: 100%;
}

.section-about {
	/*background: url(bg.png) repeat-x center bottom #FFF fixed;
	/background: url(bg2.png) repeat center bottom #FFF fixed;*/
	position: relative;
	margin-top: -70px;
}

.btn_01,
.btn_other{
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.btn_01 a,
.btn_other a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-weight: bold;
    line-height: 1.0;
	height: 54px;
/*
	padding-bottom: 3px;
*/
}
.btn_01 a:hover,
.btn_other a:hover{
	text-decoration: none;
}
.btn_01 a span,
.btn_other a span{
    font-size: 0.7rem;
    vertical-align: inherit;
    padding-left: 1em;
	letter-spacing: 0;
}

@media (min-width: 992px){
	.btn_other a span{
			padding-left: 0px;
	}
}
@media screen and (max-width: 778px){
.btn_01 a span,
.btn_other a span{
	display: none!important;
	}
}
.btn_new a,
.btn_career a,
.btn_arbeit a,
.btn_intern a,
.btn_other a
{
	color: #222;
	background: #FFF;
}
.btn_other a{
	font-size: 1.125rem;
/*
    display: table;
*/
    width: 100%;
}
.btn_foreign a{
	padding: 0px 0px;
}

.btn_new .hvr-sweep-to-top:before,
.slid_newgraduates .hvr-sweep-to-top:before{
	background: #147fda;
}
.btn_career .hvr-sweep-to-top:before,
.slid_career .hvr-sweep-to-top:before{
	background: #f5a629;
}
.btn_arbeit .hvr-sweep-to-top:before,
.btn_intern .hvr-sweep-to-top:before,
.slid_parttime .hvr-sweep-to-top:before{
	background: #E32784;
}
.btn_other .hvr-sweep-to-top:before,
.slid_other .hvr-sweep-to-top:before{
	background: #A4D138;
}


/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0.08);
  transform: scaleY(0.08);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}




.top_h2tit{
	background-color: #FFF;
	text-align: left;
    padding-left: 1em;
    border-left: 4px solid #666;
	border-bottom: none;
}
.top_h2tit span{
	font-size: 60%;
    vertical-align: middle;
    padding-left: 1em;
}
.top_h2_zadankai{
	border-left-color: #592B11;
	color: #592B11;
}
hr{
	border-top: 1px solid #cecece;
}
.top_content{
	border: none;
}
.swiper-h2{
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 30%;
}
.swiper-container{
	height: 480px;
}
.swiper-wrapper:after{
	pointer-events: none;
    position: absolute;
    left: 0px;
    width: 100%;
	height: 100%;
/*    height: 40%;*/
	background: url(//www.cc2.co.jp/recruit/wp-content/uploads/2018/07/bg_dot.png);
    background-color: rgba(0,0,0,0.3);
		/* 220901add */
	/* background: none;
	background-color: none; */
	opacity: 0.5;
/* ---- */
    display: block;
    content: "";
}
/* @media (max-width: 768px) {
.swiper-wrapper:after{
	background: none;
	background-color: none;
}
} */
.swiper-bg01,
.swiper-bg02,
.swiper-bg03,
.swiper-bg04,
.swiper-bg05{
	background-size: cover;
    background-position: center center;
}
.swiper-bg01{
	background-image: url(//www.cc2.co.jp/recruit/wp-content/uploads/2018/07/top_bg.jpg);
}
.swiper-bg02{
	background-image: url(//www.cc2.co.jp/recruit/wp-content/uploads/2018/07/top_bg2.jpg);
}
.swiper-bg03{
	background-image: url(//www.cc2.co.jp/recruit/wp-content/uploads/2018/07/top_bg3.jpg);
}
.swiper-bg04{
	background-image: url(https://www.cc2.co.jp/recruit/wp-content/uploads/2022/09/9b73b7f5fc6a84dd0dd49522769d858e.jpg);
	background-size: auto 100%;
}
.swiper-bg05{
	background-image: url(https://www.cc2.co.jp/recruit/img/swiper_05.jpg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: #FFF;
}

@media (max-width: 1199px) {
	.swiper-container{
		/* height: 340px; */
		height: 40vw;
	}
	.section-about{
		/* margin-top: -68px; */
		margin-top: -6vw;
	}
	.swiper-bg04{
		/* background-size: 140%; */
		background-repeat: no-repeat;
		background-position: center top;
	}
}
@media screen and (max-width: 543px){
	.swiper-h2{
		top: 20%;
	}
	.top-btn-margin{
		margin-bottom: 30px;
	}
	h2.hero-large-text{
		font-size: 6vw;
	}
}
@media screen and (max-width: 400px){
	div.wn-item .wn-article {
		clear: left;
	}
	.btn_arbeit,.btn_intern{
		font-size: 1.5rem;
	}
}

/*	+	page	------------------------------------------*/

.page-header{
	position: relative;
	/* background: url(//www.cc2.co.jp/recruit/wp-content/uploads/2018/07/bg_header.jpg) top right; */
	background: url(//www.cc2.co.jp/recruit/wp-content/uploads/2025/06/bg_header.jpg) top right;
	background-size: cover;
	border-bottom: 5px solid #A4D138;
	background-position: center center;
}
@media screen and (max-width: 543px){
	.page-header{
		padding: 15px 0px;
	}
}
.page-header::after{
	position: absolute;
	top:0;
	left: 0;
    width: 100%;
	height: 100%;
	background-image: url(//www.cc2.co.jp/recruit/wp-content/uploads/2018/07/bg_dot.png);
    background-color: rgba(0,0,0,0.3);
    display: block;
    content: "";
}
.page-header h1{
	position: relative;
	z-index: 1;
}
.entry-title span{
    font-size: 44%;
    text-transform: none;
    vertical-align: middle;
    padding-left: 0.5em;
    font-weight: 500;	
}
.newgraduatespage{
    border-bottom: 5px solid #147fda;
}
.careerpage{
    border-bottom: 5px solid #f5a629;
}
.parttimepage{
    border-bottom: 5px solid #E32784;
}

#content-inside.container{
	padding-right: 1.9375rem;
    padding-left: 1.9375rem;
}
#content-inside{
	background-color: #FFF;
}
.entry-title{
    font-weight: normal;
    font-size: 1.8em;	
}

.entry-content h2,
.entry-content h2.newgraduates_tit,
.entry-content h2.career_tit,
.entry-content h2.parttime_tit
{
	background: url(//www.cc2.co.jp/recruit/wp-content/uploads/2018/07/bg_stripe_d.png) #e0e0e0;
    padding: 20px 5px 20px 20px;
    margin: 30px 0 25px 0;
	border-left: 5px solid #A4D138;
    border-bottom: 1px solid #ddd;
}
/* .entry-content h2{
} */

.entry-content h2.newgraduates_tit{
	border-left: 5px solid #147fda;
}
.entry-content h2.career_tit{
	border-left: 5px solid #f5a629;
}
.entry-content h2.parttime_tit{
	border-left: 5px solid #E32784;
}

/*	sideMenu	------------------------------------------*/
.slid_newgraduates,
.slid_career,
.slid_parttime,
.slid_other{
	background: none;
	border: none;
}
.slid_newgraduates:hover,
.slid_career:hover,
.slid_parttime:hover,
.slid_other:hover{
	border: none;
}

.slid_newgraduates a,
.slid_career a,
.slid_parttime a,
.slid_other a{
	background-color:#FFF;
}
/* .slid_newgraduates a:hover,
.slid_career a:hover,
.slid_parttime a:hover,
.slid_other a:hover{
} */

.widget-area.sidebar .slid_btn a {
	display: block;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	color: #FFF;
	font-size: 1.2em;
	text-shadow: 0 -1px 1px rgba(0, 40, 50, .35);
}

.textwidget .slid_btn a,
.widget-area.sidebar .slid_btn a,
.textwidget p.slid_btn,
.widget-area.sidebar p.slid_btn{
	text-shadow: none;
	line-height: 1.0;
	color: #222;
	margin-bottom: 1em;
}
.textwidget .slid_btn a,
.textwidget .slid_btn a:hover,
.widget-area.sidebar .slid_btn a,
.widget-area.sidebar .slid_btn a:hover{
	padding: 12px 0 12px 10px;
}
.textwidget .slid_btn a:hover,
.widget-area.sidebar .slid_btn a:hover{
	color:  #FFF;
}

.search-form label{
	width: 100%;
}
.sidebar .widget .search-form .search-submit{
	width: 100%;
}


/*	footer	----------------------------------------------*/

.site-footer ul{
	list-style-type: none;
	text-align: left;
}
@media (max-width: 991px) {
	.ft-full-menu{
		display: none;
	}
}

/*	other	----------------------------------------------*/

.tbl-pd td,
.tbl-pd th{
    padding: 8px 13px;
    line-height: 1.6;
}
.tbl-pd p{
    margin-bottom: 0px;
}

.ul-fe-lang{
	margin-top: -1em;
	text-align: right;
}
.ul-fe-lang li{
	list-style-type: none;
	display: inline;
	padding-right: 0.3em;
}
.ul-fe-lang li:not(:last-child)::after{
	content: "/";
	padding-left: 0.5em;
}
.post-561 .li-lang-en::before,
.post-5602 .li-lang-kr::before,
.li-lang-active::before{
	content: "\f058 ";
	font-family: FontAwesome;
	padding-right: 0.2em;
}

#engage-contributions-widget-wrapper{
	width: 100%!important;
}
@media screen and (min-width:768px){
	.whatnew .top_content{
		min-height: 300px;
	}
	.whatnew div:first-of-type .top_content div{ 
		/* max-height: 230px; */
		/* overflow: auto; */
	}
}
#takeMeUpContainer{
	padding: 0;
	z-index: 10;
}
#takeMeUp{
	display: block;
	padding: 7px 7px 7px 10px;
}

/* @media (min-width: 992px){
	.sec-submenu .feature-item:first-child a{
		display: block;
    padding-top: 0.6em;
	}
} */

.back-top-top{
	z-index: 9;
}

.btn{
	white-space: normal;
}
.getPostDispArea{
	padding: 5px 15px 0 15px;
	max-height: 340px;
	overflow: auto;
}
.getPostTitle{
	font-size: 16px;
	line-height: 1.5;
}

.newgraduates_schedule{
	border: none;
	margin-left: 1em;
	border-left: 1px dotted #CCC;
	margin-bottom: 1em;
}
.newgraduates_schedule th,
.newgraduates_schedule td{
	padding: 1em 0.5em;
	border: none;
	vertical-align: top;
	position: relative;
}
/* .newgraduates_schedule tr{
} */
.newgraduates_schedule th{
	/* text-align: center; */
	background-color: #EEE;
}
.newgraduates_schedule td img{
	margin: 1em 0 0;
}
.newgraduates_schedule td:first-child::before{
	content: "●";
	/* margin-left: -1em; */
	margin-right: 0.5em;
	color: #999;
	position: absolute;
	left: -0.5em;
}
.newgraduates_schedule td:first-child{
	padding-left: 0.8em;
}
.newgraduates_schedule td:last-child{
	padding-right: 2em;
}
.newgraduates_schedule td:not(:last-child){
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
}
.massage_text p:last-child{
  margin-bottom: 0px;
}
@media (max-width:768px){
	body, button, input, select, textarea {
		font-weight: normal;
	}
	.newgraduates_schedule th,
	.newgraduates_schedule td{
		width: 100%;
		display: block;
		padding-top: 0.7em;
	}
	.newgraduates_schedule td:not(:last-child){
		text-align: left;
		padding-bottom: 0;
	}
	.newgraduates_schedule td:not(:last-child) br{
		display: none;
	}
	.newgraduates_schedule td:not(:first-child){
		padding-left: 1em;
	}
}

em.normal{
	color: inherit;
	font-style: italic;
	font-weight: inherit;
}

.entry-content .staff_newgraduatespage,
.entry-content .staff_careerpage{
	margin-left: 0px;
}
.newgraduates_img,
.career_img{
	margin-bottom: 2em;
}
.section-stafflist .feature-media{
	background-color: #1b8bed;
}
.page-template-page-career .section-stafflist .feature-media{
	background-color: #f09d20;
}
.onepress-menu a{
	text-transform: inherit;
}
.btn img{
	margin-right: 0.3em;
}
.btn{
	margin-top: 1em;
	margin-bottom: 1em;
}
.slid_cat .slid_catTit{
	line-height: 1.4;
}
.slid_cat .slid_catTit a{
	font-size: 1em;
}

.slid_cat br{
	display: block;
	margin-bottom: 1.2em;
}
.btn-form{
	margin:10px 10px 0px 0px;
	padding:15px 20px;
	display:block;
	font-weight:bold;
}
/* ニュースページ */
.list-date{
	font-size: 0.8rem;
	text-align: right;
}
.list-cate{
	font-size: 0.8rem;
}
.list-cate a{
	display: inline-block;
	border: 1px solid #CCC;
	background: #EEE;
	padding: 0 0.5em;
	border-radius: 5px;
	line-height: 1.4;
	color: #666;
}
.list-cate a:hover{
	text-decoration: none;
}
.list-article-content .entry-title{
	border: none;
	padding: 0;
}
.list-article-content .entry-title a:hover{
	text-decoration: underline;
}
@media screen and (min-width: 426px) {
	.section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb{
		width: 200px;
	}
}
.nav-links .page-numbers{
	padding: 12px 20px;
}
select[name="cat"] option[value="37"],
.list-article-meta a[href$="?cat=37"]{
	display: none;
}

@media screen and (max-width: 940px) {
	.section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
		display: inherit;
	}
}

.archive #search-3{
	display: none;
}
h1.page-title a{
	color: #FFF;
}
.archive h2{
	font-size: 1.2rem;
	padding-bottom: 1rem;
}
.job_type{
	display: block;
}
.job_type + .job_type{
	margin-top: 0.5rem;
}

/* GoogleMap ---------------------------------------------*/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.getPostTitle a::before{
	content: "\f152";
	font-weight: normal;
	font-family: FontAwesome;
	color: red;
	border: none;
	margin: 0;
}
.getPostTitle a::after{
	display: none;
}
.news-home{
	display: inline-block;
	/* background-color: #FFF; */
	/* color: #5c5c5c; */
	z-index: 1;
	position: relative;
	border-radius: 2px;
	padding: 0.3em 2em;
	margin-bottom: 1em;
	font-size: 1.2em;
	color: #ffffff;
	background-color: #0275d8;
	/* background-image: -webkit-linear-gradient(top, #00acee 0%, #0064c1 100%);
	background-image: linear-gradient(to bottom, #00acee 0%, #0064c1 100%); */
	box-shadow: 1px 1px 0px 1px #00000033;
}
.news-home::before{
	content: "\f105";
	font-family: "FontAwesome"!important;
	padding-right: 0.6em;
}

.news-home:hover{
	text-decoration: none;
	color: #ffffff;
	background-color: #158bf3;
}
.page-header h1{
	font-size: 1.8rem;
}
.btn-green{
  background: #9ED73A;
  background: -webkit-gradient(linear, left top, left bottom, from(#77C101), to(#9ED73A));
  background: -webkit-linear-gradient(top, #77C101 0%, #9ED73A 100%);
  background: linear-gradient(to bottom, #77C101 0%, #9ED73A 100%);
  border: 1px solid #5B9400;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 15px;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0px 0px 2px #000,1px 1px 2px #5B9400,0px 1px 2px #5B9400;
  /* text-shadow: 2px 2px 4px #5B9400; */
  box-shadow: 0px 0px 2px #666;
}
.btn-green:active,
.btn-green:focus,
.btn-green:hover{
  color: #FFF;
  text-decoration: inherit;
  opacity: 0.7;
}
.hash-link{
	padding-top: 70px;
	margin-top: -70px;
}
.ttl-urgent{
    color: #FFF;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.6rem;
    background: linear-gradient(to top,
		#A50000 50%, #C20000 50% );
    line-height: 1.5;
		margin-bottom: 1rem;
}
.ttl-urgent-en{
    letter-spacing: normal;
    font-size: 2rem;
}
ul.seminar_list{
    display: flex;
    flex-wrap: wrap;
		justify-content: space-between;
    margin: 0 0px 20px;
    padding: 0 20px;
    box-sizing: border-box;
    padding: 0;
    list-style-type: none;
}
ul.seminar_list li{
    width: 49%;
    background: #FFF;
    box-sizing: border-box;
    position: relative;
    /* margin-bottom: 20px; */
    padding: 15px;
    transition: all .2s linear;
    margin: 0 0 20px;
    border-radius: 5px;
    border: 1px solid #DDD;

}
ul.seminar_list .date{
	color: #000;
	padding-right: 0.5em;
	font-size: 1.1em;
}
ul.seminar_list .tag {
    display: inline-block;
    width: fit-content;
    background-color: #666;
    color: #FFF;
    font-size: 1em;
    border-radius: 3px;
    border: 1px solid #DDD;
    padding: 4px 7px 1px;
    line-height: 1;
    font-weight: normal;
    font-size: 0.9em;
}
ul.seminar_list .ttl{
	display: inline-block;
	padding: 10px 0px 15px;
}
ul.seminar_list a{
	display: block;
	color: inherit;
}
ul.seminar_list a:hover{
	text-decoration: none;
	/* opacity: 0.7;; */
}
ul.seminar_list a:hover .ttl{
	text-decoration: underline;
}
ul.seminar_list img{
	display: block;
	margin: auto;
}

@media screen and (max-width: 500px){
	ul.seminar_list li{
		width: 100%;
	}
}

ul.live_list{
	margin: 0 0 20px;
	padding: 0 20px;
	box-sizing: border-box;
	padding: 0;
	list-style-type: none;
}
ul.live_list a{
	color: inherit;
}
ul.live_list a:hover{
	text-decoration: none;
	/* opacity: 0.7;; */
}

ul.live_list li{
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD;
	padding-bottom: 15px;
}

ul.live_list .info{
	display: flex;
	padding-bottom: 1em;
	align-items: center;
}
@media screen and (max-width: 500px){
	ul.live_list .info{
		display: block;
	}
	/* ul.live_list .info br{
		display: none;
	} */
}
ul.live_list .cont{
	display: flex;
}
@media screen and (max-width: 500px){
	ul.live_list .cont{
		flex-flow: column;
	}
}

ul.live_list h4{
	color: #03c4eb;
}
ul.live_list a:hover h4{
	text-decoration: underline;
}
ul.live_list .ttl{
	width: 100%;
}
ul.live_list .img{
	width: 30%;
	margin: 0 10px 0 0;
	position: relative;
	color: #FFF;
	font-size: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.live_list .img img{
	position: relative;
	border-radius: 5px;
	border: 1px solid #ddd;
}
ul.live_list .img::before {
	position: absolute;
	content: "\f144";
	z-index: 2;
	text-shadow: 0px 0px 7px #000a;
}
ul.live_list .text{
	/* width: 70%; */
	flex: 1;
}
@media screen and (max-width: 500px){
ul.live_list .img,
ul.live_list .text{
	width: 100%;
}
ul.live_list .img{
	margin-bottom: 15px;
}
}
ul.live_list span{
	display: inline-block;
	color: #000;
	margin-right: 3px;
	padding: 3px 4px 0px;
	font-weight: normal;
	position: relative;
	line-height: 1.1;
	font-size: 0.9em;
}
ul.live_list .tag{
	font-size: 1em;
	border-radius: 3px;
	border: 1px solid #aaa;
}
.twitter-timeline iframe{
	max-width: 100% !important;
}