  @charset "utf-8";

.el_btn__lemon{
    background:linear-gradient(296deg, #48AFAC -20%, #FFF 36%, #FFF 70.11%);
}
.bl_grandCopy::before{
    content:none;
}
.no-webp .bl_grandCopy::before{
    background-image:none;
}
.grandCopy_main{
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: clamp(0.5rem, 12vw, 9rem);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1;
}
.un_aboutus_philosophy{
  margin-top: 0;
  padding-top: 0;
}
.un_aboutus_philosophy_body {
  margin-top:0;
}
#philosophy .el_heading_main{
  margin-top: clamp(30px, 6.588579795vw, 50px);
}
.un_aboutus_philosophy_body .el_heading_sub {
  font-size: clamp(24px,2.3426061493vw,32px);
  margin-top: clamp(40px, 6.588579795vw, 60px);
}
.un_aboutus_philosophy picture{
  margin-top: clamp(40px, 4.58858vw, 90px);
}
#philosophy .textMargin{
  display: block;
  margin: 2em auto;
}
#philosophy .bl_card_header{
  display: block;
}
#philosophy .bl_card_header .leadText{
  width: 80%;
  display: block;
  color: #fff;
  font-size: clamp(1.5rem,2.3426061493vw,2rem);
  font-weight: bold;
  margin-bottom: 30px;
}
#philosophy .el_heading__rev{
  margin-bottom: 10px;
}

#philosophy .bl_card_header .leadText .isInview{
  display: inline;
  width: fit-content;
  background: linear-gradient(96.48deg, #01A7AC -14%, #034473 75%);
}
#philosophy .leadText .mb{
  margin-bottom: 5px;
}
#philosophy .bl_card_header_ttl{
  display: flex;
  max-width: 100%;
  text-align: left;
  margin: 30px 0 40px 0;
}
#philosophy .bl_card_header_box_row{
  display: block;
}
#philosophy .bl_card_header_box_row div{
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#philosophy .bl_card_header_box_row div:last-of-type{
  padding-bottom: 0;
  margin-bottom: 0;
}
#philosophy .BorderBottom{
  border-bottom: solid 1px #00a7ac;
  padding-bottom: clamp(20px, 2.9282576867vw, 40px);
}
#philosophy em {
    font-style: normal;
    display: inline-block;
}
#philosophy h4 span{
  font-weight: 700;
  color: #00a7ac;
}
#philosophy .el_heading_sub img{
  max-width: 60%;
}
.un_message_character{
    padding-block:clamp(110px,1vw,160px);
}
.bl_footer {
    padding-top: clamp(170px, 6.569546vw, 240px);
}


/* 旦弁伕奈伙母它件及弇离 */
.scroll {
  right: 50%;
  top: 40%;
  position: relative;
  text-align: center;
}
/* 妐荂及失瓦丟奈扑亦件 */
.scroll::before {
  animation: scroll 2s infinite;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  content: "";
  height: 30px;
  width: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  
}
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}


@media screen and (min-width: 1024px) {
    .bl_accNav_list {
        grid-template-columns: repeat(5, auto);
    }
}
@media screen and (min-width: 720px){
    .bl_grandCopy::before{
        right:-36%;
        bottom:-144%;
        width:80%
    }
    .un_message_character {
      padding-block: clamp(55px, 1vw, 160px);
    }
    .un_message_character {
      padding-block: clamp(65px, 1vw, 160px);
    }
    .bl_footer_copy .bl_grandCopy_main {
      width: min(71%, 380px);
    }
}

@media screen and (max-width: 720px){
    #philosophy .bl_card_header .leadText{
      width: 90%;
    }
    #philosophy .bl_card_header_ttl {
    margin: 1rem 0;
  }
    #philosophy .bl_card_header .leadText {
      margin-bottom: 0;
    }
    #philosophy .un_aboutus_philosophy .bl_card .bl_card_header .bl_card_header_ttl .el_txtGrad {
    line-height: 2;
  }
    .scroll {
    right: 53%;
  }
    .bl_footer_copy .bl_grandCopy_main {
      width:60%
  }
  .bl_footer {
    padding-top: clamp(115px, 6.569546vw, 240px);
}
}


