.ppf header{position: absolute!important;z-index: 99;top:0!important;}
.ppf 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;
}

.ppf-content ul {
  list-style-type: none;
}

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

.ppf-content > div {
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
  gap: 1em;
  position: relative;
}

.ppf-content > div > div:first-child {
  width: 60%;
  aspect-ratio: 5/3;
  position: relative;
}

.ppf-content .ppf-img .ppf-welfare {
  display: flex;
  gap: 1em;
  height: 9em;
  padding: 1em;
  aspect-ratio: 8 / 3;
  color: #fff;
  position: absolute;
  justify-content: space-between;
  align-items: center;
  bottom: 1.5em;
}

.ppf-content .ppf-img .ppf-welfare::after {
  content: "";
  background: #080404;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}

.ppf-content .ppf-img .ppf-welfare img {
  height: 4.5em;
  object-fit: contain;
}

.ppf-content .ppf-img .ppf-divide {
  height: 100%;
  width: 2px;
  background-color: #fff;
  opacity: 0.25;
}

.ppf-content .ppf-img .ppf-welfare > div:nth-child(2n + 1) {
  width: 45%;
  text-align: center;
}
.ppf-content .ppf-img .ppf-welfare > div:nth-child(2n + 1) > div {
  font-size: 0.8em;
  font-weight: 400;
  margin-top: 1em;
}
.ppf-content > div > div:last-child {
  width: 45%;
  padding-left: 2em;
}

.ppf-content > div > div:last-child > h2 {
  color: #a9e301;
  font-weight: bold;
  padding: 0.5em 0;
}

.ppf-content > div > div:last-child > div {
  display: flex;
  gap: 1em;
  align-content: center;
}

.ppf-content > div > div:last-child > div > h3 {
  font-size: 1.5em;
  font-weight: bold;
}

.ppf-content > div > div:last-child > div > div{
  margin-top:-.5em;
}

.ppf-content > div > div:last-child > div img {
  height: 100%;
  width: 1em;
  object-position: center;
  object-fit: contain;
}

.ppf-content ul {
  display: block;
  margin: 1em 0;
}

.ppf-content div > ul li{
  padding-bottom: 1em;
}

.ppf-content ul h4 {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5em 0;
}

.ppf-content ul div {
  padding-left: 1.5em;
}

.ppf-content ul div > ul {
  list-style-type: disc;
  text-align: left;
  font-size: 1em;
  margin: 0;
  line-height: 1.8em;
}

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

.section .ppf-ul.ppf-item {
  padding: 2em 0;
  text-align: center;
}

.ppf-item h3{
  padding:10px 0;
  text-align: center;
}

.ppf-item p {
  text-align: left;
}

.ppf-item img {
  height: 4em;
  object-fit: contain;
  display: block;
  margin: auto;
  margin-bottom: 1em;
}

.tip {
  font-weight: 400 !important;
  font-size: 0.8em !important;
  color: #999999 !important;
}

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

.section .ppf-ulli > div {
  margin-bottom: 1em;
  text-align: center;
}

.section .ppf-ulli h3 {
  font-size: 1.2em;
  font-weight: 400;
}

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

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

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

.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 {
  object-fit: contain;
}

.logo {
  height: 2.5em;
}
.core {
  height: 4.5em;
}

.section-bottom .logo img,
.section-bottom .core img {
  height: 100%;
  width: 100%;
  object-position: left;
  object-fit: scale-down;
}

.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;
}

.flow li > div > div {
  height: 0 !important;
}

.mobile {
  display: none;
}

input {
  display: none;
}

.hu {
  background-image: url(../assets/image/HUimg.jpg);
}
.hc2 {
  background-image: url(../assets/image/HC2img.jpg);
}
.hc1 {
  background-image: url(../assets/image/HC1img.jpg);
}
.ppf-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.ppf {
  position: relative;
}

.ppf-content > div {
  display: none;
}

.ppf-tab {
  display: flex;
  position: absolute;
  z-index: 9;
  height: calc(2.5em + 1px);
  text-align: center;
}

.ppf-tab {
  right: 45%;
  bottom: calc(1.5em + 2px);
}

.ppf-tab > label {
  font-size: 1em;
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0.5em 1em;
  background-color: #fff;
  border: 0.5px solid #aae400;
  /* width: 30px; */
  top: -0.5px;
  bottom: 0.5px;
  /* height: calc(100% - 1em - 0px); */
  line-height: 1.5em;
  padding: 0.5em 1em;
  background-color: #fff;
  margin-bottom: 0;
}

.ppf-tab > label:nth-child(1) {
  left: -0px;
}
.ppf-tab > label:nth-child(2) {
  left: -1px;
}
.ppf-tab > label:nth-child(3) {
  left: -2px;
}

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

.ppf > input:nth-child(1):checked ~ .ppf-tab > label:nth-child(1),
.ppf > input:nth-child(2):checked ~ .ppf-tab > label:nth-child(2),
.ppf > input:nth-child(3):checked ~ .ppf-tab > label:nth-child(3) {
  background-color: #aae400;
  color: #fff;
}

.ppf > input:nth-child(1):hover ~ .ppf-tab > label:nth-child(1),
.ppf > input:nth-child(2):hover ~ .ppf-tab > label:nth-child(2),
.ppf > input:nth-child(3):hover ~ .ppf-tab > label:nth-child(3) {
  background-color: rgba(170, 228, 0);
  color: #fff;
}

@media screen and (min-width: 2560px) {
  .ppf, .section {
    font-size: 24px;
  }
}

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

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

  .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;
  }

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

  .mobile {
    display: block;
  }

  .divide {
    display: none;
  }

  .section:first-child .ppf-ul {
    flex-direction: column;
  }

  .ppf-content > div {
    flex-direction: column;
  }

  .ppf-img {
    aspect-ratio: 3/2;
  }

  .ppf-content > div > div:first-child {
    width: 100%;
  }
  .ppf-content > div > div:last-child {
    width: calc(100% - 2em) !important;
  }

  .ppf-content .ppf-img .ppf-welfare {
    height: 7em;
  }

  .ppf-content .ppf-img .ppf-welfare > div:nth-child(2n + 1) > div {
    margin-top: 0.5em;
  }

  .ppf-content {
    margin: 0;
  }

  .section .ppf-ul {
    flex-direction: column;
  }

  .ppf-tab {
    right: 3em;
    top: calc(100vw / 5 * 3 - 4.5em);
  }

  .ppf-tab > label {
    padding: 0.5em;
  }

  .ppf-content > div > div:last-child > div > h3 {
    font-weight: bold;
    line-height: 24px;
  }

  h3, .h3 {
    font-size: 1rem;
    text-align: center;
  }

  .ppf-item{
    text-align: center;
    padding:10px 0;
  }
}