
#workplace .futura{
	font-family: futura-pt, sans-serif;	
	font-style: normal;
}

/*css fadeIn Up*/
/*=================================================*/

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 150px, 0);
        -webkit-transform: translate3d(0, 150px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 150px, 0);
        -webkit-transform: translate3d(0, 150px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}



#workplace .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

#workplace .animatedFadeInUp {
    opacity: 0;
}

#workplace .fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

#workplace {
    position: relative;
    overflow: hidden;
}


#workplace img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

#workplace .mobi {
    display: block;
}
#workplace .destop {
    display: none
}

#workplace .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#workplace .img-width {
    width: 100% ;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}
#workplace  a {
    text-decoration: none;
}
#workplace  a:hover {
    opacity: 0.7;
}
#workplace  .inner {
    max-width: 1200px;
    margin:auto;
}



/* --------------------------------Workplace-PAGE--------------------------------- */
#workplace .main-banner {
    position: relative;
}
#workplace * {
    font-family: noto-sans-cjk-jp, sans-serif;
}
#workplace .box-workplace {
    padding-bottom: 40px;
    position: relative;
}

#workplace .main-banner {
    height: 200px;
    background: #E9545D;
}

#workplace .main-banner .pic-inner .main-img {
    width: 100% !important;
    display: block;
}
#workplace .main-banner .heading {
    position: absolute;
    top: 32%;
    transform: translate(-50%, -50%);
    width: 100%;
    left: 50%;
    text-align: center;
    max-width: 1100px;
    margin: auto;
    color: white;
    font-size: 30px;
    letter-spacing: 2.5px;
}
#workplace .main-banner .heading .t2{
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    display: block;
    letter-spacing: 1.5px;
}

#workplace .faq-content .link-map-box {
    margin-bottom: 50px;
    background: white;
}

#workplace .box-workplace > .inner{
    width: calc(100% - 24px);
    margin: auto;
    margin-top: -43px;
    position: relative;
    background: white;
    padding: 30px 0px 0px;
}
#workplace  .ttl-block{
    text-align: center;
    font-size: 12px;
    color: #E60312;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.66;
}


#workplace .faq-content .link-map-box .map-main {
    position: relative;
}
#workplace .faq-content .link-map-box .map-main .link {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    padding: 2px 15px;
    text-align: center;
    font-size: 12px;
    background: #E60312;
    border: solid 1px #E60312;
    border-radius: 10px;
    position: absolute;
    transition-property: background, color;
    transition-duration: .3s;
}
#workplace .faq-content .link-map-box .map-main .link:hover {
    opacity: 1;
}

#workplace .faq-content .link-map-box .map-main .link.one {
    top: 36%;
    left: 10%;
}
#workplace .faq-content .link-map-box .map-main .link.two {
    bottom:-4%;
    left: 15%;
}
#workplace .faq-content .link-map-box .map-main .link.three {
    top: 45%;
    right: 25%; 
}

#workplace .faq-content .link-map-box .map-main .note-map {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    bottom: -50px;
    right: 0px;
}

#workplace .box-list-map:nth-child(even) {
    background: #FDE5E6;
    padding: 40px 12px;
}
#workplace .box-list-map:nth-child(odd) {
    background: #F4F1F1;
    padding: 40px 12px;
}

#workplace .item-map-content {
    background: white;
}

#workplace .list-map .item-map {
    margin-bottom: 30px;
}
#workplace .list-map .item-map.last {
    visibility: hidden;;
}
#workplace .box-title {
    background: #E9545D;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
    padding: 20px 12px;
    color: white;
    margin-bottom: 20px;
    
}
#workplace  .title-map {
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
} 
#workplace  .title-map::after {
    content: "";
    position: absolute;
    background-image: url(../images/workplace/workplace_icon_line.png);
    background-repeat: repeat;
    background-size: contain;
    width: 100%;
    height: 3px;
    bottom: -2px;
    left: 0px;
}


#workplace  .title-map span {
    color: white ;
    font-size: 15px;
    font-weight: 600;
    margin-left: 5px;
    vertical-align: bottom;
}
#workplace  .title-map.popup {
    max-width: 600px;
    margin: auto;
    width: calc(100% - 60px);
    padding: 10px 0px 3px;
    margin-bottom: 20px;  
}
#workplace  .title-map.popup::after {
    background-image: url(../images/workplace/workplace_icon_line2.png);
}

#workplace .title-map img {
    height: 25px;
}
#workplace  .title-map.popup  span {
    color: #E60312 ;
    font-size: 15px;
    vertical-align: bottom;
    font-weight: 600;
}

#workplace .box-title .text-title {
    font-size: 13px;
    color: #FDE5E6;
    font-weight: 600;
    padding-bottom: 10px;
}

#workplace .box-content {
    padding: 0px 12px 30px;
    font-size: 12px;
    line-height: 20px;
}

#workplace .content-item {
    border-bottom: 2px solid #4D4545;
    margin-bottom: 10px;
    font-size: 12px;
    color: black;
    line-height: 20px;
    min-height: 170px;
}

#workplace .info {
   margin-bottom: 20px;
   font-size: 12px;
   font-weight: 600;
}

#workplace .title-item {
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #E60312;
    color: #E60312;
}


#workplace .dl-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#workplace .dl-info .dt-info {
    width: 40px;
}
#workplace .dl-info .dd-info {
    width: calc(100% - 50px);
    margin-left: 10px;
}
#workplace  .link-slider {
    margin-bottom: 20px;
}

#workplace .btn-item {
    width: calc(50% - 10px);
    border-radius: 20px;
    font-size: 13px;
    color: white;
    display: block;
    border: none;
    padding: 5px 0px;
    font-weight: 600;
    cursor: pointer;
}
#workplace .btn-item > a {
    text-decoration: none;
    color: white;
    width: 100%;
    height: 100%;
    display: block;
}
#workplace .btn-item.map {
  background: #E60312;
  text-align: center;
  border: solid 2px #E60312;
  transition: background .3s;
}

#workplace .btn-item.map:hover {
  opacity: 1;
}

#workplace .btn-item.map .letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: 1;
  transition: color .3s;
}

#workplace .btn-item.map .letter::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    margin-left: 10px;
    font-weight: 600;
    font-size: 12px;
}

#workplace .btn-item.photo {
    background: #4D4545;
    border: solid 2px #4D4545;
    color: #ffffff;
    transition-property: background, color;
    transition-duration: .3s;
}

#workplace .link-aderss {
    display: block;
    padding: 5px 0;
    text-align: center;
    color: #E60312;
    font-size: 14px;
    border: 2px solid #E60312;
    background: #ffffff;
    border-radius: 16px;
    font-weight: 500;
    text-decoration: none;
    transition-property: background, color;
    transition-duration: .3s;
}
#workplace .link-aderss:hover {
  opacity: 1;
}

/* /// map */
#workplace .box-item {
    position: relative;
    z-index: 99;
    padding: 5px;
}
#workplace .box-item .img {
    width: 100%;
    position: relative;
    padding-bottom: 60%;
}
#workplace .img iframe {
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

#workplace .lightbox {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 1;
    display: none;
    top: 0px;
    left: 0px;
}
#workplace .lightbox .popup-container {
    max-width: 1200px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 90%;
}

#workplace .lightbox .popup-container .close-btn {
    color: white;
    position: absolute;
    top: -33px;
    right: 0px;
    font-size: 16px;
    background: transparent;
    border: none;
    cursor: pointer;
}
#workplace .lightbox .popup-container .close-btn > img {
    height: 25px;
}

#workplace .lightbox .popup-container .close-btn:hover {
   color: #E60312;
}

/* /// slider */


#workplace .bx-wrapper {
    box-shadow: none;
    border: none;
    padding: 10px 30px;
    margin-bottom: 60px;
    max-width: 400px !important;
    margin: auto;
}
#workplace .bx-wrapper img {
    margin: auto;
}

#workplace .bx-pager .bx-pager-item .bx-pager-link {
    text-indent: unset;
    color: #f8f0f0;
    font-family: Meiryo;
    height: auto;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    position: relative;
    background: #615D5D;
    width: 30px;
    height: 3px;
    display: inline-block;
}
#workplace .bx-wrapper .bx-pager {
    bottom: 10px;
    position: relative;
}
#workplace .bx-wrapper .bx-pager-item {
     font-size: 0px; 
     margin-left: 5px;
}
#workplace .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #E60312;

}
#workplace .bx-wrapper .bx-controls-direction a {
    width: 20px;
}
#workplace .bx-wrapper .bx-prev {
    left: 5px;
}
#workplace .bx-wrapper .bx-next {
    right: 5px;
}
.bx-wrapper .bx-controls-direction a {
    top:40%
}

@media (min-width: 768px) {

    #workplace {
        min-width: 1024px;
    }

    #workplace .mobi {
        display: none;
    }
    #workplace .destop {
        display: block
    }
    #workplace .main-banner {
        height: 400px;
        background: #E9545D;
    }
    #workplace .main-banner .heading {
        font-size: 54px;
        letter-spacing: 5px;
        top:33%;
    }

    #workplace .main-banner .heading .t2{
        font-size: 24px;
        line-height: 49px;
        letter-spacing: 1px;
    }
    #workplace .faq-content .link-map-box {
        margin-bottom: 50px;
        max-width: 800px;
        margin: auto;
        position: relative;
    }
    #workplace .faq-content .link-map-box .map-main .link {
        padding: 7px 35px;
        font-size: 16px;
        border-radius: 25px
    }
    #workplace .faq-content .link-map-box .map-main .link:hover {
        color: #E60312;
        background: #ffffff;
    }
    #workplace .faq-content .link-map-box .map-main .note-map {
        font-size: 14px;
        bottom: -20px;
        right: 0px;
    }

    #workplace .faq-content .link-map-box .map-main .link.one {
        top: unset;
        left: 5%;
        bottom: 32%;
    }
    #workplace .faq-content .link-map-box .map-main .link.two {
        bottom: 7%;
        left: 26%;
    }
    #workplace .faq-content .link-map-box .map-main .link.three {
        top: 36%;
        right: 35%;
    }

    #workplace .box-workplace > .inner{
        max-width: 1200px;
        width: 90%;
        padding: 70px 0px 0px;
        margin-top: -86px;
    }

    #workplace  .ttl-block{
        font-size: 18px;
        margin-bottom: 80px;
    }

    #workplace .list-map {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #workplace .list-map .item-map {
        width: calc(100%/3 - 20px);
        margin-bottom: 70px;
    }
    #workplace .title-map span {
        font-size: 24px;
        margin-left: 15px;
    }
    #workplace .box-title .text-title {
        font-size: 16px;
    }
    #workplace .box-title {
        padding: 20px 30px 0px;
        margin-bottom: 20px;
        min-height: 200px;
    }
    #workplace .box-content {
        padding: 0px 30px 30px;
        font-size: 14px;
        line-height: 28px;
    }
    #workplace .content-item {
        border-bottom: 2px solid #4D4545;
        margin-bottom: 10px;
        font-size: 12px;
        color: black;
        line-height: 24px;
        min-height: 265px;
    }
    #workplace .info {
        margin-bottom: 20px;
        font-size: 12px;
    }
    #workplace .title-item {
        margin-bottom: 50px;
        border-bottom: 2px solid rgb(230, 3, 18);
        font-size: 40px;
    }

    #workplace .box-list-map:nth-child(2n) {
        padding: 90px 12px;
    }
    #workplace .box-list-map:nth-child(2n + 1) {
        padding: 90px 12px;
    }
    #workplace .btn-item {
        font-size: 16px;
    }
     #workplace .btn-item.map:hover {
      background: #ffffff;
    }
    #workplace .btn-item.map:hover .letter {
      color: #E60312;
    }
    #workplace .btn-item.photo:hover {
      background: #ffffff;
      color: #4D4545;
    }
    #workplace .link-aderss {
        border-radius: 20px;
    }
    #workplace .link-aderss:hover {
      background: #E60312;
      color: #ffffff;
    }
    #workplace .link-aderss
    #workplace .title-map {
        margin-bottom: 20px;
    }
    #workplace  .title-map{
      margin-bottom: 30px;
    }

    #workplace  .title-map::after {
        height: 4px;
        bottom: -2px;
        left: 0px;
    }

    /* /// map */
    #workplace .box-item {
        padding: 30px;
    }
    #workplace .lightbox .popup-container .close-btn {
        top: -58px;
        font-size: 30px;
    }
    #workplace .lightbox .popup-container .close-btn > img {
        height: 50px;
    }


    #workplace .lightbox .popup-container {
        top: 54%;
        left: 50%;
        width: 80%;
        max-height: 80%;
        padding-top: 30px;
    }
  
    #workplace .bx-wrapper{
        width: 58%;
      max-width: 660px!important;
      min-width: 500px;
      }
    #workplace .bx-wrapper .bx-pager {
        bottom: 0px;
        position: relative;
    }
    #workplace .bx-pager .bx-pager-item .bx-pager-link {
        width: 35px;
        height: 4px;
    }
    #workplace .bx-wrapper .bx-controls-direction a {
        width: 31px;
    }
    #workplace .bx-wrapper .bx-prev {
        left: -50px;
    }
    #workplace .bx-wrapper .bx-next {
        right: -50px;
    }
    #workplace .bx-wrapper {
        padding-bottom: 70px;
    }
    #workplace .title-map img {
        height: 38px;
    }

    #workplace  .title-map.popup  span {
        color: #E60312;
        font-size: 24px;
        padding-bottom: 2px;
        display: inline-block;
        padding-left: 0px;
    }

}
   

@media (min-width: 1280px){
    #workplace .info {
        margin-bottom: 20px;
        font-size: 14px;
    }
    #workplace .box-title .text-title {
        font-size: 16px;
    }
    #workplace .content-item {
        font-size: 14px;
        line-height: 28px;
    }
    #workplace .bx-wrapper{
        width: 50%;
    }
}
