@charset "UTF-8";
/* CSS Document */

/* @  Movie Layout
 * ------------------------------------------------------------ *
/* wrap */

/*.hero {
  position: relative;
}*/

.topimage {
  position: relative;
}

.topimage_sp{
    display: none;
}

.slider {
        width: 100%;
        margin: 0 auto;
}

/* video */

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

/* text */

.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*＝スマホ＝*/
@media only screen and (max-width: 915px) {
   .topimage {
        display: none;
    }
    
    .topimage_sp{
        display: block;
        padding-top: 70px;
    }
}

/* @  Contents Layout
 * ------------------------------------------------------------ */



.l-inner_info{
    padding: 25px 0;
}


/*トーケンってこんな会社*/
.e-heading01{
    text-align: center;
    font-size: 50px;
   margin-bottom: 20px;
    font-family: 'Noto Sans JP', sans-serif;
}

.info_company{
    display: flex;
    justify-content: space-between;
}

.info_company li{
    /*width: 274px;*/
    width: 90%;
    display: block;
    text-align: center;
}

.info_company img {
    border-radius: 50%; 
    width:  inherit;
    /*height: 274px;*/
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.3);
}

.info_company p{
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    margin-top: 12px;
}

.about_info_01{
    color: #fff;
}

.about_info_01 a{
    color: #fff;
}

.about_info_01 a:hover{
    color: #fff;
	text-decoration: underline;
}

.about_info_02{
    color: #333;
}

.about_info_03{
    padding-bottom: 35px;
}

.about_info_01 dt img,.about_info_02 dt img{
    width:123px;
    height: auto;
    margin-right: 20px;
}

.about_info_01 dd,.about_info_02 dd,.about_info_03 dd{
    font-size: 20px;
    padding-top: 20px;
}

.about_info_01 dd{
    border-top: 1px solid #fff;
}

.about_info_02 dd,.about_info_02 dd,.about_info_03 dd{
    border-top: 1px solid #333;
}

.factory,.slate,.helmet{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    display: inline-flex;
    margin-bottom: 15px;
    font-family: 'Noto Sans JP', sans-serif;
}

.earthquake{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}

.factory:before {
  margin: 0 10px 0 0;
  content: url(../img/top/icon-factory.png);
  transform: scale(0.8);
}

/*.factory:before {
  position: relative;
  top: 5px;
  margin: 0 10px 0 0;
  content: url(../img/top/icon-factory.png);
  transform: scale(0.8);
}*/

.slate:before {
 /* position: relative;
  top: 8px;*/
  margin: 0 10px 0 0;
  content: url(../img/top/icon-waveform_slate.png);
  transform: scale(0.8);
}

.helmet:before {
  /*position: relative;
  top: 5px;*/
  margin: 0 10px 0 0;
  content: url(../img/top/icon-helmet.png);
  transform: scale(0.8);
}

.earthquake:before {
 position: relative;
  top: 15px;
  margin: 0 10px 0 0;
  content: url(../img/top/icon-earthquake.png);
  transform: scale(0.8);
}


/*＝タブレット＝*/
@media screen and (min-width: 600px) and (max-width: 959px) {
    .e-heading01 {
        font-size: 40px;
    }
    
    .info_company li {
        width: 80%;
    }
    
    .info_company p {
        font-size: 16px;
    }
    
    .about_info_01 dd,.about_info_02 dd,.about_info_03 dd{
        font-size: 100%;
        padding: 10px 0
    }
    
    .factory,.slate,.helmet{
        font-size: 20px;
        margin-bottom: 0;
    }
}

/*＝スマホ＝*/
@media only screen and (max-width: 599px) {
    .e-heading01{
        font-size: 190%;
    }
    .info_company{
      display: flex;
      flex-wrap: wrap;
    }
    
    .info_company li{
      width: 50%;
      margin: 20px 0 0 0;
      text-align: center;
    }
    
    .info_company img {
      width: 90%; 
    }
    
    .info_company p{
       font-size: 90%;
    }

    .about_info_01 dd,.about_info_02 dd,.about_info_03 dd{
        font-size: 100%;
        padding: 10px 0
    }
    
    .factory,.slate,.helmet,.earthquake{
        font-size: 115%;
        margin-bottom: 0;
    }
    
    .earthquake{
        line-height: 1.5;
        margin-bottom: 15px;
        text-align: left;
        display: inline-flex;
    }

    .factory span, .slate span,.helmet span,.earthquake span{
    padding-top: 15px;
    }    
  
}


/*採用情報*/
.recruit_title{
    text-align: center;
    background-color: #22ac38;
    color: #fff;
    font-size: 32px;
}

.recruit_image{
    background-repeat: no-repeat;
    background: url("../img/top/recruit_image.png");
}

.recruit_inner{
    width:680px;
    margin: 0 auto;
}

.recruit_info{
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    width:100%;
    padding: 60px 0;
}

.recruit_info dt{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
}

.recruit_info dd{
    margin-top: 20px;
    font-size: 24px;
}

/*＝スマホ＝*/
@media only screen and (max-width: 766px) {
    .recruit_title {
        font-size: 150%;
    }
    
    .recruit_image{
        background-size: 280%;
        background-repeat: no-repeat;
        margin-bottom: 20px;
    }
    
    .recruit_inner{
        width:90%;
        margin: 0 auto;
    }
    
    .recruit_info {
        padding: 25px 0 0 0;
    }
    
    .recruit_info dt{
        font-size: 150%;
        font-weight: bold;
        line-height: 1.5;
    }

    .recruit_info dd{
        margin-top: 20px;
        font-size: 100%;
    }
}


/*お知らせ*/
.news_title{
    text-align: center;
    font-size: 32px;
    /*margin-top: 30px;*/
    font-family: 'Noto Sans JP', sans-serif;
}

.news_info{
    margin: 30px auto;
    background-color: #dae9f4;
    padding: 50px;
}

.news_headline{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    font-size: 20px;
    margin-bottom: 15px;
}

.news_headline time{
    margin-right: 20px;
}


/*＝タブレット＝*/
@media screen and (min-width: 600px) and (max-width: 959px) {
    .news_headline{
        display: block;
        font-size: 120%;
    }
}

/*＝スマホ＝*/
@media only screen and (max-width: 766px) {
    .news_title{
        font-size: 150%;
    }    
    
    .news_info{
        margin: 10px auto 30px auto;
        padding: 10px;
    }
    
    .news_headline{
        display: block;
        font-size: 100%;
    }
}


/*地図*/
.gmap {
    /*height: 0;*/
    overflow: hidden;
    padding-top: 30px;
    height: 525px;
    /*padding-bottom: 56.25%;アスペクト比16:9 Youtube用*/
    /*padding-bottom: 75%;アスペクト比4:3*/
    position: relative;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/* @  Elements
 * ------------------------------------------------------------ */
.triangle_white {
  position: relative;
  background: #fff;
  /*height: 50vh;*/
  height:100%;
}

.triangle_white::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 55px 0 55px;
  border-color: #ffffff transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
z-index: 10;
}

.bg-blue{
    position: relative;
    background-color: #3292d8;
    height:100%;
}

.bg-blue::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 55px 0 55px;
  border-color: #3292d8 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
    z-index: 10;
}

.bg-l_blue{
    position: relative;
    background-color: #dae9f4;
    height:100%;
}

.bg-l_blue::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 55px 0 55px;
  border-color: #dae9f4 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
    z-index: 10;
}

/*＝タブレット＝*/
@media screen and (min-width: 600px) and (max-width: 959px) {
    .triangle_white::before,.bg-blue::before,.bg-l_blue::before{
      border-width: 35px 35px 0 35px;
    }
}


/*＝スマホ＝*/
@media only screen and (max-width: 599px) {
    .triangle_white::before,.bg-blue::before,.bg-l_blue::before{
      border-width: 20px 20px 0 20px;
    }
    
}


