/* 
    Theme Name: Simizu Homepage
    Author: 1min.
    Description:
    Version: 1.0
    License: 
*/

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Noto Sans JP', sans-serif;
}

body,html {
    
    height: 100%;
}
@media screen and (min-width: 830px) {
    .sp-nav {
        display: none!important;
    }

    #hamburger {
        display: none!important;
    }
}

@media screen and (max-width: 820px) {
    .headerNav {
       display: none!important;
       
    }

    header {
        height: 60px!important;
        box-sizing: border-box;
        padding-top: 2%;
        padding-left: 2%;
    }

    header .Co_title {
        width: 60%!important;
        font-size: 12px;
    }

    header .Co_title figure {
        width: 16%!important;
        margin-top: 3%;
    }

    header .Co_title h1 {
        display: block;
        padding-top: 3%;
        font-size: 1.7em!important;
    }

    header .Co_title h1 span{
        width: 80%;
        font-size: 0.8em;
    }

    .PC_header2 {
        display: none;
    }

    
    header .Co_title img {
        width: 60%;
    }
    
    header .Co_title h1 span{
        width: 80%;
        font-size: 0.65em;
    }

/*--------　hamburger menu --------*/

    #hamburger {
        position: relative;
        display: block;
        width: 30px;
        height: 25px;
        margin: 10px 10px 0 auto;
    }

    #hamburger span {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background-color: rgb(75, 75, 75);
        transform: translateY(-50%);
    }

    #hamburger::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: rgb(75, 75, 75);
    }
    #hamburger::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 70%;
        height: 2px;
        background-color: rgb(75, 75, 75);
 
    }

    .sp-nav {
        z-index: 1;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        display: block;
        width: 100%;
        background: rgba(0, 0, 0, .8);
        transition: all .2s ease-in-out;
        opacity: 0;
        transform: translateY(-100%);
        
    }

    .sp-nav ul {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
     }
    .sp-nav li {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .sp-nav li span {
        font-size: 15px;
        color: #fff;
    }
    .sp-nav li a {
        text-decoration: none;
        font-weight: bold;
        color: #d1d1d1;
    }

    .sp-nav li a, .sp-nav li span {
        display: block;
        padding: 20px 0;
    }

    /*基準となるli要素*/
    .sp-nav .close {
        position: relative;
        padding-left: 20px;
    }
 /*バツ印線1*/
    .sp-nav .close::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 16px;
        height: 1px;
        background: #fff;
        transform: rotate( 45deg );
    }
 /*バツ印線2*/
    .sp-nav .close::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 16px;
        height: 1px;
        background: #fff;
        transform: rotate( -45deg );
    }

    .toggle {
        transform: translateY( 0 );
        opacity: 1;
    }

/*--------　footer --------*/ 
    
    footer {
        display: flex;
        justify-content: center;
        padding: 3%!important;
        background-color: rgb(236, 236, 236);
    }   

    footer .Co_title {
        display: flex;
        justify-content: center;
        margin-right: 0px;
        margin: 5%;
        margin-left: 0%!important;
        padding-top: 6%!important;
        width: 60%;
    }
    
    footer .Co_title img {
        width: 100%!important;
        height: inherit;
    }

    footer .Co_title figure {
        width: 10%!important;
        margin: 7% 2%;
    }
    
    footer .Co_title h1 {
        display: block;
        padding-top: 5%;
        margin-left: 0px!important;
        font-size: 1.5em!important;
    }
    
    footer .Co_title h1 span{
        font-size: 0.3em!important;
    }
    
    footer .news {
       display: none;
    }
    
    .copy_right {
        padding: 5px;
        background-color: black;
    }
    
    .copy_right p {
        color: white;
        text-align: center;
    }


    /*----------------------------------------*/
    /*------------- index.html -------------------*/
    /*----------------------------------------*/

    
    .PC_header1_wrapper .catchcopy h1 {
    
        display:block;
        text-align: center;
        color: rgb(36, 36, 36);
        margin-top: 30%!important;
        font-size: 100%;
    }


    /*--------　section1 --------*/
    .section1 {
        height: 770px!important;
    }

    .section1 h2{
        font-size: 18px;
        padding: 25px 0px 15px 0px!important;
    }
    
    .section1 ul{
        flex-direction: column;
    
    }
    .section1 ul li{
    
        margin-right: 10%!important;
        margin-left: 10%!important;
    
    }

    /*--------　section2 --------*/
    .section2 {
        height: 700px!important;
    }

    .section2 h2 {
        font-size: 25px;
        padding-bottom: 10px;
        padding-top: 0px!important;
        margin-top: 50px;
    }
    

    .section2 ul {
        flex-direction: column;
    }

    .section2 ul li {
        margin: 10px!important;
    }

    /*--------　section3 --------*/

    .section3 h2 {
        margin-top: 50px;
        font-size: 25px;
    }

    .section3 ul li {
       font-size: 10px;
    }

    .section3 ul img {
        width: 40%!important;
        padding: 20px!important;
        margin: 0px!important;
        height: auto;
        object-fit: contain;
       
    }
    
    .section3 ul li:nth-child(odd) img{
       margin-right: 50px;
       
    }
    
    .section3 ul li:nth-child(even) img{
        margin-left: 50px;
    }

    .section3 ul li:nth-child(odd) .emp_inf {
        width: 60%;
        padding-top: 0px!important;
        margin-left: 10px!important;
       
    }

    .section3 ul li:nth-child(even) .emp_inf {
        width: 60%;
        padding-top: 0px!important;
        margin-right: 20px!important;
       
    }



    .section3 ul .emp_inf p {
       font-size: 5px;
    }

    .section3 ul .emp_inf .emp_name {
        font-size: 16px!important;
        margin-bottom: 5px!important;
    }
    

    /*----------------------------------------*/
    /*------------- aboutCP.html -------------------*/
    /*----------------------------------------*/

    /*--------　aboutCP_section1 --------*/

    .aboutCP_section1 h2 {

        font-size: 23px!important;
    }

    .aboutCP_section1 .message .border {
        margin: 10px 20px!important;
        padding: 15px!important;
    }

    .aboutCP_section1 .message .mainText {
        font-size: 12px;
    }

    .aboutCP_section1 .message .subText {
        font-size: 12px;
        
    }

    /*--------　aboutCP_section2 --------*/

    .aboutCP_section2 h2 {
        font-size: 23px!important;
    }

    .aboutCP_section2 .column2 .block_wrapper {
        margin: 0.9em!important;
        width: 20%;
    }

    .aboutCP_section2 .column2 .scrolldown1 {
        /*描画位置※位置は適宜調整してください*/
        left:60%!important;
        bottom:30px!important;  
    }

    /*--------　aboutCP_section3 --------*/

    .aboutCP_section3 h2 {
        font-size: 23px!important;
    }

    table.company {
        width: 96%!important;
        margin: 0 10px!important;
        font-size: 12px!important;
    }

    table.company th {
       
        font-size: 13px!important;
        font-weight: bold;
    }
    

    /*--------　aboutCP_section4 --------*/

    .aboutCP_section4 h2 {
        font-size: 23px!important;
    }
    

    .aboutCP_section4 .timeline{
        max-width:100%!important;
        width: 50%!important;
        padding-right:0px!important;
        padding-left: 50%!important;
    }

    .aboutCP_section4 .timeline li {
        /*線の起点とするためrelativeを設定*/
        width: 50%;
        font-size: 15px!important;
        margin-right: 0px!important;
    }

    .aboutCP_section4 .timeline li:nth-child(2n) dl {
        width: 100%;
        margin:0 0 20px 3em;
    }

/*----------------------------------------*/
/*--------------constEX.html -------------*/
/*----------------------------------------*/
    .constructionEX_section1 h2 , .constructionEX_section2 h2 {
        font-size: 23px!important;
        text-align: center;
        margin: auto!important;
    }

    .constructionEX1 , .constructionEX2 {

        display: flex;
        justify-content: center;
        flex-direction: column;
    
    }

    .constructionEX1 img , .constructionEX2 img {
        width: 100%!important;
    }

    .constructionEX1 p , .constructionEX2 p {
        margin: 10px 5px!important;
        text-align: center;
    }

/*----------------------------------------*/
/*--------------empInf.html -------------*/
/*----------------------------------------*/

    .empInf_section1 h2 {
        font-size: 20px;
    }

    .empInf_section1 .working_gallery {
        display: none!important;
    }

    .empInf_section2 .app_detail {

        margin: 0.5em 8px 1.5em 8px!important;
    
    }

}

/*----------------------------------------*/
/*------------- common -------------------*/
/*----------------------------------------*/

/*--------　header2 --------*/
.layer {
    padding-top: 5%;
    width: 100%;
    margin: auto;
    position: sticky;
}

.PC_header2_wrapper {
    width: 100%;
    position: sticky;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    background-color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);

}


header .click_text2 {

    margin-top: 10%;
    margin-left: 10%;
    text-align: center;
    color: rgb(58, 58, 58);
    font-weight: bold;
    font-size: 20px;

}

header .PC_header2 li {
    margin: 3%;
    font-size: 18px;
}

header .PC_header2 a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 2px;
    /*線の基点とするためrelativeを指定*/
	position: relative;
    font-weight: bold;
}

.PC_header2_wrapper .catchcopy {
    text-align: center;
    color: rgb(175, 175, 175);
    padding-top: 200px;
    padding-bottom: 300px;
}

.PC_header2 li.current a,
.PC_header2 li a:hover{
	color:#000000;
}


.PC_header2 li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 2px;
    background:#797979;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
.PC_header2 li.current a::after,
.PC_header2 li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

figure {
    position: relative;
}
  
figure p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: bold;
    text-shadow: 1px 2px 3px #2e2e2e;
    /*-- フェードのためのcss --*/
    opacity : 0;
    transition: opacity 3s;
}

.fade.view {
    opacity: 1;
}

figure img {
    width: 100%;
}

/*--------　svg --------*/
svg {
    display: block;
    margin: 5px 10px;
    width: 98%;
}

.headerImg {
    width: 100%;
}

/*--------　footer --------*/

.footer_wrapper {
    width: 100%;
    margin-top: 60px;
    
   
}

footer {
    display: flex;
    justify-content: center;
    padding: 110px 10px; 
    background-color: rgb(236, 236, 236);
}

footer .Co_title {
    display: flex;
    margin-right: 0px;
    margin-left: 30px;
    padding: 30px;
    width: 600px;
}

footer .Co_title img {
    width: 60px;
}

footer .Co_title h1 {
    margin-left: 20px;
}

footer .Co_title h1 span{
    font-size: 20px;
}

footer .news {
    margin-top: 20px;
}

footer .news  .news_box  {
    padding: 0.5em 1em;
    margin: 0.5em 0;
    font-weight: bold;
    border: solid 3px #000000;
}
footer .news  .news_box  p {
    margin: 0; 
    padding: 0;
}

.copy_right {
    padding: 5px;
    background-color: black;
}

.copy_right p {
    color: white;
    text-align: center;
}


/*----------------------------------------*/
/*------------- index.html ---------------*/
/*----------------------------------------*/

/*--------　header1 --------*/

.PC_header1_wrapper {

    background-image: url(./img/header0.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: auto; */
    /* background-attachment: fixed;         固定 */
    background-position: center center;
    height: 85%;
}


header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 20%;
} 

header .headerNav{
    display: flex;
    width: 70%;
}

header .Co_title {
    display: flex;
    margin-right: 0px;
    margin-left: 2%;
    padding-top: 1.5%;
    width: 30%;
}

header .Co_title figure {
    width: 20%;
    margin: 0;
    margin-right: 5%;
}

header .Co_title img {
    width: 100%;
}

header .Co_title h1 {
    display: block;
    padding-top: 3%;
    font-size: 2em;
}

header .Co_title h1 a {
    text-decoration: none;
    color: #000000;
}

header .Co_title h1 span{
    width: 80%;
    font-size: 0.8em;
}

header .PC_header1 ,header .PC_header2 {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 20%;  /*<-これやらんと謎の余白があく*/
    padding-top: 2%;
    width: 70%;
}

header .PC_header2 {
    width: 100%;
}

header .PC_header1 li {
    margin: 4%;
    font-size: 18px;
}

header .click {
    display: none;
/* display: inline-block; */
	width: 30%;
	border-radius: 0 0 0 100%;
	background: #fcfaa2;
    text-decoration: none;
    box-shadow: 2px 2px 4px gray;
    z-index: 9999;/*ボタンを最前面に*/

}

header .click:hover {
    background: #fffc49;

}

header .click .click_text {
    margin-top: 15%;
    margin-left: 10%;
    text-align: center;
    color: rgb(58, 58, 58);
    font-weight: bold;
    font-size: 20px;
}

/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fffec1;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	right:-50px;
    top:-50px;
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

#g-nav.panelactive #g-nav-list h1 {
    margin-top: 50px;
    text-decoration: underline;

}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive h1{
    animation-name:gnaviAnime;
    animation-duration:1s;
    animation-delay:.2s;/*0.2 秒遅らせて出現*/
    animation-fill-mode:forwards;
    opacity:0;
}

@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


@keyframes gnaviAnime{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*リストのレイアウト設定*/
#g-nav li{
	text-align: center; 
	list-style: none;
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}


/*========= ボタンのためのCSS ===============*/

.click span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 1300px;
    height: 3px;
    border-radius: 2px;
	background-color: rgba(255, 255, 255, 0);
  	width: 5%;
}

	
/*×に変化*/	

.click.active span:nth-of-type(1) {
    top: 48px;
    left: 1300px;
    transform: translateY(6px) rotate(-45deg);
    width: 5%;
    background-color: rgb(58, 58, 58);
}

.click.active span:nth-of-type(2) {
	opacity: 0;
}

.click.active {
	background-color: rgba(255, 255, 255, 0);
    box-shadow: 2px 2px 4px rgba(128, 128, 128, 0);
}

.click.active .click_text , .click.active .click_text2{
    opacity: 0;
}

.click.active span:nth-of-type(3){
    top: 60px;
    left: 1300px;
    transform: translateY(-6px) rotate(45deg);
    width: 5%;
    background-color: rgb(58, 58, 58);
}


header .PC_header1 a {
    color: rgb(34, 34, 34);
    text-decoration: none;
    /*線の基点とするためrelativeを指定*/
	position: relative;
    font-weight: bold;
    display: block;
    padding: 0.1em;
}



.PC_header1_wrapper .catchcopy {
    height: 80%;
}

.PC_header1_wrapper .catchcopy h1 {

    display:block;
    text-align: center;
    color: rgb(36, 36, 36);
    margin-top: 10%;
}

.PC_header1 li a:hover {
	color:#000000;
}

.PC_header1 li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 2px;
    background:#797979;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
.PC_header1 li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}


/*--------　section1 --------*/

.section1 {
    height: 650px;
}

.section1 h2{
    text-align: center;
    padding-top: 100px;
}

.section1 ul{
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 3% 10%;

}
.section1 ul li{
    
    margin-right: 2%;
    margin-left: 2%;

}

.section1 ul img {
    
    width: 100%;
   
}

/* .section1 ul img:hover {
    opacity: 0.5 ;
} */

.button a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    color: rgb(0, 0, 0);
    
    width: 250px;
    margin: auto;
    margin-top: 20px;
    padding: 15px;

    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 200% auto;
    background-image: linear-gradient(
        to right,
        #fdfa4b 0%,
        #fdfa4b 50%,
        #d1d1d1 50%,
        #d1d1d1 100%
    );
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
    transition: background-position ease 0.4s;

}

.section1 .button a:hover,.empInf_section2 .button a:hover {
    background-position: 0 0;
}

.section1 .button p ,.empInf_section2 .button p{
    text-align: center;
    font-weight: bold;
}



/*--------　section2 --------*/

.section2-blank {
    height: 0px;
}

.section2 {
    margin: 10px;
    height: 350px;
}

.section2-blank {
    height: 0px;
}

.section2 h2 {
    text-align: center;
    padding-top: 50px;
}

.section2 ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-right: 40px;
    margin-left: 40px;
}

/* .section2 ul li {
    border: #d8d4d4;
    margin: 30px;
} */

.section2 ul li img {
    width: 100%;
}

.section2 ul li {
    border: #d8d4d4;
    margin: 30px;
	overflow:		hidden;
	margin:			40px 30px 40px 30px;
	position:		relative;
}

.section2 ul li .caption {
	font-size:		130%;
	color:			#fff;
	padding-top:		110px;
	padding-left:		50px;
    font-weight: bold;
    font-size: 25px;
}

.section2 ul li .mask {
	width:			100%;
	height:		    98%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.section2 ul li a:hover .mask {
	opacity:		1;	/* マスクを表示する */
	padding-left:		90px;	/* 右にずらす */

}

/*--------　section3 --------*/
.section3 h2 {
    text-align: center;
}

.section3 ul {
    margin-top: 30px;
}

.section3 ul li {
    display: flex;
    justify-content: center;
}

.section3 ul img {
    width: 30%;
    padding: 30px;
    margin: 20px;
   
}

.section3 ul li:nth-child(odd) img{
   margin-right: 50px;
   
}

.section3 ul li:nth-child(even) img{
    margin-left: 50px;
}

.section3 ul .emp_inf {
    width: 70%;
    padding-top: 70px;
}

.section3 ul .emp_inf p {
    text-align: center;
    line-height: 2.5em;
}

.section3 ul .emp_inf .emp_name {
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 30px;
}


/*----------------------------------------*/
/*------------- aboutCP.html -------------*/
/*----------------------------------------*/

/*--------　aboutCP_section1 --------*/
.aboutCP_section1 {
    margin-bottom: 5%;
}

.aboutCP_section1 h2 {

    text-align: center;
    font-size: 30px;

}

.aboutCP_section1 .message {
    display: inline;
    text-align: center;
    width: 300px;
}

.aboutCP_section1 .message .border {
    margin: 10px 300px;
    padding: 30px;
    border: 3px solid;
}

.aboutCP_section1 .message .mainText {
    text-align: left;
    line-height: 2;
}

.aboutCP_section1 .message .subText {
    text-align: right;
    font-weight: bold;
}

/*--------　aboutCP_section2 --------*/


.aboutCP_section2 h2 {
    text-align: center;
    font-size: 30px;

}

.aboutCP_section2 .column1 {
    width: 50%;
    margin: 2em auto;
    padding: 0.5em 1em;
    font-weight: bold;
    background: #fffd91;
    border: solid 3px #fffd91;/*線*/
    border-radius: 10px;/*角の丸み*/
}

.aboutCP_section2 .column1 p {
   text-align: center;
   font-size: 1.5em;
   font-weight: bold;
}

.aboutCP_section2 .column2 {
    display: flex;
    justify-content: center;
}

.aboutCP_section2 .column2 .block_wrapper {
    margin:0.5em;
    width: 20%;
}

.aboutCP_section2 .column2 .block {
    width: 50%;
    margin: 0 auto;
    padding: 0.5em 1em;
    font-size: 1.4em;
    font-weight: bold;
    background: #d1d1d1;
    border: solid 3px #d1d1d1;/*線*/
    border-radius: 10px;/*角の丸み*/
}

.aboutCP_section2 .column2 .block p {
    text-align: center;
}

/*====== 動く縦線 =======*/

/*スクロールダウン全体の場所*/
.aboutCP_section2 .column2 .scrolldown1 {
    /*描画位置※位置は適宜調整してください*/
	position:relative;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.aboutCP_section2 .column2 .scrolldown1 span {
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: rgb(151, 151, 151);
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}

/* 線の描写 */
.aboutCP_section2 .column2 .scrolldown1::after {
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: rgb(151, 151, 151);
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

/*--------　aboutCP_section3 --------*/
.aboutCP_section3 {

    margin-top: 60px;

}

.aboutCP_section3 h2 {
    text-align: center;
    font-size: 30px;
}

table.company {
    width: 500px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 15px;
    font-weight: bold;
}
    
table.company th,
table.company td {
    padding: 10px;
}

table.company th {
    background: #fdff7a;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: rgb(58, 58, 58);
    font-weight: normal;
    font-size: 18px;
    font-weight: bold;
}

table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fdff7a;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
table.company th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #fdff7a 10px solid;
    margin-top: -10px;
}
}

table.company td {
    background: #dad8d8;
    width: 360px;
    padding-left: 20px;
}
/*--------　aboutCP_section4 --------*/
.aboutCP_section4 {

    margin-top: 60px;

}

.aboutCP_section4 h2 {
    text-align: center;
    font-size: 33px;
}

/*タイムライン全体の設定*/
.aboutCP_section4 .timeline{
	max-width: 400px;
	width:100%;
	margin:50px auto;
	padding-right:30px;
    padding-left: 420px;
    box-sizing: content-box;
}

.aboutCP_section4 .timeline li {
    /*線の起点とするためrelativeを設定*/
    position: relative;
	list-style: none;
	padding:0 0 20px 0;
    font-size: 20px;
}

.aboutCP_section4 .timeline li:nth-child(2n+1) dl {
	margin:0 110% 20px -100%;
    text-align: right;
}

.aboutCP_section4 .timeline li:nth-child(2n) dl {
	margin:0 0 20px 3em;
}

.aboutCP_section4 .timeline dt {
    font-size: 1.3em;
}

/*絶対配置で線を設定*/
.aboutCP_section4 .border-line {
    /*線の位置*/
	position: absolute;
	left:0.3em;
	top:0;
	width:2px;/*線の太さ*/
	height:0;/*はじめは高さを0に*/
	background: #ccc;
}

/*タイムラインの見出し横の丸の位置と形状*/
.aboutCP_section4 .timeline li::after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:15px;
	height: 15px;
	background:#666;
	border-radius: 50%;
}

/*----------------------------------------*/
/*--------------constEX.html -------------*/
/*----------------------------------------*/

/*--------　COMMON --------*/

.constructionEX_section1 h2 , .constructionEX_section2 h2 {
    margin-left: 150px;
    margin-bottom: 30px;
    font-size: 28px;
    display: block;
    text-decoration: underline;
    
}

.constructionEX1 , .constructionEX2 {

    display: flex;
    justify-content: space-evenly;

}

.constructionEX1 figure , .constructionEX2 figure {
    margin: 25px;
}

.constructionEX1 img , .constructionEX2 img {
    width: 450px;
}

.constructionEX1 p , .constructionEX2 p {
    display: block;
    margin-top: 150px;
    font-size: 16px;
    font-weight: bold;
}

/*-------- constructionEX_section1 --------*/

.constructionEX_section1 {
    margin-bottom: 40px;
}

/*----------------------------------------*/
/*--------------empInf.html -------------*/
/*----------------------------------------*/

/*--------　empInf_section1 --------*/
.empInf_section1 h2 {

    text-align: center;

}

.empInf_section1 .working_gallery {

    display: flex;
    justify-content: center;
    margin-top: 30px;

}

.empInf_section1 .working_gallery img {

   width: 300px;
   margin: 10px;

}

/*--------　empInf_section2 --------*/
.empInf_section2 h2, .empInf_section2 h3 {

    text-align: center;

}

.empInf_section2 h2 {
    padding: 20px;
}

.empInf_section2 .app_detail {

    padding: 0.5em 3em;
    margin: 2em 20em;
    font-size: 20px;
    font-weight: bold;
    border: solid 2px #000000;

}

.empInf_section2 .app_detail ul {

    list-style: none;
}


/*----------------------------------------*/
/*--------------access.html -------------*/
/*----------------------------------------*/

/*--------　access_section1 --------*/

.access_section1 h2 {
    text-align: center;
    text-decoration: underline;
}

.access_section1 p {
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin: 20px;
    text-align: center;
}

.access_section1 .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin: 40px;
    height: 0;
    overflow: hidden;
}
     
.access_section1 .ggmap iframe,
.access_section1 .ggmap object,
.access_section1 .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}