/*
Theme Name: toei layout
Theme URI:
Description:
Version:
Author: fs
Author URI:
*/

/* ヘッダー・ナビゲーション */

.header,
.header_middle {
	padding: 0rem;
}

.header_middle_inner {
	display: flex;
	position: fixed;
	background: #ffffff;
	width: 100%;
	height: 50px;
	max-width: 100%;
	margin: 0;
	padding: 1rem 0 0.5rem 3vw;
	z-index: 999;
}

.header_middle_inner #header_logo {
	position: relative;
	width: 65vw;
	max-width: 280px;
	margin: 0 0;
}

.header_middle_inner #header_logo a {
	display: inline-block;
}

.header_middle_inner #header_logo a img {
	width: 100%;
	height: auto;
}

.sns_block {
	position: fixed;
	top: 40vh;
	right: 0;
	padding: 0 1rem;
	z-index: 999;
}

.sns_block li {
	width: 25px;
	height: 25px;
	margin: 0 0 2rem;
	padding: 0;
}

.sns_block li a {
	display: block;
	width: 100%;
	height: 100%;
}

.sns_block .y_line {
	position: relative;
	top: 0;
	left: 12px;
	width: 2px;
	height: 25px;
	background-color: #fce21e;
}

.sns_block .x {
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/x_logo.svg") no-repeat top center;
	background-size: contain;
}

.sns_block .insta {
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/instagram_logo.svg") no-repeat top center;
	background-size: contain;
}

.sns_block .threads {
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/threads_logo.svg") no-repeat top center;
	background-size: contain;
}

.sns_block .tiktok {
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/tiktok_logo.svg") no-repeat top center;
	background-size: contain;
}

#g-nav{
	position:fixed;
	z-index: -1;
	opacity: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,117,194,0.9);
	transition: all 0.3s;
	padding: 0;
}

#g-nav.panelactive{
	opacity: 1;
	z-index: 999;
}

#g-nav.panelactive #g-nav-list{
	position: fixed;
	z-index: 998; 
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#g-nav .site_logo {
	position: absolute;
	right: 4rem;
	bottom: 4rem;
	width: 256px;
	margin: 0 0 6rem;
	z-index: 999;
}

#g-nav .site_logo img {
	width: 100%;
	height: auto;
}

/*ナビゲーション*/

#g-nav .nav_list_inner {
	display: none;
	z-index: 999;
}

#g-nav.panelactive .nav_list_inner {
	display: block;
	width: 100%;
	margin: 1rem 0;
	padding: 1rem 1rem;
	vertical-align: top;
}

#g-nav .nav_list_inner li {
	list-style: none;
	margin: 0 0 5rem;
	padding: 0;
}

#g-nav .nav_list_inner li a {
	text-decoration: none;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #ffffff;
}

#g-nav.panelactive .nav_list_inner li .sub-menu {
	margin: 2rem 0 2rem;
}

#g-nav .nav_list_inner li a span {
	display: block;
	font-size: 3.0rem;
	letter-spacing: 0em;
	font-weight: 700;
	color: #ffffff;
	margin: 1rem 0 1rem;
}

#g-nav .nav_list_inner li ul li {
	margin: 1.5rem 0 0;
	padding: 0 0 0 1.5rem;
}

#g-nav .nav_list_inner li ul li a:before {
	position: relative;
	top: -1px;
	font-size: 1.2rem;
	color: #ffffff;
	content: "－ ";
}

#g-nav .nav_list_inner li ul li a {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	color: #ffffff;
}

.site_policy {
	position: absolute;
	left: 1rem;
	bottom: 2rem;
	z-index: 999;
}

.site_policy a {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #ffffff;
}

/* ボタン */

.openbtn1 {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	cursor: pointer;
	background: #1fabfe;
		width: 80px;
		height: 50px;
}
  
.openbtn1 span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
		left: 23px;
	height: 2px;
	background: #ffffff;
	width: 43%;
}

.openbtn1 span:nth-of-type(1) {
		top: 20px; 
}

.openbtn1 span:nth-of-type(2) {
	opacity: 0;
}

.openbtn1 span:nth-of-type(3) {
		top: 30px;
}

.openbtn1.active span:nth-of-type(1) {
		top: 15px;
		left: 23px;
	transform: translateY(9px) rotate(-30deg);
	width: 43%;
}

.openbtn1.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
		top: 35px;
		left: 23px;
	transform: translateY(-9px) rotate(30deg);
	width: 43%;
}

.nav_list {
	width: 100%;
	text-align: center;
	margin: 0;
}

.nav_list .list_item {
	display: inline-block;
	text-align: center;
	margin: 0 2rem 0;
}

.nav_list .list_item a {
	display: block;
	padding: 6rem 0 0;
}

.nav_list .list_item .ja_menu {
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
}

.nav_list .list_item .en_menu {
	display: block;
	font-size: 0.8rem;
	font-weight: 500;
	color: #c0d9b5;
	margin: 1rem 0 0;
	padding: 0;
}

/* ページトップ */

.pagetop_button a {
	position: fixed;
	z-index: 9998;
	bottom: 20px;
	right: 2vw;
	cursor: pointer;
	background: #0074c1;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.pagetop_button a .name {
	display: block;
	width: 25px;
	font-size: 1.0rem;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	padding: 1rem 0 0;
}

.pagetop_button a .marker {
	position: relative;
	top: 14px;
	right: -5px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 1rem;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	transform: rotate(-45deg);
}

.pagetop_button a:hover .name {
	border-bottom: 1px solid #ffffff;
}

.pagetop_button a:hover .marker {
	top: 10px;
}

.pagetop_button a::before,
.pagetop_button a::after,
.pagetop_button a span::before,
.pagetop_button a span::after {
	z-index: -1;
	content: '';
}

.pagetop_button a,
.pagetop_button a::before,
.pagetop_button a::after,
.pagetop_button a span,
.pagetop_button a span::before,
.pagetop_button a span::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* パンくず */

.breadcrumbs {
}

.breadcrumb {
	width: 100%;
	margin: 0;
	padding: 0;
}

.breadcrumb_list {
	margin: 0;
	padding: 0;
}

.breadcrumb_list li {
	display: inline-block;
	font-size: 1.2rem;
	line-height:1.4;
	padding: 0 1rem 0 0;
}

.breadcrumb_list li span {
	font-size: 1.4rem;
	font-weight: 500;
}

.breadcrumb_list li a {
	font-size: 1.4rem;
	font-weight: 500;
	padding: 0;
}

/* ページネーション */

.pagination {
	width: 100%;
	margin: 1rem 0 2rem;
	padding: 0;
	text-align: center;
}

.pagination_inner {
	margin: 0 auto;
	padding: 1rem 0 1rem;
}

.pagination_inner li {
	display: inline-block;

}

.pagination_inner li span,
.pagination_inner li a {
	background: #d2d3d5;
	font-size: 2rem;
	text-decoration: none;
	vertical-align: middle;
	border: none;
	margin: 0.5rem 0.5rem;
	padding: 1rem 1.5rem 1rem;
	border-radius: 6px;
}

.pagination_inner li .dots,
.pagination_inner li .prev,
.pagination_inner li .next {
	background: none;
	font-size: 2rem;
	vertical-align: middle;
}

.pagination_inner li a:hover {

}

.pagination_inner li .current {
	background: #fce21e;
}

/* コンテンツトップ・スライドイメージ */

.index_top {
	padding: 0 0;
}

.bx-wrapper {
	left: 0;
	box-shadow: none;
	border: none;
	background: #ffffff;
}

#slider li {
	position: relative;
	height: 100vh;
	min-height: 50vw;
	background: center left / cover no-repeat;
	background-attachment: scroll;
}

#image-bloc .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100.2%;
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/slide_mask.svg") no-repeat bottom center;
	background-size: cover;
	z-index: 997;
}

/* ページャー */

.bx-wrapper .bx-pager {
	padding-top: 4rem;
	text-align: center;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	text-indent: -9999px;
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/nav_back.svg") no-repeat bottom;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/nav_back_current.svg") no-repeat bottom;
}

/* スクロール */

.page_scroll {
	margin-top: -50px; /* 固定ナビのネガティブマージン */ 
	padding-top: 50px; /* 打ち消し用のパディング */ 
}

/* フェード */

.fade-in0 {
	opacity: 0;
	transition-duration: 1.2s;
	transition-property: opacity, transform;
	transform: translate(0, 20px)
	z-index: 997;
}

.fade-in150 {
	opacity: 0;
	transition-duration: 1.2s;
	transition-property: opacity, transform;
	transform: translate(0, 20px)
}

.delay1 {
	transition-delay: 0.3s;
}

.delay2 {
	transition-delay: 0.6s;
}

.delay3 {
	transition-delay: 0.9s;
}

.delay4 {
	transition-delay: 1.2s;
}

.delay5 {
	transition-delay: 1.5s;
}

.delay8 {
	transition-delay: 2.1s;
}

.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

/* グローバルメニュー調整 */

main {
	padding-top: 50px;
}

.home main {
	padding-top: 0;
}

/* コンテンツ */

.content_h1_title {
	text-align: center;
	margin: 6rem 0 0;
}

.content_h1_title .en_title {
	display: block;
	font-size: 4.4rem;
	font-weight: 700;
	color: #000000;
	line-height: 1.4;
	letter-spacing: 0;
	margin: 0 0;
	padding: 0;
}

.content_h1_title .jp_title {
	display: block;
	font-size: 2.0rem;
	font-weight: 700;
	color: #cbccce;
	line-height: 1.4;
	letter-spacing: 0.4em;
	margin: 1rem 0 0;
	padding: 0;
}

.content_h2_title {
	width: 100%;
	margin: 6rem 0 4rem;
	padding: 0;
}

.content_h2_title .en_title {
	display: block;
	font-size: 3.4rem;
	font-weight: 700;
	color: #000000;
	line-height: 1.4;
	letter-spacing: 0;
	margin: 0 0;
	padding: 0;
}

.content_h2_title .jp_title {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	color: #cbccce;
	line-height: 1.4;
	letter-spacing: 0.4em;
	margin: 1rem 0 0;
	padding: 0;
}

.content_h2_copy {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.4em;
	margin: 2rem 0 2rem;
	padding: 0;
}

.content_h3_title {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin: 2rem 0 4rem;
	padding: 0;
}

.content_h4_title {
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin: 2rem 0 4rem;
	padding: 0;
}

.content_h3_copy {
		font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin: 2rem 0 4rem;
	padding: 0;
}

.content_h4_copy {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin: 2rem 0 4rem;
	padding: 0;
}

main p {
	line-height: 1.8;
	margin: 0;
	padding: 0;
}

.text-progress {
	display: block;
    position: relative;
    width: 300px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    color: #ccc;
}

.text-progress::after {
    content: attr(data-txt);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    line-height: 100px;
    color: #1a1e24;
    clip: rect(0,0,100px,0);
    transition: clip 0.4s linear;
}

.text-progress:hover::after {
    clip: rect(0,300px,100px,0);
}

.transition_button_1 {
	display: block;
	position: relative;
	width: 200px;
	height: 25px;
	line-height: 25px;
	font-size: 2.0rem;
	font-weight: 900;
	color: #000000;
	margin: 2rem 0 0 auto;
}

.transition_button_1::before {
	content: attr(data-txt);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #1fabfe;
	clip: rect(0,0,200px,0);
	transition: clip 0.2s linear;
}

.transition_button_1:hover::before {
	clip: rect(0,200px,25px,0);
}

.transition_button_2 {
	width: 100%;
}

.transition_button_2 a {
	display: block;
	width: 200px;
	background: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: 700;
	color: #242424;
	margin: 2rem 0 2rem auto;
	padding: 2.5rem 2rem 2.5rem;
}

.transition_button_2 a .marker {
	font-size: 1.2rem;
	font-weight: 700;
	color: #242424;
	margin-left: 0.5rem;
}

.transition_button_2 a:hover {
	background: #1e1e1e;
	color: #ffffff;
}

.transition_button_2 a:hover span {
	color: #ffffff;
}

.transition_button_2 a::before,
.transition_button_2 a::after,
.transition_button_2 a span::before,
.transition_button_2 a span::after {
	z-index: -1;
	content: '';
}

.transition_button_2 a,
.transition_button_2 a::before,
.transition_button_2 a::after,
.transition_button_2 a span,
.transition_button_2 a span::before,
.transition_button_2 a span::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.transition_image a img {
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.transition_image a:hover img {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.link_button_list {
	width: 100%;
	margin: 4rem 0 2rem;
	padding: 0;
}

.link_button_list li {
	position: relative;
}

.link_button_list li::after {
	content: "";
	position: absolute;
	right: 8px;
	bottom: 2px;
	background: transparent;
	width: 40px;
	height: 10px;
	border-bottom: 2px solid #1fabfe;
	border-right: 4px solid #1fabfe;
	transform: skew(45deg);
}

/* メインインデックス */

.index_top .index_top_txt {
	position: absolute;
	left: 0;
	bottom: 10rem;
	width: 100%;
	margin: 0;
	padding: 0 0 0 3vw;
	z-index: 998;
}

.index_top .index_top_txt00 {
		font-size: 4.4rem;
	font-weight: 900;
	color: #000000;
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin: 0 0 2rem;
	padding: 0 0;
}

.index_top .index_top_txt01,
.index_top .index_top_txt01 span {
	font-size: 1.4rem;
	font-weight: 700;
	color: #000000;
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin: 0 0;
	padding: 0 0;
}

.index_top .index_top_txt01 span {
	background: #fce21e;
	font-weight: 700;
	letter-spacing: 0;
	padding: 0.25rem 0.75rem 0.25rem;
	border-radius: 50%;
}

.index_h2_title {
	width: 100%;
	text-align: center;
	margin: 4rem 0 2rem;
	padding: 0;
}

.index_h2_title .en_title {
	display: block;
	font-size: 4.4rem;
	font-weight: 700;
	color: #000000;
	line-height: 1.4;
	letter-spacing: 0;
	margin: 0 0;
	padding: 0;
}

.index_h2_title .jp_title {
	display: block;
	font-size: 2.0rem;
	font-weight: 700;
	color: #cbccce;
	line-height: 1.4;
	letter-spacing: 0.4em;
	margin: 1rem 0 0;
	padding: 0;
}

.index_h3_title {
	width: 100%;
	margin: 2rem 0 4rem;
	padding: 0;
}

.index_h3_title .en_title {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	color: #85A4C2;
	letter-spacing: 0.4em;
	margin: 1rem 0 2rem;
	padding: 0;
}

.index_h3_title .jp_title {
	display: block;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0;
}

.index_h3_copy {
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin: 2rem 0 2rem;
	padding: 0;
}

.index_h4_title {
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin: 2rem 0 4rem;
	padding: 0;
}

.index_h4_copy {
	font-size: 3.0rem;
	letter-spacing: 0.4em;
	line-height: 1.6;
	margin: 2rem 0 4rem;
	padding: 0 2rem;
}

.index_middle_inner {
	padding: 2rem 1rem 2rem;
}

/* 東栄電設について */

.index_about .index_h3_copy {
	text-align: center;
}

.index_about .logo {
	width: 80px;
	margin: 4rem auto 12rem;
}

.index_about .logo img {
	width: 100%;
	height: auto;
}

.index_about .about_image_list {
	display: flex;
	text-align: center;
	margin: 4rem 0 2rem;
}

.index_about .about_image_list .list_item {
		width: 25%;
		margin: 0 0;
}

.index_about .about_image_list .mob_none {
		display: none;
}

.index_about .about_image_list .list_item img {
	width: 100%;
	object-fit: cover;
	height: 250px;
}

/* 施工事例 */

.index_works {
	background: linear-gradient(-45deg, #1c93e2 0%, #1c93e2 50%, #ffffff 50%, #ffffff 100%);
}

.index_works_inner {
	width: 100%;
	max-width: 100%;
	padding: 2rem 0;
}

.index_works .bx-wrapper {
	left: 0;
	width: 100%;
	margin: 0 0 5rem;
	padding-left: 0;
	box-shadow: none;
	border: none;
	background: none;
}

.index_works .slider_inner {
	position: relative;
	padding: 1rem 0 0;
}

#slider2 li {
	position: relative;
	background-size: cover;
	height: 50vw;
	max-height: 300px;
	filter: drop-shadow(1rem -1rem #ffffff);
}

#slider2 li a {
	display: block;
	width: 100%;
	height: 100%;
}

#slider2 li a .name {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60%;
	margin: 0;
	padding: 0;
}

.index_works .transition_button_1 {
	color: #1fabfe;
}

.index_works .transition_button_1::before {
	color: #ffffff;
}

.index_works .link_button_list {
	padding: 0 1rem;
}

.index_works .link_button_list li::after {
	border-bottom: 2px solid #ffffff;
	border-right: 4px solid #ffffff;
}

/* アクセス */

.index_access {
	padding: 4rem 0 4rem;
}

.index_access .index_access_inner {
	background: #ffffff;
	padding: 2rem 0 2rem;
}

.index_access_inner .map_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.index_access_inner .map_list .list_item {
	position: relative;
	width: 100%;
	height: 80vh;
	margin: 0;
	overflow: hidden;
	border-radius: 6px;
}

.index_access_inner .map_list .list_item iframe {
	height: 120vh;
	margin-top: -21vh;
}

.index_access_inner .map_list .list_item .address_list {
	position: absolute;
	right: 2.5%;
	bottom: 1rem;
	background: #ffffff;
	width: 95%;
	max-width: 95%;
	padding: 2rem 2rem 2rem;
	border-radius: 6px;
}

.address_list .name {
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 1rem;
	padding: 0;
}

.address_list .text {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 0.5rem;
	padding: 0;
}

/* 採用情報 */

.index_recruitment {
	background: linear-gradient(45deg, #fce21e 0%, #fce21e 50%, #ffffff 50%, #ffffff 100%);
	padding: 4rem 1rem 4rem;
}

.index_recruitment_inner {
	background: #ffffff url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/index_recruit_back.svg") no-repeat top 20rem left;
	background-size: contain;
	height: 160vw;
	max-height: 1000px;
	padding: 4rem 0 4rem;
	border-radius: 6px;
}

.index_recruitment .recruit_text {
	position: absolute;
	bottom: 8rem;
	left: 1rem;
	width: 90%;
	font-size: 3.0rem;
	font-weight: 900;
	color: #000000;
	line-height: 1.6;
}

.index_recruitment .link_button_list {
	position: absolute;
		right: 1rem;
		bottom: 1rem;
}

/* お問い合わせ */

.index_contact {
	background: #e2cb1b;
	padding: 6rem 1rem;
}

.index_contact .index_contact_inner {
	display: block;
	flex-wrap: wrap;
	align-items: flex-end;
	background: #ffffff;
	border-radius: 6px;
	vertical-align: bottom;
	padding: 2rem 0;
}

.contact_list {
	width: 100%;
	margin: 0 0 1rem;
	padding: 0;
}

.contact_list .title {
	font-size: 2.0rem;
	font-weight: 700;
	line-height:1.6;
	margin: 0 0 1rem;
	padding: 0;
}

.contact_list .text {
	font-size: 1.6rem;
	font-weight: 700;
	line-height:1.4;
	margin: 4rem 0 0.5rem;
	padding: 0;
}

.contact_list .tel {
	line-height:1.4;
	margin: 0 0;
	padding: 0;
}

.contact_list .tel .name {
	position: relative;
	top: -3px;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0 0;
	padding: 0;
}

.contact_list .tel .no {
	font-size: 3.2rem;
	font-weight: 700;
	color: #000000;
	margin-left: 1rem;
	padding: 0;
}

.index_contact .transition_button_1 {
		width: 260px;
}

.index_contact .transition_button_1::before {
		clip: rect(0,0,260px,0);
}

.index_contact .transition_button_1:hover::before {
		clip: rect(0,260px,25px,0);
}

/* メインインデックス　インフォメーション */

.index_infomation {
	background: #1fabfe;
		padding: 6rem 1rem;
}

.index_infomation_inner {
	width: 100%;
	background: #ffffff;
	border-radius: 6px;
}

.index_infomation .infomation_list {
	width: 100%;
	margin: 0;
	padding: 6rem 0 6rem;
	border-top: 2px solid #1fabfe;
	border-bottom: 2px solid #e8e8e8;
}

.index_infomation .infomation_list .infomation_item {
	margin: 0;
	padding: 2.5rem 0;
	border-top: 1px solid #e2e2e2;
}

.index_infomation .infomation_list .infomation_item:first-child {
	border: none;
}

.index_infomation .infomation_list .infomation_item ul {
	width: 100%;
	line-height: 1.2;
}

.index_infomation .infomation_list .infomation_item_main {
	display: inline-block;
	width: 73%;
	padding: 0 2rem 0 0;
	vertical-align: top;
}

.index_infomation .infomation_list .infomation_item_date {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 900;
	line-height:1.4;
	vertical-align: top;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0 0 1rem;
}

.index_infomation .infomation_list .infomation_item_title {
	display: block;
	position: relative;
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.index_infomation .infomation_list .infomation_item_title a {
	font-weight: 500;
	line-height:1.4;
	letter-spacing: 0.1em;
}

.index_infomation .infomation_list .infomation_item_cat {
	display: inline-block;
	width: 25%;
	text-align: right;
	vertical-align: top;
}

.index_infomation .infomation_list .infomation_item_cat span {
	display: inline-block;
	margin: 0 0.25rem 0.5rem;
	padding: 0;
}

.index_infomation .infomation_list .infomation_item_cat span a {
	display: block;
	background: #2e8fe1;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	padding: 2.0rem 1rem;
	border-radius: 6px;
}

.index_infomation .infomation_list .infomation_item_cat span a::before {
	content: "#";
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
}

.index_infomation .infomation_list dt:first-child,
.index_infomation .infomation_list dt:first-child + dd,
.index_infomation .infomation_list dt:first-child + dd + dd,
.index_infomation .infomation_list dt:first-child,
.index_infomation .infomation_list dt:first-child + dd,
.index_infomation .infomation_list dt:first-child + dd + dd {
	border: none;
}

/* アーカイブ */

.archive .archive_top {
	background: linear-gradient(-45deg, #1c93e2 0%, #1c93e2 50%, #ffffff 50%, #ffffff 100%);
	padding: 0;
}

.archive .archive_top_inner {
	height: 300px;
	padding: 2rem 1rem 2rem;
}

.archive .archive_middle {
	background: linear-gradient(0deg, #e2cb1b 0%, #e2cb1b 15%, #ffffff 15%, #ffffff 100%);
	padding: 6rem 1rem;

}

.archive .archive_middle_inner {
	padding: 2rem 1rem 2rem;
	background: #ffffff;
	border-radius: 6px;
}

/* アーカイブ　インフォメーション */

.post-type-archive-infomation .archive_infomation .content_h2_title .jp_title,
.tax-infomation_cat .archive_infomation .content_h2_title .jp_title {
	color: #000000;
}

.post-type-archive-infomation .archive_infomation,
.tax-infomation_cat .archive_infomation {

}

.post-type-archive-infomation .archive_infomation_inner,
.tax-infomation_cat .archive_infomation_inner {
	width: 100%;
	background: #ffffff;
	border-radius: 6px;
}

.post-type-archive-infomation .infomation_list,
.tax-infomation_cat .infomation_list {
	width: 100%;
	margin: 0;
	padding: 6rem 0 6rem;
	border-top: 2px solid #1fabfe;
	border-bottom: 2px solid #e8e8e8;
}

.post-type-archive-infomation .infomation_list .infomation_item,
.tax-infomation_cat .infomation_list .infomation_item {
	margin: 0;
	padding: 2.5rem 0;
	border-top: 1px solid #e2e2e2;
}

.post-type-archive-infomation .infomation_list .infomation_item:first-child,
.tax-infomation_cat .infomation_list .infomation_item:first-child {
	border: none;
}

.post-type-archive-infomation .infomation_list .infomation_item dl,
.tax-infomation_cat .infomation_list .infomation_item dl {
	width: 100%;
	line-height: 1.2;
}

.post-type-archive-infomation .infomation_list .infomation_item_main,
.tax-infomation_cat .infomation_list .infomation_item_main {
	display: inline-block;
	width: 73%;
	padding: 0 2rem 0 0;
	vertical-align: top;
}

.post-type-archive-infomation .infomation_list .infomation_item_date,
.tax-infomation_cat .infomation_list .infomation_item_date {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 900;
	line-height:1.4;
	vertical-align: top;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0 0 1rem;
}

.post-type-archive-infomation .infomation_list .infomation_item_title,
.tax-infomation_cat .infomation_list .infomation_item_title {
	display: block;
	position: relative;
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.post-type-archive-infomation .infomation_list .infomation_item_title a,
.tax-infomation_cat .infomation_list .infomation_item_title a {
	font-weight: 500;
	line-height:1.4;
	letter-spacing: 0.1em;
}

.post-type-archive-infomation .infomation_list .infomation_item_cat,
.tax-infomation_cat .infomation_list .infomation_item_cat {
	display: inline-block;
	width: 25%;
	text-align: right;
	vertical-align: top;
}

.post-type-archive-infomation .infomation_list .infomation_item_cat span,
.tax-infomation_cat .infomation_list .infomation_item_cat span {
	display: inline-block;
	margin: 0 0.25rem 0.5rem;
	padding: 0;
}

.post-type-archive-infomation .infomation_list .infomation_item_cat span a,
.tax-infomation_cat .infomation_list .infomation_item_cat span a {
	display: block;
	background: #2e8fe1;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	padding: 2.0rem 1rem;
	border-radius: 6px;
}

.post-type-archive-infomation .infomation_list .infomation_item_cat span a::before,
.tax-infomation_cat .infomation_list .infomation_item_cat span a::before {
	content: "#";
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
}

.post-type-archive-infomation .infomation_list dt:first-child,
.post-type-archive-infomation .infomation_list dt:first-child + dd,
.post-type-archive-infomation .infomation_list dt:first-child + dd + dd,
.tax-infomation_cat .infomation_list dt:first-child,
.tax-infomation_cat .infomation_list dt:first-child + dd,
.tax-infomation_cat .infomation_list dt:first-child + dd + dd {
	border: none;
}

/* アーカイブ　施工実績 */

.works_category {
	background: #1fabfe;
	width: 100%;
	margin: 0;
	padding: 0 1rem;
}

.works_category_inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 1rem 0 1rem;
}

.category_title {
	display: inline-block;
	width: 20%;
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
	letter-spacing: 0.1em;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.category_title::after {
	content: "：";
	font-size: 1.4rem;
	font-weight: 700;
	color: #ffffff;
}

.category_list {
	display: inline-block;
	position: relative;
	width: 78%;
	vertical-align: middle;
	margin: 1.5rem 0 1.5rem;
	padding: 0;
}

.category_list .cat-item {
	display: inline-block;
	margin: 0.5rem 0.25rem 0.5rem;
	padding: 0;
}

.category_list .cat-item .children {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.category_list .cat-item .children li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.category_list .cat-item a {
	display: block;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 1rem 1rem 1rem;
	border: 3px solid #ffffff;
	border-radius: 6px;
}

.category_list .cat-item a::before {
	content: "#";
	font-size: 1.3rem;
	font-weight: 700;
	color: #ffffff;
}

.category_list .cat-item a:hover {
	background: #ffffff;
	color: #1fabfe;
}

.category_list .cat-item a:hover::before {
	content: "#";
	font-size: 1.3rem;
	font-weight: 700;
	color: #1fabfe;
}

.category_list .cat-item a,
.category_list .cat-item a::before,
.category_list .cat-item a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.works_inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.works_inner .works_item {
	width: 100%;
	margin: 1rem 0 2rem;
	padding: 0 0;
	vertical-align: top;
}

.works_inner .works_item dl {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.works_inner .works_item .works_img {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.works_inner .works_item .works_img .img {
	width: 100%;
	height: 350px;
	margin: 0;
	object-fit: cover;
	border-radius: 6px;
}

.works_inner .works_item .works_text {
	position: relative;
	width: 100%;
	min-height: 160px;
	margin: 0;
	padding: 2rem 0 0;
}

.works_item .works_text dl .works_item_title {
	margin: 0 0 2rem;
}

.works_item .works_text dl .works_item_title a {
	position: relative;
		font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

.works_inner .works_text_cat .construction_name {
	display: inline-block;
	margin: 0 0.5rem 0 0;
}

.works_inner .works_text_cat .construction_name a {
	background: #2e8fe1;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
		padding: 2.0rem 1rem 2rem;
	border-radius: 6px;
}

/* アーカイブ　採用情報 */

.post-type-archive-recruit .archive_top,
.tax-recruit_cat .archive_top {
		background: none;
}

.post-type-archive-recruit .archive_top_inner,
.tax-recruit_cat .archive_top_inner {
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/recruit_top.svg") no-repeat top right -25vh;
	background-size: auto 100%;
}

.post-type-archive-recruit .archive_vision {
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/vision_back.svg") no-repeat top left -100px;
	background-size: contain;
}

.post-type-archive-recruit .vision_r {
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/vision_back.svg") no-repeat top right -100px;
	background-size: contain;
}

.post-type-archive-recruit .content_h4_copy {
	width: 90%;
	margin: 2rem 0 4rem;
}

.post-type-archive-recruit .h4_copy_r {
	width: 90%;
	margin: 2rem 0 4rem auto;
}

.post-type-archive-recruit .archive_message {
	display: flex;
	flex-wrap: wrap;
}

.post-type-archive-recruit .vision_text {
	width: 90%;
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: 0.1em;
	margin: 0 0 4rem;
	padding: 0;
}

.post-type-archive-recruit .text_r {
	margin: 0 0 8rem auto;
}

.post-type-archive-recruit .archive_job {
	display: flex;
	flex-wrap: wrap;
}

.post-type-archive-recruit .recruit_text_l {
	width: 100%;
	padding: 0 0;
}

.post-type-archive-recruit .message_text,
.post-type-archive-recruit .job_text {
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: 0.1em;
	margin: 0 0 10rem;
}

.post-type-archive-recruit .job_text span {
	display: block;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin: 2rem 0 1rem;
}

.post-type-archive-recruit .recruit_img_r {
	width: 100%;
	text-align: right;
}

.recruit_img_r .img_panel00 {
	display: block;
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/message_img01.webp") no-repeat top center;
	background-size: cover;
	width: 60%;
	margin: 0 0 0 auto;
	padding-top: 57%;
	border: 10px solid #000000;
	border-radius: 50%;
}

.recruit_img_r .img_panel01 {
	display: inline-block;
	position: relative;
	background-color: #000000;
	width: 200px;
	height: 300px;
	clip-path: polygon(75px 0, 200px 0, 200px 300px, 0 300px);
}

.recruit_img_r .img_panel01::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 180px;
	height: 280px;
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/recruit_img01.webp") no-repeat top center;
	background-size: cover;
	clip-path: polygon(70px 0, 180px 0, 190px 280px, 0 280px);
}

.recruit_img_l .blk_panel02 {
	display: inline-block;
	width: 25px;
	height: 200px;
	outline: 10px solid #000000;
	outline-offset: -10px;
}

.recruit_img_l .img_panel02 {
	display: inline-block;
	position: relative;
	background-color: #000000;
	width: 225px;
	height: 200px;
	clip-path: polygon(0 0, 225px 0, 170px 225px, 0 225px);
	margin: 0 1rem;
}

.recruit_img_l .img_panel02::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 205px;
	height: 180px;
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/recruit_img02.webp") no-repeat center center;
	background-size: cover;
    clip-path: polygon(0 0, 205px 0, 153px 205px, 0 205px);
}

.archive_recruit .enviroment_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 2rem;
	padding: 0;
}

.archive_recruit .enviroment_list .list_item {
	width: 100%;
	margin: 0 0 1rem;
	padding: 3.5rem 2rem;
	border: 2px solid #e2e2e2;
}

.archive_recruit .enviroment_list .list_item100 {
	display: flex;
	width: 100%;
}

.archive_recruit .enviroment_list .list_item dl .list_title {
	font-size: 1.8rem;
	font-weight: 700;
	color: #000000;
	line-height: 1.4;
	margin: 0 0 2rem;
	padding: 0;
}

.archive_recruit .enviroment_list .list_item dl .list_text,
.archive_recruit .enviroment_list .list_item dl .list_text .text {
	font-weight: 500;
	line-height: 2.0;
	margin: 0;
	padding: 0;
}

.archive_recruit .enviroment_list .list_item .ss {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	margin: 0.5rem 0 0;
}

.archive_recruit .enviroment_list .list_item dl .kouryu {
	display: flex;
	flex-wrap: wrap;
}

.archive_recruit .enviroment_list .list_item dl .kouryu .text {
	width: 100%;
}

.archive_recruit .enviroment_list .list_item dl .kouryu .img {
	width: 100%;
	padding: 1rem 0 0 0;
}

.archive_recruit .enviroment_list .list_item dl .kouryu .img img {
	width: 100%;
	height: auto;
}

.archive_recruit .archive_slide {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
}

.archive_recruit #slider2 li {
	max-height: 400px;
	border: 9px solid #000000;
}

.archive_recruit .bx-wrapper .bx-pager.bx-default-pager a {
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/nav_back2.svg") no-repeat bottom;
}

.archive_recruit .bx-wrapper .bx-pager.bx-default-pager a:hover,
.archive_recruit .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/nav_back_current.svg") no-repeat bottom;
}

.recruit_outline_title {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin: 2rem 0 4rem;
	padding: 0;
}

.recruit_outline {
	width: 100%;
	letter-spacing: -0.2em;
	margin: 1rem 0 2rem;
}

.recruit_outline dt {
	display: inline-block;
	width: 20%;
	font-weight: 500;
	line-height:1.8;
	vertical-align: top;
	letter-spacing: 0.15em;
	margin: 0;
	padding: 2rem 1rem;
	border-top: 1px solid #e2e2e2;
}

.recruit_outline dd {
	display: inline-block;
	width: 78%;
	font-weight: 500;
	line-height:1.8;
	letter-spacing: 0.15em;
	margin: 0;
	padding: 2rem 1rem;
	border-top: 1px solid #e2e2e2;
}

.recruit_outline dd .recruit_dd_list {
	margin: 0 0 1rem;
	padding: 0;
}

.recruit_outline dd .recruit_dd_list .name {
	display: block;
	width: 100%;
	font-size: 1.6rem;
	font-weight: 500;
	line-height:1.4;
	padding: 1rem 0 1.5rem;
	border-top: none;
}

.recruit_outline dd .recruit_dd_list .text {
	display: block;
	font-weight: 500;
	line-height:1.4;
	padding: 0 0 1rem;
	border-top: none;
}

.tax-recruit_cat .content_h2_title .jp_title {
	color: #1a1a1a;
}

.tax-recruit_cat .recluitment_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 4rem 0 12rem;
}

.tax-recruit_cat .recluitment_list dt {
	width: 20%;
	font-size: 1.6rem;
	font-weight: 500;
	vertical-align: top;
	line-height:1.8;
	margin: 0;
	padding: 3rem 1rem;
	border-bottom: 3px solid #e8e8e8;
}

.tax-recruit_cat .recluitment_list dd {
	width: 80%;
	font-size: 1.6rem;
	font-weight: 500;
	line-height:1.8;
	margin: 0;
	padding: 3rem 1rem;
	border-bottom: 1px solid #e8e8e8;
}

.recluitment_list dd span,.recluitment_list dd h1,.recluitment_list dd h2,.recluitment_list dd h3,.recluitment_list dd h4,.recluitment_list dd h5.recluitment_list dd ,h6,.recluitment_list dd p,.recluitment_list dd dt,.recluitment_list dd dd,.recluitment_list dd li,.recluitment_list dd th,.recluitment_list dd td {
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

/* 固定ページ */

.page .page_top {
	background: linear-gradient(-45deg, #1c93e2 0%, #1c93e2 50%, #ffffff 50%, #ffffff 100%);
	padding: 0;
}

.page .page_top_inner {
	height: 300px;
	padding: 2rem 1rem 2rem;
}

.page .page_middle {
	background: linear-gradient(0deg, #e2cb1b 0%, #e2cb1b 20%, #ffffff 20%, #ffffff 100%);
	padding: 6rem 1rem;
}

.page .page_middle_inner {
	padding: 2rem 1rem 2rem;
	background: #ffffff;
	border-radius: 6px;
}

/* 会社案内 */

.page-company .content_h2_title {
	padding-top: 50px;
}

.page-company .page_middle_inner {
	display: flex;
	flex-wrap: wrap;
	background: #ffffff url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/topmessage_back.svg") no-repeat top left;
	background-size: contain;
}

.page-company .page_middle_left,
.page-company .page_middle_right {
	padding: 0;
}

.page-company .ceo {
	margin: 4rem 0 0;
}

.page-company .ceo .title {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin: 0 0 1rem;
}

.page-company .ceo .name {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin: 0 0 1rem;
}

.page-company .message_text {
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: 0.1em;
	margin: 0 0 4rem;
	padding: 0;
}

.page-company .profile {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 4rem 0 12rem;
}
.page-company .profile .name {
	width: 20%;
	font-size: 1.6rem;
	font-weight: 500;
	vertical-align: top;
	line-height:1.8;
	margin: 0;
	padding: 3rem 1rem;
	border-bottom: 3px solid #e8e8e8;
}

.page-company .profile .text {
	width: 80%;
	font-size: 1.6rem;
	font-weight: 500;
	line-height:1.8;
	margin: 0;
	padding: 3rem 1rem;
	border-bottom: 1px solid #e8e8e8;
}

.page-company .profile ul li {
	font-weight: 500;
	line-height:1.4;
	margin: 0 0 0.5rem;
}

.page-company .profile ul .license .license_name {
	display: inline-block;
	width: 100%;
	font-weight: 500;
	line-height:1.4;
}

.page-company .profile ul .license .perm {
	display: inline-block;
	width: 40%;
	font-weight: 500;
	line-height:1.4;
	vertical-align: top;
}

.page-company .profile ul .license .no1 {
	display: inline-block;
	width: 25%;
	font-weight: 500;
	line-height:1.4;
	vertical-align: top;
}

.page-company .profile ul .license .no2 {
	display: inline-block;
	width: 33%;
	font-weight: 500;
	line-height:1.4;
	vertical-align: top;
}

.page-company .profile ul .license .date {
	display: inline-block;
	width: 40%;
	font-weight: 500;
	line-height:1.4;
}

.page-company .profile ul .license .url {
	display: inline-block;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 500;
	line-height:1.4;
}

.page-company .profile ul .license .url .link {
	font-size: 1.4rem;
	font-weight: 500;
	color: #4c7f9f;
}

.page-company .map_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.page-company .map_list .list_item {
	position: relative;
	width: 100%;
	height: 70vh;
	margin: 0;
	overflow: hidden;
	border-radius: 6px;
}

.page-company .map_list .list_item iframe {
	height: 115vh;
	margin-top: -21vh;
}

/* 企業活動 */

.page-activity .content_h2_title .en_title {
	font-size: 3.2rem;
}

.page-activity .logo_list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 2rem 0 2rem;
}

.page-activity .logo_list li {
	margin: 1rem 0;
	padding: 0;
}

.page-activity .logo_list .logo_img00 {
	width: 20%;
}

.page-activity .logo_list .logo_img03 {
	width: 30%;
}

.page-activity .logo_list .logo_img01 {
	width: 40%;
}

.page-activity .logo_list .logo_img02 {
	width: 60%;
}

.page-activity .logo_list .logo_img00 img,
.page-activity .logo_list .logo_img01 img,
.page-activity .logo_list .logo_img02 img,
.page-activity .logo_list .logo_img03 img {
	width: 100%;
	height: auto;
	margin: auto 0;
}

.page-activity .logo_list .text,
.page-activity .logo_list .text a {
	width: 100%;
	font-weight: 500;
}

.page-activity .logo_list .text a .link {
	font-size: 1.4rem;
	font-weight: 500;
	color: #1fabfe;
	line-height:1.2;
	padding-left: 1rem;
}


.page-activity .sdgs_img {
	margin: 1rem 0 2rem;
}

.page-activity .sdgs_img {
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	margin: 1rem 0 10rem;
}

.page-activity .sdgs_img .icon {
	width: 25%;
	margin: 0;
	padding: 0 0.5rem 0;
}

.page-activity .sdgs_img .logo_img {
	width: 100%;
	margin: 0 0 1rem;
	padding: 0 0.5rem 0;
}

.page-activity .sdgs_img .icon img {
	width: 100%;
	height: auto;
}

.page-activity p {
	font-weight: 500;
	line-height: 2.0;
	margin: 2rem 0 8rem;
	padding: 0;
}

/* 固定ページ　プライバシーポリシー */

.policy_text {
	font-weight: 500;
	line-height: 2.0;
	margin: 0 0 4rem;
	padding: 0;
}

.policy_outline {
	margin: 2rem 0 4rem;
	padding: 0;
}

.policy_outline .neme {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin: 0 0 2rem;
	padding: 0;
}

.policy_outline .neme .no {
	display: inline-block;
	font-size: 2.2rem;
	font-weight: 700;
	margin: 0 1rem 0 0;
	padding: 0;
}

.policy_outline .text {
	font-weight: 500;
	line-height: 1.6;
	margin: 0 0 6rem;
	padding: 0;
}

.policy_outline .text .policy_list {
	margin: 1rem 0 2rem 2rem;
	padding: 0;
}

.policy_list .list_item {
	font-weight: 500;
	line-height: 1.6;
	list-style: square;
	margin: 0 0 0.5rem;
	padding: 0;
}

.policy_outline .text .contact .name {
	font-size: 1.6rem;
	font-weight: 500;
	line-height:1.4;
	margin: 4rem 0 0.5rem;
	padding: 0;
}

.policy_outline .text .contact .text {
	font-weight: 500;
	line-height:1.4;
	margin: 0 0 4rem;
	padding: 0;
}

/* 単一記事 */

.single .single_top {
	background: linear-gradient(-45deg, #1c93e2 0%, #1c93e2 50%, #ffffff 50%, #ffffff 100%);
	padding: 0;
}

.single .single_top_inner {
	height: 300px;
	padding: 2rem 1rem 2rem;
}

.single .single_middle {
	background: linear-gradient(0deg, #e2cb1b 0%, #e2cb1b 20%, #ffffff 20%, #ffffff 100%);
	padding: 6rem 1rem;
}

.single .single_middle_inner {
	padding: 2rem 1rem 2rem;
	background: #ffffff;
	border-radius: 6px;
}

.single .content_h2_title .jp_title {
	font-size: 2.4rem;
	color: #000000;
	letter-spacing: 0.05em;
}

/* シングル　インフォメーション */

.single_infomation_inner span,.single_infomation_inner h1,.single_infomation_inner h2,.single_infomation_inner h3,.single_infomation_inner h4,.single_infomation_inner h5.single_infomation_inner ,h6,.single_infomation_inner p,.single_infomation_inner dt,.single_infomation_inner dd,.single_infomation_inner li,.single_infomation_inner th,.single_infomation_inner td {
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.single .infomation_header {
	margin: 1rem 0 4rem;
	padding: 0;
}

.single .infomation_header .date {
	display: block;
	font-size: 2.0rem;
	font-weight: 700;
	line-height:1.4;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 1rem 0 1rem;
}

.single .infomation_header .cat {
	display: block;
	margin: 0.5rem 0 0;
	padding: 0;
}

.single .infomation_header .cat span {
	display: inline-block;
	margin: 0 0.25rem 0;
	padding: 0;
}

.single .infomation_header .cat span a {
	background: #2e8fe1;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	padding: 2.0rem 1rem;
	border-radius: 6px;
}

.single .infomation_header .cat span a::before {
	content: "#";
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
}

/* 単一記事　実績紹介 */

.single-works .content_h2_title .jp_title {
	color: #cbccce;
}

.single_works_inner {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.single_works_inner .content_h2_title .en_title {
		font-size: 2.2rem;
}

.single_works_inner .single_works_outline .works_cat .construction_name {
	display: inline-block;
	margin: 0 0.5rem 0 0;
}

.single_works_inner .single_works_outline .works_cat .construction_name a {
	background: #2e8fe1;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	padding: 2.0rem 1rem;
	border-radius: 6px;
}

.single_works_inner .single_works_outline .works_cat .construction_name a::before {
	content: "#";
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
}

.remarks {
	margin: 0 0 4rem;
	padding: 0;
}

.remarks span,.remarks h1,.remarks h2,.remarks h3,.remarks h4,.remarks h5.remarks ,h6,.remarks p,.remarks dt,.remarks dd,.remarks li,.remarks th,.remarks td {
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.single-works .featured_image {
	background: center left / cover no-repeat;
	width: 99%;
	height: 40vw;
	min-height: 460px;
	margin: 0 auto 1.5rem;
	padding: 0;
	border-radius: 6px;
}

.single-works .works_single_thumbnail {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 2rem;
}

.single-works .thumbnail_item {
	width: 50%;
	margin: 0;
	padding: 0.5% 0.5%;
}

.single-works .thumbnail_item img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.single-works .other_title {
	text-align: center;
}

.single-works .other_title .jp_title {
	color: #ffffff;
}

.single-works .bx-wrapper {
	left: 0;
	box-shadow: none;
	border: none;
	background: none;
}

.single-works .works_inner {
	position: relative;
	padding: 1rem 0 0;
}

/* メールフォーム */

.page-contact .page_top,
.page-contact_check .page_top,
.page-contact_thanks .page_top {
}

.mailform {
	width: 100%;
	margin: 0 0 4rem;
	padding: 0;
}

.mailform dt {
	width: 25%;
	display: inline-block;
	font-weight: 500;
	vertical-align: top;
	margin: 0;
	padding: 1rem 0 1rem;
}

.mailform dt p {
	font-weight: 500;
}

.mailform dt .must {
	position: relative;
	top: -2px;
	display: inline-block;
	background: #1fabfe;
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
	line-height:1;
	border-radius: 6px;
	margin: 0 0.5rem;
	padding: 0.5rem 0.75rem 0.5rem;
}

.mailform dd {
	width: 73%;
	display: inline-block;
	margin: 0;
	padding: 1rem 0 1rem;
}

.mailform dd span {
	font-weight: 500;
}

.page input,
.page textarea,
.page select {
	border: 0;
	padding: 1rem;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	margin: 0 auto 2rem;
}

.page .w15 input,
.page .w15 textarea,
.page .w15 select {
	width: 15%;
}

.page .w30 input,
.page .w30 textarea,
.page .w30 select {
	width: 30%;
}

.page .w60 input,
.page .w60 textarea,
.page .w60 select {
	width: 60%;
}

.page .w100 input,
.page .w100 textarea,
.page .w100 select {
	width: 100%;
}

.mailform dd .mwform-radio-field-text {
	margin-right: 1rem;
}

.mailform .anno_text {
	display: block;
	font-size: 1.4rem;
	line-height:1.6;
	margin: 0;
	padding: 0;
}

.terms {
	height: 20rem;
	width: 85%;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	overflow: auto;
	margin: 0 auto 5rem;
	clear: both;
	text-align:left;
}

.terms_title {
	font-size: 2.6rem;
	font-weight: 500;
	text-align: center;
	line-height:1.6;
	margin: 5rem auto 1rem;
	padding: 0;
}

.terms .terms_subhead {
	font-size: 1.8rem;
	font-weight: 500;
	line-height:1.6;
	margin: 1.5rem 0 0;
	padding: 0;
}

.terms p {
	margin: 0.5rem 1rem 1.5rem;
	padding: 0;
	line-height: 1.6;
}

.terms ul {
	margin: 0.5rem 1rem 1.5rem;
}

.terms li {
	margin: 0 0 0.5rem 2rem;
	line-height: 1.6;
	list-style-type: disc;
}

p.terms_agree {
	background: #1e71c2;
	width: 100%;
	color: #ffffff;
	text-align: center;
	margin: 0 1rem 1rem;
	padding: 0;
}

p.terms_agree span {
	color: #ffffff;
}

.sending_button {
	width: 100%;
	text-align: center;
	margin: 3rem 0 3rem;
}

.page .wpcf7-submit {
	display: block;
	background: #d2d3d5;
	text-align: center;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: 700;
	color: #ffffff;
	padding: 1.5rem 10rem 1.5rem;
	border-radius: 35px;
}

.page .wpcf7-submit:hover {
	background: #1fabfe;
	color: #ffffff;
}

.page .wpcf7-submit::before,
.page .wpcf7-submit::after {
	z-index: -1;
	content: '';
}

.page .wpcf7-submit
.page .wpcf7-submit::before,
.page .wpcf7-submit::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.page .contact_text {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.0;
	margin: 0 0 4rem;
}

/* フッター */

footer {
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/footer_back.svg") no-repeat top -1px center;
}

.footer_middle_inner,
.footer_bottom_inner {
	padding: 1rem 2rem;
}

.footer_middle_box {
	width: 100%;
	display: flex;
}

.footer_middle_box .box_item {
	width: 100%;
	vertical-align: top;
	padding: 2rem 0;
	vertical-align: bottom;
}

.footer_address {
	width: 100%;
	margin: 2rem 0 1rem;
	padding: 0;
}

.footer_address .footer_logo {
	display: block;
	width: 30vw;
	max-width: 220px;
	margin: 0 0 1rem;
	padding: 0;
}

.footer_address .footer_logo img {
	width: 100%;
	height: auto;
}

.footer_address .name {
	display: block;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 500;
	vertical-align: top;
	line-height:1.6;
	margin: 0 0 2rem;
	padding: 0;
}

.footer_address .text {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	line-height:1.6;
	margin: 0 2rem 0 0;
	padding: 0;
}

.footer_address .text a {
	font-size: 1.4rem;
	font-weight: 500;
	line-height:1.6;
}

.footer_nav .nav_list_inner {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	height: 450px;
	margin: 0 0;
	vertical-align: top;
}

.footer_nav .nav_list_inner li {
	list-style: none;
	margin: 0 0 5rem;
	padding: 0;
}

.footer_nav .nav_list_inner li a {
	text-decoration: none;
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.footer_nav .nav_list_inner li a span {
	display: block;
	font-size: 2.6rem;
	letter-spacing: 0em;
	font-weight: 500;
	margin: 1rem 0 1rem;
}

.footer_nav .nav_list_inner li ul {
	margin: 2rem 0 0;
}

.footer_nav .nav_list_inner li ul li {
	margin: 1rem 0 0;
}

.footer_nav .nav_list_inner li ul li a:before {
	position: relative;
	top: -1px;
	font-size: 1.2rem;
	content: "－ ";
}

.footer_nav .nav_list_inner li ul li a {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}

.footer_policy {
	width: 100%;
	text-align: right;
	margin: 0;
	padding: 0.5rem 0;
}

.footer_policy a {
	position: relative;
	font-size: 1.4rem;
	font-weight: 500;
}

footer .footer_copyright {
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.1em;
	padding: 1rem 0;
}

@media (min-width: 961px) {

/* ヘッダー・ナビゲーション */

.header_middle_inner {
	width: 100%;
	height: 80px;
	padding: 1rem 0 1rem 2rem;
}

.header_middle_inner #header_logo {
	width: 40vw;
	max-width: 650px;
}

.header_middle_inner #header_logo.is_scroll {
	width: 25vw;
	max-width: 450px;
}

#g-nav .site_logo {
	position: absolute;
	right: 4rem;
	bottom: 4rem;
	width: 256px;
	margin: 0 0 6rem;
	z-index: 999;
}

#g-nav .site_logo img {
	width: 100%;
	height: auto;
}

/*ナビゲーション*/

#g-nav.panelactive .nav_list_inner {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	padding: 4rem 4rem;
	vertical-align: top;
}

#g-nav .nav_list_inner li a {
	font-size: 1.4rem;
}

#g-nav .nav_list_inner li a span {
	font-size: 3.4rem;
}

#g-nav .nav_list_inner li ul li a:before {
	position: relative;
	top: -1px;
	font-size: 1.2rem;
}

#g-nav .nav_list_inner li ul li a {
	font-size: 1.4rem;
}

.site_policy {
	position: absolute;
	left: 4rem;
	bottom: 4rem;
	z-index: 999;
}

.site_policy a {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	color: #ffffff;
}

/* ボタン */

.openbtn1 {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	cursor: pointer;
	background: #1fabfe;
	width: 100px;
	height: 80px;
}
  
.openbtn1 span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 28px;
	height: 2px;
	background: #ffffff;
	width: 43%;
}

.openbtn1 span:nth-of-type(1) {
	top: 30px; 
}

.openbtn1 span:nth-of-type(2) {
	opacity: 0;
}

.openbtn1 span:nth-of-type(3) {
	top: 40px;
}

.openbtn1.active span:nth-of-type(1) {
	top: 25px;
	left: 28px;
	transform: translateY(9px) rotate(-30deg);
	width: 43%;
}

.openbtn1.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
	top: 45px;
	left: 28px;
	transform: translateY(-9px) rotate(30deg);
	width: 43%;
}

.nav_list {
	width: 100%;
	text-align: center;
	margin: 0;
}

.nav_list .list_item {
	display: inline-block;
	text-align: center;
	margin: 0 2rem 0;
}

.nav_list .list_item a {
	display: block;
	padding: 6rem 0 0;
}

.nav_list .list_item .ja_menu {
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
}

.nav_list .list_item .en_menu {
	display: block;
	font-size: 0.8rem;
	font-weight: 500;
	color: #c0d9b5;
	margin: 1rem 0 0;
	padding: 0;
}

/* コンテンツトップ・スライドイメージ */

#slider li {
	min-height: 100vh;
	background: center / cover no-repeat;
	background-attachment: fixed;
}

/* コンテンツ */

.content_h1_title .en_title {
	font-size: 9.4rem;
}

.content_h1_title .jp_title {
	font-size: 2.6rem;
}

.content_h2_title .en_title {
	font-size: 6.6rem;
}

.content_h2_title .jp_title {
	font-size: 2.4rem;
}

.content_h3_copy {
	font-size: 4.8rem;
}

.content_h4_copy {
	font-size: 2.8rem;
}

/* ヘッダー・ナビゲーション */

.header_middle_inner #header_logo {
	width: 40vw;
	max-width: 650px;
}

.header_middle_inner #header_logo.is_scroll {
	width: 25vw;
	max-width: 450px;
}

.sns_block {
	display: block;
}

/* メインインデックス */

.index_top .index_top_txt00 {
	font-size: 5.2rem;
}

.index_h2_title .en_title {
	font-size: 7.4rem;
}

.index_h2_title .jp_title {
	font-size: 2.6rem;
}

.index_h3_title {
	width: 100%;
	margin: 2rem 0 4rem;
	padding: 0;
}

.index_h3_copy {
	font-size: 3.0rem;
}

.index_middle_inner {
	padding: 4rem 4rem 4rem;
}

/* 東栄電設について */

.index_about .about_image_list .list_item {
	width: 19%;
	margin: 0 0.5rem;
}

.index_about .about_image_list .mob_none {
	display: block;
}

.index_about .about_image_list .list_item img {
	object-fit: fill;
	height: auto;
}

/* 施工事例 */

.index_works_inner {
	padding: 4rem 0;
}

.index_works .bx-wrapper {
	margin: 0 0 10rem;
}

.index_works .link_button_list {
	width: 90%;
	margin: 4rem auto 2rem;
	padding: 0 4rem;
}

#slider2 li {
	max-height: 360px;
}

/* アクセス */

.index_access_inner .map_list .list_item .address_list {
	position: absolute;
	right: 4rem;
	bottom: 1rem;
	width: 35%;
	max-width: 800px;
}

/* 採用情報 */

.index_recruitment {
	padding: 4rem 0 4rem;
}

.index_recruitment_inner {
	background-size: 65% 65%;
	height: 660px;
}

.index_recruitment .recruit_text {
	position: absolute;
	top: 30rem;
	right: 1rem;
	bottom: auto;
	left: auto;
	width: 30%;
}

.index_recruitment .link_button_list {
	position: absolute;
	right: 4rem;
	bottom: 8rem;
}

/* お問い合わせ */

.index_contact {
	padding: 6rem 0;
}

.index_contact .index_contact_inner {
	display: flex;
	flex-wrap: wrap;
	padding: 4rem 4rem 4rem;
}

/* メインインデックス　インフォメーション */

.index_infomation {
	padding: 6rem 0;
}

.index_infomation_inner {
	width: 90%;
}

/* アーカイブ */

.archive .archive_top_inner {
	height: 440px;
	padding: 4rem 1rem 2rem;
}

.archive .archive_middle {
	padding: 4rem 0;
}

.archive .archive_middle_inner {
	padding: 4rem 4rem 6rem;
}

/* アーカイブ　お知らせ */

.post-type-archive-infomation .archive_infomation_inner,
.tax-infomation_cat .archive_infomation_inner {
	width: 90%;
}

/* アーカイブ　施工実績 */

.works_category_inner {
	width: 90%;
	margin: 0 auto;
	padding: 4rem 4rem 4rem;
}

.category_title {
	width: 10%;
	font-size: 1.4rem;
}

.category_list {
	width: 88%;
}

.category_list .cat-item a {
	font-size: 1.3rem;
	padding: 1rem 1.25rem 1rem;
}

.works_inner .works_item {
	width: 50%;
	margin: 1rem 0 6rem;
	padding: 0 2rem;
}

.works_inner .works_item .works_text {
	min-height: 240px;
	padding: 4rem 0;
}

.works_item .works_text dl .works_item_title {
	margin: 0 0 2rem;
}

.works_item .works_text dl .works_item_title a {
	font-size: 2.2rem;
}

.works_inner .works_text_cat .construction_name a {
	padding: 2.0rem 1rem;
}


/* アーカイブ　採用情報 */

.post-type-archive-recruit .archive_top,
.tax-recruit_cat .archive_top {
	background: linear-gradient(-45deg, #1c93e2 0%, #1c93e2 40%, #ffffff 40%, #ffffff 100%);
}

.post-type-archive-recruit .archive_top_inner,
.tax-recruit_cat .archive_top_inner {
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/recruit_top.svg") no-repeat top right;
	background-size: contain;
}


.post-type-archive-recruit .archive_vision {
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/vision_back.svg") no-repeat top left;
	background-size: contain;
}

.post-type-archive-recruit .vision_r {
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/vision_back.svg") no-repeat top right;
	background-size: contain;
}

.post-type-archive-recruit .content_h4_copy {
	width: 80%;
}

.post-type-archive-recruit .h4_copy_r {
	margin: 2rem 0 4rem auto;
}

.post-type-archive-recruit .vision_text {
	width: 45%;
}

.post-type-archive-recruit .recruit_text_l {
	width: 55%;
	padding: 0 4rem 0 0;
}

.post-type-archive-recruit .recruit_img_r {
	width: 45%;
}

.recruit_img_r .img_panel00 {
	width: 100%;
	padding-top: 100%;
}

.recruit_img_r .img_panel01 {
	width: 400px;
	height: 600px;
	clip-path: polygon(150px 0, 400px 0, 400px 600px, 0 600px);
}

.recruit_img_r .img_panel01::after {
	width: 380px;
	height: 580px;
	clip-path: polygon(147px 0, 380px 0, 380px 580px, 0 580px);
}

.recruit_img_l .blk_panel02 {
	width: 35px;
	height: 400px;
}

.recruit_img_l .img_panel02 {
	width: 400px;
	height: 400px;
	clip-path: polygon(0 0, 400px 0, 345px 400px, 0 400px);
}

.recruit_img_l .img_panel02::after {
	width: 380px;
	height: 380px;
	clip-path: polygon(0 0, 380px 0, 328px 380px, 0 380px);
}

.archive_recruit .enviroment_list .list_item {
	width: 49%;
	margin: 0 1% 1.5rem 0;
}

.archive_recruit .enviroment_list .list_item100 {
	width: 99%;
}

.archive_recruit .enviroment_list .list_item dl .kouryu .text {
	width: 70%;
}

.archive_recruit .enviroment_list .list_item dl .kouryu .img {
	width: 30%;
	padding: 0 0 0 4rem;
}

.archive_recruit #slider2 li {
	max-height: 400px;
	border: 9px solid #000000;
}

.archive_recruit .bx-wrapper .bx-pager.bx-default-pager a {
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/nav_back2.svg") no-repeat bottom;
}

.archive_recruit .bx-wrapper .bx-pager.bx-default-pager a:hover,
.archive_recruit .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/nav_back_current.svg") no-repeat bottom;
}

/* 単一記事 */

.single .single_top_inner {
	height: 440px;
	padding: 4rem 1rem 2rem;
}

.single .single_middle {
	padding: 4rem 0;
}

.single .single_middle_inner {
	padding: 4rem 4rem 6rem;
}

/* 固定ページ */

.page .page_top_inner {
	height: 440px;
	padding: 4rem 1rem 2rem;
}

.page .page_middle {
	padding: 4rem 0;
}

.page .page_middle_inner {
	padding: 4rem 4rem 6rem;
}

/* 会社案内 */

.page-company .content_h2_title {
	padding-top: 80px;
}

.page-company .page_middle_inner {
	background: none;
}

.page-company .page_middle_left {
	background: #ffffff url("https://www.toei-el.co.jp/wp-content/themes/toeilayout/images/topmessage_back.svg") no-repeat top left;
	background-size: contain;
}

/* フッター */

.footer_middle_inner,
.footer_bottom_inner {
	padding: 1rem 4rem;
}

.footer_address .footer_logo {
	width: 15vw;
	max-width: 300px;
}

}
