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

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

body{
	font: 16px / 1.231 YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif!important;
}

main{
	overflow:hidden;
}

.pc_con{
	display:block;
}

.sp_con{
	display:none;
}

ul{
	padding:0;
	margin:0;
}

li{
	list-style: none;
}

a{
	text-decoration:none;
	color: black;
}

.container_l{
	width:95%;
	margin:0 auto;
}

.container_m{
	width:70%;
	margin:0 auto;
}

header{
	position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.global_navi{
	display:flex;
	justify-content: space-between;
	align-items: center;
	height: 55px;
}

.header_logo{
	width:265px;
	height:40px;
	margin:0;
	padding:0;
}

.header_list{
	width:50%;
	display: block;
}

.header_list ul{
	display: flex;
	justify-content: space-between;
	padding:0 20%;
}

.header_list ul li{
	float:left;
	font-size: 12px;
}

.header_contact li{
	float:left;
}

.header_contact{
	font-weight: bold;
}

.headerTel{
	margin-right:20px;
}

.headerTel a{
	color:#23873B;
}

.header_contact_btn a{
	padding:8px 14px;
	font-size:14px;
	color:#fff;
	background-image:linear-gradient(90deg,#94C33A,#22AC38);
}

.footer_navi{
	background-color:#23873B;
}

.footer_navi ul{
	width:29%;
	margin:0 auto;
	padding:30px 0;
	display:flex;
	justify-content: space-between
}

.footer_navi ul li a{
	font-size: 12px;
	color:#fff;
}

.copy_right{
	padding:30px 0;
	background-color:#000;
}

.copy_right p{
	font-size: 12px;
	color:#fff;
	text-align: center;
}

.main_visual {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
	padding-top:0px;
}

.main_visual_catch {
    position: absolute;
	top: calc(45% - 100px);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #fff;
}

.video {
    min-width: 100vw;
    min-height: 100vh;
}

.catch_eng{
	font-size:60px;
	opacity:60%;
}

.catch_jpn{
	font-size:60px;
	font-family: "Zen Old Mincho", serif;
}

.underbar{
	border-bottom: 2px solid #fff;
}

section{
	padding:100px 0 70px 0;
}

.top_message{
	background:url(https://taiseitec.csc-wm.com/wp-content/uploads/2026/02/roll.png),linear-gradient(106deg,#fff 0%,#fff 75%,#94C33A 75%,#22AC38 100%);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:35%,100%;
}

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

.left,.right{
	width:50%;
	padding:20px;
}

.sec_ttl h2{
	display:inline-block;
	margin:0;
	padding-bottom:5px;
	border-bottom:2px solid;
	border-image: linear-gradient(to right, #23873B, #fff) 1;
}

.sec_ttl h4{
	font-size:12px;
	margin:0;
	padding:10px 0 15px 0;
	color:#23873B;
	font-weight:bold;
}

.sec_ttl h3{
	color:#23873B;
	padding:15px 0;
}

.sec_img img{
	max-width:100%;
	height:auto;
}

.sec_btn{
	display:flex;
	justify-content:center;
    align-items:flex-end;
	margin:50px 0;
	text-align:center;
}

.sec_btn a{
	padding:15px 20px;
    font-size: 14px;
    color: #fff;
    background-image: linear-gradient(90deg, #94C33A, #22AC38);
	font-weight:bold;
	border-radius:5px;
}

.top_service{
	background-color:#EFEFEF;
	background-image:url(https://taiseitec.csc-wm.com/wp-content/uploads/2026/02/back_logo.png);
	background-repeat:no-repeat;
	background-position:right -150px bottom ;
}

.right h3{
	text-align:center;
}

.service_list{
	width:80%;
	margin:0 auto;
}

.service_list li{
	font-weight:bold;
	margin:20px 0;
	text-align:center;
}

.top_recruit{
	background-color:#D7E8B3;
}

.center{
	text-align:center;
}

.recruit_chart{
	width:100%;
	height:600px;
	background-image:url(https://taiseitec.csc-wm.com/wp-content/uploads/2026/02/chart.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:0 60px;
	margin-top:100px;
}

.uper img,.down img{
	width:25%;
}

.uper,.down{
	width:88%;
	margin:0 auto;
	transition:transform 0.8s ease-in;
}

.fadeIn_left{
	transform:translatex(-135%);
}

.fadeIn_left.show{
	transform:translatex(0%);
}

.down{
	margin-top:125px;
}

.etc_img h2{
	color:#fff;
	border-image: linear-gradient(to right, #fff, #fff) 1;
}

.etc_img h4{
	color:#fff;
}

.result_img{
	width:50%;
	background-image:url(https://taiseitec.csc-wm.com/wp-content/uploads/2026/02/top_result.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	padding:150px 0;
}

.equip_img{
	width:50%;
	background-image:url(https://taiseitec.csc-wm.com/wp-content/uploads/2026/02/top_equip.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	padding:150px 0;
}

.top_contact{
	background-color:#efefef;
}


/*-------------------------------------------------------------------各ページタイトル------------------------------------------------------------------------*/

#post_title strong {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    display: inline-block;
    color: #fff;
    text-align: center;
    letter-spacing: 20px;
	padding:10px 15px;
	z-index:1;
}

#post_title{
	margin:0;
}

.title{
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

.page_main{
	position:relative;
	top:55px;
	height:240px;
	background-repeat:no-repeat;
}

.about_main_visual{
	background-image:url(../images/about01.jpg);
}

.equip_main_visual{
	background-image:url(../images/equip01.jpg);
}

.result_main_visual{
	background-image:url(../images/result01.jpg);
}

.service_main_visual{
	background-image:url(../images/service01.jpg);
}

.rich_font{
font-weight:bold;!important
}

.sign img{
width:100%;
margin:50px 0;
}

.mes_img{
text-align:center;}


/*-------------------------------------------------------------------レスポンシブ------------------------------------------------------------------------*/


@media (max-width: 768px){
	
.pc_con{
	display:none;
}

.sp_con{
	display:block;
}

	.container_m{
		width:90%;
	}	
	
	section{
		padding:30px 0;
	}
	
.main_visual {
    margin-top: 60px;
    width: 100%;
    height: 60vh;
}

.main_visual_catch {
    padding: 0 10%;
	height:300px;
    top: 18%;
}

	.catch_eng{
		font-size:30px;
	}
	
	.catch_jpn{
		font-size:30px;
	}
	
.video {
    height: 100%;
    min-height: auto;
}
	
	.flex{
		display:block;
	}
	
	.left,.right{
		width:100%;
		padding:0;
	}
	
	.service_list{
		width:90%;
	}
	
	.top_service{
		background-size:100%;
		background-position:center bottom;
	}
	
	.recruit_chart{
		background:none;
		margin-top:50px;
		height:100%;
	
	}
	
	.uper,.down{
		width:100%;
		margin:0px auto;
	}
	
	.uper img,.down img{
		display:block;
		width:80%;
		margin:15px auto;
	}
	
	.etc_img{
		width:100%;
	}
	
	.footer_navi{
		height:100%;
	}
	
	.footer_navi ul{
		width:100%;
		flex-wrap:wrap;
		padding:0;
	}
	
	.footer_navi ul li {
		width:50%;
		text-align:center;
		border: 1px solid #fff ;
		padding:10px 0;
		box-sizing:border-box;
	}
	
	.footer_navi ul li a{
		font-size:14px;
	}
	
	.copy_right {
		padding:10px;
	}
	
	#pagetop img{
		position:fixed;
		bottom:0;
		right:0;
		z-index:1000;
		width:20%;
	}
	
	#pagetop p{
		margin:0;
	}
	
/*------- trigger -------*/
.trigger-box{
	width:60px;
	height:55px;
	background-color:#fff;
	position:fixed;
	top:0;
	right:0;
	z-index: 103;
}

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 102;
/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #34343b;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

nav {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background-color: rgb(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  transform: translate(600px);
  transition: all .5s;
}
nav.open {
  transform: translateZ(0);
}

	nav ul{
		padding-left:0;
		padding-bottom:20px;
	}
	
nav li {
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
nav li a { text-decoration:none; 
	       color:#000; 
		   font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
		   font-weight:bold;}

nav li a:hover { text-decoration:none;}

.menu-trigger {
  transform: translateX(0);
}
.menu-trigger.active {
  transform: translateX(0px);
}
	
.for_mo open {
  padding-left:0!important;
}
.for_mo li{
	list-style:none;
}

.trigger-under{
	text-align:center;
	border-top:1px solid #000;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, sans-serif;
}

.trigger-under h3{
	padding:30px 0;
	font-size:20px;
	color:#000;
	margin:0;
}

.trigger-under p{
	text-align:center!important;
}

	

}