/*
Theme Name: platewp
Theme URI: https://plate-shimonoseki.com
Description: platewp記事
Version: 1.0
Author: platewp
Author URI: https://plate-shimonoseki.com
*/

body{
  line-height: 200%;
  font-size: 16px;
}

#header{
  padding: 20px 3%;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header.m_fixed{
  background: rgba(255,255,255,.9);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}

#logo,
.ft_logo h2{
  width: 220px;
}

#logo img,
.ft_logo h2 img{
  height: auto;
  width: 100%;
  padding: 0;
  display: block;
  vertical-align: bottom;
}


/*メインビジュアル
トップスライダー*/

.co0{
  width: 96%;
  max-width: 1500px;
  margin: 0 auto;
  border-radius: 50px;
}

.hidn{
  overflow: hidden;
}

.co_l{
  padding-left: 8%;
}

.co_r{
  padding-right: 8%;
}

#mainvl {
  height: 600px;
  position: relative;
  overflow: hidden;
}

#subvl{
  height: 360px;
  position: relative;
  overflow: hidden;
}

#mainvl .swiper-container{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#mainvl .swiper-slide{
  width: 100%;
  height: 100%;
}

.subimg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.maintxt,
.subtxt{
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 3;
  width: 500px;
}

.maintxt h2,
.subtxt h2,
.maintxt h3{
  color: #fff;
  font-weight: bold;
}

.maintxt h2{
  font-size: 52px;
  letter-spacing: 5px;
  line-height: 60px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

.maintxt h3{
  font-size: 26px;
  letter-spacing: 3px;
  line-height: 50px;
  padding-top: 20px;
}

.subtxt h2{
  font-size: 48px;
  letter-spacing: 5px;
  line-height: 60px;
}

.sld,
.sld2{
  position: absolute;
  font-size: 60px;
  line-height: 80px;
  color: rgba(255,255,255,.5);
  bottom: 50px;
  white-space: nowrap;
  z-index: 5;
}

.sld{
  animation: slideLeft 25s linear infinite;
}

.sld2{
  right: 3%;
}

@keyframes slideLeft{

  0%{
    transform: translateX(100vw);
  }

  100%{
    transform: translateX(-100%);
  }

}

#subvl .con1{
  height: 100%;
}

.bg_sub{
  background: url(images/sub_bg.jpg) no-repeat center center;
  background-size: cover;
}

.bg_works{
  background: url(images/hd_works.jpg) no-repeat center center;
  background-size: cover;
}

.ttl .en{
  font-size: 60px;
  line-height: 80px;
  padding-bottom: 5px;
  white-space: nowrap;
}

#strengths .en,
#contact .en{
  color: #fff;
}

.ttl h2{
  font-size: 26px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 4px;
}

.ttl{
  padding-bottom: 50px;
}

.ttl2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.ttl2 span{
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  color: #fff;
}

.ttl2 h2{
  font-size: 32px;
  line-height: 55px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #fff;
  flex: .95;
}

.btn1 a{
  display: block;
  border-radius: 50px;
  padding: 15px 30px;
  box-sizing: border-box;
  text-align: center;
  color: #333;
  font-weight: 700;
  position: relative;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
  border: 1px solid #ddd;
}

.btn1 a::before{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.btn1 a:hover{
  background: rgba(0,0,0,1);
  color: #fff;
}

.flex_1,
.flex_2{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_2{
  flex-direction : row-reverse;
}

.txtbox_1{
  flex: .9;
}

.img_1{
  width: 60%;
  background: url(images/ill1.png) no-repeat left center;
  background-size: 550px;
  text-align: right;
}

.ill_2{
  background: url(images/ill1.png) no-repeat 25% 80px;
  background-size: 550px;
}

.img_1 img{
  width: 90%;
}

#strengths{
  position: relative;
  overflow: hidden;
}

.mainbg1{
  background: url(images/mainbg.jpg) no-repeat center center;
  background-size: cover;
}

.top2{
  background: url(images/top2.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 7/2;
}

.slide_nav ul{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.slide_nav li{
  display: inline-block
}

.slide_nav li a{
  padding-left: 50px;
  padding-right: 50px;
  border-left: 1px solid #fff;
  display: block;
}

.slide_nav li:first-child a{
  padding-left: 0;
  border-left: none;
}

.slide_nav li a span{
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 40px;
  padding-right: 15px;
}

.slide_nav li h3{
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
}

.slide_conts{
  overflow-x: auto;
  overflow-y: hidden;

  -webkit-overflow-scrolling: touch;

  padding-bottom: 40px;

  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.7) rgba(0,0,0,.1);
}

/* 横スクロールバー */
.slide_conts::-webkit-scrollbar{
  height: 4px;
}

.slide_conts::-webkit-scrollbar-track{
  background: rgba(0,0,0,.1);
  border-radius: 999px;
}

.slide_conts::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,.7);
  border-radius: 999px;
}

.slide_conts ul{
  display: flex;
  gap: 20px;

  width: 100%;
}

.slide_conts li{
  flex: 0 0 calc(100% - 80px);

  display: flex;
  justify-content: space-between;
  align-items: center;

  box-sizing: border-box;
}

.slide_conts li .flex_1{}

.img_2{
  width: 400px;
  padding-left: 20px;
}

.rul img{
  border-radius: 20px;
}

.sdw img{
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.txt_2{
  flex: .9;
}

.txt_2 h3,
.txt_3 h3{
  padding-bottom: 30px;
}

.txt_2 p{
  color: #fff;
}

.ad1{
  position: absolute;
  bottom: -200px;
  right: -100px;
  z-index: 1;
}

.ad2{
  position: absolute;
  top: -350px;
  right: 100px;
  z-index: 0;
}

#process .btn1{
  position: absolute;
  right: 0;
  top: 0;
}

.process_img,
.img_3{
  width: 460px;
}

.pc_mgt20{
  margin-top: 20px;
}

.process_list{
  flex: .85;
}

.txt_3{
  flex: .85;
}

.process_list li{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 10px;
  border-top: 1px solid #ddd;
}

.process_list2 li{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 25px;
  border-radius: 15px;
  background: rgba(255,255,255,.8);
  margin-bottom: 10px;
  position: relative;
}

.process_list li:first-child{
  padding-top: 0;
  border-top: none;
}

.process_list li:last-child{
  padding-bottom: 0;
}

.process_list li span,
.process_list2 li span{
  font-size: 24px;
  line-height: 38px;
  display: block;
  padding-right: 30px;
}

.process_txt{
  flex: 1;
}

.process_txt2{
  flex: 1;
  box-sizing: border-box;
  padding-right: 400px;
}

.adimg1,
.adimg2{
  width: 360px;
  position: absolute;
  right: 25px;
  top: 30px;
  z-index: 1;
}

.table1 dl{
  border-bottom: 1px solid #ddd;
}

.table1 dt,
.table1 dd{
  font-size: 18px;
  line-height: 36px;
  padding: 20px 15px;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
}

.table1 dt{
  width: 220px;
  float: left;
  clear: left;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}

.table1 dd{
  margin-left: 220px;
}

.sv_bg{
  background: url(images/servicebg.jpg) no-repeat center center;
  background-size: cover;
}

.ov_orange{
  position: relative;
}

.ov_orange::before{
  content: "";
  position: absolute;
  inset: 0;

  background: #ff8000;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

.merit_list ul{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 30px;
}

.merit_list li{
  width: 25%;
  border-right: 1px solid #fff;
  padding: 0 25px;
  box-sizing: border-box;
}

.merit_list li:first-child{
  border-left: 1px solid #fff;
}

.merit_list li h3,
.merit_list li p{
  color: #fff;
}

.merit_list li h3{
  padding-bottom: 10px;
}

.companybg{
  background: url(images/companybg.jpg) no-repeat center center;
  background-size: cover;
}

.map {
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 20px;
}

.map iframe {
  width: 100%;
  height: 380px;
}

.case_post li{
  padding-top: 80px;
}

.pagination{
  padding-top: 40px;
  display: flex;
  justify-content: center;
}

.pagination .page-numbers{
  display: none;
}

.pagination .prev,
.pagination .next{
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 50px;
  text-decoration: none;
  color: #333;
  transition: .3s;
}

.pagination .prev:hover,
.pagination .next:hover{
  color: #fd7f00;
}

/*フッタ*/

footer{
  position: relative;
}

.footerbg {
  background: url(images/footerbg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.ft_flex{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.ft_clm1{
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
}

.ft_clm2{
  width: 50%;
  background: rgba(0,0,0,0.2);
  padding-top: 80px;
  padding-bottom: 80px;
  box-sizing: border-box;
}

.ft_info h3,
.ft_info a,
.ft_info p{
  color: #ffffff;
}

.ft_info{
  text-align: center;
  padding-bottom: 30px;
}

.tel a{
  display: block;
  font-size: 32px;
  line-height: 45px;
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
}

.btn4 a{
  display: block;
  background: #fd7f00 url(images/mail.png) no-repeat 20px center;
  background-size: 24px;
  padding: 25px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
}

.btn4 a:hover{
  background: #ffd800 url(images/mail.png) no-repeat 20px center;
  background-size: 24px;
}

.ft_logo{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ft_logo h2{
  margin-right: 40px;
}

#copyright{
  color: #b8b8b8;
  padding-top: 10px;
}
#copyright p{
  color: #b8b8b8;
}

#copyright span{
  padding: 0 15px;
}

#copyright p{
  text-align: right;
  font-size: 14px;
  padding-top: 10px;
}

/*タイトル*/

.txt_s{
  font-size: 13px;
  line-height: 20px;
}

.txt_ns{
  font-size: 15px;
  line-height: 27px;
}

.txt_n{
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
}

.txt_m{
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 2px;
  font-weight: 700;
}

.txt_b{
  font-size: 26px;
  line-height: 45px;
  letter-spacing: 2px;
  font-weight: 700;
}

.txt_bb{
  font-size: 48px;
  line-height: 70px;
  letter-spacing: 2px;
  font-weight: 700;
}

.txt_c{
  text-align: center;
}

.txt_r{
  text-align: right;
}

.mgat{
  margin: 0 auto;
}

.wid_1{
  width: 280px;
}

.wid_2{
  width: 300px;
}

.wid_3{
  max-width: 600px;
}

.t_inlin{
  display: inline-block;
}

.en.t_inlin{
  padding-right: 20px;
}


/*contactfoam*/

.con_form li{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
}

.dt_box{
  width: 47%;
}

.dt_box2{
  flex: 1;
}

.con_form h4{
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 5px;
}

.hissu{
  color: #ff7800;
  font-size: 14px;
  font-weight: 700;
}

.inputarea{
  width: 100%;
}

.inputarea2{
  height: 150px;
  border: 1px solid #ddd;
  padding: 20px;
  overflow-y: scroll;
  border-radius: 10px;
  margin-bottom: 30px;
}


/********************************************
 * 共通要素
 ********************************************/

.line1{
  margin-top: 50px;
  padding-top: 60px;
  border-top: 1px solid #e4e4e4;
}

.line2{
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
}

.line3{
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #e4e4e4;
}

.pc_none{
	display:none;
}

.pdl_no{
  padding-bottom: 0;
}

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

#mainvl {
  height: 500px;
}
  
#subvl{
  height: 320px;
}
  
.img_1{
  width: 50%;
  background: url(images/ill1.png) no-repeat left center;
  background-size: 400px;
}

.img_2{
  width: 300px;
}
  
.process_img,
.img_3{
  width: 400px;
}

.ill_2{
  background: url(images/ill1.png) no-repeat 25% 10px;
  background-size: 400px;
}

.ad1{
  position: absolute;
  bottom: -100px;
  right: -50px;
  width: 400px;
}

.ad2{
  position: absolute;
  top: -250px;
  right: 100px;
  width: 400px;
}
}
