@charset "utf-8";
/* CSS Document */
/*見出しCSS*/

.background-color{
  background-color: #F2F3F4;
}

h1{
font-size:1.5rem;
font-weight: bold;
margin-top: 40px;
}

h5{
font-size:1.8rem;
color: orange;
font-weight: bold;
margin: 50px auto;
text-align: center;
width:500px;
}

    #video{
      width: 100%;
    }

/*全体のベースcss*/



.top_head{
max-height: 100vh;
margin-top:-40px;
position:relative;
overflow: hidden;
}
.logo_box{
background-color: white;
    width: 1000px;
    height: 200px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    text-align: center;
}
.link_box{
 max-width: 1500px;
display: flex;
justify-content: center; 
margin:50px auto;
position: relative;
}
.left_link,.center_link,.right_link{
    margin: 0 30px;
    font-size:1.3rem;
    font-weight: 600;
}

/*リンクボタン*/
.link_button {
  background-color: rgba(30, 30, 30,0.5);
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 1.0s ease;
  position: absolute;
  bottom:0;
}

.link_button:hover {
  color: #555;
  background-color: rgba(240, 240, 240,0.8)
}
.dllink_box{
max-width: 300px;
margin: 100px auto;
text-align: center;
}

a.dl_button {
  border: 2px solid #333;
  border-radius: 0;
  background: #fff;
  font-size:1.4rem;
  padding: 20px;
}

a.dl_button:hover {
  color: #fff;
  background: #333;
}




/*テーブルcss*/
.table_area{
max-width: 1200px;
margin:50px auto;
}
.table_area table{
width: 1200px;

}

.table_area th,.table_area td{
padding: unset;
height: 40px;
}
.table_wrap .td{
  border-bottom: 2px solid #ffce3e;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px 10px;
    vertical-align: middle;
    text-align: center;
}
.table_area th{
    font-weight: bold;
}

.table_area img{
    display: block;
    margin: 0 auto;
}


/*ブランディングページ*/

.pick_machine{
  display: flex;
}

/*製品ページ*/
.lineup_box{
display: flex;
max-width: 1550px;
height: auto;
margin:30px auto;
}
.product_lineup, .marker_lineup{
display: flex;
margin: 0 auto;
}

.only_product, .only_product_tm{
margin:20px 50px;
display: inline-block;
}

.only_product p, .only_product_tm p{
font-size: 1rem;
border-bottom: 1px solid #333;
padding: 10px 0;
}

.only_product span, .only_product_tm span{
font-weight: bold;
}

.only_product h6, .only_product_tm h6{
font-weight: bold;
font-size: 1rem;
border-bottom: 1px solid #333;
padding: 10px 0;
}

.img_center{
text-align: center;
}

.page_linkbox{
max-width: 960px;
background-color: rgba(244,244,244,.5);
border-radius: 25px;
color: #333;
font-size: 1.2rem;
position: relative;
height: 20vh;
margin: 0 auto;
padding: 6vh 11vh;
}

.page_linkbox a{
width: auto;
font-size: 3.3rem;
font-weight: bold;
color: orange;
position:absolute;
}
.page_linkbox a::after {
  position: absolute;
  bottom: -4px;/*テキストからの距離*/
  left: 0;
  content: '';
  width: 100%;/*hover時に表示*/
  height: 2px;/*下線の高さ*/
  background: #49c9d4;/*下線の色*/
  transform: scale(0, 1);/*トランス前の下線*/
  transform-origin: top left;/*トランスフォーム開始位置*/
  transition: transform .3s;/*アニメーション速度*/
}
.page_linkbox a:hover::after {
  transform: scale(1, 1);/*トランス後の下線*/
}
.under_h6{
font-size: 1.1rem;
position: absolute;
padding-top: 8vh;
}

.page_linkbox p{
line-height: 40px;
position: absolute;
right: 2vw;
max-width: 500px;
}

.table_box{
  background: none;
}
.table_box .table{
  max-width: 100%;
}

.peel3_button{
  background-color: #ffce3e;
  font-size: 20px;
  color: #545454;
    text-align: center;
    padding: 20px 0 20px 0;
    border: solid 3px #1e1e1e;
    border-radius: 58px;
    background-color: #ffce3e;
    width: 300px;
    margin: auto;
    font-weight: 700;
    transition: 0.3s;
}

.button_series .series{
  display: block;
    font-size: 19px;
    color: #545454;
    text-align: center;
    padding: 0 0 20px 0;
    border: solid 3px #202020;
    border-radius: 58px;
    background-color: #ffce3e;
    width: 300px;
    margin: 30px auto 100px;
    font-weight: 700;
    transition: 0.3s;
}


.button_series .series:hover , .peel3_button:hover{
  background-color: #fff;
  border: solid 3px #ffce3e;
}


.business_partner{
  background-color: #bcd1ea85;
  height: 480px;
  padding: 1px;
  margin: 115px auto;
}

.Recruitment_box{
  display: flex;
    width: 1095px;
    margin: 80px auto 50px;
    gap: 33px;
}

.left_text h3{
  font-size: 1.8rem;
  margin: 0 0 17px;
  text-decoration:underline 3px solid #333;
  font-weight: 600;
}

.left_text{
    font-size: 18px;
    line-height: 31.5px;

}

.ctc_box{
  max-width: 356px;
    height: 67px;
    margin: 35px 0;
    background: #FF5E32;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ctc_box button{
  width: 350px;
}

.ctc_box:hover{
background-color: #fff;
color: #FF5E32;
}

.text_under{
  font-size: 1.4rem;
}

.target_marker{
  background-color: #bcd1ea85;
  height: 460px;
  padding: 1px;
  margin: 115px auto;
}

.peel_cad{
  display: flex;
    width: 1200px;
    margin: 80px auto 50px;
    gap: 33px;
    background-color: #ffce3e;
    border-radius: 15px;
    max-width: 100%;
    
}

.peelcad_box{display: flex;
    width: 960px;
    margin: 80px auto 50px;
    gap: 33px;
}

.peelcad_box h3 {
    font-size: 2rem;
    margin: 0 0 35px;
    text-decoration: none;
    font-weight: 600;
    color: #000;
}
.peelcad_box .right_pic img{
  border-radius: 15px;
}
.peelcad_box .left_text{
  margin-left: auto;
}

.detail_box{
    margin-top: 20px;
    background-color: #fff;
    width: 220px;
    padding: 10px 15px;
    border-radius: 33px;
button{
  width:290px;
  height:40px;
  font-size:1.3rem;
  font-weight:600;
  transform:0.5s;
}
button:hover{
  margin-left: 10px;
  transition: .5s;
}
}

.brochures_box{
  width: 100%;
  max-width: 740px;
  margin: 100px auto 80px;
}

.sds_box{
      max-width: 100%;
    width: 1010px;
    margin: 100px auto 80px;
    display: flex;
    gap: 34px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.box_background{
    background-color: #0085C9;
    box-shadow: 0 5px 15px 0 #8f8f8f;
}
.brochures_container{
    max-width: 95%;
    width: 700px;
    background-color: #fff;
    padding: 38px 20px 25px;
    display: flex;
}
.contents_title{
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.dl_title{
  font-size: 1.8rem;
  border-bottom: solid #0085C9;
  font-weight: 600;
}


.dl_container button {
    background-color: #FFB243;
    margin-top: 7px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 5px 0 0 #DB9231;
}
.dl_text_box p{
  font-size: 1.4rem;
  margin: 15px 0 30px;
}
.sdsdl_text_box{
    text-align: center;
    margin-bottom: 20px;
}
.sdsdl_text_box p{
  margin: 40px 0 5px;

}
.sds_box .dl_container{
  padding: 20px 20px 1px;
  width: 310px;
  background-color: #fff;
  margin-bottom: 20px;
}
.sds_box_background{
  padding: 0 0 2px;
  width: 310px;
  background-color: #0085C9;
  box-shadow: 0 5px 10px 0 #8f8f8f;
  margin-bottom: 20px;
}
.brochures_box img{
      margin: 0 85px 0 40px;
      height: 100%;
}
.sds_button_box{
  display: flex;
  gap: 10px;
}
.sds_button{
  padding: 16px 40px ;
}

.tds_button{
    width: 127px;
    height: 55px;
}

.sds_box img{
    margin: 0px 55px;
    height: 150px;
}
.sds_box .dl_container{
  margin-bottom: 5px;
}
.brochures_button{
  background-color: #0085C9;
  padding: 20px;
  box-shadow: 0px 5px 0px 0 #066A91;
  color: #fff;
  font-weight: 600;
  transition: .3s;
}

/* ホバーアクション */
.brochures_button:hover{
  /* 影       X軸  Y軸  影の色*/
  box-shadow: 0px 9px 0px 0 transparent;
  /* Y軸に5px移動 */
  transform: translateY(7px);
}

.dl_text_box {
    text-align: center;
}

.sds_button:hover{
  /* 影       X軸  Y軸  影の色*/
  box-shadow: 0px 10px 0px 0 transparent;
  /* Y軸に5px移動 */
  transform: translateY(3px);
}
.tds_button:hover{
  /* 影       X軸  Y軸  影の色*/
  box-shadow: 0px 10px 0px 0 transparent;
  /* Y軸に5px移動 */
  transform: translateY(3px);
}

.market ul{
  display: flex;
  margin: 10px auto;
  justify-content: center;
 }
 #mainimage {
   li{
    display:none;
   }
  li:first-child{
    display:block;
  }
  }

  #mainimage img{
    width: 960px;
    max-width: 100%;
  }
 ul.btn label{
    width: 140px;
        padding: 20px 10px;
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        text-decoration: none;
        color: #a5a5a5;
  }
ul.btn label:hover{
  color: #101010;
  border-bottom: 3px solid #ffce3e;
}
.btn input:checked+label{
 color: #101010;
    border-bottom: 3px solid #ffce3e;
}

  .peel3d_cm{
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  gap: 40px;
  .normal{
    padding-top: 20px;
  }
}
.btn input{
    display: none;
}
.yellow{
    position: relative;
    overflow: hidden;
   background-image: radial-gradient(circle at 61% 167%, #f4b400, #f4b400 16%, transparent 40%, transparent 100%);
}
.peel_br{
  margin-top: 200px;
}
.notes{
  font-size: 13px;
    line-height: 18px;
    margin: 17px auto;
    width: 800px;
    max-width: 100%;
}

.dl_box{
  width: 960px;
    max-width: 100%;
    margin: 100px auto;
}
.dl_box .dl_title{
  font-size: 1.8rem;
    border-bottom: solid #636363;
    font-weight: 600;
    color: #ffce3e;
    padding-bottom: 25px;
    text-align: center;
    margin-top: 30px;
}
.catalog_box{
  display: flex;
    justify-content: center;
    margin: 50px auto 100px;
    img{
      margin-right: 100px;
    }
    .productname{
      font-size: 1.5rem;
    font-weight: 600;
    }
}

.catalog_box h3{
      font-size: 2rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
}

.catalog_box p{
      font-size: 1.3rem;
      margin-bottom: 50px;
}

.catalog_box a{
    max-width: 250px;
    background-color: #ffce3e;
    padding: 20px;
    font-size: 1.2rem;
    border-radius: 50px;
    border: solid 3px #707070;
    transition: .3s;
}
.catalog_box a:hover{
   background-color: #fff;
    border: solid 3px #ffce3e;
}

@media screen and (max-width: 1310px) {
    .main_body{
      width: 95%;
    }

    .link_box img{
      width: 380px;
    }
.top_head{
margin-top:0;
}

.sds_box{
      display: grid;
    justify-content: center;
    gap: 34px;

}

  
}

@media screen and (max-width: 960px) {

   .link_box img{
      width: 280px;
    }
  
  .left_link, .center_link, .right_link {
    margin: 0 10px;
    }

    .link_box a{
      font-size: 17px;
    }

    .Recruitment_box{
      width: 840px;
    }

    .business_partner{
      height: 540px;
    }

    
    .table_area table {
    width: 96%;
    }

        .top-view .under {
        display: flex;
    }

    .top-view .left {
        width: 50%;
    }

    .img_center img{
      max-width: 100%;
    }

    .left_text {
    width: 445px;
}

.right_pic img{
  max-width: 80%;
}

.product_lineup{
    display: block;
    width: 660px;
    max-width: 100%;
}
.only_product_tm{
    display: flex;
    gap: 5px;
}
.marker_lineup{
    display: block;
    width: 730px;
    max-width: 100%;
}
.peelcad_box {
    display: inline-flex;
    gap: 20px;
    margin-top: 50px;
}
.brochures_container{
  display: block;
  text-align: center;
}

@media screen and (max-width: 600px) {
h1 {
margin-top:20px;

}


.logo_box img{
    display: none;
  }

  .link_box img{
      width: 300px;
    }

  .logo_box{
    height: 50px;
  }

  .link_box{
    display: grid;
    gap: 15px;
  }

  .link_button{
    position: relative;
  }

  .table_area table {
    width: 960px;
    }

    .table_scroll{
      overflow-x: scroll;
    }

        .business_partner {
        height: 800px;
    }
        .Recruitment_box {
        width: 500px;
        display: block;
    }

    .left_text{
      text-align: center;
    }
    .target_marker .left_text{
      margin: auto;
    }

    .detail_box .left_text{
      margin: auto;
    }

    .right_pic img {
    width: 71%;
    margin: auto;
    display: block;
}

.target_marker .right_pic img{
  margin: 20px auto;
}


.ctc_box{
      margin: 35px auto;
}

.ctc_box button{
  width: 350px;
}

.ctc_box :hover{
   background-color: #fff;
   color: #FF5E32;
}
.target_marker{
  height: 690px;
  margin: 60px auto 80px;
}
.peel_cad{
  width: 545px;
  display: block;
  margin: 55px auto 50px;
}

.only_product, .only_product_tm {
    display: inline-flex;
}
    .target_marker {
        height: 737px;
        margin: 60px auto 80px;
    }
.only_product_tm img{
    max-width: 70%;
    height: 150px;
}
.only_product_tm{
  margin: 20px 25px;
}
.peelcad_box{
  width: 530px;
  display: block;
}

.brochures_box img{
  margin: auto 15px auto 5px;
}

ul.btn li{
  padding: 20px 6px;
  font-size: 15px;
}

.yellow{
  background-image: radial-gradient(circle at 45% 114%, #f4b400, #f4b400 11%, transparent 56%, transparent 100%);
}

.peel3d_cm{
  display: block;
}

.peelcad_box .left_text{
  margin: auto;
  padding-top: 30px;
}
.detail_box{
  margin: 20px;
}
.peelcad_box{
  padding-bottom: 30px;
}

}


@media screen and (max-width: 430px) {

    .top_head {
        margin-top: -30px;
    }

 .Recruitment_box {
        width: 375px;
    }
.right_pic img {
    width: 80%;

}

       .lineup_box img {
        max-width: 80%;
        height: 150px;
        margin-left: 50px;
    }  
.only_product, .only_product_tm {
    margin: 20px 0;
}
    .peel_cad {
      width: 395px;
    }
        .target_marker .left_text {
        padding: 0 13px;
    }
        .left_text {
        width: 380px;
        }
        .peel_cad h3 {
    font-size: 1.3rem;
}
            .target_marker {
        height: 735px;
        margin: 42px auto 80px;
    }
    .only_product_tm {
        display: block;
    }
        .marker_lineup {
        width: 330px;
    }
        .peelcad_box {
        width: 375px;
    }

    .catalog_box {
    display: grid;
    justify-content: center;
    img{
      margin-right: none;
    }
}

}