.main_vis_frame {
  width: 100%;
  height: 72rem;
  position: relative;
  background-image: url("../img/43234.jpg");
  background-size: cover;
  transition: auto;
  background-position: center;
}

.main_vis_frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5f5f5f;
  opacity: 30%;
  z-index: 1;
}

.main_vis_frame.active {
  background-size: 130%;
  transition: auto;
  background-position: center;
}
.main_vis_text {
  position: absolute;
  /* width: 100%; */
  bottom: 8.9rem;
  left: 6rem;
  z-index: 2;
}
.m_v_text {
  color: #ffffff;
  font-size: 6rem;
  line-height: 8rem;
  letter-spacing: 0.07em;
  font-weight: bold;
}

/* PHILOSOPHY */
.philosophy_frame {
  display: flex;
  overflow: hidden;
}
.philosophy_img_frame {
  width: 50%;
  z-index: 10;
  padding-bottom: 1000rem;
  margin-bottom: -1000rem;
}

.p_back_frame {
  position: relative;
  background: #d9e5ed;
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.p_back_content {
  font-size: 12.4rem;
  font-family: var(--ShipporiMincho);
  font-weight: 600;
  color: #4f7b96;
  opacity: 0.15;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 1;
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.p_title {
  font-weight: bold;
  font-size: 3rem;
  color: #4f7b96;
  position: relative;
  z-index: 2;
  margin-top: -6.5rem;
  padding-bottom: 1rem;
  padding-left: 1.9rem;
}

.p_content_frame {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  padding: 0rem 5.8rem 5rem 1.9rem;
}

.p_content {
  font-size: 1.5rem;
  line-height: 3.5rem;
  text-align: justify;
}

/* SERVICE */
.s_top_frame {
  position: relative;
  width: 100%;
  height: 12.4rem;
  margin-top: 10rem;
  margin-bottom: 5rem;
}
.s_middle_frame {
  position: absolute;
  width: 100%;
  height: 12.4rem;
  top: 9rem;
  opacity: 0;
  transition: 1s;
}
.s_middle_frame.active {
  position: absolute;
  opacity: 1;
  top: 0;
  width: 100%;
  height: 12.4rem;
  transition: 1s;
}
.s_frame {
  position: relative;
  width: 100%;
  height: 12.4rem;
}
.s_title {
  position: absolute;
  top: -3rem;
  font-weight: 600;
  left: 6.3rem;
  font-size: 12.4rem;
  font-family: var(--ShipporiMincho);
  opacity: 0.25;
  color: #4f7b96;
}
.s_content {
  position: absolute;
  font-size: 3rem;
  color: #4f7b96;
  bottom: -1rem;
  left: 11.2rem;
  font-weight: bold;
}
.service_content_frame_2 {
  margin-left: -100%;
  margin-bottom: 4rem;
  width: 100%;
  display: block;
  height: 53.7rem;
  transition: 1s;
  opacity: 0;
}
.service_content_frame_2.active {
  margin-left: 0rem;
  transition: 1s;
  opacity: 1;
}
.service_content_frame {
  /* margin-left: -100%; */
  margin-bottom: 4rem;
  width: 100%;
  display: block;
  /* height: 53.7rem; */
  transition: 1s;
  /* opacity: 0; */
  /* transform: translate(-100%, 0); */
}

.service_content {
  margin: 0 auto;
  width: 119.8rem;
  /* height: 53.7rem; */
  display: flex;
  position: relative;
  opacity: 0;
  transform: translate(-100%, 0);
}

.service_content_frame.active .service_content{
  transition: 1s;
  opacity: 1;
  transform: none;
}

.s_img_content_frame {
  position: relative;
}
.s_count {
  position: absolute;
  top: 0;
  left: 0;
  width: 14.8rem;
  height: 18.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s_number {
  font-size: 12.4rem;
  color: #4f7b96;
  opacity: 0.4;
  z-index: 3;
  font-family: var(--ShipporiMincho);
  font-weight: bold;
}
.s_left_back {
  width: 20.2rem;
  height: 64rem;
  background: #d9e5ed;
}
.s_left_back_2 {
  width: 20.2rem;
  height: 64rem;
  background: #d9e5ed;
}
.s_img_frame1 {
  position: absolute;
  width: 55.2rem;
  height: 43.8rem;
  top: 9.2rem;
  left: 7.4rem;
}
.s_img_frame2 {
  position: absolute;
  width: 55.2rem;
  height: 43.8rem;
  top: 9.2rem;
  left: 7.4rem;
}
.service_contents_frame {
  width: 52.2rem;
  /* height: 53.7rem; */
  position: absolute;
  right: 0;
  top: 0;
}
.service_content_title {
  margin-top: 9.3rem;
  font-size: 2.9rem;
  color: #4f7b96;
  font-weight: bold;
}

.service_content_title *{
  font-weight: bold;
}

.service_content_frame2 {
  margin-top: 3.1rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
.service_content_frame2 p {
  font-size: 1.5rem;
}
.content_more {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 17rem;
  height: 5rem;
}
.see_more {
  font-size: 2rem;
  font-weight: bold;
  font-family: var(--NotoSans);
  color: black;
  transition: 1s;
}
.content_more:hover .see_more {
  color: #4f7b96;
  transition: 1s;
}
.content_more1:hover .see_more {
  color: #4f7b96;
  transition: 1s;
}
.see_circle {
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: #707070 solid 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
}
.content_more:hover .see_circle {
  background-color: #4f7b96;
  transition: 1s;
}
.content_more1:hover .see_circle {
  background-color: #4f7b96;
  transition: 1s;
}
.arrow {
  font-size: 2rem;
  transition: 1s;
  color: black;
}
.content_more:hover .arrow {
  color: #ffffff;
  transition: 1s;
}
.content_more1:hover .arrow {
  color: #ffffff;
  transition: 1s;
}
.news_frame {
  position: relative;
  width: 100%;
  background: #f2f2f2;
  height: 62.5rem;
  margin-bottom: 9rem;
  opacity: 0;
  margin-left: -95%;
  transition: 1s;
}
.news_frame.active {
  opacity: 1;
  transition: 1s;
  margin-left: 0rem;
}
.back_news_font {
  position: absolute;
  font-size: 19.1rem;
  color: #4f7b96;
  opacity: 0.1;
  top: -4rem;
  left: 3rem;
  font-family: var(--ShipporiMincho);
}
.news_title {
  position: absolute;
  top: 11.4rem;
  left: 7rem;
  font-size: 3rem;
  font-weight: bold;
  color: #4f7b96;
}
.content_more1 {
  cursor: pointer;
  position: absolute;
  top: 11.8rem;
  right: 4rem;
  width: 17rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_contents_frame {
  width: 112rem;
  padding-top: 22.8rem;
  margin: 0 auto 0 auto;
  height: 100%;
}
.news_contents {
  width: 112rem;
  height: 6.2rem;
  display: flex;
  border-bottom: #707070 solid 0.1rem;
  margin-bottom: 4.3rem;
}
.news_contents_2 {
  width: 112rem;
  height: 6.2rem;
  display: flex;
  margin-bottom: 4.3rem;
}
.news_time {
  margin-left: 6.6rem;
  font-size: 1.6rem;
}
.n_title {
  margin-left: 13.8rem;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 699.98px) {
  .main_vis_frame {
    width: 100%;
    height: 70rem;
    position: relative;
    background-image: url("../img/43234.jpg");
    background-size: cover;
    background-position: center;
  }
  .main_vis_text {
    position: absolute;
    /* width: 100%; */
    bottom: 8.3rem;
    left: 2rem;
  }
  .m_v_text {
    color: #ffffff;
    font-size: 3.5rem;
    line-height: 4.7rem;
    letter-spacing: 0.07em;
    font-weight: bold;
  }
  .philosophy_frame {
    display: block;
    overflow: none;
  }
  .philosophy_img_frame {
    width: 100%;
    height: 42.3rem;
    position: relative;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
  }

  .p_back_frame {
    position: relative;
    background: #d9e5ed;
    width: 100%;
    padding: 0rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .p_back_frame::before {
    position: absolute;
    top: -10.9rem;
    width: 100%;
    height: 11rem;
    z-index: 100;
    content: "";
    background-color: #d9e5ed;
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
    z-index: 100;
  }

  .p_back_content {
    font-size: 5rem;
    font-family: var(--ShipporiMincho);
    font-weight: 600;
    color: #4f7b96;
    opacity: 0.15;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: -2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .p_title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    position: relative;
    font-size: 2rem;
    color: #4f7b96;
    top: 3.2rem;
    width: 100%;
    z-index: 2;
  }

  .p_content_frame {
    position: relative;
    width: 100%;
    margin-top: 3rem;
    padding: 2rem 1rem 4rem 1rem;
  }

  .p_content {
    font-size: 1.3rem;
    line-height: 3.2rem;
  }

  .s_top_frame {
    height: 6rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
  }

  .s_middle_frame.active {
    top: 0;
  }
  .s_frame {
    position: relative;
    width: 100%;
    height: 6rem;
  }
  .s_title {
    position: absolute;
    top: -3rem;
    font-weight: 600;
    left: 1.5rem;
    font-size: 6rem;
    font-family: var(--ShipporiMincho);
    opacity: 0.25;
    color: #4f7b96;
  }
  .s_content {
    position: absolute;
    font-size: 2rem;
    color: #4f7b96;
    bottom: 0.3rem;
    left: 4rem;
    font-weight: 600;
  }
  .service_content_frame {
    /* margin-bottom: 0; */
    /* width: 100%; */
    /* display: block; */
    /* height: 78.8rem; */
    /* margin-left: -100%; */
    /* opacity: 0; */
    /* transition: 1s; */
  }
  .service_content_frame.active {
    /* margin-left: 0; */
    /* opacity: 1; */
    /* transition: 1s; */
  }
  .service_content_frame_2 {
    height: 82.8rem;
  }
  .service_content_frame_2.active {
    margin-bottom: 0;
    margin-left: 0;
  }
  .s_left_back_2 {
    height: 82.8rem;
    width: 8rem;
    background: #d9e5ed;
  }
  .service_content {
    margin: 0 auto;
    width: 100%;
    /* height: 78.8rem; */
    display: block;
    position: relative;
  }
  .s_img_content_frame {
    position: relative;
    /* height: 78.8rem; */
  }
  .s_count {
    position: absolute;
    top: 0;
    left: 0;
    width: 8.9rem;
    height: 11.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .s_number {
    font-size: 7rem;
    color: #4f7b96;
    opacity: 0.4;
    z-index: 3;
    font-family: var(--ShipporiMincho);
    font-weight: bold;
  }
  .s_left_back {
    width: 8rem;
    height: 61rem;
    background: #d9e5ed;
  }
  .s_img_frame1 {
    position: absolute;
    width: 34rem;
    height: 26rem;
    top: 6.7rem;
    left: 1.5rem;
  }
  .s_img_frame2 {
    position: absolute;
    width: 34rem;
    height: 26rem;
    top: 6.7rem;
    left: 1.5rem;
  }
  .service_contents_frame {
    width: 34rem;
    /* height: 38rem; */
    position: absolute;
    left: 1.5rem;
    top: 35.8rem;
  }
  .service_content_title {
    margin: 0;
    font-size: 1.8rem;
    color: #4f7b96;
    font-weight: bold;
  }
  .service_content_frame2 {
    margin-top: 2.1rem;
    font-size: 1.4rem;
  }
  .service_content_frame2 p {
    font-size: 1.3rem;
    line-height: 3.2rem;
    letter-spacing: 0;
    font-family: var(--NotoSans);
  }
  .content_more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 38rem;
    right: 2.7rem;
    width: 14rem;
    height: 5rem;
  }
  .see_more {
    font-size: 1.6rem;
    font-weight: bold;
    font-family: var(--NotoSans);
  }
  .see_circle {
    cursor: pointer;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: #707070 solid 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .arrow {
    font-size: 2rem;
  }
  .news_frame {
    position: relative;
    width: 100%;
    background: #f2f2f2;
    height: 61.2rem;
    margin-bottom: 3rem;
  }
  .back_news_font {
    position: absolute;
    font-size: 10.8rem;
    font-weight: 600;
    color: #4f7b96;
    opacity: 0.1;
    top: 0;
    left: 1rem;
    font-family: var(--ShipporiMincho);
  }
  .news_title {
    position: absolute;
    top: 9rem;
    left: 4rem;
    font-size: 2rem;
    font-weight: 600;
    color: #4f7b96;
  }
  .content_more1 {
    position: absolute;
    top: 51.2rem;
    right: 2.7rem;
    width: 14rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news_contents_frame {
    width: 35.5rem;
    padding-top: 15.8rem;
    margin: 0 auto 0 auto;
    height: 100%;
  }
  .news_contents {
    width: 35.5rem;
    height: 6.7rem;
    display: block;
    border-bottom: #707070 solid 0.1rem;
    margin-bottom: 2.2rem;
  }
  .news_contents_2 {
    width: 35.5rem;
    height: 6.7rem;
    display: block;
    margin-bottom: 2.2rem;
  }
  .news_time {
    margin-left: 3rem;
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
  }
  .n_title {
    margin-left: 3rem;
    padding-bottom: 2.1rem;
    font-size: 1.3rem;
    font-weight: bold;
  }
}
