@font-face {
    font-family: "LINESeedJP";
    src: url("../fonts/WOFF2/LINESeedJP_OTF_Th.woff2") format("woff2");
    font-weight: 100; /* Thin */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "LINESeedJP";
    src: url("../fonts/WOFF2/LINESeedJP_OTF_Rg.woff2") format("woff2");
    font-weight: normal; /* Regular 400 */
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "LINESeedJP";
    src: url("../fonts/WOFF2/LINESeedJP_OTF_Bd.woff2") format("woff2");
    font-weight: bold; /* Bold 700 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "LINESeedJP";
    src: url("../fonts/WOFF2/LINESeedJP_OTF_Eb.woff2") format("woff2");
    font-weight: 900; /* Extra Bold */
    font-style: normal;
    font-display: swap;
}

h1{
    font-family: "LINESeedJP", sans-serif;
}
h2{
    font-family: "LINESeedJP", sans-serif;
}
h3{
    font-family: "LINESeedJP", sans-serif;
}
h4{
    font-family: "LINESeedJP", sans-serif;
}
ul li{
    font-family: "LINESeedJP", sans-serif;
}
p{
    font-family: "LINESeedJP", sans-serif;
}
a{
    font-family: "LINESeedJP", sans-serif;
}
span{
    font-family: "LINESeedJP", sans-serif;
}
img {
    width: 100%;
    height: auto;
}
ul {
    padding-left: 0px;
}

.pc{
	display:block;
	
}
a:hover{
	opacity:0.7;
}
.sp{
	display:none;
}
.wrapper {
    max-width: 1720px;
    margin: 0 auto;
}
.wrapper2 {
    max-width: 1255px;
    margin: 0 auto;
}
.wrapper3 {
    max-width: 1050px;
    margin: 0 auto;
}
.wrapper4 {
    max-width: 1200px;
    margin: 0 auto;
}
.wrapper5 {
  position: relative;
  z-index: 2;
  max-width: 1050px;
  margin: 0 auto;
  text-align: left;
}
.wrapper6 {
max-width: 1420px;
    margin: 0 auto;
}
.wrappe{
	    max-width: 1980px;
    margin: 0 auto;
	
}
.padleftright{
	padding-left:0%;
	padding-right:0%;
}
.spmock{
	display:none;
}
#humMenu {
   display:none;
}
header.service{
padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
    position: sticky;
    background: #fff;
    top: 0;
    z-index: 10000;
}
header.service img {
    height: auto;
    margin: 0;
    width: 120px;
}
.headservicediv{
	display:flex;
	flex-wrap:wrap;
	    align-items: center;
	    justify-content: space-between;

}
.headul li{
	list-style:none;
}
.headul li a{
	text-decoration:none;
	color:#000000;
    font-weight: 600;
	font-size:20px;
}
.headul ul {
    display: flex
;
    flex-wrap: wrap;
    gap: 50px;
    text-align: center;
    justify-content: center;
}
.headbtn {
    display: flex
;
    flex-wrap: wrap;
}
.headbtn div{
	width:130px;
	    text-align: center;

}
.headbtn div a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	 font-family: "LINESeedJP", sans-serif;
	font-size:16px;
		    padding-top:12px;
    padding-bottom: 12px;
	display:block;
}

.headbtn div:first-child{
background:#229EBC;
border-radius: 5px 0px 0px 5px;
}
.headbtn div:nth-child(2){
background:#E566A0;
	border-radius: 0px 5px 5px 0px;
	
}
.headul {
    width: 50%;
	padding-left:5%;
}

.headflex{
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.headinnerflex {
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .topsptext {
     width:100%;
    }

.hero-container {
  position: relative;
  width: 100%;
  height: 900px;
	/*
  background:
    url(https://takataubworks.com/wp-content/uploads/2025/10/testmv2-scaled-1.png) left center no-repeat,
    url(https://takataubworks.com/wp-content/uploads/2025/10/mva1.png) right center no-repeat;
  background-size: auto 100%, 50%; 
	*/
  transition: background 1s ease-in-out; /* フェード感 */
	display:flex;
	align-items:center;
	margin-bottom: 160px;
}



/* ドットインジケータ */
.hero-dots {
position: absolute;
    bottom: 9%;
    right: 3%;
    display: flex
;
    gap: 8px;
    z-index: 3;
}
.hero-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0,0,0,0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-dots span.active {
  width: 30px;   /* ← 横長にする */
  border-radius: 5px; /* ← 棒っぽく */
  background:#1D66E6;
}
.hero-container h1 {
    font-size: 70px;
    line-height: 90px;
    letter-spacing: 3px;
    color: #E0B02D;
	    margin-bottom: 10px;
}
.hero-container p{
    font-size: 20px;
    line-height: 40px;
}
.headbtn{
		max-width:280px;
	width:100%;
}
.headbtn a {
    display: inline-flex
;
    align-items: center;
    justify-content: space-around;
    gap: 12px;
    width: 280px;
    background: #1976f9;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0px 15px 15px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid transparent;
    box-sizing: border-box;
}

.headbtn a .arrow {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #1976f9;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

/* ホバー時の反転 */
.headbtn a:hover {
  background: #fff;
  color: #1976f9;
  border-color: #1976f9; /* ←枠線の色だけ変更 */
}

.headbtn a:hover .arrow {
  background: #1976f9;
  color: #fff;
}







.logo-wrap{
  position:relative;
  width:100%;
  overflow:hidden;
  font-size:250px;   /* 指定サイズ */
  font-weight:700;
  line-height:1;
	    font-family: "LINESeedJP", sans-serif;
	    margin-bottom: 75px;
}

/* 共通 */
.marquee{ position:relative; width:100%; overflow:hidden; white-space:nowrap; }
.marquee .track{ display:inline-flex; white-space:nowrap; will-change:transform; }
.marquee .item{ display:inline-block; padding-right:0.3em; } /* 文字間隔はお好みで */

.fill{ color:#DBE8FF; z-index:2; position:relative; z-index:1;}
.outline{
  color:transparent; -webkit-text-stroke:1px #A8C8FF;
  position:absolute; inset:0 auto auto 0; z-index:1; pointer-events:none;
	z-index:2;
	    margin-top: 15px;
}

/* 左流し（0%→-50%） */
.fill .track{ animation:leftFlow 30s linear infinite; }
@keyframes leftFlow{
  from{ transform:translateX(0); }
  to  { transform:translateX(-50%); }
}

/* 右流し（-50%→0%）※初期位置も-50%にしてチラつき防止 */
.outline .track{ transform:translateX(-50%); animation:rightFlow 30s linear infinite; }
@keyframes rightFlow{
  from{ transform:translateX(-50%); }
  to  { transform:translateX(0); }
}


.link-btn {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #166ff7; /* 文字色 */
  text-decoration: none;
  gap: 16px; /* テキストと丸の間隔 */
	letter-spacing:2px;
}

.link-btn .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #166ff7; /* 青丸 */
  border: 2px solid transparent; /* ← 常に枠を確保 */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.link-btn .arrow {
  color: #fff; /* 白い矢印 */
  font-size: 20px;
  transition: all 0.3s ease;
}

/* ホバー時 */
.link-btn:hover .circle {
  background: #fff; /* 白背景 */
  border-color: #166ff7; /* 枠を青に */
}

.link-btn:hover .arrow {
  color: #166ff7; /* 矢印を青に */
}


.topabout h2{
	font-size:62px;
	line-height:90px;
	    letter-spacing: 2px;
	    margin-bottom: 50px;
}




.topabout p{
    font-size: 18.5px;
    line-height: 50px;
    letter-spacing: 3px;
	    margin-bottom: 60px;
}

.topmimg {
    margin-top: -400px;
    margin-bottom: 100px;
}
.topservice{
	    background-image: url(https://takataubworks.com/wp-content/uploads/2025/10/serviceh.png);
    background-position: top left;
    background-size: 700px;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}
.topservice h2{
	font-size:48px;
	line-height:65px;
	color:#1D66E6;
}
.topservice p{
	font-size:18px;
	line-height:40px;
}

.topstext {
    display: flex
;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 55px;
}
.innertopservice  {
    display: flex
;
    width: 100%;
    justify-content: space-between;
    align-items: center;

    padding-top: 140px;
}




.slider-container {
    position: relative;
    width: 100%;
    max-width: 1555px;
    margin-left: auto;
    display: flex
;
    align-items: center;
	margin-bottom: 60px;
}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.slider {
  display: flex;
  transition: transform 0.4s ease;
  gap: 24px;
  width: max-content;
}

.slide {
  flex: 0 0 320px;  /* カード1枚の幅 */
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.slide img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.slide p {
    margin: 8px 0;
    font-weight: bold;
    text-align: left;
}
.slider a{
	text-decoration: none;
    color: #000;
}
.slide p:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(https://takataubworks.com/wp-content/uploads/2025/10/tri.png);
    background-size: contain;
    vertical-align: 1%;
    background-repeat: no-repeat;
    margin-right: 5px;
}

/* ナビゲーションボタン */
.slider-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: #166ff7;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;    
	top: -27px;
    transition: background 0.3s ease;
	position:absolute;
}

.slider-btn:hover {
  background: #0044cc;
}

.slider-btn.prev {
    top: 34%;
    left: -1%;
}
.slider-btn.next {
    top: 34%;
    right: 11.2%;
}

.ctabtn{
		max-width:280px;
	width:100%;
	margin:0 auto;
}
.ctabtn a {
    display: inline-flex
;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 280px;
    background: #1976f9;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 15px 12px 35px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid transparent;
    box-sizing: border-box;
}

.ctabtn a .arrow {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #1976f9;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

/* ホバー時の反転 */
.ctabtn a:hover {
  background: #fff;
  color: #1976f9;
  border-color: #1976f9; /* ←枠線の色だけ変更 */
}

.ctabtn a:hover .arrow {
  background: #1976f9;
  color: #fff;
}
.arrowbg {
    background-image: url(https://takataubworks.com/wp-content/uploads/2025/10/bluearrow-scaled.png);
    background-repeat: no-repeat;
    background-size: 73%;
    background-position: top 35% left -84px;
}




.topproject{
	    background-image: url(https://takataubworks.com/wp-content/uploads/2025/10/projecth.png);
    background-position: top left;
    background-size: 1000px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}
.topproject h2{
	font-size:48px;
	line-height:65px;
	color:#1D66E6;
}
.topproject p{
	font-size:18px;
	line-height:40px;
}

.topproject  {
    padding-top: 140px;
}
.itemproject .item {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    border-top: 1px solid #DDDDDD;
    padding-top: 70px;
	    padding-bottom: 70px;
}
.itemfirst{
    width: 48%;
}

.itemfirst img{
    width: 95px;
	    padding-bottom: 30px;
}
.itemfirst h3 {
    font-size: 32px;
    letter-spacing: 2px;
    padding-bottom: 20px;
}

.itemfirst .itemabout {
    color: #777777;
    line-height: 35px;
    font-weight: bold;
    padding-bottom: 20px;
    font-size: 16px;
}
.itemfirst .bluep {
    max-width: 160px;
    width: 160px;
    background: #1D66E6;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}

.itemfirst .itemname {
    display: inline-block;
    margin-left: 15px;
}
.contactlight {
    background: #f4f8ff;
    /* background-size: 90.5%; */
    padding-top: 100px;
    height: 560px;
    /* background-repeat: repeat-y; */
    position: relative;
    width: 96%;
}
.contactblue {
    background: #bcd2f7;
    /* background-size: cover; */
    /* background-repeat: repeat-y; */
    height: 640px;
    /* background-size: 83%; */
    width: 95%;
    border-radius: 8px;
}
.contacttext {
    background: url(https://takataubworks.com/wp-content/uploads/2025/10/contacth.png);
    padding-top: 100px;
    background-size: 1660px;
    background-repeat: no-repeat;
    position: relative;
    left: 6%;
    background-position: top center;
}
.contacttext h2 {
    text-align: center;
    font-size: 48px;
    letter-spacing: 3px;
    color: #1D66E6;
    padding-bottom: 30px;
    padding-top: 76px;
}
.ctextp {
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    padding-bottom: 45px;
}

.contactcta{

    max-width: 700px;

}


.contactcta a {
    width: 100%;
    font-size: 25px;
    padding: 25px 25px 25px 170px;
    justify-content: space-between;
    letter-spacing: 2px;
    border-radius: 130px;
    margin-bottom: 30px;
}

.contactcta a .arrow {
    display: inline-flex
;
    width: 70px;
    height: 70px;
    border-radius: 62%;
    font-size: 28px;
}


.texlptext1 {
    text-align: center;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 10px;
}

.texlptext2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    left: 5px;
    letter-spacing: 1px;
		    margin: 0 auto;
    margin-bottom: 10px;
    padding-right: 35px;
	width:fit-content;

}
.texlptext2 a{
color:#000;
text-decoration:none;
}
.texlptext2:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(https://takataubworks.com/wp-content/uploads/2025/10/telp.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.texlptext3 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 10px;
}
footer {
    padding-top: 85px;
	padding-bottom:185px;
}
.mainfoot{
	font-size:30px;
	color:#E0B02D;
	font-weight:bold;
	text-align:center;
	    margin-bottom: 35px;
}

.footlogo{
	width:190px;
	display:block;
	margin:0 auto;
	margin-bottom: 30px;
}
.insta{
	width:30px;
	display:block;
	margin:0 auto;
	margin-bottom: 30px;
}
footer ul {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
		margin-bottom: 30px;
}
footer ul li {
    font-size: 16px;
    font-weight: bold;
}
.copy{
	text-align:center;
	font-size:16px;
	font-weight:bold;
}


.video-background {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: -285px;
    padding-top: 440px;
}

.contactdiv {
    z-index: 100;
    position: relative;
}
.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover; /* 縦横比を維持しつつ埋める */
  z-index: -3;
}

.video-background .footcontent {
  position: relative;
  z-index: 1;
}

	.brsp{
		display:block;
	}


.video-background .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: -2;
}

/* 上部のぼかしレイヤー */
.video-background .blur-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px; /* ぼかしの高さ */
  background: linear-gradient(to bottom, rgba(255,255,255,1), transparent);
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px); /* Safari対応 */
  z-index: -1;
}
/* ベース：左＋右の2レイヤー */
/*.hero-container {

  --hero-left: url("https://takataubworks.com/wp-content/uploads/2025/10/testmv2-scaled-1.png");
  --hero-right: url("https://takataubworks.com/wp-content/uploads/2025/10/mv1.png");

  background-image: var(--hero-left), var(--hero-right);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: auto 80%, contain;
}
*/
@media (max-width: 1680px) {
  .hero-container {
    /* 念のため !important でインラインに勝つ */
    background-image: var(--hero-right) !important;
    background-position: right center !important;
    background-size: contain !important;
  }
}




.mvtextdiv h1 {
    font-size: 70px;
    color: #1D66E6;
    margin-bottom: 55px;
    padding-top: 140px;
}

.mvtextdiv h1 span {
    display: block;
    font-size: 30px;
    color: #000;
    letter-spacing: 1px;
	    margin-top: 10px;
}
.mvtextdiv p {
    font-size: 18.5px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: bold;
	    padding-bottom: 40px;
}
.mvtopdiv {
    background: url(https://takataubworks.com/wp-content/uploads/2025/10/mainabout-scaled.png) right top no-repeat, url(https://takataubworks.com/wp-content/uploads/2025/10/triabout.png) left top no-repeat,url(https://takataubworks.com/wp-content/uploads/2025/10/triblue.png) -21% top no-repeat ;
    background-size:  1060px,310px,1000px;
    height: 600px;
}
nav.bread li{
	display:inline-block;
	font-size:14px;
	font-weight:bold;
}
nav.bread p{
	display:inline-block;
		font-size:14px;
	font-weight:bold;
}
nav.bread {
    text-align: right;
    margin-right: 3%;
    margin-top: 1%;
}
h2.save {
    color: #1D66E6;
    font-size: 92px;
    text-align: center;
    margin-bottom: 45px;
}
h2.save span{
    display: block;
    margin-top: 20px;
    font-size: 35px;
    color: #E0B02D;
    letter-spacing: 1px;
}
.savep {
    max-width: 1050px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 90px;
}
h3.messageh{
	    text-align: center;
    font-size: 34px;
    letter-spacing: 1px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(https://takataubworks.com/wp-content/uploads/2025/10/message.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 620px;
    margin: 0 auto;
	margin-bottom: 75px;
}
.messagediv {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
    width: auto;
}
.messageimg {
    width: 48%;
}
.messagetext {
    width: 45%;
}
.messagetext h4 {
    font-size: 30px;
    left: 1px;
    letter-spacing: 1px;
    line-height: 50px;
    padding-bottom: 35px;
	margin-top: 45px;
}
.messagetext p {
    font-family: "LINESeedJP", sans-serif;
    font-size: 16px;
    line-height: 35px;
    left: 1px;
}
.namemessage {
    text-align: right;
}
.aboutcomdiv {
    border-top: 1px solid #DDDDDD;
    padding-top: 50px;
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 120px;
}
.companyinfo h4 {
    font-size: 32px;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 50px;
}
.companyinfo h4 span {
    color: #1D66E6;
    display: block;
    margin-bottom: 10px;
}

.companyinfo table {
  width: 100%;
  border-collapse: collapse;
}

.companyinfo th {
    width: 160px;
	letter-spacing:2px;
    text-align: left;
    font-weight: bold;
    color: #0066ff;
    padding: 0px 0;
    vertical-align: top;
    font-size: 16px;
	    line-height: 30px;

	    font-family: "LINESeedJP", sans-serif;
}


.companyinfo a.map-link {
    text-decoration: none;
    font-size: 14px;
    display: block;
    display: block;
    color: #000;
    margin-top: 3px;
}
.companyinfo td{
    font-size: 16px;
    font-family: "LINESeedJP", sans-serif;
    letter-spacing: 2px;
	font-weight:600;
	    line-height: 30px;
    padding-bottom: 20px;
}
.companyinfo {
    width: 48%;
}
.shoumeidiv {
    width: 48%;
}

.shoumeidiv h4 {
    font-size: 32px;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 50px;
}
.shoumeidiv h4 span {
    color: #1D66E6;
    display: block;
    margin-bottom: 10px;
}
.shoumeiinner {
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
}
.shoumeiinner div {
    width: 48%;
    border: 1px solid #EEEEEE;
    /* padding-top: 35px; */
    /* height: 333px; */
    height: 235px;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.sd1 img{
	width:217px;
}
.sd2 img{
	width:133px;
}
.sd3 img{
	width:133px;
}
.sd4 img{
	width:137px;
}







/*service*/
.servicepage .mvtopdiv {
    background: url(https://takataubworks.com/wp-content/uploads/2025/10/mainservice-scaled.png) right top no-repeat, url(https://takataubworks.com/wp-content/uploads/2025/10/triservice.png) left top no-repeat,url(https://takataubworks.com/wp-content/uploads/2025/10/triblue.png) -21% top no-repeat ;
    background-size:  1060px,310px,1000px;
    height: 600px;
}
.servicepage h2.save {
    font-size: 38px;
    letter-spacing: 1px;
    line-height: 50px;
    margin-top: -30px;
	margin-bottom: 35px;
}
.servicepage .savep {
    letter-spacing: 1px;
    line-height: 40px;
    font-size: 17px;
    max-width: 770px;
}
.servicepage h3.messageh {
    text-align: center;
    font-size: 34px;
    letter-spacing: 1px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(https://takataubworks.com/wp-content/uploads/2025/10/reason.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 620px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.reasondiv ul {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: self-start;
    gap: 35px;
}
.reasondiv ul li {
    width: 27.7%;
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 30px;
    padding-top: 35px;
    height: 160px;
}
.reasondiv ul li h4 {
    color: #1D66E6;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}
.reasondiv ul li p {
    font-size: 15px;
    font-weight: bold;
	line-height:30px;
}
.reasondiv{
    margin-bottom: 120px;
}

.servicepage h3.messageh {
    text-align: center;
    font-size: 34px;
    letter-spacing: 1px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(https://takataubworks.com/wp-content/uploads/2025/10/reason.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 620px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.servicepage h3.servicehab {
    background-image: url(https://takataubworks.com/wp-content/uploads/2025/10/ourservice.png);
    max-width: 890px;
}
.servicepage .topproject {
    background-image: unset;
	    padding-top: 60px;
}
.servicepage .topproject span.pspan {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 25px;
    display: block;
    color: #1D66E6;
}
.servicepage .itemfirst a .arrow {
    display: inline-flex
;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1D66E6;
    color: #1976f9;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
	color:#fff;
	    margin-left: 10px;
}
.servicepage .itemfirst a  {
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.itemlinkdiv {
    text-align: right;
}

.servicepage .itemsec  {
max-width:700px;
}






/*casestudy*/

.catdiv {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 75px;
}

.catdiv h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.catdiv ul{
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
	gap:20px 20px;
}
.catdiv ul li {
    width: 23.4%;
    text-align: center;
    font-weight: bold;
    background: #F1F1F1;

}
.catdiv ul li a{
text-decoration: none;
    color: #000;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}



.catlistdiv ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.catlistdiv li {
  width: 31%;
  margin-bottom: 40px;
}
.catlistdiv li a{
    text-decoration: none;
    color: #000;
}
.catlistdiv li img {
  width: 100%;
  aspect-ratio: 4 / 3; /* 高さ比率を固定して崩れ防止 */
  object-fit: cover;
  border-radius: 6px;
	    margin-bottom: 10px;
}
@media(max-width:600px){
	.catlistdiv li img {
    aspect-ratio: 4 / 2;
}
	
}
/* ▼ レスポンシブ対応 */
@media (max-width: 1024px) {
  .catlistdiv li {
    width: 48%;
  }
}

@media (max-width: 600px) {
  .catlistdiv li {
    width: 100%;
  }
}

.catlistdiv li span {
    margin-bottom: 12px;
    background-color: #1D66E6;
    color: #fff;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 8px;
    border-radius: 50px;
    display: block;
    width: fit-content;
	font-size:12px;
}
.catlistdiv li h3 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    line-height: 30px;
}

.catlistdiv{
    margin-bottom: 150px;
}

.catlistpage .mvtopdiv {
    background: url(https://takataubworks.com/wp-content/uploads/2025/10/maincatlist-scaled.png) right top no-repeat, url(https://takataubworks.com/wp-content/uploads/2025/10/tricatlist.png) left top no-repeat,url(https://takataubworks.com/wp-content/uploads/2025/10/triblue.png) -21% top no-repeat ;
    background-size:  1060px,310px,1000px;
    height: 600px;
}


/*catdetail*/

.table-wrapper {
  margin: 40px auto;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.custom-table th,
.custom-table td {
  border: 1px solid #ccc;
    padding: 15px 15px;
  vertical-align: top;
	
}

.custom-table th {
    background: #F4F8FF;
    width: 20%;
    text-align: center;
    line-height: 32px;
	    font-weight: 600;
}

.custom-table td {
    background: #fff;
    line-height: 32px;
}

.custom-table ul {
  margin: 5px 0 0 20px;
  padding: 0;
  list-style-type: "・";
}

.subtitle {
  font-weight: bold;
  margin-bottom: 4px;
}

.detaildiv {
    border-top: 1px solid #ddd;
    padding-top: 60px;
}
.detailinfo{
    margin-bottom: 80px;
}

.detailtitle span{
margin-bottom: 12px;
    background-color: #1D66E6;
    color: #fff;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 8px;
    border-radius: 50px;
display: inline-block;
    width: fit-content;
    font-size: 15px;
}
.detailtitle  p{
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    letter-spacing: 1px;
}
.detailflex {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
.timediv {
    letter-spacing: 1px;
}
.gallery-wrapper {
  position: relative;
  width: 1050px;
  margin: 50px auto;
  overflow: hidden;
}

.gallery-track {
  display: flex;
  gap: 40px;
  transition: transform 1s ease;
  will-change: transform;
}

.gallery-item {
  flex: 0 0 800px;
  height: 500px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  opacity: 0.6;
  transform: scale(0.95);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.gallery-item.active {
  opacity: 1;
  transform: scale(1);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 12px;
}

.gallery-dots {
  text-align: center;
  margin-top: 15px;
}

.gallery-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background 0.3s;
}

.gallery-dot.active {
  background-color: #007bff;
}

.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox.active {
  display: flex;
  animation: fadeIn 0.3s ease;
}

.lightbox-inner {
  position: relative;
  z-index: 10000;
  animation: zoomIn 0.3s ease;
}

.lightbox img {
  max-width: 80vw;  /* ← 元は95vw。少し小さく */
  max-height: 80vh; /* ← 元は95vh */
  object-fit: contain;
  display: block;
  border-radius: 8px;
  box-shadow: 0 0 25px rgba(0,0,0,0.5);
}

.lightbox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 40px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10001;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes zoomIn {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* レスポンシブ */
@media (max-width: 1100px) {
  .gallery-wrapper { width: 90%; }
  .gallery-item { flex: 0 0 90%; height: 350px; }
  .gallery-track { gap: 20px; }
}

.detaildiv h2 {
    font-size: 32px;
    text-align: center;
    left: 2px;
    color: #1D66E6;
    padding-bottom: 30px;
    line-height: 45px;
}
.detailaboutp{
    font-size: 16px;
    max-width: 700px;
    display: block;
    margin: 0 auto;
    letter-spacing: 1px;
    line-height: 35px;
	    margin-bottom: 70px;
}
.detailinner{
    border-top: 1px solid #ddd;
    padding-top: 55px;
}
.detailinner h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 25px;
    line-height: 40px;
}
.detailinner p {
    font-size: 16px;
    letter-spacing: 1px;
    padding-bottom: 60px;
    line-height: 35px;
}

.detailinfo h2{
	font-size:24px;
	font-weight:bold;
	letter-spacing:1px;
	
}


.ctalistbtn a {
    display: block;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 280px;
    background: #1976f9;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 0px 12px 0px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    margin: 0 auto;
    text-align: center;
	letter-spacing:1px;
	position:relative;
}

.ctalistbtn a:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url(https://takataubworks.com/wp-content/uploads/2025/10/triwhite.png);
    background-size: contain;
    vertical-align: middle;
    left: 6%;
    top: 37.5%;
}
.ctalistbtn a:hover {
    background: #fff;
    color: #1976f9;
}
.ctalistbtn a:hover:before {
    background-image: url(https://takataubworks.com/wp-content/uploads/2025/10/triblues.png);
}


.contact-form-wrapper {
    max-width: 1050px;
    margin: 0 auto;
    background: #fff;
    padding: 80px 0px 60px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    font-family: "Noto Sans JP", sans-serif;
    border-radius: 8px;
}
.contactinner{
	max-width:850px;
	display:block;
	margin:0 auto;
}

.form-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: 30px;
}

.step {
    background: #ddd;
    color: #666;
    font-weight: bold;
padding: 15px 82px;
    border-radius: 6px;
    font-size: 18px;
    position: relative;
    z-index: 2;
}

.step.active {
  background: #d4ad4c; /* ゴールド系 */
  color: #fff;
}

.line {
  width: 32px;
  height: 4px;
  background: #ddd;
  margin: 0 -2px;
  z-index: 1;
}

.step.active + .line {
  background: #d4ad4c; /* アクティブ側に合わせた色 */
}

.form-desc {
    text-align: center;
    font-size: 17px;
    margin-bottom: 40px;
    color: #333;
    letter-spacing: 1px;
}

/* 入力フォーム */
.contact-form {
  width: 100%;
}

.form-row {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.form-row label {
    width: 24%;
    font-weight: bold;
    font-size: 17px;
    color: #000;
    letter-spacing: 1px;
}

.form-row input,
.form-row select,
.form-row textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
    padding: 20px;
    font-size: 16px;
  outline: none;
	    width: 70%;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: #3274f6;
}

/* 郵便番号・住所 */
.address .address-fields {
  flex: 1;
}

.zip {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.addinput{
width: 92% !important;
}
/* テキストエリア */
.form-row textarea {
  resize: vertical;
  min-height: 140px;
}

.form-submit {
    text-align: center;
    margin-top: 60px;
}

.form-submit input {
    background: #3274f6;
    color: #fff;
    border: none;
    padding: 14px 80px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    max-width: 500px;
    width: 100%;
}

.form-submit input:hover {
  background: #245bd1;
}






/*contact*/

.contactpage .mvtopdiv {
    background: url(https://takataubworks.com/wp-content/uploads/2025/10/maincontact-scaled.png) right top no-repeat, url(https://takataubworks.com/wp-content/uploads/2025/10/tricontact.png) left top no-repeat,url(https://takataubworks.com/wp-content/uploads/2025/10/triblue.png) -21% top no-repeat ;
    background-size:  1060px,310px,1000px;
    height: 600px;
}

.bluec {
    text-align: center;
    background: #1D66E6;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    max-width: 230px;
    display: block;
    margin: 0 auto;
    padding-top: 12px;
    padding-bottom: 10px;
    border-radius: 4px;
	position:relative;
	    margin-bottom: 20px;
}
.aboutc{
    text-align: center;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 40px;
	padding-bottom:35px;
}
.bluec::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2f5dea;
}

.telpc{
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    left: 5px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-right: 35px;
}
.telpc a{
text-decoration:none;
	color:#000;
}
.telpc:before {
content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
    background-image: url(https://takataubworks.com/wp-content/uploads/2025/10/telp.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    background-repeat: no-repeat;
}
.timec {
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 35px;
}


.contactoverdiv {
    background: #F4F8FF;
    padding-top: 60px;
    margin-right: 50px;
    margin-left: 50px;
    border-radius: 8px;
	padding-bottom: 60px;
}
.contact-form select{
max-width: 350px;
}


.formabout label {
    padding-top: 80px;
}

.ymark {
    margin-right: 10px;
}



.zip input.il3{
    max-width: 125px;
}
.zip input.il4{
    max-width: 200px;
}



.wpcf7-form-control-wrap {
    position: relative;
    width: 76%;
}

span[data-name="textzip1"] {
max-width:125px;
}
span[data-name="textzip2"] {
max-width:200px;
}
.form-row input, .form-row select, .form-row textarea {
    width: 94%;
}
.address label{
	max-width:200px;
}
span[data-name="textzip1"] input{
    width: -webkit-fill-available;
	    margin-left: 6px;
}
span[data-name="textzip2"] input{
    width: -webkit-fill-available;
}

.contactconfirmpage .form-row {
    margin-bottom: 40px;
}
.contactconfirmpage .mvtopdiv {
    background: url(https://takataubworks.com/wp-content/uploads/2025/10/maincontact-scaled.png) right top no-repeat, url(https://takataubworks.com/wp-content/uploads/2025/10/tricontact.png) left top no-repeat,url(https://takataubworks.com/wp-content/uploads/2025/10/triblue.png) -21% top no-repeat ;
    background-size:  1060px,310px,1000px;
    height: 600px;
}
.contactcompletepage .mvtopdiv {
    background: url(https://takataubworks.com/wp-content/uploads/2025/10/maincontact-scaled.png) right top no-repeat, url(https://takataubworks.com/wp-content/uploads/2025/10/tricontact.png) left top no-repeat,url(https://takataubworks.com/wp-content/uploads/2025/10/triblue.png) -21% top no-repeat ;
    background-size:  1060px,310px,1000px;
    height: 600px;
}

.contactcompletepage h2{
    font-size: 30px;
    text-align: center;
    padding-bottom: 30px;
    letter-spacing: 1px;
}




.contactcompletepage .contactinner p{
    font-size: 17px;
    letter-spacing: 1px;
    padding-bottom: 30px;
    text-align: center;
    line-height: 40px;
}
.contactcompletepage .form-steps {
    margin-bottom: 50px;
}
.contactcomfirmpage .form-steps {
    margin-bottom: 50px;
}

.contactcompletepage .contact-form-wrapper {
    margin-bottom: 50px;
}


footer ul li a {
    text-decoration: none;
    color: #000;
}

.contactcta a:hover {
opacity:1;
}
.ctalistbtn a:hover {
opacity:1;
}
.ctabtn a:hover {
opacity:1;
}
.headbtn a:hover {
opacity:1;
}
a.link-btn:hover {
opacity:1;
}
.footlink {
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.map-link:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    position: relative;
    top: 5px;
    margin-right: 4px;
    background-size: cover;
    background-image: url(https://takataubworks.com/wp-content/uploads/2025/10/mapicon.png);
    background-repeat: no-repeat;
}

.contactoverdiv {
    position: relative;
    z-index: 100;
}

	.messagaeimg img{
    border-radius: 12px;
}

.bread li a{
	text-decoration:none;
	color:#000;
}


	@media(max-width:1720px){
	
	.padleftright{
	padding-left:3%;
	padding-right:3%;
}
	}

@media(max-width:1280px){
	

	
	.pc{
	display:none;
	
}
.sp{
	display:block;
}
	.firstlist {
    margin-right: 60px;
}
	.boxilpc{
	display:block;
}
	#humMenu nav li a {
    writing-mode: horizontal-tb;
}
	#humCheck:checked ~ nav {
    background-color:#EFF4F7;
}
#humMenu {
    float: right;
	display:block;
}
#humCheck, #humClose { display:none; }
#humOpen {
    display: block;
    width: 32px;
    cursor: pointer;
}
#humOpen:hover {
  opacity: 0.5;
}
#humOpen img {
	display: block; 
	width:30px;
	}
#humClose, #humMenu nav {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
}
#humClose {
  z-index: 2;
  width: 100%;
  background: gray;
  opacity: 0.8;
  transition: 0.5s;
}
#humMenu nav {
  z-index: 3;
  width: 250px;

  transition: 0.5s;
transform: translateX(100%);
}
#humCheck:checked ~ #humClose { display: block; }
#humCheck:checked ~ nav {
  transform: translateX(0);
}

#humMenu nav ul{
overflow: hidden;
list-style: none;
	    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    gap: 200px;
}
#humMenu nav li {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
    padding: 15px 0;
    margin: 10px 0;
    padding-left: 20px;
}
#humMenu nav li:first-child {
  padding-top: 30px;
}
#humMenu nav li:hover{
  opacity: 0.5;
}
#humMenu nav li a {
        font-size: 20px;
        text-decoration: none;
        color: #212529;
    }
.headul {
display:none;

	}

	
header.service {
    padding-left: 10px;
    padding-right: 10px;

}
.headbtn div a {
    font-size: 12px;
	padding-top: 8px;
    padding-bottom: 8px;
}
    header.service img {
        height: auto;
        margin: 0;
        width: 70px;
    }
	.headbtn div {
    width: 105px;
    text-align: center;
}
    header.service {
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .headflex {
        width: 100%;
    }
	
	.headbtn a {
    width: auto;
    font-size: 15px;
    padding: 2px 5px 2px 15px;
}

    .headbtn {
        max-width: 200px;
        width: auto;
        margin-right:10px;
    }
	
	
.hero-container h1 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 3px;
    color: #E0B02D;
    margin-bottom: 10px;
    padding-left: 3%;
}
    .hero-container {
        max-height: 285px;
    }
.hero-container p {
    font-size: 17px;
    line-height: 40px;
    padding-left: 3%;
	        line-height: 30px;
}
    .headinnerflex {
        width: 91%;
        display: flex
;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
	.hero-dots {
display:none;
}
    .topsptext {
        top: 62%;
    }
	
	.hero-container {
    margin-bottom: 40px;
}
	
	.topabout h2 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 20px;
}
	
	.topabout p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 3px;
    margin-bottom: 60px;
}
	
    .topmimg {
        margin-top: -50px;
        margin-bottom: 50px;
    }
	.topabout p {
    margin-bottom: 10px;
}
	.topservice {
    background-size: 300px;
}
	.innertopservice {
    padding-top: 58px;
}
	
.topstext {
    display: block;
	    margin-bottom: 35px;
}
	
	
.logo-wrap {
    font-size: 80px;
    margin-bottom: 30px;
    margin-top: 140px;
    padding-bottom: 13px;
}
    .topservice h2 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 10px;
    }
	.topservice p {
    font-size: 16px;
    line-height: 35px;
}
	.topservice p {
    font-size: 16px;
    line-height: 30px;
}
	.brsp{
		display:none;
	}
	
/* PC */
.slide {
  flex: 0 0 320px;
}

/* スマホ */
@media (max-width: 768px) {
  .slide {
    flex: 0 0 70%;  /* 横幅を70%程度にして、見切れ感を出す */
    max-width: 280px; /* 最大幅を制御（PCカードと同じくらい） */
    margin: 0 auto;
  }

  .slide img {
    width: 100%;
    height: auto;    /* 縦横比を維持 */
    max-height: 200px; /* 高さの暴走を防止 */
    object-fit: cover;
  }
}
	
    .ctabtn a {
        padding: 10px 15px 10px 35px;
    }
	
	.link-btn .circle {
    width: 35px;
    height: 35px;
}
	.slider-container {

    margin-bottom: 30px;
}
	
	.headbtn a .arrow {
    width: 30px;
    height: 30px;
}
	.topproject {
    background-size: 390px;
}
    .topproject {
        padding-top: 55px;
        margin-bottom: 60px;
    }
	.topproject h2 {
    font-size: 28px;
    line-height: 40px;
}
	
	
	.itemproject .item {
    padding-top: 35px;
    padding-bottom: 35px;
}
	.itemproject .item {
    display: block;
}
.itemfirst {
    width: 100%;
}
    .itemsec {
        width: 100%;
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }
.innertopproject{
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
}
	
.itemfirst img {
    width: 55px;
    padding-bottom: 15px;
}
	.itemfirst h3 {
    font-size: 28px;
    line-height: 40px;
		    padding-bottom: 10px;
}
	.itemfirst .bluep {
    max-width: 150px;
    width: 150px;
    font-size: 14px;
}

	.itemfirst .itemname {
    font-size: 16px;
}
	    .itemfirst {
        margin-bottom: 30px;
    }
	
    .contactlight {
        padding-top: 50px;
        height: 385px;
    }
    .contactblue {
        width: 94%;
        height: 425px;
        padding-top: 15px;
    }
	
    .contacttext {
        padding-top: 65px;
        background-size: 160%;
    }
	.contacttext h2 {
    font-size: 28px;
    letter-spacing: 2px;
        padding-bottom: 20px;
    padding-top: 0px;
		
}
    .ctextp {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 2px;
        padding-bottom: 20px;
    }
.contactcta a .arrow {

    width: 35px;
    height: 35px;
    font-size: 18px;
}	
	.texlptext1 {
    font-size: 16px;
}
	
    .texlptext2 {
        font-size: 26px;
        margin-bottom: 5px;
        padding-right: 0;
    }
    .contactcta a {
        padding: 10px 15px 10px 35px;
        font-size: 15px;
    }
	.video-background {
    margin-top: -320px;
    padding-top: 420px;
}
.mainfoot {
    font-size: 28px;
    color: #E0B02D;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}
	.mainfoot {
    font-size: 28px;
}	
	.footlogo {
    width: 135px;

}
	
	footer ul {
    gap: 25px 30px;
}
	.copy {
    font-size: 12px;
    line-height: 30px;
}
footer {
    padding-bottom: 35px;
}	
	
	
	.contactcta {
    max-width: 450px;
}

	
	
	
	
    .mvtopdiv {
        background: url(https://takataubworks.com/wp-content/uploads/2025/10/mainabout-scaled.png) right 63% top 0% no-repeat, url(https://takataubworks.com/wp-content/uploads/2025/10/triblue.png) right -10% top 8% no-repeat;
        background-size: 556px, 872px;
        height: 600px;
    }

    .mvtextdiv h1 {
        font-size: 45px;
        padding-left: 3%;
        padding-top: 167px;
        margin-bottom: 20px;
    }
    .mvtextdiv p {
        font-size: 16px;
        margin-left: 3%;
        line-height: 30px;
        font-weight: normal;
    }
nav.bread {
    position: absolute;
    top: 1%;
    left: 3%;
}
    .mvtopdiv {
    position: relative;
    height: 380px;
}
	
	h2.save {
    font-size: 38px;
		    margin-bottom: 30px;
}
	h2.save span {
    margin-top: 10px;
    font-size: 24px;
}
.savep {
    padding-left: 3%;
    padding-right: 3%;
    line-height: 30px;
	    margin-bottom: 45px;
}
	
h3.messageh {
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 20px;
    font-size: 24px;
}
.messagediv {
    display: block;
    margin-bottom: 45px;
}
.messagaeimg {
    width: 90%;
    display: block;
    margin: 0 auto;
    max-width: 500px;
}
	.messagetext {
    margin-left: 3%;
    margin-right: 3%;
		width: auto;
}
.messagetext h4 {
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 20px;
    margin-top: 25px;
}
.messagetext p {
    font-size: 16px;
    line-height: 30px;
}

.aboutcomdiv {
    display: block;
    width: auto;
    margin-bottom: 60px;
}
.companyinfo {
    width: 100%;
    margin-bottom: 35px;
}
.companyinfo h4 {
    font-size: 24px;
    margin-bottom: 35px;
}

.companyinfo h4 span {
    font-size: 18px;
}


.companyinfo th {
    width: 125px;
    font-size: 14px;
}
.companyinfo td {
    font-size: 14px;
    padding-bottom: 10px;
}

.shoumeidiv h4 {
    font-size: 24px;
    margin-bottom: 35px;
}

.shoumeidiv h4 span {
    font-size: 18px;
}
.shoumeidiv {
    width: 100%;
}
.shoumeiinner div {
    width: 46%;
}
.sd1 img {
    width: 140px;
}
.namemessage{
	padding-top:20px;
}

	/*service*/
.servicepage .mvtopdiv {
        background: url(https://takataubworks.com/wp-content/uploads/2025/10/mainservice-scaled.png) right 63% top 0% no-repeat, url(https://takataubworks.com/wp-content/uploads/2025/10/triblue.png) right -10% top 8% no-repeat;
        background-size: 556px, 872px;
	height: auto;
    }
	
.servicepage h2.save {
    font-size: 28px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 15px;
}
    .servicepage .savep {
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 30px;
    }
	
	
	
.servicepage h3.messageh {
    font-size: 24px;
}
	
	.reasondiv ul li {
    width: 75%;
     height: auto;
}
	.reasondiv {
    margin-bottom: 45px;
}
	    .servicepage h3.messageh {
        background-size: contain;
    }
	    .servicepage h3.servicehab{
		margin-bottom:0;
	}
	
.servicepage .topproject {
    background-image: unset;
    padding-top: 20px;
}
	
	    .itemfirst h3 {
        font-size: 24px;
    }
	
	.servicepage .topproject span.pspan {
    padding-bottom: 15px;
}
	
	/*catlist*/
.catlistpage .mvtopdiv {
        background: url(https://takataubworks.com/wp-content/uploads/2025/10/maincatlist-scaled.png) right 63% top 0% no-repeat, url(https://takataubworks.com/wp-content/uploads/2025/10/triblue.png) right -10% top 8% no-repeat;
        background-size: 556px, 872px;
	height: auto;
    }
	
	.catdiv ul li {
    width: 47%;
}

/*catdetail*/
	.detailtitle p {
    margin-left: 0;
    display: block;
}
.timediv {
    padding-top: 10px;
}
	.detaildiv h2 {
    font-size: 20px;
}
	.detailaboutp {
    line-height: 30px;
    margin-bottom: 35px;
}
	
	.detaildiv h2 {
        padding-bottom: 15px;
        line-height: 30px;
}

	.detailinner {
    padding-top: 35px;
}
	.detailinner h3 {
    font-size: 20px;
    padding-bottom: 15px;
    line-height: 30px;
}
.detailinner p {
    padding-bottom: 30px;
    line-height: 30px;
}	
.custom-table th {
    width: 25%;
    font-size: 12px;
}	
	.custom-table td {
    font-size: 14px;
}

	/*catlist*/
.contactpage .mvtopdiv {
        background: url(https://takataubworks.com/wp-content/uploads/2025/10/maincontact-scaled.png) right 63% top 0% no-repeat, url(https://takataubworks.com/wp-content/uploads/2025/10/triblue.png) right -10% top 8% no-repeat;
        background-size: 556px, 872px;
	height: auto;
    }	
	.contactconfirmpage .mvtopdiv {
        background: url(https://takataubworks.com/wp-content/uploads/2025/10/maincontact-scaled.png) right 63% top 0% no-repeat, url(https://takataubworks.com/wp-content/uploads/2025/10/triblue.png) right -10% top 8% no-repeat;
        background-size: 556px, 872px;
	height: auto;
    }	
	.contactcompletepage .mvtopdiv {
        background: url(https://takataubworks.com/wp-content/uploads/2025/10/maincontact-scaled.png) right 63% top 0% no-repeat, url(https://takataubworks.com/wp-content/uploads/2025/10/triblue.png) right -10% top 8% no-repeat;
        background-size: 556px, 872px;
	height: auto;
    }	
	
	
.step {
    padding: 15px 30px;
	    font-size: 14px;
}	
	.aboutc {
    font-size: 16px;
		    padding-bottom: 15px;
}
	.telpc {
    font-size: 35px;
    padding-right: 0px;
}
	
	.timec {
    font-size: 14px;
}
.contactoverdiv {
    margin-right: 8px;
    margin-left: 8px;
}	
    .contactoverdiv {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
	.line {
    width: 28px;
}
.form-desc {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
    color: #333;
    letter-spacing: 1px;
    line-height: 30px;
}
    .contact-form-wrapper {
        padding: 30px 20px 30px;
    }
    .form-row {
        display: block;
        margin-bottom: 10px;
    }
	.form-row label {
    width: 100%;
    display: block;
		        margin-bottom: 20px;
}
	.form-row input, .form-row select, .form-row textarea {
    width: 85%;
}
    .form-row select {
        max-width: unset;
        width: 98%;
        display: block;
    }
	.addinput {
    width: 86% !important;
}
	.formabout label {
    padding-top: 20px;
}
	span[data-name="textzip1"] {
    max-width: 80px;
}
	
	
	.aboutc {
    line-height: 30px;
}
	.contactcompletepage h2 {
    font-size: 24px;
    line-height: 30px;
}
	.contactcompletepage .contactinner p {
    font-size: 16px;
    line-height: 30px;
}
    .slider-btn.next {
        top: 34%;
		right:-1%;
    }
	
	footer ul li {
          font-size: 15px;
    width: 28%;
    text-align: center;
		line-height:30px;
}
	.catlistdiv {
    margin-bottom: 80px;
}
	    footer ul {
        gap: 19px 10px;
    }
/* 15″ Air の既定幅帯（1441–1600、1512を含む） */
@media(max-width: 1600px) {

	
	/*
	
	.hero-container {

  --hero-left: url("https://takataubworks.com/wp-content/uploads/2025/10/testmv2-scaled-1.png");
  --hero-right: url("https://takataubworks.com/wp-content/uploads/2025/10/mv1.png");

  background-image: var(--hero-left), var(--hero-right);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: auto 80%, contain;
}
	*/
		@media(min-width:768px) and (max-width:1280px){
		
		    .mvtopdiv {
        background: url(https://takataubworks.com/wp-content/uploads/2025/10/mainabout-scaled.png) right -8% top 0% no-repeat, url(https://takataubworks.com/wp-content/uploads/2025/10/triblue.png) right -10% top 8% no-repeat;
        background-size: 71%, 872px;
        height: 600px;
    }
	}
	
	

	
}
}

@media screen and (min-width:1350px) and ( max-width:1495px) {
.headul ul {
    gap: 25px;
}
}



	@media(min-width:768px) and (max-width:1680px){
		
		    .topsptext {
        top: 6%;
    }
		    .hero-container {
        max-height: 500px;
    }
		
		.mvtopdiv {
    background: url(https://takataubworks.com/wp-content/uploads/2025/10/mainabout-scaled.png) right -10% top no-repeat, url(https://takataubworks.com/wp-content/uploads/2025/10/triblue.png) -21% top no-repeat;
        background-size: 975px, 1000px;
    height: 600px;
}
	.servicepage .mvtopdiv {
    background: url(https://takataubworks.com/wp-content/uploads/2025/10/mainservice-scaled.png) right -10% top no-repeat, url(https://takataubworks.com/wp-content/uploads/2025/10/triblue.png) -21% top no-repeat;
        background-size: 975px, 1000px;
    height: 600px;
}	
		.catlistpage .mvtopdiv {
    background: url(https://takataubworks.com/wp-content/uploads/2025/10/maincatlist-scaled.png) right -10% top no-repeat, url(https://takataubworks.com/wp-content/uploads/2025/10/triblue.png) -21% top no-repeat;
        background-size: 975px, 1000px;
    height: 600px;
}
    .contactpage .mvtopdiv {
        background: url(https://takataubworks.com/wp-content/uploads/2025/10/maincontact-scaled.png) right -10% top no-repeat, url(https://takataubworks.com/wp-content/uploads/2025/10/triblue.png) -21% top no-repeat;
        background-size: 975px, 1000px;
        height: 600px;
    }
		.slider-btn.next {
    top: 34%;
    right: -1.5%;
}
	}
	
	@media(min-width:2400px){
.mvtopdiv {
    background: url(https://takataubworks.com/wp-content/uploads/2025/10/mainabout-scaled.png) right top no-repeat, url(https://takataubworks.com/wp-content/uploads/2025/10/triabout.png) left top no-repeat, url(https://takataubworks.com/wp-content/uploads/2025/10/triblue.png) -21% top no-repeat;
    background-size: 1060px, 310px, 1000px;
    height: 600px;
}
	.mvtextdiv p {
    font-size: 30px;
    line-height: 50px;
}
	.mvtextdiv h1 {
    font-size: 100px;
}
	.mvtextdiv h1 span {
    font-size: 42px;
}
	.hero-container h1 {
    font-size: 85px;
    line-height: 115px;
}
	.hero-container p {
    font-size: 32px;
    line-height: 65px;
}
}
