.wf header{position: absolute!important;z-index: 99;top:0!important;font-size: 16px;}
.wf main{color: #222222;padding-bottom: 4rem;background-image: url('../images/wf-bg.jpg');background-size: cover;background-position:center center;}

* {
  padding: 0;
  margin: 0;
}

.toppic{
  width: 100%;
}

.toppic img{
  width: 100%;
}

.section {
  margin: 2em 5em;
}

.section h2 {
  padding: 1em 0;
  font-size: 2em;
  font-weight: 400;
}

.section .wf-ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin: 2.5em 0;
}

.section .wf-ul .ceramic-item {
  padding: 2em 0;
}

.ceramic-item div img {
  height: 4em;
  object-fit: contain;
}

.ceramic-item div:last-child{
  line-height: 1.8em;
}

.section .wf-ul .divide {
  width: 1px;
  background-color: #222222;
  margin: 0 3em;
}

.section .wf-ul li > div:first-child {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2em;
}

.section .wf-ul li h3 {
  font-size: 1.4em;
  font-weight: 400;
}

.section .subtitle {
  display: flex;
  align-items: center;
}

.section .subtitle h3{
  font-weight: bold;
}

.section .subtitle img {
  height: 3em;
  margin-right: 0.8em;
  margin-top: -.5em;
}

.section p {
  font-size: 1em;
  font-weight: 400;
  margin: 1em 0;
  line-height: 1.8em;
}

.section-bottom {
  display: flex;
  justify-content: space-between;
  gap: 5em;
}

.section-bottom > div {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.section-bottom > div:first-child > img {
  width: 100%;
  object-fit: contain;
}

.logo {
  height: 2.5em;
}

.core {
  height: 4.5em;
}

.section-bottom .logo img,
.section-bottom .core img {
  height: 100%;
  object-fit: contain;
}

.section-bottom .subtitle {
  padding: 1em 0;
}

.logo,
.core {
  margin: 2em 0 1em 0;
}

.flow {
  align-items: center;
  text-align: center;
  margin: 3em 0 5em 0!important;
}

.flow img {
  width: 3em;
  height: 3em;
  object-fit: contain;
}

.flow li:nth-child(2n) img {
  width: 1em;
  height: 1em;
  object-fit: contain;
}

.flow-mobile {
  display: none !important;
}

.cp {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
  padding-bottom: calc(20em / 120 * 50);
}

.cp::after {
  content: "";
  position: absolute;
  background-image: url(../assets/image/triangle-logo.png);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: contain;
  z-index: 2;
  aspect-ratio: 118/71;
  width: 20em;
  bottom: 0;
  left: 0;
}

.cp-title {
  display: inline-block;
  /* align-items: flex-end; */
  gap: 1em;
  position: relative;
  padding-top: 1rem;
}

.cp-title h2 {
  font-size: 2em;
  line-height: 1em;
  font-weight: bolder;
  color:#9DD300;
  margin-bottom:2rem;
}

.cp-title > div {
  position: absolute;
  left: calc(100% + 1em);
  width: 100%;
      top: 0.8em;
  line-height: 1em;
}

.cp-title img {
  width: 1.5em;
  height: 1.5em;
  object-fit: contain;
}

.content-box {
  padding-left: 3.5em;
  position: relative;
  display: flex;
  gap: 1em;
}

.content-box::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 3em;
  height: 3em;
  top: 0;
  left: 0;
}

.content-box > div:first-child {
  flex: 1;
}

.content-box .cp-title > h3 {
  font-size: 1.5em;
  line-height: 1em;
  margin: 1em 0;
}

.content-box ul {
  margin-left: 1.2em;
  line-height: 2em;
}

.content-box li {
  font-size: 1.2em;
  line-height: 2.5em;
  color:#000;
}

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

.tab-title {
  font-weight: bold;
  padding: 1em 0;
  margin: 0 1em;
  position: relative;
}

.tab-content {
  position: relative;
  padding: 2.5em;
  width: 80%;
  z-index: 1;
  display: block;
  margin: 2.5em auto;
  color: #666666;
}

.tab-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.6;
  z-index: -1;
}

/* .ta .content-box::after {
  background-image: url(../assets/icon/man-icon2.png);
}

.she .content-box::after {
  background-image: url(../assets/icon/woman-icon2.png);
}

.home .content-box::after {
  background-image: url(../assets/icon/home-icon2.png);
} */

.menu-wf {
  display: none;
  flex-direction: column;
}

.windshield {
  width: 60%;
}

.windshield-tab {
  display: flex;
}

.windshield-tab > label {
  position: relative;
  flex: 1;
  justify-content: center;
}

.windshield-tab > label::after {
  content: "";
  width: 100%;
  bottom: 0;
  position: absolute;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
}

.windshield-tab h3 {
  font-size: 0.8em;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: bold;
  color:#000;
}

.windshield-tab > label span:first-child {
  display: inline-block;
  padding: 1.5em 0 1.5em 2em;
}

.windshield-tab .windshield-icon {
  display: inline-block;
  position: relative;
  padding-left: 2em;
  font-size: 1.2em;
  margin-right: 5px;
}

.windshield-tab .windshield-icon::after {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  left: 0;
}

.front::after {
  background-image: url(../assets/icon/Front-windshield1.png);
}

.deep::after,
.shallow::after {
  background-image: url(../assets/icon/Side-rear-windshield1.png);
}

.windshield-content > div {
  display: none;
  gap: 2em;
  padding: 1em 0;
}

.windshield-left {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
  text-align: center;
  width: 70%;
}

.windshield-right {
  width: 30%;
  display: flex;
  gap: 1em;
  text-align: center;
  align-items: center;
  align-content: space-between;
  justify-content: center;
}

.windshield-right > div {
  width: calc(55% - 0.5em);
}

.windshield-right > div:last-child {
  width: calc(45% - 0.5em);
}

.windshield-right > div > img {
  width: 4em;
  object-fit: contain;
  margin-bottom: 0.5em;
}

.windshield-data > div:first-child {
  color: #99cc00;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}

.windshield-data > div:last-child {
  font-size: 1em;
  color: #333333;
  font-weight: 400;
}

input {
  display: none;
}

.cp:has(> input:nth-child(1):checked) {
  background-image: url(../assets/bg/cp-bg.jpg);
}

.cp:has(> input:nth-child(2):checked) {
  background-image: url(../assets/bg/cp-bg2.jpg);
}

.cp:has(> input:nth-child(3):checked) {
  background-image: url(../assets/bg/cp-bg3.jpg);
}

.cp > input:nth-child(1):checked ~ .tab label:nth-child(1),
.cp > input:nth-child(2):checked ~ .tab label:nth-child(2),
.cp > input:nth-child(3):checked ~ .tab label:nth-child(3),
.menu-wf > input:nth-child(1):checked ~ div label:nth-child(1) h2,
.menu-wf > :nth-child(2):checked ~ div label:nth-child(2) h2,
.tab-title:hover,
.tab-content:hover h2 {
  color: #9dd300;
}

input:nth-child(1):checked ~ .tab label:nth-child(1) h2::after,
input:nth-child(2):checked ~ .tab label:nth-child(2) h2::after,
input:nth-child(3):checked ~ .tab label:nth-child(3) h2::after,
input:nth-child(4):checked ~ .tab label:nth-child(4) h2::after,
.tab-title:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: #9dd300 2px solid;
}

input:nth-child(1):checked ~ div .menu-wf:nth-child(1),
input:nth-child(2):checked ~ div .menu-wf:nth-child(2),
input:nth-child(3):checked ~ div .menu-wf:nth-child(3),
input:nth-child(4):checked ~ div .menu-wf:nth-child(4) {
  display: flex;
}

/* .ta
  > input:nth-child(1):checked
  ~ div
  .tab-content:nth-child(1)
  .content-box::after,
.ta
  > input:nth-child(2):checked
  ~ div
  .tab-content:nth-child(2)
  .content-box::after,
.ta .tab-content:hover .content-box::after{
  background-image: url(../assets/icon/man-icon1.png);
}

.she
  > input:nth-child(1):checked
  ~ div
  .tab-content:nth-child(1)
  .content-box::after,
.she
  > input:nth-child(2):checked
  ~ div
  .tab-content:nth-child(2)
  .content-box::after,
.she  .tab-content:hover .content-box::after{
  background-image: url(../assets/icon/woman-icon1.png);
}

.home
  > input:nth-child(1):checked
  ~ div
  .tab-content:nth-child(1)
  .content-box::after,
.home
  > input:nth-child(2):checked
  ~ div
  .tab-content:nth-child(2)
  .content-box::after,
.home .tab-content:hover  .content-box::after{
  background-image: url(../assets/icon/home-icon1.png);
} */

.menu-wf > input:nth-child(1):checked ~ div .tab-content:nth-child(1),
.menu-wf > input:nth-child(2):checked ~ div .tab-content:nth-child(2),
.menu-wf > input:nth-child(1):hover ~ div label:nth-child(1) .content-box,
.menu-wf > input:nth-child(2):hover ~ div label:nth-child(2) .content-box {
  color: #000;
}

.menu-wf > input:nth-child(1):checked ~ div > .tab-content:nth-child(1)::after,
.menu-wf > input:nth-child(2):checked ~ div > .tab-content:nth-child(2)::after,
.tab-content:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid #99cc00;
  z-index: -1;
}

.windshield
  > input:nth-child(1):hover
  ~ .windshield-tab
  > label:nth-child(1)
  > h3,
.windshield
  > input:nth-child(2):hover
  ~ .windshield-tab
  > label:nth-child(2)
  > h3,
.windshield
  > input:nth-child(3):hover
  ~ .windshield-tab
  > label:nth-child(3)
  > h3,
.windshield
  > input:nth-child(4):hover
  ~ .windshield-tab
  > label:nth-child(4)
  > h3,
.windshield
  > input:nth-child(1):checked
  ~ .windshield-tab
  > label:nth-child(1)
  > h3,
.windshield
  > input:nth-child(2):checked
  ~ .windshield-tab
  > label:nth-child(2)
  > h3,
.windshield
  > input:nth-child(3):checked
  ~ .windshield-tab
  > label:nth-child(3)
  > h3,
.windshield
  > input:nth-child(4):checked
  ~ .windshield-tab
  > label:nth-child(4)
  > h3 {
  color: #99cc00;
  font-weight: bold;
}

.windshield
  > input:nth-child(1):hover
  ~ .windshield-tab
  > label:nth-child(1)
  > h3
  > span:first-child,
.windshield
  > input:nth-child(2):hover
  ~ .windshield-tab
  > label:nth-child(2)
  > h3
  > span:first-child,
.windshield
  > input:nth-child(3):hover
  ~ .windshield-tab
  > label:nth-child(3)
  > h3
  > span:first-child,
.windshield
  > input:nth-child(4):hover
  ~ .windshield-tab
  > label:nth-child(4)
  > h3
  > span:first-child,
.windshield
  > input:nth-child(1):checked
  ~ .windshield-tab
  > label:nth-child(1)
  > h3
  > span:first-child,
.windshield
  > input:nth-child(2):checked
  ~ .windshield-tab
  > label:nth-child(2)
  > h3
  > span:first-child,
.windshield
  > input:nth-child(3):checked
  ~ .windshield-tab
  > label:nth-child(3)
  > h3
  > span:first-child,
.windshield
  > input:nth-child(4):checked
  ~ .windshield-tab
  > label:nth-child(4)
  > h3
  > span:first-child {
  border-bottom: 2px solid #99cc00;
  font-weight: bolder;
}

.windshield
  > input:nth-child(1):hover
  ~ .windshield-tab
  > label:nth-child(1)
  .front::after,
.windshield
  > input:nth-child(1):checked
  ~ .windshield-tab
  > label:nth-child(1)
  .front::after {
  background-image: url(../assets/icon/Front-windshield2.png);
}

.windshield
  > input:nth-child(2):hover
  ~ .windshield-tab
  > label:nth-child(2)
  .deep::after,
.windshield
  > input:nth-child(3):hover
  ~ .windshield-tab
  > label:nth-child(3)
  .deep::after,
.windshield
  > input:nth-child(3):hover
  ~ .windshield-tab
  > label:nth-child(3)
  .shallow::after,
.windshield
  > input:nth-child(4):hover
  ~ .windshield-tab
  > label:nth-child(4)
  .shallow::after,
.windshield
  > input:nth-child(2):checked
  ~ .windshield-tab
  > label:nth-child(2)
  .deep::after,
.windshield
  > input:nth-child(3):checked
  ~ .windshield-tab
  > label:nth-child(3)
  .deep::after,
.windshield
  > input:nth-child(3):checked
  ~ .windshield-tab
  > label:nth-child(3)
  .shallow::after,
.windshield
  > input:nth-child(4):checked
  ~ .windshield-tab
  > label:nth-child(4)
  .shallow::after {
  background-image: url(../assets/icon/Side-rear-windshield2.png);
}

.windshield
  > input:nth-child(1):checked
  ~ .windshield-content
  > div:nth-child(1),
.windshield
  > input:nth-child(2):checked
  ~ .windshield-content
  > div:nth-child(2),
.windshield
  > input:nth-child(3):checked
  ~ .windshield-content
  > div:nth-child(3),
.windshield
  > input:nth-child(4):checked
  ~ .windshield-content
  > div:nth-child(4) {
  display: flex;
}

.mobile {
  display: none;
}

@media screen and (min-width: 2560px) {
  body {
    font-size: 22px;
  }
}

@media screen and (min-width: 1920px) and (max-width: 2559px) {
  body {
    font-size: 18px;
  }
}

@media screen and (min-width: 1680px) and (max-width: 1919px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
  body {
    font-size: 13.5px;
  }

  .section h2 {
    font-size: 2.5em;
    font-weight: bold;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1439px) {
  body {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1365px) {
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  body {
    font-size: 9.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 7px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 9px;
  }

  .tab {
    padding-top: 10px;
  }

  .cp {
    padding-bottom: calc(30em / 120 * 50);
  }

  .cp:has(> input:nth-child(1):checked) {
    background-image: url(../assets/bg/cp-bg-wap.jpg);
  }

  .cp:has(> input:nth-child(2):checked) {
    background-image: url(../assets/bg/cp-bg-wap2.jpg);
  }

  .cp:has(> input:nth-child(3):checked) {
    background-image: url(../assets/bg/cp-bg-wap3.jpg);
  }

  .content-box {
    gap: 0em;
  }

  .cp-title {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0rem;
  }

  .cp-title h2 {
    line-height: 1em;
    margin-bottom: 1rem;
  }

  .content-box {
    flex-direction: column;
    padding-left: 0;
  }

  .content-box .cp-title > h3 {
    margin: 1em 0 2em 0;
  }

  .cp-title > div {
    top: 7.5em;
    left: 0;
    bottom: 0;
  }

  .windshield {
    width: 100%;
  }

  .windshield-tab {
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.1);
  }

  .windshield-tab > label::after {
    border-bottom: 0;
  }

  .windshield-tab h3 {
    display: flex;
    flex-direction: column;
  }

  .windshield-tab h3 span {
    display: inline-block;
  }

  .windshield-tab h3 span:last-child {
    padding-bottom: 1em;
  }

  .windshield-tab > label {
    flex-grow: 0;
  }

  .windshield-tab {
    justify-content: space-between;
  }

  .windshield
    > input:nth-child(1):checked
    ~ .windshield-content
    > div:nth-child(1),
  .windshield
    > input:nth-child(2):checked
    ~ .windshield-content
    > div:nth-child(2),
  .windshield
    > input:nth-child(3):checked
    ~ .windshield-content
    > div:nth-child(3),
  .windshield
    > input:nth-child(4):checked
    ~ .windshield-content
    > div:nth-child(4) {
    flex-direction: column;
  }

  .windshield
    > input:nth-child(1):hover
    ~ .windshield-tab
    > label:nth-child(1)
    > h3
    > span:first-child,
  .windshield
    > input:nth-child(2):hover
    ~ .windshield-tab
    > label:nth-child(2)
    > h3
    > span:first-child,
  .windshield
    > input:nth-child(3):hover
    ~ .windshield-tab
    > label:nth-child(3)
    > h3
    > span:first-child,
  .windshield
    > input:nth-child(4):hover
    ~ .windshield-tab
    > label:nth-child(4)
    > h3
    > span:first-child,
  .windshield
    > input:nth-child(1):checked
    ~ .windshield-tab
    > label:nth-child(1)
    > h3
    > span:first-child,
  .windshield
    > input:nth-child(2):checked
    ~ .windshield-tab
    > label:nth-child(2)
    > h3
    > span:first-child,
  .windshield
    > input:nth-child(3):checked
    ~ .windshield-tab
    > label:nth-child(3)
    > h3
    > span:first-child,
  .windshield
    > input:nth-child(4):checked
    ~ .windshield-tab
    > label:nth-child(4)
    > h3
    > span:first-child {
    border-bottom: none;
  }

  .windshield
    > input:nth-child(1):checked
    ~ .windshield-tab
    > label:nth-child(1)
    > h3::after,
  .windshield
    > input:nth-child(2):checked
    ~ .windshield-tab
    > label:nth-child(2)
    > h3::after,
  .windshield
    > input:nth-child(3):checked
    ~ .windshield-tab
    > label:nth-child(3)
    > h3::after,
  .windshield
    > input:nth-child(4):checked
    ~ .windshield-tab
    > label:nth-child(4)
    > h3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -1px;
    left: 0;
    background: #99cc00;
  }

  .windshield-left {
    width: 100%;
  }

  .windshield-right {
    margin: auto;
    width: 70%;
    justify-content: space-around;
  }

  .section-bottom {
    flex-direction: column;
    gap: 2em;
  }

  .section-bottom > div {
    width: 100%;
  }

  .section .pc {
    display: none;
  }

  .flow-mobile {
    display: block !important;
    font-size: 0.9em;
  }

  .flow-mobile li {
    margin: 2em 0;
  }

  .flow-mobile li {
    display: grid;
    grid-template-columns: 3fr 1fr 3fr 1fr 3fr 1fr 3fr;
    align-items: center;
    justify-content: space-between;
  }

  .flow-mobile li:nth-child(3) {
    direction: rtl;
  }

  .flow-mobile li:nth-child(3) > div:nth-child(2n) {
    transform: rotateZ(180deg);
  }

  .flow-mobile li:nth-child(2n) img {
    width: 100%;
    transform: rotateZ(90deg);
  }

  .flow-mobile li > div {
    display: inline-block !important;
    margin-bottom: 0 !important;
    margin: 0 auto;
  }

  .flow-mobile li > div > div {
    font-size: 1em;
    margin: 0.5em auto;
  }

  .flow-mobile li img {
    width: 4em;
    height: 4em;
    object-fit: contain;
  }

  .flow-mobile li > div:nth-child(2n) img,
  .flow-mobile li:nth-child(2n) img {
    width: 1.5em;
    height: 1.5em;
    object-fit: contain;
  }

  .core,
  .core img {
    width: 100%;
    object-position: left;
  }

  .section {
    margin: 2em;
  }

  .ceramic {
    display: flex;
    justify-content: space-around;
    margin-bottom: 2em;
    position: relative;
  }

  .ceramic::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #e2e2e0;
  }

  .ceramic > label {
    padding: 1em 0 2em 0;
    flex: 1;
    position: relative;
    display: inline-block;
  }

  .ceramic-content p {
    display: none;
  }

  .mobile > input:nth-child(1):checked ~ .ceramic-content > p:nth-child(1),
  .mobile > input:nth-child(2):checked ~ .ceramic-content > p:nth-child(2),
  .mobile > input:nth-child(3):checked ~ .ceramic-content > p:nth-child(3) {
    display: block;
  }

  .mobile > input:nth-child(1):checked ~ .ceramic > label:nth-child(1)::after,
  .mobile > input:nth-child(2):checked ~ .ceramic > label:nth-child(2)::after,
  .mobile > input:nth-child(3):checked ~ .ceramic > label:nth-child(3)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #222222;
    z-index: 2;
  }

  .ceramic-item > div {
    text-align: center;
  }

  .ceramic-item > div h3 {
    padding: 1em 0;
    font-size: 1.5em;
  }

  .section p {
    line-height: 1.5em;
  }

  .mobile {
    display: block;
  }

  h2.tab-title, .h2 {
    font-size: 1rem;
  }
}
