@charset "utf-8";

.processColumnSet{
display: flex;
}
.processColumnSet > *{
display: flex;
}
ol.processListStyle1 li{
margin-bottom: 10px;
}
.processListStyle1 .ImgOnlyStyle{
margin-bottom: 5px;
}

.processContens{
position: relative;
padding: 10px;
background: url(/image/jp/products/device/semiconductor/process_bg02.jpg) top right no-repeat #000;
background-size: 100%;
overflow: hidden;
}
.processContens:after{
transform: translate(50%, 83%) rotate(-15deg);
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 75%;
background: radial-gradient(ellipse closest-side, rgba(0,144,244,0.36), rgba(0,144,244,0));
}
#processNavi{
background: url(/image/jp/products/device/semiconductor/process_bg01.jpg) bottom right no-repeat;
background-size: 100%;
}
#processNavi ol{
position: relative;
counter-reset: count;
display: flex;
margin: 0;
border-top: 1px solid #000;
padding: 0;
}
#processNavi ol:before{
content: "";
display: block;
position: absolute;
left: 0;
top: 0;
bottom: 0;
border-left: 1px solid #000;
z-index: 1;
}
#processNavi li{
display: flex;
margin: 0;
padding: 0;
flex: 1;
background: linear-gradient(#d6d6d6, #fefefe);
}
#processNavi li a{
display: flex;
justify-content: center;
align-items: flex-end;
flex: 1;
position: relative;
border-bottom: 1px solid #000;
padding: 2em 1em 0.5em 1em;
font-size: 83%;
font-weight: bold;
line-height: 1.4;
color: #333;
text-align: right;
text-decoration: none;
}
#processNavi li:last-child a{
border-right: none;
}
#processNavi li a:before{
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 0;
border-right: 1px solid #000;
}
#processNavi li a:after{
counter-increment: count;
content: counter(count);
display: block;
position: absolute;
top: 0;
left: 0;
width: 1.5em;
color: #FFF;
line-height: 1.5em;
vertical-align: middle;
text-align: center;
background: #333;
}
#processNavi li a:hover{
background: linear-gradient(#e6e6e6, #fefefe);
}
#processNavi li a:hover span,
#processNavi li a:hover:after{
opacity: 0.6;
}
#processNavi li.active{
background: transparent;
}
#processNavi li.active a{
color: #FFF;
border-bottom: none;
background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));
cursor: default;
}
#processNavi li.active a:after{
background: #cc0022;
}
#processNavi li.active a:hover span,
#processNavi li.active a:hover:after{
opacity: 1;
}
#processSection{
display: flex;
justify-content: space-between;
position: relative;
z-index: 1;
}
#processSection .process{
height: 0;
overflow: hidden;
visibility: hidden;
}
#processSection .process.active{
height: auto;
visibility: visible;
}
#processSection .summary{
position: relative;
}
#processSection .summary p{
color: #FFF;
padding: 0 0.5em;
}
#processSection .summary .ttl{
box-sizing: border-box;
display: none;
position: relative;
padding: 0 3em;
border-bottom: 1px solid #808080;
text-align: center;
}
#processSection .summary .ttl p{
font-weight: bold;
line-height: 48px;
vertical-align: middle;
}
#processSection .summary .btn{
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 2em;
height: 2em;
margin: auto;
}
#processSection .summary .btn a{
display: block;
border-radius: 2em;
text-align: center;
text-decoration: none;
vertical-align: middle;
line-height: 2em;
color: #FFF;
background: #cc0022;
}
#processSection .summary .btn a:before{
content: "？";
}
#processSection.summaryOpen .summary .btn a:before{
content: "×";
}
#processSection .summary .txt{
font-size: 83%;
min-height: 3.3em;
}
#processSection .summary .all{
margin-top: 2px;
text-align: right;
}
#processSection .summary .all p{
position: relative;
box-sizing: border-box;
display: inline-block;
padding: 0.5em;
color: #8c949b;
font-size: 75%;
text-align: center;
width: 100%;
max-width: 15em;
cursor: pointer;
}
#processSection .summary .all p:after{
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 10px;
width: 15px;
height: 15px;
margin: auto;
background-image: url(/image/common/jp/r1/icon/icon_down_l.gif);
background-size: contain;
}
#processSection .summary .list{
transition: height 0s ease;
position: absolute;
right: 0;
height: 0;
overflow: hidden;
z-index: 10;
}
#processSection .summary .list ul{
padding: 0.5em 1em 1em 1em;
text-align: left;
background: #737373;
}
#processSection .summary .list li{
display: inline;
}
#processSection .summary .list li + li:before{
content: "";
display: inline-block;
margin: 0.75em 0.5em 0 0.5em;
width: 15px;
height: 1em;
vertical-align: middle;
background: url(/image/jp/products/device/semiconductor/process_icon01.png) center no-repeat;
background-size: contain;
}
#processSection .summary .list a{
display: inline-block;
margin: 0.75em 0 0 0;
border-radius: 5px;
padding: 0.3em 1em;
font-size: 83%;
color: #323232;
vertical-align: middle;
text-decoration: none;
background-color: #FFF;
}
#processSection .summary .all p.open{
color: #FFF;
background: #737373;
}
#processSection .summary .all p.open:after{
transform: rotate(180deg);
background-image: url(/image/common/jp/r1/icon/icon_down_white.gif);
}
#processSection .summary .all .list.open{
transition-duration: 0.3s;
height: auto;
}

#processSection .flow{
width: 100%;
margin-top: 5px;
overflow: hidden;
}
#processSection .flow ul{
transition: transform 0s ease;
display: flex;
position: relative;
}
#processSection .flow ul.anm{
transition-duration: 0.5s;
}
#processSection .flow li{
transition: opacity 0s ease;
flex: 1;
position: relative;
border: 1px solid #FFF;
text-align: center;
background: #2a2a2a;
opacity: 1;
}
#processSection .flow li:before{
transform: translateX(53%) rotate(45deg);
content: "";
display: block;
position: absolute;
width: 27px;
height: 27px;
top: 0;
bottom: 0;
right: 0;
margin: auto;
border-right: 1px solid #FFF;
border-top: 1px solid #FFF;
background: #2a2a2a;
z-index: 1;
}
#processSection .flow li:last-child:before{
content: normal;
}
#processSection .flow li:only-of-type{
transform: translateX(15px);
}
#processSection .flow li:only-of-type a{
padding-left: 0;
}
#processSection .flow li a{
display: block;
position: relative;
padding-left: 15px;
font-size: 83%;
color: #FFF;
white-space: nowrap;
text-align: center;
line-height: 38px;
vertical-align: middle;
text-decoration: none;
z-index: 2;
}
#processSection .flow li.current{
transition-duration: 0s;
border-color: #cc0022;
background-color: #cc0022;
}
#processSection .flow li.current:before{
border-color: #cc0022;
background-color: #cc0022;
}
#processSection .flow li.before{
transition-duration: 0s;
}
#processSection .flow li.before:before{
border-color: #cc0022;
}
#processSection .flow li.next{
transition-duration: 0.5s;
}
#processSection .flow li.next ~ *{
transition-duration: 0.5s;
opacity: 0;
}

#processSection .slide{
margin-top: 6px;
padding: 10px 0 10px 0;
background-color: #FFF;
}
#processSection .slide img{
display: block;
width: calc(100% - 80px);
max-width: 440px;
margin: auto;
}
#processSection .slide .txt{
transition: opacity 0s ease 0.3s;
font-size: 83%;
opacity: 0;
}
#processSection .slide .swiper-slide-active .txt{
transition-duration: 0.3s;
opacity: 1;
}
#processSection .slide img{
display: block;
margin: auto;
}
#processSection .swiper-pagination{
display: flex;
justify-content: space-between;
position: static;
margin-top: 6px;
z-index: 1;
}
#processSection .swiper-pagination .swiper-pagination-bullet{
flex: 1;
height: 2px;
margin: 0 1px;
border-radius: 0;
background: #FFF;
opacity: 1;
}
#processSection .swiper-pagination .swiper-pagination-bullet:first-child{
margin-left: 0;
}
#processSection .swiper-pagination .swiper-pagination-bullet:last-child{
margin-right: 0;
}
#processSection .swiper-pagination .swiper-pagination-bullet-active{
background-color: #cc0022;
}
#processSection .slide .prev,
#processSection .slide .next{
position: absolute;
top: 0;
bottom: 0;
right: auto;
left: auto;
width: 40px;
height: 40px;
margin: auto;
overflow: hidden;
z-index: 5;
}
#processSection .slide .prev{
left: 0;
}
#processSection .slide .next{
right: 0;
}
#processSection .slide .prev .swiper-button-prev,
#processSection .slide .next .swiper-button-next{
position: relative;
top: auto;
bottom: auto;
right: auto;
left: auto;
width: 40px;
height: 40px;
margin: auto;
background: #d1d1d1;
}
#processSection .slide .prev .swiper-button-prev:after,
#processSection .slide .next .swiper-button-next:after{
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
width: 25px;
height: 25px;
margin: auto;
background: url(/image/common/jp/r1/icon/icon_down_l_white_hd.gif) center center no-repeat;
background-size: contain;
}
#processSection .slide .prev .swiper-button-prev:after{
transform: rotate(90deg);
}
#processSection .slide .next .swiper-button-next:after{
transform: rotate(-90deg);
}
#processSection .swiper-button-prev,
#processSection .swiper-button-next{
background: transparent;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{
opacity: 1;
cursor: pointer;
pointer-events: auto;
}
#processSection .process:first-child .slide .prev .swiper-button-disabled,
#processSection .process:last-child .slide .next .swiper-button-disabled{
display: none;
}
#processSection .slide p{
padding: 0.5em 1em 0 1em;
}
#processSection .left{
width: 75%;
max-width: 520px;
}
#processSection .right{
display: flex;
flex-wrap: wrap;
width: 23.5%;
max-width: 164px;
}
#processImage{
width: 100%;
margin: 0 0 0 auto;
}
#processImage figure{
margin: 0;
padding: 0;
}
#processImage img{
width: 100%;
}
#processProduct{
display: flex;
align-items: flex-end;
flex-wrap: wrap;
position: relative;
width: 100%;
}
#processProduct > .inner {
width: 100%;
}
#processProduct p{
margin-top: 1em;
font-size: 90%;
color: #FFF;
font-weight: bold;
}
#processProduct ul{
margin-top: 0.5em;
}
#processProduct li{
position: relative;
margin-top: 4px;
}
#processProduct a{
position: relative;
display: block;
border: 1px solid #1d6093;
padding: 0.75em 20px 0.75em 1em;
font-size: 83%;
line-height: 1.4;
color: #FFF;
text-decoration: none;
z-index: 1;
}
#processProduct a:after{
transform: rotate(-90deg);
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 5px;
width: 16px;
height: 16px;
margin: auto;
background-image: url(/image/common/jp/r1/icon/icon_down_l_white_hd.gif);
background-size: contain;
}
#processProduct li:after{
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
background: rgba(78,160,219,0.3);
}
#processProduct li:hover:after{
background: #2f6289;
}
#processProduct li.active:after{
animation: anm 0.85s linear infinite alternate;
background-color: #2f6289;
}
#processProduct li.active:hover:after{
animation: none;
}
@keyframes anm {
	0% {
	opacity: 1;
	}
	25% {
	opacity: 0.95;
	}
	100% {
	opacity: 0.5;
	}
}


@media only screen and (max-width: 994px){

}

@media only screen and (max-width: 767px){
.processColumnSet,
.processColumnSet > *{
display: block;
}
#process{
background: url(/image/jp/products/device/semiconductor/process_bg01_sp.jpg) top right no-repeat #000;
background-size: 100%;
}
#processSection{
display: block;
}
.processContens{
padding: 0;
border: 1px solid #000;
border-top: none;
background: none;
}
#processSection .left{
width: auto;
max-width: none;
}
#processSection .right{
display: block;
width: auto;
border-top: 1px solid #000;
padding: 10px;
max-width: none;
background: url(/image/jp/products/device/semiconductor/process_bg02_sp.jpg) top center no-repeat;
background-size: 100%;
}
#processNavi{
background: none;
}
#processNavi li a{
padding: 0.25em 0;
}
#processNavi li.active{
background-color: transparent;
}
#processNavi li a:after{
position: static;
width: 100%;
font-size: 130%;
color: #333;
background-color: transparent;
}
#processNavi li.active a:after{
color: #FFF;
background-color: transparent;
}
#processNavi li a span{
display: none;
}

#processSection .summary .ttl{
display: block;
}
#processSection .flow{
width: calc(100% - 20px);
margin: auto;
}
#processSection .flow li.next {
transition-duration: 0s;
}

#processSection .summary .txt{
transition: height 0.3s ease;
display: flex;
width: 100%;
align-items: center;
position: absolute;
height: 0;
min-height: 0;
background: url(/image/jp/products/device/semiconductor/process_bg03_sp.jpg) top right no-repeat #000;
background-size: 345px;
z-index: 10;
overflow: hidden;
}
#processSection.summaryOpen .summary .txt{
height: auto;
}
#processSection .summary .txt p{
box-sizing: border-box;
display: flex;
flex: 1;
align-items: center;
padding: 1em 160px 1em 1em;
min-height: 156px;
}
#processSection .summary .txt span{
display: block;
flex: 1;
}
#processSection .slide img{
width: auto;
max-width: 100%;
}
#processSection .swiper-pagination{
margin: 6px 10px 0 10px;
}
#processSection .slide .prev,
#processSection .slide .next{
display: none;
}
#processSection #processImage{
transition: height 0.3s ease;
position: absolute;
top: 59px;
right: 15px;
width: 135px;
height: 0;
visibility: hidden;
overflow: hidden;
z-index: 10;
}
#processSection.summaryOpen #processImage{
visibility: visible;
height: 135px;
}
#processProduct p{
margin: 0;
text-align: center;
}
#processProduct ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#processProduct li{
flex-basis: calc(50% - 2px);
}
}

@media only screen and (max-width: 579px){
}

@media only screen and (max-width: 399px){
}
