.parallax {
  position: relative;
  will-change: transform;
}

.philosophy {
  width: 100%;
  background: url("../img/philosophy_bg.jpg") repeat-x center top/cover;
  padding-top: 200px;
  padding-bottom: 300px;
  color: #fff;
}

.serif {
  font-family: "Hahmlet", serif;
}

.cont1 h4 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.parall_cont {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.cont_img {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 600px);
  top: 0;
  z-index: 1;
}

.cont_eng {
  font-family: "Hahmlet", serif;
  font-weight: 400;
  font-size: 120px;
  mix-blend-mode: overlay;
  opacity: 0.8;
  position: absolute;
  left: calc(50% - 200px);
  top: 30px;
  z-index: 2;
}

.cont_txt {
  font-size: 24px;
  line-height: 1.5;
  position: absolute;
  left: calc(50% - 40px);
  top: 200px;
  z-index: 3;
}

.cont_txt p {
  color: #ff7720;
  font-weight: 700;
  margin-bottom: 30px;
}

.cont2 {
  height: 600px;
  margin-top: 200px;
}

.cont3 {
  height: 450px;
  margin-top: 300px;
}

.cont3 .cont_img {
  left: auto;
  right: 0;
}

.cont3 .cont_eng {
  top: 440px;
}

.cont3 .cont_txt {
  left: 0;
  top: 0px;
}

.cont4 {
  height: 660px;
  margin-top: 280px;
}

.cont4 .cont_img {
  left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cont4 .cont_eng {
  top: 720px;
}

.cont4 .cont_txt {
  left: calc(50% - 40px);
  top: 50px;
}

.phil_steps {
  width: 100%;
  margin-top: 200px;
  padding: 250px 0;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding-top: 200px;
}

.phil_steps .scm {
  width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.phil_steps .phil_steps_left {
  width: 520px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  top: 190px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.phil_steps .phil_steps_left .eng_ttl {
  color: #ff7720;
  font-size: 24px;
  font-weight: 500;
}

.phil_steps .phil_steps_left h4 {
  font-size: 40px;
  font-family: "Hahmlet", serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin-top: 50px;
}

.phil_steps .phil_steps_left .desc {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  margin-top: 66px;
}

.phil_steps .phil_steps_right {
  width: calc(100% - 520px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 40px 30px;
  padding-bottom: 200px;
  z-index: 5;
}

.phil_steps .phil_step_item {
  width: 423px;
  height: 382px;
  background: rgba(255, 255, 255, 0.2);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
  padding: 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.phil_steps .phil_step_item:nth-child(1):hover {
  background: url("../img/phil_p1.png") no-repeat;
}

.phil_steps .phil_step_item:nth-child(2):hover {
  background: url("../img/phil_p2.png") no-repeat;
}

.phil_steps .phil_step_item:nth-child(3):hover {
  background: url("../img/phil_p3.png") no-repeat;
}

.phil_steps .phil_step_item:nth-child(4):hover {
  background: url("../img/phil_p4.png") no-repeat;
}

.phil_steps .phil_step_item:nth-child(5):hover {
  background: url("../img/phil_p5.png") no-repeat;
}

.phil_steps .phil_step_item:nth-child(6):hover {
  background: url("../img/phil_p6.png") no-repeat;
}

.phil_steps .phil_step_item:nth-child(7):hover {
  background: url("../img/phil_p7.png") no-repeat;
}

.phil_steps .phil_step_item:nth-child(8):hover {
  background: url("../img/phil_p8.png") no-repeat;
}

.phil_steps .phil_step_item:nth-child(9):hover {
  background: url("../img/phil_p9.png") no-repeat;
}

.phil_steps .phil_step_item:nth-child(10):hover {
  background: url("../img/phil_p10.png") no-repeat;
}

.phil_steps .phil_step_item .item_num {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-family: "Hahmlet", serif;
  font-size: 18px;
}

.phil_steps .phil_step_item .item_ttl {
  font-family: "Hahmlet", serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 24px;
  letter-spacing: -0.05em;
}

.phil_steps .phil_step_item .item_ttl_eng {
  font-family: "Hahmlet", serif;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 8px;
  margin-top: auto;
}

.phil_steps .phil_step_item .item_desc {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1.6;
}

.phil_steps .phil_step_item:nth-child(odd) {
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: auto;
}

.phil_steps .phil_step_item:nth-child(even) {
  -ms-grid-column: 2;
  grid-column: 2;
  grid-row: span 1;
  -webkit-transform: translateY(220px);
          transform: translateY(220px);
}

.cont5 {
  margin-top: 100px;
}

.cont5 h4 {
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  text-align: center;
}

.cont6_wrap {
  overflow-x: hidden;
}

.cont6 {
  margin-top: 150px;
  height: 1200px;
}

.cont6 .cont_img {
  top: -400px;
  left: -150px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cont6 .cont_img2 {
  top: 150px;
  left: calc(50% + 378px);
  z-index: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  mix-blend-mode: luminosity;
}

.cont6 .cont_txt {
  left: calc(50% + 40px);
  top: -240px;
}

.cont7 {
  height: 660px;
}

.cont7 .cont_img {
  top: -450px;
  left: auto;
  right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cont7 .cont_txt {
  left: 60px;
  top: -350px;
}

.cont8 {
  height: 660px;
  margin-top: 100px;
}

.cont8 .cont_img {
  top: -450px;
  left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cont8 .cont_eng {
  top: 750px;
}

.cont8 .cont_txt {
  left: calc(50% - 40px);
  top: -250px;
}

.philosophy_btm {
  padding: 200px 0;
  background: url("../img/phil_btm.jpg") no-repeat center/cover;
  width: 100%;
  text-align: center;
  color: #fff;
}

.philosophy_btm h4 {
  font-size: 34px;
  line-height: 1.6;
  font-weight: 500;
}

.philosophy_btm a {
  display: inline-block;
  background: #ff7720;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  border-radius: 40px;
  width: 220px;
  height: 56px;
  margin-top: 40px;
  position: relative;
  line-height: 56px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.philosophy_btm a::after {
  content: '>';
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-left: 4px;
}

.philosophy_btm a:hover {
  -webkit-box-shadow: 2px 8px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 8px 18px rgba(0, 0, 0, 0.2);
  background: #f36b17;
}

.philosophy_btm a:hover::after {
  margin-left: 10px;
}

@media screen and (max-width: 639px) {
  .philosophy {
    background: url("../img/philosophy_bg_mo.jpg") center top/cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .parall_cont {
    width: 100%;
  }
  .cont_eng {
    font-size: 80px;
  }
  .cont_img {
    overflow: visible;
  }
  .cont_img img {
    width: 100%;
  }
  .cont_txt {
    font-size: 18px;
  }
  .cont1 h4 {
    font-size: 32px;
  }
  .cont2 {
    margin-top: 80px;
  }
  .cont2 .cont_eng {
    left: auto;
    right: 50px;
    top: 30px;
  }
  .cont2 .cont_img {
    width: 60%;
    left: 40px;
  }
  .cont2 .cont_txt {
    left: auto;
    right: 30px;
    top: 290px;
    text-align: right;
  }
  .cont3 {
    margin-top: 200px;
    height: 600px;
  }
  .cont3 .cont_eng {
    left: auto;
    right: 10px;
    top: 500px;
  }
  .cont3 .cont_img {
    width: 75%;
  }
  .cont3 .cont_txt {
    left: 20px;
    top: 120px;
  }
  .cont4 {
    margin-top: 200px;
  }
  .cont4 .cont_img {
    width: 50%;
    left: 40px;
    top: -100px;
  }
  .cont4 .cont_txt {
    left: auto;
    right: 20px;
    text-align: right;
  }
  .phil_steps {
    text-align: center;
    padding: 150px 0;
    padding-top: 150px;
    margin-top: 50px;
  }
  .phil_steps .scm {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .phil_steps .phil_steps_left {
    position: static;
    width: 100%;
  }
  .phil_steps .phil_steps_left h4 {
    font-size: 32px;
  }
  .phil_steps .phil_steps_left .desc {
    font-size: 18px;
  }
  .phil_steps .phil_steps_mo {
    margin-top: 80px;
  }
  .phil_steps .swiper {
    width: 100%;
    overflow: hidden;
  }
  .phil_steps .swiper img {
    width: 100%;
  }
  .cont6 {
    height: 1100px;
  }
  .cont6 .cont_img {
    width: 90%;
    left: 10px;
  }
  .cont6 .cont_img2 {
    width: 60%;
    top: 600px;
    left: calc(50% + 308px);
  }
  .cont6 .cont_img2 img {
    width: 100%;
  }
  .cont6 .cont_txt {
    width: 100%;
    left: 0px;
    text-align: center;
    top: 00px;
  }
  .cont7 {
    margin-top: 100px;
  }
  .cont7 .cont_img {
    width: 50%;
  }
  .cont7 .cont_txt {
    top: -150px;
    left: 20px;
  }
  .cont8 .cont_eng {
    top: 200px;
    font-size: 70px;
  }
  .cont8 .cont_img {
    left: 30px;
    width: 60%;
  }
  .cont8 .cont_txt {
    left: auto;
    right: 20px;
    text-align: right;
    top: -80px;
  }
  .philosophy_btm {
    padding: 100px 0;
  }
  .philosophy_btm h4 {
    font-size: 22px;
  }
  .philosophy_btm a {
    font-size: 18px;
    width: 200px;
    height: 44px;
    line-height: 44px;
  }
}
/*# sourceMappingURL=philosophy.css.map */