@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:アートフレア株式会社
Tags: 
Version: 0.1.2
*/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * アートフレアユーティリティCSS
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* お問い合わせフォームの調整　タブレット以下 */
@media (max-width:991px) {
	.contactform table,.contactform tbody,.contactform th,.contactform td,.contactform tr{
		display:block;
	}
	.contactform th,.contactform td{
		width:100% !important;
	}
	.contactform th{
		border-bottom:none !important;
	}
		.contactform td{
		border-top:none !important;
	}
	.list12 li {
    width: 100% !important;
}
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  VKステップ横並び
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.vk_step-horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.vk_step-horizontal .vk_step_item {
    display: flex;
    flex-direction: column;
    padding: 0;
	width:100%;
}

.vk_step.vk_step-horizontal .vk_step_item_dot {
	position: unset;
	order: 1;
	margin: auto;
	z-index: 3;
}
.vk_step-horizontal p {
    padding: 0 1rem;
}
.vk_step-horizontal .vk_step_item_dot.vk_step_item_style-outlined {
    background: #fff;
}
.vk_step.vk_step-horizontal .vk_step_item_content h4 {
    text-align: center;
}
.vk_step.vk_step-horizontal .vk_step_item_content {
    order: 2;
    text-align: center;
}
.vk_step-horizontal .vk_step_item_lineStyle-default::before {
    z-index: 0;
    width: 100%;
    height: 5px;
    top: 25px;
    left: auto;
    right: -50%;
}


/* パソコン版ではtel:～をクリッカブルにしない */
@media screen and (min-width:767px){	a[href^="tel:"] {pointer-events: none;	}}

/* フロー図へ自動連番 */
body {
   counter-reset: flow 0;  /* numberのカウンタを0に指定 */
 }
.wp-block-vk-blocks-flow{
	position:relative;
}
.wp-block-vk-blocks-flow::before {
	counter-increment: flow 1;  /* numberのカウンタを1ずつ増加 */
	content: "0" counter(flow);  /* 番号の後ろに0 */
	font-size: 100px;
	position: absolute;
	z-index: 1;
	opacity: 0.1;
	right:30px;
}
.wp-block-vk-blocks-flow *{
	z-index:2;
}

/* アニメーションを一回で固定する場合。*/
.vk_animation-active-fixed { 
	left: 0 !important; 
	right: 0 !important; 
	opacity: 1 !important; 
} 

/* 追従時のナビゲーション */
.header_scrolled .site-header #menu-item-3465 a {
    font-size: 16px;
    margin-left: 20px;
    background-color: #163971;
    padding: 5px 24px 5px 44px!important;
    border-radius: 60px;
    color: #fff;
    font-weight: 400 !important;
    position: relative;
    top: 0px;
    height: 48px;
    margin-top: 5px;
}
.header_scrolled .site-header #menu-item-3462 a{
	top:20px;
}
.header_scrolled .site-header #menu-item-3463 a{
	top:20px;
}
.header_scrolled .site-header #menu-item-3464 a{
	top:20px;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 * メールフォーム 
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
select {
/* セレクトボックスに三角じるし */
    background: #fff url(data:image/gif;base64,R0lGODlhFAAUALMAAP///7a2tv7+/vv7+/b29u7u7uXl5dra2tDQ0MfHx8bGxr+/v7q6ure3t////wAAACH5BAUAAA4ALAAAAAAUABQAAARIEMhJq704680lCmAojiEyLGQaLgNQNCrZFNMRjwclKDeoCBUC48YgXAw3Q+aTQmhOJNbmJZp1bKFcR5DwATsAYRE8MSjJ6HQEADs=)  no-repeat calc(100% - 10px);
    background-size: 15px;
    padding-right: 40px !important;
}

.contactform-entext {
	display: block;
	font-size: var(--vk-size-text-xs);
	font-weight: normal;
}

.contactform-table th {
    font-size: var(--vk-size-text);
    text-align: left;
    position: relative;
    background: #f9f9f9;
    width: 30%;
}

th.contactform-required::after ,th.contactform-unrequired::after {
	display: block;
	position: absolute;
	font-size: 14px;
	font-weight: normal;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	padding: 5px 10px;
	line-height: 1;
	border-radius: 3px;
}

th.contactform-required::after {
	content: '必須';
	background: #f55555;
	color: #fff;
}
th.contactform-unrequired::after {
	content: '任意';
	background: #eee;
	color: #888;
}

dl.contactform-addlist {
    margin: 0;
}
dl.contactform-addlist dt:not(:first-child) {
    margin-top: 1em;
}
dl.contactform-addlist dt {
    font-size: var(--vk-size-text-sm);
    color: #333;
    font-weight: normal;
}
span.mwform-file-delete {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #eee;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    font-size: 22px;
    vertical-align: revert;
    margin-left: 3rem;
    transition: .1s;
}

span.mwform-file-delete:hover {
    background: #aaa;
    color: #fff;
}

input[type="file"] {
    font-size: 1rem;
}
p.contactform-note {
    font-size: var(--vk-size-text-sm);
    color: #777;
    margin: 0;
}
/*バリデーション＆エラー＆確認画面*/
.form-errored input, .form-errored select {
    border: solid 1px #f22 !important;
    background: #fbeeee;
}

.mw_wp_form .error::before {
    content: '\f06a';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    padding-right: .5em;
}
.mw_wp_form_preview .contactform-preview-hidden{
	display:none;	
}
input[name=submitBack] {/* 送信ボタン */
    background: transparent;
    color: var(--vk-color-primary);
    margin-right: 2em;
}

body.home{
	position:relative;
}
.sec3_box{
	position:relative;
}
.sec3_txt{
	width:60%;
	position:absolute;
	z-index:2;
	max-width: 60% !important; 
	background-color:rgba(255,255,255,0.87);
	padding:55px !important; 
}
.sec3_ph{
	width:60%;
	position:relative;
	z-index:1;
	margin-left:auto;
	    flex: 0 0 70% !important; 
	max-width: 60% !important; 
}

.order1{
	margin-right:auto;
	margin-left:0;
	left:0;
}
.order2{
	right:0;
	top:50px;
}

.event-single__youtube {
  padding-top: 30px;
  padding-bottom: 30px;
}

.event-single__youtube iframe {
  display: block;
  margin: 0 auto 40px;
}
.lightning_swiper-container{
	background-color:#163971;
	padding:0 50px 50px 0px;
}
.ltg-slide-text-title{
	font-size:90px;
	line-height:1.1;
}
.ltg-slide-text-caption{
	font-size:20px;
	font-weight:600;
	margin-top:0px !important; 
}
.ltg-slide-text-set {
height:100%;
    left: 5% !important; 
    transform: translateY(0%) translateX(0%) !important; 
top:0%;
    right: 10px !important; 
	z-index:100;
}
.ltg-slide-text-set .container{
	max-width:none
}
.ltg-slide-text-title{
/* 	width:408px;
	height:258px;
	background-image:url(../../../wp-content/uploads/teaser_cp1.png);
	background-size:408px 258px; 
	display:block!important; 
	background-repeat:no-repeat;
	font-size:0%;*/
	position:absolute;
	top:10%;
}
.swiper-wrapper .item-2 .ltg-slide-text-title{
	position: absolute;
    top: 0%!important;
}
.ltg-slide-text-caption{
	position:absolute;
	bottom:20%;
	line-height: 2.2rem;
}
.scrolldown2{
  position:absolute;
  top:95vh;
  right:25px;
	z-index:9;
}

.scrolldown2 span{
  position: absolute;
left: -5px;
    bottom: 65px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width:1px;
  height: 50px;
  background:#eee;
}


/*矢印が右に移動する*/
.btnarrow{
    /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
    /*形状*/
    display: inline-block;
  padding: 0 20px;
    color: #163971;
    text-decoration: none;
    outline: none;
}

.btn1 a{
	border:solid 1px #163971;
	padding:20px ;
	width:330px;
	display:block;
	color: #163971;
	line-height:30px;
}

/*矢印と下線の形状*/
.btnarrow::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
  position: absolute;
    bottom: 28px;
right:20px;
    /*下線の形状*/    
    width: 65px;
    height: 1px;
  background:#163971;
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
bottom: 32px;
    right: 18px;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
  background:#163971;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}
.btnarrow:hover::before{
right:10px;
}

.btnarrow:hover::after{
right:9px;
}

.section1{
	background-size:900px 540px !important; 
	background-position:right center!important; 
	padding-left:80px;
	padding-right:60%;
}
.section2{
	background-size:1150px 617px !important; 
	background-position:left top 50px!important; 
}
.section2 .midashi1{
	padding-left:130px;
}

.hoverMask-parent{
  position: relative;
  overflow: hidden;
	height:500px;
width:24.6%;
	margin:
 0.2%
}
.hoverMask-parent{
	margin-bottom:0px;
}
.hoverMask-parent p{
	margin-bottom:0;
}
.sec2_ti{
	color:#fff;
	font-size:20px;
	position:absolute;
	z-index:666;
	width:100%;
	text-align:center;
	left:50%;
	font-weight:600;
	 -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	top:45%;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.hoverMask-parent:hover .sec2_ti{
	top:30%;
}

.hoverMask-parent img{
	object-fit:cover;
	height:500px;
	width:100%;
}
.hoverMask-parent2 img{
	object-fit:cover;
	height:210px;
	width:100%;
}
.hoverMask{
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: inherit;
  transition:all 0.6s ease;
	padding:50px;
	 z-index: 665; 
}
.hoverMask-parent:hover .hoverMask{
	padding-top:70px;
}
.hoverMask-parent:hover .hoverMask{
  opacity: 1; 
}
.hoverMask-parent::before{
	  content: '';
  display: inline-block;
    position: absolute;
	background: rgba(0,0,0,0.1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-9999px;
    z-index: 2; 
}
.hoverMask-parent2::before{
	  content: '';
  display: inline-block;
    position: absolute;
	background: rgba(0,0,0,0.1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-9999px;
    z-index: 2; 
}
.hoverMask-parent3::before{
	  content: '';
  display: inline-block;
    position: absolute;
	background: rgba(0,0,0,0.1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-9999px;
    z-index: 2; 
}
.hoverMask-parent a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-9999px;
	opacity:0;
    z-index: 668
}

.hoverMask-parent3 img{
	object-fit:cover;
	width:100%;
	height:210px;
}
.f_box{
	display:flex;
	flex-wrap:wrap;
}

.section4{
	padding:0 80px;
}
.postListText{
	    padding: 1.3rem 0 !important; 
}




.hoverMask-parent2{
  position: relative;
  overflow: hidden;
	height:210px;
width:100%;
	
}
.hoverMask-parent2{
margin-bottom:20px;
}
.hoverMask-parent2 p{
	margin-bottom:0;
}
.sec2_ti{
	color:#fff;
	font-size:20px;
	position:absolute;
	z-index:666;
	left:50%;
	 -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	top:45%;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.hoverMask-parent2:hover .sec2_ti{
	top:30%;
}
.hoverMask2{
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: inherit;
  transition:all 0.6s ease;
	padding:50px 50px 30px;
	 z-index: 665; 
}
.hoverMask-parent2:hover .hoverMask2{
	padding-top:70px
}
.hoverMask-parent2:hover .hoverMask2{
  opacity: 1; 
}


.hoverMask-parent2 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-9999px;
	opacity:0;
    z-index: 668
}

.section5_ti{
	width:400px;
	padding:90px 80px;
	background-image:url(https://www.wacc.co.jp/japan/wp-content/uploads/section3_bg.jpg);
	background-size:cover;
}
.section5_ph{
	width:calc(98% - 400px);
	margin-left:auto;
}


.hoverMask-parent3{
  position: relative;
  overflow: hidden;
	height:210px;
width:32%;
	margin-right:2%
}
.hoverMask-parent3:last-child{
	margin-right:0%
}
.hoverMask-parent3{
margin-bottom:0px;
}
.hoverMask-parent3 p{
	margin-bottom:0;
}
.sec2_ti3{
	color:#fff;
	font-size:17px;
	width:100%;
	text-align:center;
	position:absolute;
	z-index:666;
	left:50%;
	 -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	top:40%;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.hoverMask-parent3:hover .sec2_ti3{
	top:23%;
}
.hoverMask3{
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: inherit;
  transition:all 0.6s ease;
	padding:60px 20px 30px;
	 z-index: 665; 
}

.hoverMask-parent3:hover .hoverMask3{
  opacity: 1; 
	padding-top:75px
}


.hoverMask-parent3 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-9999px;
	opacity:0;
    z-index: 668
}
.tel .fas{
	font-size:2rem;
}
.contact1{
	padding-left:10%;
}
.contact_btn a{
	width:420px;
	border-radius:0;
	border-color:#707070
}
.footer_link{
	font-size:1rem;
}
.footer_link ul{
	list-style:none;
	margin:0;
	padding:0;
}
.footer_link li{
	font-size:0.9rem;
}
.footer_link h5{
	font-size:1rem;
	font-weight:400;
}
.footer1{
	width:140px
}
.footer2{
	width:200px;
	margin-right:80px
}
.footer3{
	width:415px;
	margin-right:80px
}
.footer4{
	width:170px;
}
.footer3_1{
	width:200px;

}
.footer3_2{
	width:200px;

}
.footer3_3{
	width:200px;

}

.link1{
	background-image:url(../../../wp-content/uploads/link1.jpeg);
	background-size:cover;
	background-position: center;

}
.link2{
	background-image:url(../../../wp-content/uploads/excipient_thumbnail.jpg);
	background-size:cover;
		background-position: center;

}
.link11{
	background-image:url(../../../wp-content/uploads/chem_link1.jpg);
	background-size:cover;
}
.link12{
	background-image:url(../../../wp-content/uploads/chem_link2.jpg);
	background-size:cover;
	background-position: 50% 50%;
}
.link13{
	background-image:url(../../../wp-content/uploads/chem_link3.jpg);
	background-size:cover;
}
.link14{
	background-image:url(../../../wp-content/uploads/thumb-exports-imports.jpg);
	background-size:cover;
	background-position: 50% 100%
}
.link_btn{
	padding:80px 50px;
	text-align:center;
	position:relative;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
	color:#fff;
	margin-bottom:30px;
}
.link_btn p{
	margin-bottom:0
}
.link_btn::before{
		transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
	content: '';
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
	 z-index: 1; 
}

.link_btn:hover::before{
	  content: '';
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
	 z-index: 1; 
}
.link_txt{
	position:relative;
	z-index:2;
	font-size:1.3rem;
}
.link_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-9999px;
    z-index: 3; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.tel h3{
	font-weight:400;
}
p.area_ti{
	width:100px;
	border-radius:60px;
	padding:10px;
	text-align:center;
	color:#fff;
	margin:0 auto;
	background-color:#4369A5;
	margin-bottom:0;
}
ul.list1{
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	margin:0;
	padding:15px 15px;
	background-color:#E8F4FF;
	border-radius:5px;
	font-weight: 700;
}
.list1 li{
	width:50%
}
.list1 li:before {
    content:  ""; 
    width:  10px;  
    height:  10px; 
    display:  inline-block; 
    background-color: #163971;  
    border-radius:  50%;  
	margin-right: 5px;
}
.listOther{
	width: 100%!important;
}
.carbon{
	padding:15px 28px;
	background-color:#E8F4FF;
	border-radius:5px;
	font-weight: 700;
}
.midashi4 h3{
	font-size:1.8rem;
}
.midashi4 h3{
	background-color:#163971;
	color:#fff;
	padding:10px 15px ;
	border-radius:4px;
	background-image:url(../../../wp-content/uploads/sec2_bg2.png);
	background-size:750px 310px;
}
.left0 .wp-block-media-text__content{
	padding-left:0;
}
.zyutaku_table th,.zyutaku_table td{
	padding:15px 10px!important; 
	font-size:1rem;
}
.zyutaku_table th{
	color:#163971;
	width:25%;
}
.outline_table td{
	padding:15px 10px;
}
.outline_table a{
	color: #4369A5;
}
.outline_table a::before {
    color: #4369A5;
    content: "\f3c5";
	font-weight:600;
font-family: "Font Awesome 5 Free";
    margin-right: 4px;
}
.history_table td{
	padding:15px 10px;
}

.midashi_h6 h6{
	margin-bottom:5px!important; 
}
.contactform-entext{
	display:none;
}
.contactform-table th,.contactform-table td{
	border-left:none;
	border-right:none;
	background-color:#fff;
}
.contact_sub{
	margin:30px;
	text-align:center;
}
.contact_sub2{
	margin-bottom:30px;
}
.scrolldown2{
	display:none
}
.home .scrolldown2{
	display:block
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	display:none!important;
}
.swiper-button-white{
	display: none;
}

.eco_box{

}
.txt_center{
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	align-items:center;
}
.txt_center h2{
margin:0}
.eco_ti3 h3{


	text-indent:-1.5em;
	margin-left:1.5em
}
.eco_ti3 {
		padding-top:1.7rem;
		border-bottom:solid 1px rgba(255, 255, 255, 0.68);
}
.eco_ti3 .vk_heading_subtext{
	padding-left:2.5em!important; 
}
.kome_box .vk_outer_container{
	width:70%;
	margin-left:0!important; 
}
.kome_box figcaption{
	font-size:1rem
}
.kome_box img{
border-radius:50%!important; 
}
#menu-item-3462 a{
	font-size:13px;
	margin-left:40px;
	background-color:#D4E5F7;
	height:20px!important; 
	padding:0px 14px!important; 
	border-radius:60px;
	font-weight:400 !important; 
	position:relative;
	top:15px;
}
#menu-item-3463 a{
	font-size:13px;
	margin-left:0px;
	background-color:#fff;
	height:20px!important; 
	padding:0px 14px!important; 
	border-radius:60px;
	font-weight:400 !important; 
	position:relative;
	top:15px;
	color:#A2A2A2;
}
#menu-item-3464 a{
	font-size:13px;
	margin-left:0px;
	color:#A2A2A2;
	background-color:#fff;
	height:20px!important; 
	padding:0px 14px!important; 
	border-radius:60px;
	font-weight:400 !important; 
	position:relative;
	top:15px;
}
#menu-item-3462::before,#menu-item-3463::before,#menu-item-3464::before,#menu-item-3465::before{
	display:none;
}
#menu-item-3462 a strong,#menu-item-3463 a strong,#menu-item-3464 a strong{
	font-weight:400!important; 
}

#menu-item-3465 a{
	font-size:16px;
	margin-left:20px;
	background-color:#163971;
	padding:5px 24px 5px 44px!important; 
	border-radius:60px;
	color:#fff;
	font-weight:400 !important; 
	position:relative;
	top:-0px;
}
#menu-item-3465 a:after {
    color: #fff;
	display:inline-block;
    content: "\f0e0";
	position:absolute;
	left:20px;
font-weight:600;
font-family: "Font Awesome 5 Free";
    margin-right: 4px;
}
.ltg-slide picture::after{
	  content: '';
  display: inline-block;
  width: 1300px;
	top:0;
  height: 105%;
	background-repeat:no-repeat;
  background-image: url(../../../wp-content/uploads/teaser_bg1.svg);
  background-size: contain;
  vertical-align: middle;
	z-index:99;
	position:absolute;
}
.ltg-slide picture{
	position:relative;
}

.lightning_swiper-container{
	height:calc(100vh - 93px);
}
.ltg-slide picture img{
	width: 100%;
    height: calc(100vh - 145px);
    object-fit: cover;
}

.area_table td:nth-of-type(1){
	width:25%
}
.area_map{
	position:relative;
}
.area_btn1 a{
	position:absolute;
	top:100px;
	left:140px;
	border-radius:50px;
}
.area_btn2 a{
	position:absolute;
	top:170px;
	left:330px;
	border-radius:50px;
}
.area_btn3 a{
	position:absolute;
	top:200px;
	left:520px;
	border-radius:50px;
}
.area_btn4 a{
	position:absolute;
	top:140px;
	left:730px;
	border-radius:50px;
}

/* 日本地図 */

.j-area_btn1 a{
	position:absolute;
top: 120px;
    left: 350px;
	border-radius:50px;
}
.j-area_btn2 a{
	position:absolute;
	top: 220px;
    left: 730px;
	border-radius:50px;
}
.j-area_btn3 a{
	position:absolute;
	top: 500px;
    left: 520px;
	border-radius:50px;
}


/* 世界地図 */

.w-area_btn1 a{
	position:absolute;
	top: 35px;
    left: 355px;
	border-radius:50px;
}
.w-area_btn2 a{
	position:absolute;
	top: 182px;
    left: 380px;
	border-radius:50px;
}
.w-area_btn3 a{
	position:absolute;
	top: 305px;
    left: 320px;
	border-radius:50px;
}
.w-area_btn4 a{
	position:absolute;
	top: 465px;
    left: 140px;
	border-radius:50px;
}
.w-area_btn5 a{
	position:absolute;
	top: 505px;
    left: 680px;
	border-radius:50px;
}
.w-area_btn6 a{
	position:absolute;
top: 245px;
    left: 160px;
	border-radius:50px;
}

.kome_btn{
	position:relative;
	width:856px;
	height:200px;
	background-image:url(../../../wp-content/uploads/kome_btn_bg.png);
	background-size:102%;
	background-repeat:no-repeat;
	background-position:center;
	margin:auto;
	padding:40px 0 0 50px;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.kome_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-9999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.kome_txt{
	font-size:49px;
	line-height:1.3;
	width:400px;
	font-weight:600;
	text-align:center;
}
.kome_txt span{
	font-size:19px;
	display:block;
}
.kome_btn:hover {
  background-size:108%;
}

.contact_tyo{
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

.page-header-title{
	margin-bottom: 2rem!important;
}

.page-header-subtext{
	font-size: 1.1rem!important;
}

.company_name h2{
	border-bottom: none!important;
}

.outline_table tr td:first-child{
	font-weight: 700;
		width: 25%;
}

.outline_table tr td:nth-child(2n){
	line-height: 2rem!important;
}

.history_table tr td:first-child{
	font-weight: 700;
	width: 25%;
}

.outline_table tr {
	height: 6rem;
}

.outline_table td{
	font-size: 16px!important;
}

.history_table tr {
	height: 6rem;
}

.history_table td{
	font-size: 16px!important;
}

.philosophy-title span{
	position: relative;
	padding-left: 2%;
}
.philosophy-title span:before {
    content:  ""; 
    width:  5px;  
    height:  43px; 
    display:  inline-block; 
    background-color: #163971;  
	margin-right: 5px;
	position: absolute;
	left: 0%;
}

.area-midashi{
	border-top: 2px solid #163971;
	padding-top: 1rem;
	position: sticky!important;
	top: 30px;
}

.area_table tr td:first-child{
	font-weight: 700;
		width: 25%;
}

.area_table tr td:nth-child(2n){
	line-height: 2rem!important;
}

.area_table tr td:first-child{
	font-weight: 700;
	width: 25%;
}

.area_table tr {
	height: 6rem;
}

.area_table td{
	font-size: 16px!important;
}

.company_name{
 position: sticky!important;
	top: 3px;
}

.ecology-right{
position: relative;
}

.ecology-top-photo{
position: absolute;
	right: -200px;
}

.ecology-bottom-photo{
	position: absolute;
	top: 120px;
	left: 20px;
}
.device-pc .global-nav-list>li>a {
    padding: 14px 2.5em;
}
#site-header-container.container{
	max-width:none;
}
.global-nav-list a strong{
	font-weight:400!important;
}
..postListText_date{
	min-width:130px;
}
.postListText_date,.postListText_title{
	font-size:1rem;
}
.cover-parallax {
background-attachment: fixed;
background-position: 50% 0;
}
.widget_nav_menu>div>ul li a, .widget_nav_menu>ul li a{
	padding-top:15px;
	padding-bottom:15px;
}
.widget_nav_menu>div>ul li.current_page_item>a{
	background-color:#4369A5;
	color:#fff;
}
.contact_box2{
	background-repeat:no-repeat!important;
	background-position:top 100px left -690px!important;
background-size:1500px 600px;
}

.contact_box{
	background-repeat:no-repeat!important;
	background-position:top 400px left -790px!important;
background-size:1500px 600px;
}
.contact_box .tel h3{
	font-size:2.5rem!important;
	margin-top:15px!important;
}
.contact_box .tel h3 .fas{
	font-size:2.1rem!important;
}
/*.page-id-31 .page-header{
	background-image:none;
	min-height: 4rem;
}
.page-id-31 .page-header::before{
	display:none;
}
.page-id-31 .page-header-title, h1.page-header-title{
	color:#fff;
	margin-bottom:0!important;
	padding-bottom:0;*/
}
.contact_page .tel p{
	text-align:left!important;
	font-size:0.9rem;
	color:#4B4B4B;
	padding:0 15px;
	margin-top:15px!important;
}
/*フッター ニュースのリンク調整*/
.site-footer-content a,
.section4 a{
  position: relative;
  display: inline-block;
  text-decoration: none!important;
}
.site-footer-content a::after{
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.site-footer-content a:hover::after{
  transform: scale(1, 1);
}

.jinzai{
width: calc(100% + 100px);
  margin: 0 -50px;
}
.ta_c{
	text-align:center;
}

.rinen_ti {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.rinen_ti::before {
  content: '';
  position: absolute;
  bottom: 8px;
  display: inline-block;
  width: 60px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #4369A5;
}

.postListText_title a{
    transition : all 0.3s ease 0s;
}
.postListText_title a:hover{
    transition : all 0.3s ease 0s;
}
.malaysia_button{
	margin-top: 20px;
}

.page-id-3381 .page-header{
background-position: bottom!important;
}

/* メインビジュアルのキャッチコピーのフォントサイズ */
.swiper-wrapper .item-1 .ltg-slide-text-title{
font-size: 60px;
line-height: 5rem;
margin-top: 4.5rem;
}
.swiper-wrapper .item-2 .ltg-slide-text-title{
font-size: 83px;
line-height: 5.3rem;
margin-top: 4.5rem;
}
.swiper-wrapper .item-3 .ltg-slide-text-title{
font-size: 60px;
line-height: 5rem;
margin-top: 4.5rem;
}

/* 食品原料ページのh5調整 */
.vitamin-headline{
	color: #163971;
	border-bottom: none;
	margin-bottom: 0;
}

/* 食品原料ページのビタミン枠調整 */
.vitamin-border{
	border: solid #163971 2px;	
	margin-top: 0;
}
.vitamin-border a{
color:#1a73e8;
text-decoration: underline solid 1px;
text-underline-offset: 0.3em;
}
.ltg-slide-cover{
	background-color:background-color:#000000;opacity:0!important;
}
/* フォーム確認画面のプライバシーポリシーを非表示 */
.page-id-2600 .contactform .contact_sub{
display: none!important;
}
/* 会社概要 */
.page-id-16 table tr{
border-bottom: 1px solid #F4F4F4;
}

/* 国内・海外 */
.page-id-3441  table tr{
border-bottom: 1px solid #F4F4F4;
}
/* 受託加工事業 */
.page-id-3254  table tr{
border-bottom: 1px solid #F4F4F4;
}

/* 電子材料・環境ビジネス */
.table-long li {
    width: 60%;
}
/* 医薬品原薬 */
.link_btn_right{
height: 220px;
}

/* 医薬品原薬のリスト */
ul.tag-list-col4 {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
}
ul.tag-list-col4 li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: left;
  font-size: 1rem;
  width: 10.5%;
  font-weight: 600;
}
ul.tag-list-col4 li a {
  color: #111;
  text-decoration: none;
}
ul.tag-list-col4 li a:hover {
	opacity: .8;
  text-decoration: none;
}
/* 医薬品原薬のリスト 
　アンカー活性 */
 ul.tag-list-col4 li:nth-of-type(-n+7)::before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
}
 ul.tag-list-col4 li:nth-of-type(9)::before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
}
/* 医薬品原薬のリスト 
　アンカー非活性 */
 ul.tag-list-col4 li:nth-of-type(8)::before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  color: #A9A9A9;
}
 ul.tag-list-col4 li:nth-of-type(10)::before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  color: #A9A9A9;
}

/* 医薬品原薬_ビタミンリスト */
ul.tag-list-col5 {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
}
ul.tag-list-col5 li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: left;
  font-size: 1rem;
  width: 10.5%;
  font-weight: 600;
}
ul.tag-list-col5 li a {
  color: #111;
  text-decoration: none;
}
ul.tag-list-col5 li a:hover {
	opacity: .8;
  text-decoration: none;
}
/* 医薬品原薬のリスト 
　アンカー活性 */
 ul.tag-list-col5 li:nth-of-type(-n+6)::before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
}
 ul.tag-list-col5 li:nth-of-type(9)::before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
}
/* 医薬品原薬のリスト 
　アンカー非活性 */
 ul.tag-list-col5 li:nth-of-type(2)::before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  color: #A9A9A9;
}
 ul.tag-list-col5 li:nth-of-type(7)::before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  color: #A9A9A9;
}
 ul.tag-list-col5 li:nth-of-type(8)::before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  color: #A9A9A9;
}
 ul.tag-list-col5 li:nth-of-type(10)::before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  color: #A9A9A9;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  トップメッセージ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.message_text p{
line-height: 2.2;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  sticky用
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.sticky_outer{/*フレックスBOX*/
	overflow:visible!important;
	display:flex!important;
}
.sticky_box{
	position:sticky!important;
	height:100%;
	top:120px;
}

body, html{
	overflow:visible;
}

.vk_outer-width-full{
	   margin-right: calc(50% - 49.3vw);
}
.top-cover{
	margin-right: calc(50% - 49.3vw)!important;
}
/* TOP > 会社情報 */
.top-company-f_box.f_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  フッターロゴ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.site-footer .eco-img{
width: 50%;
margin-top: 30px;
}