/*
$4ewsColor: 
    /*col01: #238561,
  col02: #67a2b7,
  col03: #d2843e,
  col04: #cf775b,
  col05: #cf9942,
  col06: #926c28,
  col07: #cc7175,
  col08: #608ea1,
  col09: #5b609a,
  col10: #487390,
  col11: #4e9386,
  col12: #79a153,
  col13: #817499
);
*/
/**/
#philosophy_main {
  background-color: #d7f1fe;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 769px) {
  #philosophy_main {
    background-image: url(../../img/philosophy/index/bg_pc.jpg);
    padding-top: 0.7rem;
    padding-bottom: 180rem;
  }
}
@media screen and (max-width: 768px) {
  #philosophy_main {
    background-image: url(../../img/philosophy/index/bg_sp.jpg);
    padding: 0.7rem 0 59.6rem;
  }
}
#philosophy_main::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  #philosophy_main::before {
    background: linear-gradient(to bottom, #fff 0%, #fff 42.529%, rgba(255, 255, 255, 0) 100%);
    height: 69.6rem;
  }
}
@media screen and (max-width: 768px) {
  #philosophy_main::before {
    background: linear-gradient(to bottom, #fff 0%, #fff 57.22%, rgba(255, 255, 255, 0) 100%);
    height: 93.5rem;
  }
}

#philosophy_main .inner {
  position: relative;
}

.philosophy_lead {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .philosophy_lead {
    text-align: center;
    line-height: 1.7em;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_lead {
    line-height: 1.7em;
    font-size: 4rem;
  }
}
.philosophy_lead strong {
  display: inline-block;
  margin: 0 -0.4em 0 -0.35em;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Noto Serif TC", serif;
  vertical-align: baseline;
  color: #0068b2;
  translate: 0 5%;
}
@media screen and (min-width: 769px) {
  .philosophy_lead strong {
    font-size: 1.429em;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_lead strong {
    font-size: 1.228em;
  }
}

.philosophy_txt {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .philosophy_txt {
    line-height: 1.7em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_txt {
    line-height: 1.7em;
    font-size: 3.6rem;
  }
}

.philosophy_lst > li:nth-of-type(1) dt {
  color: #135184;
}

.philosophy_lst > li:nth-of-type(1) h3 {
  background: #135184;
}

.philosophy_lst > li:nth-of-type(1) h4 {
  color: #135184;
}

.philosophy_lst > li:nth-of-type(2) dt {
  color: #1d68b6;
}

.philosophy_lst > li:nth-of-type(2) h3 {
  background: #1d68b6;
}

.philosophy_lst > li:nth-of-type(2) h4 {
  color: #1d68b6;
}

.philosophy_lst > li:nth-of-type(3) dt {
  color: #2480c6;
}

.philosophy_lst > li:nth-of-type(3) h3 {
  background: #2480c6;
}

.philosophy_lst > li:nth-of-type(3) h4 {
  color: #2480c6;
}

.philosophy_lst > li:nth-of-type(4) dt {
  color: #2d97e7;
}

.philosophy_lst > li:nth-of-type(4) h3 {
  background: #2d97e7;
}

.philosophy_lst > li:nth-of-type(4) h4 {
  color: #2d97e7;
}

.philosophy_lst {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .philosophy_lst {
    row-gap: 1.819%;
    width: 32.167%;
    height: 55rem;
    padding-top: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_lst {
    row-gap: 14rem;
    width: 59rem;
    margin-top: 10rem;
  }
  .philosophy_lst i {
    display: none;
  }
}

.philosophy_lst.pyramid {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .philosophy_lst.pyramid {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_lst.pyramid {
    row-gap: 1.755%;
    width: 50rem;
    height: 57rem;
  }
  .philosophy_lst.pyramid > li {
    height: 100%;
  }
  .philosophy_lst.pyramid i {
    display: block;
  }
  .philosophy_lst.pyramid h4 {
    position: absolute;
    line-height: 1.301em;
    font-size: 3.6rem;
    font-weight: 500;
    font-family: "Noto Serif TC", serif;
  }
}

.philosophy_lst > li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .philosophy_lst > li {
    height: 100%;
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 769px) {
  .philosophy_lst > li.active i {
    stroke-dashoffset: 0;
  }
}
@media screen and (min-width: 769px) {
  .philosophy_lst > li.active .philosophy_dsc {
    opacity: 1;
    transform: translateY(0);
  }
}

.philosophy_lst i {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .philosophy_lst i {
    transition: linear 0.4s all 0s;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
  }
  .philosophy_lst i svg {
    height: 100%;
  }
}

.philosophy_lst h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .philosophy_lst h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_lst h3 {
    font-size: 2.6rem;
  }
}

.philosophy_lst .philosophy_txt {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .philosophy_dsc {
    position: absolute;
    transition: ease-in-out 0.9s all 0.6s;
    opacity: 0;
    transform: translateY(30px);
  }
}

.philosophy_dsc > dt {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .philosophy_dsc > dt {
    column-gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_dsc > dt {
    column-gap: 2rem;
  }
}
.philosophy_dsc > dt > h4 {
  line-height: 1;
  font-weight: 400;
  font-family: "Noto Serif TC", serif;
}
@media screen and (min-width: 769px) {
  .philosophy_dsc > dt > h4 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_dsc > dt > h4 {
    font-size: 6.4rem;
  }
}
.philosophy_dsc > dt > p {
  line-height: 1;
  font-weight: 300;
}
@media screen and (min-width: 769px) {
  .philosophy_dsc > dt > p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_dsc > dt > p {
    font-size: 4.4rem;
  }
}

@media screen and (min-width: 769px) {
  .philosophy_dsc > dd {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_dsc > dd {
    margin-top: 4.5rem;
  }
}
.philosophy_dsc > dd > h5 {
  letter-spacing: 0.05em;
  line-height: 1;
  text-indent: -0.6em;
  font-size: 10.8rem;
  font-weight: 700;
  font-family: "Noto Serif TC", serif;
  color: #0068b2;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .philosophy_dsc > dd > h5 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_dsc > dd > h5 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 769px) {
  .philosophy_dsc > dd figure {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_dsc > dd figure {
    margin-top: 5rem;
  }
}

.philosophy_term {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #0068ab;
}
@media screen and (min-width: 769px) {
  .philosophy_term {
    row-gap: 1.4rem;
    line-height: 1.5em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_term {
    row-gap: 1.5rem;
    line-height: 1.5em;
    font-size: 3.6rem;
  }
}

.philosophy_term > li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

@media screen and (min-width: 769px) {
  .philosophy_lst > li:nth-of-type(1) i {
    width: 34rem;
    height: 10.7rem;
    left: -18.5rem;
    top: -5.8rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_lst > li:nth-of-type(1) i {
    width: 11.4rem;
    left: 8.7rem;
    top: 2.4rem;
  }
}
.philosophy_lst > li:nth-of-type(1) h3 {
  clip-path: polygon(50% 0%, 50% 0%, 61.917% 100%, 38.083% 100%);
}
@media screen and (min-width: 769px) {
  .philosophy_lst > li:nth-of-type(1) h3 {
    padding-top: 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_lst > li:nth-of-type(1) h3 {
    padding-top: 7.1rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_lst > li:nth-of-type(1) h4 {
    left: 8.7rem;
    top: -3.6rem;
  }
}
@media screen and (min-width: 769px) {
  .philosophy_lst > li:nth-of-type(1) .philosophy_dsc {
    width: 95.855%;
    left: calc(22rem - 50vw);
    right: 108.809%;
    top: -94.23%;
  }
}
@media screen and (min-width:1201px) {
  .philosophy_lst > li:nth-of-type(1) .philosophy_dsc {
    left: -105.44%;
  }
}
@media screen and (min-width: 769px) {
  .philosophy_lst > li:nth-of-type(1) .philosophy_dsc > dd figure {
    width: 27rem;
  }
}

@media screen and (min-width: 769px) {
  .philosophy_lst > li:nth-of-type(2) i {
    width: 12.8rem;
    height: 8.1rem;
    right: -1.2rem;
    top: -5.1rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_lst > li:nth-of-type(2) i {
    width: 19.6rem;
    right: -4.6rem;
    top: -0.5rem;
  }
}
.philosophy_lst > li:nth-of-type(2) h3 {
  clip-path: polygon(37.047% 0%, 62.953% 0%, 74.611% 100%, 25.389% 100%);
}
@media screen and (max-width: 768px) {
  .philosophy_lst > li:nth-of-type(2) h4 {
    right: -3.8rem;
    top: -6.5rem;
  }
}
@media screen and (min-width: 769px) {
  .philosophy_lst > li:nth-of-type(2) .philosophy_dsc {
    width: 94.56%;
    right: calc(22rem - 50vw);
    top: -95.192%;
  }
}
@media screen and (min-width:1201px) {
  .philosophy_lst > li:nth-of-type(2) .philosophy_dsc {
    width: 98.446%;
    right: -105.44%;
    top: -90.384%;
  }
}
@media screen and (min-width: 769px) {
  .philosophy_lst > li:nth-of-type(2) .philosophy_dsc > dd figure {
    width: 31rem;
    margin-left: auto;
  }
}
@media screen and (min-width:1201px) {
  .philosophy_lst > li:nth-of-type(2) .philosophy_dsc .philosophy_txt {
    padding-right: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .philosophy_lst > li:nth-of-type(3) i {
    width: 18.1rem;
    height: 27.6rem;
    left: -11.8rem;
    top: 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_lst > li:nth-of-type(3) i {
    width: 15.2rem;
    left: -6.9rem;
    top: 0.3rem;
  }
}
.philosophy_lst > li:nth-of-type(3) h3 {
  clip-path: polygon(24.353% 0%, 75.647% 0%, 87.305% 100%, 12.695% 100%);
}
@media screen and (max-width: 768px) {
  .philosophy_lst > li:nth-of-type(3) h4 {
    left: -7.9rem;
    top: -6rem;
  }
}
@media screen and (min-width: 769px) {
  .philosophy_lst > li:nth-of-type(3) .philosophy_dsc {
    width: 142.488%;
    left: calc(23.3rem - 50vw);
    top: 323.077%;
  }
}
@media screen and (min-width:1201px) {
  .philosophy_lst > li:nth-of-type(3) .philosophy_dsc {
    left: -105.44%;
  }
}
@media screen and (min-width: 769px) {
  .philosophy_lst > li:nth-of-type(3) .philosophy_dsc > dd figure {
    width: 43.3rem;
  }
}

@media screen and (min-width: 769px) {
  .philosophy_lst > li:nth-of-type(4) i {
    width: 16.8rem;
    height: 26.5rem;
    right: -14.8rem;
    top: 4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_lst > li:nth-of-type(4) i {
    width: 11.3rem;
    right: -8.6rem;
    top: -1.3rem;
  }
}
.philosophy_lst > li:nth-of-type(4) h3 {
  clip-path: polygon(11.659% 0%, 88.341% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .philosophy_lst > li:nth-of-type(4) h4 {
    right: -8.6rem;
    top: -12.4rem;
  }
}
@media screen and (min-width: 769px) {
  .philosophy_lst > li:nth-of-type(4) .philosophy_dsc {
    width: 119.171%;
    right: calc(23.3rem - 50vw);
    top: 308.654%;
  }
}
@media screen and (min-width:1201px) {
  .philosophy_lst > li:nth-of-type(4) .philosophy_dsc {
    right: -105.44%;
    top: 303.847%;
  }
}
@media screen and (min-width: 769px) {
  .philosophy_lst > li:nth-of-type(4) .philosophy_dsc > dd figure {
    position: absolute;
    width: 71.5rem;
    height: 46rem;
    left: -65.3rem;
    top: 48rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_lst > li:nth-of-type(4) .philosophy_dsc > dd figure {
    position: relative;
    width: 67rem;
    height: 46.2rem;
    margin: 13rem -4rem 0;
  }
}
.philosophy_lst > li:nth-of-type(4) .philosophy_dsc > dd figure > img {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .philosophy_lst > li:nth-of-type(4) .philosophy_dsc > dd figure > img:nth-of-type(1) {
    width: 50.35%;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_lst > li:nth-of-type(4) .philosophy_dsc > dd figure > img:nth-of-type(1) {
    width: 53.732%;
  }
}
.philosophy_lst > li:nth-of-type(4) .philosophy_dsc > dd figure > img:nth-of-type(2) {
  right: 0;
}
@media screen and (min-width: 769px) {
  .philosophy_lst > li:nth-of-type(4) .philosophy_dsc > dd figure > img:nth-of-type(2) {
    width: 40.28%;
    bottom: 19.131%;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_lst > li:nth-of-type(4) .philosophy_dsc > dd figure > img:nth-of-type(2) {
    width: 42.986%;
    bottom: 27.057%;
  }
}
.philosophy_lst > li:nth-of-type(4) .philosophy_dsc > dd figure > img:nth-of-type(3) {
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .philosophy_lst > li:nth-of-type(4) .philosophy_dsc > dd figure > img:nth-of-type(3) {
    width: 42.518%;
    left: 11.049%;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_lst > li:nth-of-type(4) .philosophy_dsc > dd figure > img:nth-of-type(3) {
    width: 45.374%;
    left: 4.478%;
  }
}

#btm_sec {
  background: #f7f7f7;
}
@media screen and (min-width: 769px) {
  #btm_sec {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #btm_sec {
    padding-bottom: 8rem;
  }
}

#btm_sec .box {
  display: grid;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
@media screen and (min-width: 769px) {
  #btm_sec .box {
    grid-template-columns: 1fr 40rem;
    column-gap: 4rem;
    row-gap: 2rem;
    padding: 3rem 0;
  }
}
@media screen and (max-width: 768px) {
  #btm_sec .box {
    grid-template-columns: 1fr;
    row-gap: 4rem;
    padding: 5rem 0;
  }
}

@media screen and (min-width: 769px) {
  #btm_sec .box figure {
    grid-column: 2/3;
    grid-row: 1/4;
  }
}

#btm_sec .box .btn_btm {
  margin: 0;
}

#btm_sec .box .btn_btm .btn_base_type {
  margin: 0 auto 0 0;
}