@charset "UTF-8";

/* company wave ---------------------------------------*/

.wrapper{padding-top:90px;}

.wave-top{
	position:relative;
	top: -1px;
}

.wave-top img{width:100%;}

.wave-bottom{
	position:relative;
	bottom: -1px;
}

.wave-bottom img{width:100%;}

.company{
	background: #56D4DC;
	padding-top: 15px;
}

.company-inner{
	padding-bottom: 15px;
}

.breadcrumb li .current{
    color: coral;
}
.breadcrumb {
    margin: 0 0 3px;
    padding: 0;
    list-style: none;
  }
.breadcrumb li {
    display: inline;/*横に並ぶように*/
    list-style: none;
    font-weight: bold;/*太字*/
  }
.breadcrumb li:after {/* >を表示*/
    content: '>';
    padding: 0 0.1em;
    color: #555;
    font-size: 16px;
    font-weight: normal;
  }
.breadcrumb li:last-child:after {
    content: '';
  }
.breadcrumb li a {
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
  }

.breadcrumb li a:hover {text-decoration: underline;}

.company-title{
    width: 220px;
    margin: 0 auto 15px;
}

.company-box{
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 20px 0 25px;
    position: relative;
}
.company-table01{
    margin:0px 30px 20px;
    display: flex;
    justify-content: space-between;
}
.company-table01 .company-lists{
    width: 48%;
}
.company-table01 .company-lists .company-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:15px 0;
    border-bottom:1px solid #00bdc9;
}
.company-table01 .company-lists .company-list p{
    color:#00bdc9;
    font-size: 16px;
    width: 20%;
}
.company-table01 .company-lists .company-list h3{
    font-size: 15px;
    width: 80%;
}
.company-table02{
    margin:0px 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.company-table02 p{
    color:#00bdc9;
    font-size: 16px;
    width: 9.5%;
}
.company-table02 h3{
    font-size: 15px;
    width: 90.5%;
}
.map-wrapper{
    margin:0px 30px;
    width: 85.5%;
    margin-left: auto;
    display: block;
}
.map-wrapper .map{
    width: 100%;
    margin-bottom: 10px;
}
.map-wrapper .map iframe{
    width: 100%;
}
.map-wrapper .trains{
}
.map-wrapper .train p{
    display: inline-block;
    font-size: 15px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.map-wrapper .train p:not(:first-child){margin-left: 20px;}

.map-wrapper .train .company-last-p{
    margin-bottom: 0px;
}
.map-wrapper .train p img{
    width: 15px;
    height:15px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.company-box .company-chr{
    position: absolute;
    right:-5%;
    bottom: -5%;
    width: 115px;
    height: auto;
    overflow: hidden;
}
.sp{
    display: none;
}


/* animation */

.company-title,
.company-chr{
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0) translateY(30px);
    -ms-transform: scale(0) translateY(30px);
    transform: scale(0) translateY(30px);
}

.company-title.on,
.company-chr.on{
    -webkit-transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    -o-transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    transition-timing-function: cubic-bezier(0, 0.7, 0, 1.3);
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}


/* small pc */
@media screen and (min-width: 768px) and (max-width: 1020px){

    .company{
        background: #56D4DC;
        padding-top: 10px;
    }

    .company-inner{
        padding-bottom: 15px;
    }

    .breadcrumb li .current{
        color: coral;
    }

    .breadcrumb {
        margin: 0 0 10px;
        padding: 0;
        padding-left:5px;
        list-style: none;
    }

    .breadcrumb li {
        display: inline;/*横に並ぶように*/
        list-style: none;
        font-weight: bold;/*太字*/
    }

    .breadcrumb li:after {/* >を表示*/
        content: '>';
        padding: 0 0.1em;
        color: #555;
        font-size: 16px;
        font-weight: normal;
    }

    .breadcrumb li:last-child:after {
        content: '';
      }
    .breadcrumb li a {
        text-decoration: none;
        font-size: 14px;
        font-weight: normal;
      }
    .breadcrumb li a:hover {
        text-decoration: underline;
      }
    
    .company-title{
        width: 220px;
        margin: 0 auto 20px;
    }
    .company-box{
        background-color: #fff;
        border-radius: 5px;
        width: 98%;
        padding: 30px 0;
        position: relative;
        margin: 0 auto;
    }
    .company-table01{
        margin:0px 30px 20px;
        display: flex;
        justify-content: space-between;
    }
    .company-table01 .company-lists{
        width: 48%;
    }
    .company-table01 .company-lists .company-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding:15px 0;
        border-bottom:1px solid #00bdc9;
    }
    .company-table01 .company-lists .company-list p{
        color:#00bdc9;
        font-size: 15px;
        width: 20%;
    }
    .company-table01 .company-lists .company-list h3{
        font-size: 14px;
        width: 80%;
    }
    .company-table02{
        margin:0px 30px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .company-table02 p{
        color:#00bdc9;
        font-size: 15px;
        width: 9.5%;
    }
    .company-table02 h3{
        font-size: 14px;
        width: 90.5%;
    }
    .map-wrapper{
        margin:0px 30px;
        width: 95%;
        margin: 0 auto;
        display: block;
    }
    .map-wrapper .map{
        width: 100%;
        margin-bottom: 20px;
    }
    .map-wrapper .map iframe{
        width: 100%;
    }
    .map-wrapper .trains{
        z-index: 10;
    }
    
    .map-wrapper .train p{
        display: block;
        margin-left: 0;
        font-size: 15px;
        padding-left: 20px;
        position: relative;
        margin-bottom: 10px;
    }
    .map-wrapper .train p:not(:first-child){margin-left: 0;}
    .map-wrapper .train p img{
        width: 15px;
        height:15px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .company-box .company-chr{
        right:0%;
        bottom: -2%;
    }
}


@media screen and (max-width: 767px){

    .wrapper{padding-top:63px;}
    .company{padding-top: 5vw;}

    .company-inner{padding-bottom: 25px;}

    .breadcrumb {display: none;}

    .company-title{
        width: 33vw;
        margin: 0 auto 3vw;
    }

    .company-box{
        background-color: #fff;
        border-radius: 5px;
        width: 90%;
        padding: 4vw 0;
        position: relative;
        margin: 0 auto;
    }

    .company-table01{
        margin:0px 4vw 3vw;
        display: block;
        justify-content: space-between;
    }
    .company-table01 .company-lists{
        width: 100%;
    }
    .company-table01 .company-lists .company-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding:3vw 0;
        border-bottom:1px solid #00bdc9;
    }
    .company-table01 .company-lists .company-list-first{
       padding-top: 0;
    }
    .company-table01 .company-lists .company-list p{
        color:#00bdc9;
        font-size: 3.5vw;
        width: 24%;
    }
    .company-table01 .company-lists .company-list h3{
        font-size: 3.2vw;
        width: 76%;
    }
    .company-table02{
        margin:0px 4vw 4vw;
        display: flex;
        justify-content: space-between;
        align-items: initial;
    }
    .company-table02 p{
        color:#00bdc9;
        font-size: 3.5vw;
        width: 24%;
    }
    .company-table02 h3{
        font-size: 3.4vw;
        width: 76%;
    }
    .map-wrapper{
        width: 100%;
        padding: 0 4vw;
        margin: 0px auto;
        display: block;
    }
    .map-wrapper .map{
        width: 100%;
        margin-bottom: 2vw;
    }
    .map-wrapper .map iframe{
        width: 100%;
        height: 45vw;
        max-width: 100%;
    }
    .map-wrapper .trains{
        display: flex;
        flex-wrap: wrap;
        position: relative;
        z-index: 10;
    }
    .map-wrapper .train p{
        font-size: 3.3vw;
        padding-left: 4.5vw;
        position: relative;
        margin-bottom: 2.5vw;
        line-height: 1.3
    }
    .map-wrapper .train p:not(:first-child){margin-left: 0;}

    .map-wrapper .train p img{
        width: 3.5vw;
        height:3.5vw;
        position: absolute;
        left: 0;
        top: 0.4vw;
        bottom: initial;
        margin: auto;
    }
    .company-box .company-chr{
        right:1%;
        bottom: -1.5%;
        width: 20vw;
    }
    .sp{
        display: block;
    }
}
