@charset "UTF-8";
/* CSS Document */
html{
	font-size: 62.5%; 
	padding: 0;
	margin: 0;
}

.wrap{
	overflow: hidden;
}

ul {
  list-style:none;
}

.home .head_top{
	position: fixed;
	background-color: transparent;
	width: 100%;
	z-index: 99;
	opacity: 0.95;
}

.head_top.headerColorScroll {
  background-color: #FFFFFF;
	position: fixed;
	width: 100%;
	z-index: 99;
	opacity: 0.95;
}

.home #gNav .gNav-menu li a.headerColorScrollfont{
	color: #404040;
}

.head_top{
	 background-color: #FFFFFF;
	position: fixed;
	width: 100%;
	z-index: 99;
	opacity: 0.95;
}


.header {
	-webkit-box-sizing: border-box; /* Webkit */
	-moz-box-sizing: border-box; /* Firefox */
	box-sizing: border-box; /* 標準 */
  　display: flex;
	width: 100%;
	height: 70px;
  	align-items: center;
	padding: 0 1.5%;
	position: relative;
}


.header nav {
  margin-left: auto;
}
.header ul {
  display: flex;
	line-height: 70px;
}
.header ul li {
	font-size: 1.2em;
}

.home_img,.home_img_2{
	position: absolute;
	transform: translate(5%,45%);
}

.home_img{
	z-index: 998;
}

.home .home_img_2{
	display: none;
}

body:not(.home) .home_img_2 { 
   display: block;
	z-index: 999;
}
.home .header_logo{
	display: block;
	z-index: 999;
}





.head_bottom,.head_bottom_access,.head_bottom_vision,.head_bottom_about,.head_bottom_news,.head_bottom_service{
	width: 100%;
	height: 30vh;
	background-repeat: no-repeat;
	background-size: 150%;
	transition-property: background-position;
	transition-duration: .7s;
	transition-delay: .085s;
	top: 0;
	z-index: 1;
}

.head_bottom_vision{
	background-image: url("https://www.toei-ad.jp/wp-content/uploads/2021/11/top.jpg");
	background-position: center 41%;
	width: auto;
	height: 100%;
}

.head_bottom_about{
	background-image: url("https://www.toei-ad.jp/wp-content/uploads/2021/11/about_back.jpg");
	background-position: center 16%;
	width: auto;
	height: 100%;
}

.head_bottom_access{
	background-image: url("https://www.toei-ad.jp/wp-content/uploads/2021/11/access_back.jpg");
	background-position: center 8%;
	width: auto;
	height: 100%;
}

.head_bottom_news{
	background-image: url("https://www.toei-ad.jp/wp-content/uploads/2021/11/news_back.jpg");
	background-position: center 12%;
	width: auto;
	height: 100%;
}

.head_bottom_service{
	background-image: url("https://www.toei-ad.jp/wp-content/uploads/2021/11/service_back.jpg");
	background-position: center 46%;	
	width: auto;
	height: 100%;
}

.head_bottom_recruit{
	background-image: url("https://www.toei-ad.jp/wp-content/uploads/2022/06/recruit_back.jpg");
	background-position: center 54%;	
	width: auto;
	height: 100%;
	  background-size: cover;
}





.head_bottom_contact{
	width: 100%;
	height: 70px;
	z-index: 1;
}




.head_bottom img{
	width: 100vw;
	height: 220px;
	object-fit: cover;
}




#hamburger{
	margin-left: auto;
}
  

.square{
	position: absolute;
	top: -50px;
	width: 30.43%;
	height: 100px;
	background: rgba(77,77,77,0.8);
	z-index: 3;
}
.square p{
	margin-left: 20%;
	 align-items: center;
	color: #fff;
	z-index: 5;
}

.square p:first-child{
	padding-top: 24px;
	font-weight: bolder;
}

.head_bt{
	display: flex;
	position: relative;
}
.container{
	position: absolute;
	left: 33%;
	top: 17px;
	font-size: 1.2rem;
	width: 80%;
}

.container p a{
	color: #4d4d4d;
}

h1{
	font-weight: bolder;
}

.c-global-nav{
	text-align: right;
}

.c-global-nav ul li a{
	color: #404040;
	text-decoration: none;
	font-family: 'Avenir Next','Poppins',"游ゴシック", "Yu Gothic", 'YuGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 700;
	
	
	
}





/*------------------------
	footer
-------------------------*/
.footer{
	background-color: #999999;
	position: relative;
	margin-top: 5%;
	height: 500px;
}

.foot{
	margin-left: 4%;
	margin-right: 4%;
}

.footer_top{
	display: flex;
	padding-top: 3%;
}

.ac {
  width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-left: 5%;
}
.contents{
	width: 29%;
	margin: 0 2%;
}

/* クリック領域 */
.ac-parent {
	position: relative;  /* 追加 */
  	height: 36px;
  	border-bottom: 1px solid #fff;
  	color: #fff;
  	text-align: left;
  	cursor: pointer;
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 3.4;
}

/* クリックしたら表示される領域 */
.ac-child {

  display: none;
  margin: 5% 0% 10% 0%;
 line-height: 2.8rem;
  text-align: left;
}
.ac-child a{
	color: #fff;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
}


/* ①プラスの横線 */
.ac-parent:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 12px;
	height: 1px;
	background: #fff;
	transform: translateY(-50%);
}

/* ②プラスの縦線 */
.ac-parent:after {
	content: "";
	position: absolute;
	top: 50%;
	/* 8px+12px-1px(幅2pxの半分) */
	right: 13px;
	width: 1px;
	height: 12px;
	background: #fff;
	transform: translateY(-50%);
	transition: .05s;
}

/* ③オープン時にopenクラスを付与（縦線を回転させて非表示に） */
.ac-parent.open:after {
	top: 25%;
	opacity: 0;
	transform: rotate(90deg);
}


.footer_bot{
	margin-top: 8%;
}
.privacy{
	display: flex;
	width: 50%;
}
.privacy_img{
	width:100%;
}
.privacy p{
	color: #FFFFFF;
	margin-left: 5%;
}

.foot_copy{
	margin-top: 3%;
	color: #ffffff;
}


#hamburger .btn-gNav{
  position: fixed;
  top: 25px;
  right: 25px;
  width: 30px;
  height: 24px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

#hamburger .btn-gNav span{
  position: absolute;
  width: 100%;
  height: 2px;
  background: #666;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
#hamburger .btn-gNav span:nth-child(1) {
  top:0;
}
#hamburger .btn-gNav span:nth-child(2) {
  top:10px;
}
#hamburger .btn-gNav span:nth-child(3) {
  top:20px;
}
#hamburger .btn-gNav.open span:nth-child(1){
  background: #FFFFFF;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
#hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3){
  top: 6px;
  background :#FFFFFF;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
#gNav{
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: rgb(151,151,151,0.9);

  box-sizing: border-box;
  z-index: 2;
 
  transition: .3s;
}
#gNav.open{
  right: 0px;
}

#gNav .gNav-menu{
 margin-top: 40%;
  display: flex;
  flex-direction: column;
  text-align: center;
  /*justify-content: center;*/
}

#gNav .gNav-menu li{
  display: block;
}
#gNav .gNav-menu li a{
  color: #FFFFFF;
  text-decoration: none;
	letter-spacing: 0.08em;
}


@media screen and (min-width: 951px){
  .btn-gNav{
    display: none;
  }
  #gNav{
    position: fixed;
    top: 0;
    right: 0;
	background-color: #FFFFFF;
	 height: 0;
  }
  #gNav .gNav-menu{
    display: flex;
    flex-direction: row;
    position: fixed;
    right: 36px;
    padding-left: 50px;
	  height: 70px;
	  margin-top: 0;
  }
  #gNav .gNav-menu li{
	  padding: 0;
    
  }

	#gNav .gNav-menu li a{
		font-family: 'Avenir Next','Poppins',"游ゴシック", "Yu Gothic", 'YuGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
		font-weight: 700;
		font-size: 1.3rem;
		letter-spacing: 0.1em;
		line-height: 3.5;
		color: #404040;
		text-decoration: none;
	}	
	
	.home #gNav .gNav-menu li a{
		color: #ffffff;
	}	
	
	
	.header ul li{
		margin-left: 30px;
	}
	


}

@media screen and (max-width: 950px){
	.home .home_img{
		
	}

	.home .home_img_2{
		display: block;
		z-index: 998;
	}
	
	.nav_open{
		z-index: 990!important;
	}
	
	.home #gNav .gNav-menu li a.headerColorScrollfont{
		color: #ffffff;
	}
	
	#gNav .gNav-menu li a{
		color: #ffffff;
		font-size: 2.6rem;
	}
	
	.home .head_top{
		background-color: #FFFFFF;
}
	
	.head{
		height: auto;
	}
	.head_top{
		opacity: 1;
	}

	.head_bottom{
		top: 82px;
	}
	.head_bottom img{
		height: 150px;
	}
	

	.main{
		margin-top: 20vh;
	}
	.square{
		width: 42%;
		height: 90px;
	}
	
	.container{
		top: 65px;
		left: 7%;
	}
	
	.head_bt{
		display: block;
	}
	
	.header ul li {
	font-size: 2.6em;
	padding-top: 2%;
		padding-bottom: 2%;
	}
	
	.head_bottom,.head_bottom_access,.head_bottom_vision,.head_bottom_about,.head_bottom_news,.head_bottom_service{
		margin: 0 auto;
}
	

	

	.header ul{
		display: flex;
		flex-direction: column;
		line-height: 2.6rem;
	}

	.c-global-nav{
		text-align: center;
		 position: absolute;
		  top: 50%;
		  left: 50%;
		  width: 100%;
		  -webkit-transform: translate(-50%, -50%);
		  -moz-transform: translate(-50%, -50%);
		  transform: translate(-50%, -50%);
	}
	
	
	.head_bottom_vision{
		height: 100%;
		margin-left: 3%;
		margin-right: 3%;
	}
	
	.head_bottom_about{
		height: 100%;
		margin-left: 3%;
		margin-right: 3%;
	}
	


	.head_bottom_access{
		height: 100%;
		margin-left: 3%;
		margin-right: 3%;
	}

	.head_bottom_news{
		height: 100%;
		margin-left: 3%;
		margin-right: 3%;
	}

	.head_bottom_service{
		height: 100%;
		margin-left: 3%;
		margin-right: 3%;
	}
	
	.head_bottom_recruit{
	background-position: center 37%;	
				height: 100%;
		margin-left: 3%;
		margin-right: 3%;
}
	
	
	
	
	
/*------------------------
	footer
-------------------------*/

	.footer_top{
		display: block;
		padding-top: 6%;
	}
	
	.ac{
		display: flex;
		justify-content: space-between;
		margin-left: 0%;
		margin-top: 5%;
	}
	.contents{
		width: 45%;
		margin: 0;
		padding:  1% 0;
	}
	
	.footer_bot{
		position: static;
		margin-top: 5%;
	}
	.footer{
		height: auto;
		padding-bottom: 5%;
	}
	
	

	.privacy{
		width: 100%;
	}
	
	.ac-child{
		margin: 2% 0;
	}
	
	.foot{
		margin-left: 7%;
		margin-right: 7%;
	}
	.logo img{
		width: 33%;
	}
	
	.page-id-70 .wrap{
		position: relative;
	}
	
	.page-id-70 .head{
		position: absolute;
		height: 70px;
		width: 100%;
	}

	.page-id-70 .head_top{
		height: 70px;
		width: 100%;
		top: 0;
	}
	
	.page-id-70 .header{
		position: fixed;
	}
	

	

}

@media screen and (max-width:650px){
	.logo img{
		width: 43%;
		}
	
	.square p:first-child{
	padding-top: 20px;
}
	.engtitle{
		font-size: 2.2rem;
	}

	
	
	.head_top{
		background-color: #fff;
	}


	.page-id-70 .contact_area{
		margin-top: 23%;
}

	.top_more_btn{
		width: 150px;
	}
	
	.main{
		margin-top: 16vh;
	}
	
		.logo img{
		width: 50%;
	}
	
	.foot{
		margin-left: 6%;
		margin-right: 6%;
	}

	.square{
		width: 45%;
		height: 80px;
		top:-40px;
	}
	
	.container{
		top: 55px;
        left: 6%;
	}
	
	.c-global-nav{
		top: 50%;
	}
	
	.header ul li{
		padding-top: 3%;
		padding-bottom: 3%;
	}
	
	
	.head_bottom,.head_bottom_access,.head_bottom_vision,.head_bottom_about,.head_bottom_news,.head_bottom_service{
		height: 23vh;
	}
	
	
	.head_bottom_vision{
		height: 100%;
		margin-left: 3%;
		margin-right: 3%;
	}
	
	.head_bottom_about{
		height: 100%;
		margin-left: 3%;
		margin-right: 3%;
	}
	


	.head_bottom_access{
		height: 100%;
		margin-left: 3%;
		margin-right: 3%;
	}

	.head_bottom_news{
		height: 100%;
		margin-left: 3%;
		margin-right: 3%;
	}

	.head_bottom_service{
		height: 100%;
		margin-left: 3%;
		margin-right: 3%;
	}
	
	#gNav .gNav-menu li a{
		font-size: 2.2rem;
	}
	

	
	
/*----------------
	footer
-----------------*/
	.footer_top{
		padding-top: 8%;
	}
	
	.footer_bot{
		margin-top: 8%;
	}
	


	.privacy p{
		width:140%;
	}
	
/*------------
	縦書きにした
------------*/
	
	.ac{
		display: flex;
		justify-content: none;
		flex-direction: column;
	}
	
	.contents{
		width: 100%;
		padding:  2% 0;
	}
	
}
	
	


@media screen and (max-width:350px){
	.logo img{
		width: 55%;
	}
		

		
	.head_bottom,.head_bottom_access,.head_bottom_vision,.head_bottom_about,.head_bottom_news,.head_bottom_service{
		height: 27vh;
	}
}

@media screen and (max-width: 950px) and (orientation: landscape){


	
	#gNav .gNav-menu{
		height: 100vh;
	}
	
	.header ul li{
		padding-top: 1%;
		padding-bottom: 1%;
	}
	
		.privacy_img{
			width:80%;
	}
	
}





























