@charset "utf-8";

#fv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  z-index: 1;
}
#fv video {
  position: absolute;
  bottom: 0;
  min-width: 100%;
  min-height: 100vh;
  z-index: 0;
  object-fit: contain;
  max-inline-size: initial;
}
.fv_dot {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/mv_overlay.webp);
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 2px 2px;
  z-index: 1;
}
.fv_detail {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 171px;
  height: 320px;
  color: #fff;
  z-index: 1;
}
.fv_h1 {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  line-height: 80px;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.fv_h1 span {
  display: inline-block;
  width: 100%;
  animation-name: titleAnimation;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes titleAnimation {
  0% {
    transform: translateY(-50px);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.fv_h1 span:first-child {
  animation-delay: 0.2s;
}
.fv_h1 span:last-child {
  animation-delay: 0.4s;
}
.fv_sentence {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 600;
}
.fv_bottom_icon {
  position: absolute;
  bottom: 39px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 24px;
  z-index: 1;
}
.fv_bottom_icon_circle {
  width: 24px;
  height: 42px;
  border: 1.5px solid #fff;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 8px;
  border-radius: 11px;
}
.fv_bottom_icon_circle::before {
  content: "";
  display: block;
  height: 5.6px;
  width: 1.5px;
  background-color: #fff;
  animation-name: fvBottomIconCircle;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}
.fv_bottom_icon_circle:after {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 9.42px;
  height: 9.42px;
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(-45deg);
  animation-name: fvBottomIconArrow;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}
.fv_detail br,
.fv_detail .sp_br {
  display: none;
}
@keyframes fvBottomIconCircle {
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes fvBottomIconArrow {
  100% {
    opacity: 0;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 1100px) {
  .fv_h1 {
    font-size: 45px;
    line-height: 60px;
  }
  .fv_detail {
    width: 611px;
    margin: auto;
    width: 611px;
    height: 350px;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0 20px;
  }
  .fv_detail br {
    display: block;
  }
}
#fv.scroll_action {
  margin-top: 131px;
  width: calc(100% - 160px);
  height: 835px;
  border-radius: 56px;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.12);
}
.fv_h1 .sp_on {
  display: none;
}
@media screen and (max-width: 700px) {
  #fv.scroll_action {
    width: 100%;
    height: 579px;
    border-radius: 36px;
    box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.12);
  }
  #fv video {
    min-height: 100%;
  }
  .fv_h1 {
    font-size: 34px;
    margin-bottom: 24px;
    line-height: 45px;
  }
  .fv_h1 .sp_on {
    display: inline;
  }
  .fv_h1 .sp_off {
    display: none;
  }
  .fv_sentence {
    line-height: 36px;
    margin-bottom: 130px;
  }
  .fv_detail {
    width: 330px;
    padding: 0;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 500px;
  }
  .fv_detail .sp_br {
    display: block;
  }
  #fv .animation_button {
    width: 290px;
    margin: auto;
  }
  #fv .animation_button .animation_button_wrap_lettering {
    transform: translateX(27px);
  }
  .fv_bottom_icon {
    display: none;
  }
}
.animation_button_remark {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px;
}
@media screen and (max-width: 700px) {
  .animation_button_remark {
    width: auto;
  }
}
.remark {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 600;
}
.bg_semicircle_01 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1410px;
  transform: translate(290px, -661px);
}
#value {
  margin-top: 232px;
  position: relative;
  margin-bottom: 240px;
}
.value_wrap_absolute_box {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  width: 300px;
  height: 500px;
  z-index: 1;
}
.value_wrap_absolute_box .value_box_title {
  position: relative;
  writing-mode: horizontal-tb;
  text-align: center;
  letter-spacing: 5px;
  left: 0;
}
.value_two_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}
.value_box {
  width: 300px;
  height: 500px;
  border-radius: 32px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.12);
  transition: all 0.3s;
  z-index: 1;
  overflow: hidden;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(12px);
}
.value_box:after {
  content: "+";
  font-size: 21px;
  font-weight: 600;
  position: absolute;
  left: 23px;
  bottom: 24px;
  color: #e94e4e;
  border: 3px solid #e94e4e;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  transition: all 0.2s;
  transition-delay: 0.3s;
  line-height: 1px;
  line-height: 0;
}
.right.value_box:after {
  left: initial;
  right: 23px;
}
.value_box_title {
  position: absolute;
  left: 125px;
  top: 0;
  bottom: 0;
  writing-mode: vertical-rl;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 7px;
  line-height: 45px;
  text-align: center;
  transition: color 0.2s;
  transition-delay: 0.3s;
  z-index: 1;
}
.right.value_box .value_box_title {
  left: initial;
  right: 125px;
}
.value_box_sentence {
  width: 430px;
  top: 130px;
  right: 100px;
  transition: opacity 0.2s;
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.3s;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  position: absolute;
  z-index: 1;
  font-weight: 600;
}
.right.value_box .value_box_sentence {
  right: initial;
  left: 100px;
}
.value_two_box_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  transition: opacity 0.2s, transform 10s;
  transition-delay: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.value_absolute_sentence {
  font-family: "Lato", sans-serif;
  font-size: 140px;
  font-weight: 700;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: auto;
  color: #ebe7e7;
  white-space: nowrap;
  animation: marquee 15s linear infinite;
  overflow: hidden;
  letter-spacing: 7px;
}
.value_absolute_sentence .sp {
  display: none;
}
.value_box_checkbox {
  display: none;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@media screen and (min-width: 1101px) {
  .value_box:hover {
    width: 788px;
  }
}
@media screen and (max-width: 1100px) {
  .value_box {
    width: 250px;
  }
  .value_two_box {
    margin: 0 30px;
  }
  .value_box_title {
    left: 98px;
  }
  .right.value_box .value_box_title {
    right: 98px;
  }
  .value_box_sentence {
    width: 240px;
    top: 100px;
    right: 40px;
  }
  .right.value_box .value_box_sentence {
    left: 40px;
  }
  .value_two_box_img {
    height: 100%;
  }
  .bg_semicircle_01 {
    transform: translate(290px, -531px);
  }
}
@media screen and (max-width: 800px) {
  .value_box {
    width: 200px;
  }
  .value_box_title {
    left: 75px;
  }
  .right.value_box .value_box_title {
    right: 75px;
  }
  .bg_semicircle_01 {
    transform: translate(290px, -431px);
  }
}
@media screen and (min-width: 731px) and (max-width: 1100px) {
  .value_box:hover {
    width: 500px;
  }
}
@media screen and (min-width: 731px) {
  .value_box:hover .value_box_title {
    color: #fff;
  }
  .value_box:hover:after {
    background-color: rgba(255, 255, 255, 0);
    border-color: #fff;
    color: #fff;
  }
  .value_box:hover .value_box_sentence {
    opacity: 1;
    visibility: visible;
  }
  .value_box:hover .value_two_box_img {
    transform: scale(1.5);
  }
  .value_box:hover .value_two_box_img {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 730px) {
  #value {
    margin-top: 117px;
  }
  .value_wrap_absolute_box .value_box_title {
    font-size: 32px;
    letter-spacing: 0.96px;
    height: auto;
  }
  .value_wrap_absolute_box {
    position: relative;
    width: auto;
    height: auto;
    margin-bottom: 75px;
  }
  .value_wrap_absolute_box img {
    width: 284px;
  }
  .value_wrap_absolute_box .value_box_title br {
    display: none;
  }
  .bg_semicircle_01 {
    width: 320px;
    transform: initial;
    margin-top: -200px;
    right: -40px;
  }
  .value_two_box {
    flex-direction: column;
    margin: 0 15px;
  }
  .value_box {
    width: 100%;
    height: auto;
  }
  .value_box:first-child {
    margin-bottom: 16px;
  }
  .value_box_title {
    position: relative;
    writing-mode: initial;
    left: auto;
    font-size: 24px;
    height: 184px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.9px;
  }
  .right.value_box .value_box_title {
    right: auto;
  }
  .value_box:after,
  .right.value_box:after {
    right: 15px;
    bottom: 15px;
    left: initial;
    width: 32px;
    height: 32px;
    border-width: 2px;
    font-size: 18px;
  }
  .value_box_sentence {
    padding: 0 40px 40px;
    margin-top: -30px;
    width: 100%;
    right: auto;
    top: auto;
    position: relative;
    max-height: 0;
    transition: max-height 0.4s, opacity 0.2s;
  }
  .right.value_box .value_box_sentence {
    left: initial;
  }
  .value_absolute_sentence {
    font-size: 80px;
    line-height: 80px;
  }
  .value_absolute_sentence .sp {
    display: block;
  }
  .value_box_checkbox:checked + label .value_box .value_box_sentence {
    max-height: 400px;
  }
  .value_box_checkbox:checked + label .value_box .value_box_title {
    color: #fff;
  }
  .value_box_checkbox:checked + label .value_box:after {
    background-color: rgba(255, 255, 255, 0);
    border-color: #fff;
    color: #fff;
  }
  .value_box_checkbox:checked + label .value_box .value_box_sentence {
    opacity: 1;
    visibility: visible;
  }
  .value_box_checkbox:checked + label .value_box .value_two_box_img {
    transform: scale(1.5);
  }
  .value_box_checkbox:checked + label .value_box .value_two_box_img {
    visibility: visible;
    opacity: 1;
  }
  @keyframes marquee {
    0% {
      left: 0;
    }
    100% {
      left: -180%;
    }
  }
}
.about_three_box_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 112px;
}
.about_three_box {
  text-align: center;
}
.about_three_box span {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  color: #e94e4e;
}
.about_three_box:nth-child(1) img {
  width: 115px;
}
.about_three_box:nth-child(2) img {
  width: 108px;
}
.about_three_box:nth-child(3) img {
  width: 102px;
}
.about_three_box:nth-child(2) {
  margin: 0 120px;
}
.about_sentence {
  margin-top: 60px;
  font-weight: 600;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  color: #6e6767;
  padding: 0 30px;
}
@media screen and (max-width: 1100px) {
  .about_sentence {
    text-align: left;
  }
  .about_sentence br {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .about_sentence {
    padding: 0 15px;
    margin-top: 48px;
    font-size: 16px;
  }
  .about_three_box_wrap {
    margin-top: 52px;
  }
  .about_three_box:nth-child(1) img {
    width: 84px;
  }
  .about_three_box:nth-child(2) img {
    width: 75px;
  }
  .about_three_box:nth-child(3) img {
    width: 74px;
  }
  .about_three_box span {
    font-size: 14px;
  }
  .about_three_box_wrap {
    gap: 0 22px;
  }
  .about_three_box:nth-child(2) {
    margin: 0;
  }
  .about_three_box:nth-child(2) span {
    margin-top: 24px;
  }
}
#point {
  margin-top: 230px;
}
#point .col2_content:not(:last-child) {
  margin-bottom: 140px;
}
.col2_content {
  display: flex;
  justify-content: space-between;
  max-width: 1760px;
  margin: 0 auto;
  gap: 0 102px;
  padding: 0 80px;
  box-sizing: content-box;
}
.col2_content .h2_title {
  align-items: flex-start;
}
.col2_content .h2_title_upper:after {
  width: 30px;
  margin: initial;
}
.col2_contnet_left {
  margin-top: 118px;
}
.col2_content_sentence {
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  margin-top: 32px;
  color: #6e6767;
}
.col2_content_right {
  max-width: 840px;
}
.col2_content_right img {
  border-radius: 56px;
}
.col2_content.reverse .col2_contnet_left {
  order: 1;
  padding-right: 20px;
}
@media screen and (max-width: 1350px) {
  .col2_content {
    gap: 0 50px;
    padding: 0 30px;
    align-items: center;
  }
  .col2_contnet_left {
    margin-top: 0;
  }
  .col2_content_right {
    max-width: 500px;
    flex-shrink: 0;
  }
  .col2_content_sentence br {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .col2_content_right {
    max-width: 400px;
  }
  #point .col2_content:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 800px) {
  .col2_content {
    flex-direction: column;
  }
  .col2_contnet_left {
    order: 1;
  }
  .col2_content_right {
    margin-bottom: 64px;
    max-width: 500px;
  }
  .col2_content_right img {
    border-radius: 40px;
  }
  #point .col2_content:not(:last-child) {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 700px) {
  #point {
    margin-top: 120px;
  }
  .col2_content {
    padding: 0 15px;
  }
  .col2_content_right {
    width: 100%;
    position: relative;
    height: 287px;
    max-width: 100%;
  }
  .col2_content_right img {
    border-radius: 32px 0 0 32px;
    width: 355px;
    position: absolute;
    right: -25px;
  }
  .col2_content.reverse .col2_content_right img {
    border-radius: 0 32px 32px 0;
    right: auto;
    left: -25px;
  }
  .col2_content_sentence {
    font-size: 16px;
    line-height: 36px;
  }
}
#merit {
  margin-top: 50px;
  overflow: hidden;
}
.merit_compare_wrap {
  margin-top: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  transform: translateX(127px);
}
.merit_compare {
  width: 455px;
  height: 703px;
  border-radius: 40px;
  background-color: #b9b0b0;
  padding: 27px 20px;
  display: flex;
  flex-direction: column;
}
.merit_compare_title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 22px;
}
.merit_compare_detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 24px;
  width: 415px;
  height: 536px;
  margin-top: auto;
}
.merit_compare_row:first-child,
.merit_compare_row:last-child {
  height: 122px;
}
.merit_compare_row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 97px;
  gap: 0 12px;
  position: relative;
}
.merit_compare_row:not(:last-child) {
  border-bottom: 1px solid #ebe7e7;
}
.merit_compare_row_sentence {
  color: #6e6767;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  gap: 0 12px;
  line-height: 1.8;
}
.merit_compare_row_sentence_circle {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #b9b0b0;
  width: 75px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b9b0b0;
  border-radius: 120px;
}
.merit_compare_row_sentence_circle.high {
  color: #fff;
  background-color: #b9b0b0;
}
.merit_compare_row_absolute_ele {
  position: absolute;
  margin: auto 0;
  left: -273px;
  display: flex;
  align-items: center;
  width: 255px;
  justify-content: flex-end;
  font-size: 20px;
  font-weight: 600;
  color: #6e6767;
}
.merit_compare_row_absolute_ele .text_center .mini {
  font-size: 13px;
}
.merit_compare_row_absolute_ele:after {
  content: "";
  width: 86px;
  border-bottom: 2px dashed #b9b0b0;
  margin-left: 15px;
}
.merit_compare.orange {
  background: linear-gradient(90deg, #e94e4e 0%, #ff795b 100%);
}
.merit_compare.orange .merit_compare_row_sentence {
  color: #2c2c2c;
}
.merit_compare.orange .merit_compare_row_sentence_circle.low {
  border-color: #ff795b;
  color: #ff795b;
}
.merit_compare.orange .merit_compare_row_sentence_circle.high {
  background: linear-gradient(90deg, #e94e4e 0%, #ff795b 100%);
  color: #fff;
  border: none;
}
#merit .sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  #merit .over_wrap {
    overflow-x: scroll;
  }
  .merit_compare_wrap {
    transform: translateX(287px);
    width: 920px;
  }
}
@media screen and (min-width: 701px) {
  .merit_compare_row_absolute_ele .text_center {
    text-align: center;
    line-height: 30px;
  }
}
@media screen and (max-width: 700px) {
  #merit {
    margin-top: 140px;
  }
  #merit .h2_title {
    margin-bottom: 45px;
    align-items: flex-start;
    padding-left: 15px;
  }
  #merit .h2_title_upper:after {
    right: auto;
  }
  .merit_compare {
    width: 914px;
    height: 226px;
    flex-direction: row;
    border-radius: 16px;
    padding: 24px 28px 24px 15px;
  }
  .merit_compare_wrap {
    flex-direction: column;
    transform: translateX(15px);
    margin-top: 59px;
  }
  .merit_compare_title {
    font-size: 24px;
    width: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-right: 10px;
  }
  .merit_compare_detail {
    flex-direction: row;
    width: 775px;
    height: 176px;
    border-radius: 16px;
  }
  .merit_compare:not(:last-child) {
    margin-bottom: 15px;
  }
  .merit_compare_row {
    flex-direction: column;
  }
  .merit_compare_row,
  .merit_compare_row:first-child,
  .merit_compare_row:last-child {
    width: calc(100% / 5);
    height: 177px;
    gap: 0;
    flex-shrink: 0;
  }
  .merit_compare_row:not(:last-child) {
    border-bottom: none;
    border-right: 1px solid #ebe7e7;
  }
  .merit_compare_row_absolute_ele {
    left: 0;
    right: 0;
    margin: auto;
    top: -90px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  .merit_compare_row_absolute_ele br {
    display: none;
  }
  .merit_compare_row_absolute_ele:after {
    border-bottom: 0;
    border-left: 2px dashed #b9b0b0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -33px;
    width: auto;
    height: 32px;
    width: 1px;
    display: block;
  }
  .merit_compare_row_absolute_ele .text_center .mini {
    font-size: 14px;
  }
  .merit_compare_row_sentence {
    font-size: 20px;
    flex-direction: column;
    text-align: center;
  }
  .merit_compare_row_sentence:nth-child(2) {
    margin-top: 5px;
  }
  #merit .pc {
    display: none;
  }
  #merit .sp {
    display: block;
  }
  .merit_compare_row_sentence_circle {
    width: 133px;
    height: 26px;
    margin-bottom: 5px;
  }
}
#case_and_flow {
  background: linear-gradient(90deg, #e94e4e 0%, #ff795b 100%);
  border-radius: 72px;
  padding: 140px 0 0;
  margin-top: 200px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#case {
  background: url(../img/case_bg.png) center center / cover no-repeat;
  border-radius: 56px;
  padding: 60px 80px 100px;
  box-sizing: border-box;
  max-width: 1760px;
  height: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  justify-content: center;
}
.case_title_upper {
  font-weight: 600;
  font-size: 20px;
}
.case_title {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.case_title_upper {
  font-size: 20px;
  font-weight: 600;
}
.case_title_down {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1.44px;
  margin-bottom: 35px;
}
.case_before_after_wrap {
  display: flex;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  width: 310px;
  margin-bottom: 30px;
}
.case_before_after {
  display: flex;
  align-items: center;
}
.case_before_after::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #d6d6d6;
  margin-right: 10px;
}
.case_before_after.after::before {
  background-color: #c5ff22;
}
.case_wrap_circle_graph {
  display: flex;
  flex-direction: column;
  align-items: center;
  outline: none;
  width: 454px;
  height: 454px;
  position: relative;
}
.case_wrap_circle_graph svg {
  width: 100%;
}
.case_wrap_circle_graph circle {
  fill: none;
  stroke-width: 0.8;
  stroke: #fff;
  opacity: 0.5;
}
.case_wrap_circle_graph path {
  fill: transparent;
  stroke-width: 0.8;
  stroke-linecap: round;
}
.case_wrap_circle_graph #aPath {
  stroke: #c5ff22;
}
.case_wrap_circle_graph_sentence {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(-10px);
}
.case_wrap_circle_graph_sentence_upper {
  font-size: 24px;
  font-weight: 600;
}
.case_wrap_circle_graph_sentence_down {
  font-family: "Roboto", sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
  transform: translateX(10px);
}
.case_wrap_circle_graph_sentence_down .unit {
  font-size: 24px;
  margin-left: 10px;
}
.case_wrap_bar_graph {
  max-width: 1175px;
  width: 100%;
  display: flex;
  gap: 0 20px;
  margin-top: 70px;
}
.case_bar_graph {
  border: 1px solid #fff;
}
.case_bar_graph.left,
.case_bar_graph.right {
  min-height: 270px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
}
.case_bar_graph.left {
  flex: 7;
}
.case_bar_graph.right {
  flex: 3;
}
.case_bar_graph_upper {
  min-height: 200px;
  padding: 45px 0 45px 45px;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.case_bar_graph_down {
  height: 100%;
  padding: 10px 45px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.case_bar_graph_down dd {
  font-family: "Roboto", sans-serif;
}
.case_bar_graph_down dd > span {
  font-size: 24px;
}
.case_bar_graph_upper .box {
  display: flex;
  align-items: center;
  height: 48px;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
}
.case_bar_graph_upper .box:not(:last-child) {
  margin-bottom: 26px;
}
.case_bar_graph_upper .box dt {
  max-width: 331px;
  width: 100%;
  margin-right: 40px;
}
.case_bar_graph_upper .box dt span {
  display: block;
  width: 100%;
  height: 48px;
  background-color: rgba(185, 176, 176, 0.7);
  border-radius: 0 8px 8px 0;
}
.case_bar_graph_upper .unit {
  font-size: 32px;
  margin-right: 5px;
}
.case_bar_graph.right .case_bar_graph_upper .unit {
  margin: 0 0 0 5px;
}
.case_bar_graph_upper_before {
  color: rgba(255, 255, 255, 0.4);
}
.case_bar_graph_upper_after.box dt span {
  background-color: #c5ff22;
  width: 35%;
}
.case_bar_graph_upper_minus {
  margin-left: 40px;
  color: #c5ff22;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  animation: blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.case_bar_graph_upper_minus:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 9px 0 9px;
  border-color: #c5ff22 transparent transparent transparent;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
  transform: translateY(-1px);
}
.wrap_case {
  padding: 0 40px;
}
.case_bar_graph_upper .box .number {
  font-weight: 500;
}
@media screen and (max-width: 1399px) {
  #case {
    padding: 60px 20px 100px;
  }
}
@media screen and (max-width: 1120px) {
  #case_and_flow {
    padding-top: 100px;
  }
  #case {
    height: 1400px;
  }
  .case_bar_graph.left {
    margin-bottom: 15px;
  }
  .case_wrap_bar_graph {
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  #case {
    height: 1600px;
  }
  .case_bar_graph_upper {
    min-height: auto;
    padding: 45px 40px 30px 15px;
  }
  .case_bar_graph.left .case_bar_graph_upper .box {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  .case_bar_graph.left,
  .case_bar_graph.right {
    min-height: auto;
  }
  .case_bar_graph_down {
    flex-direction: column;
    padding: 20px 45px;
  }
  .case_bar_graph_upper .box dt {
    max-width: 100%;
    margin-right: 0;
  }
  .case_bar_graph_down dd > span {
    font-size: 36px;
    margin-right: 5px;
  }
  .case_bar_graph_upper .box {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  #case_and_flow {
    padding-top: 58px;
    padding-bottom: 65px;
    border-radius: 32px;
  }
  .wrap_case {
    padding: 0 15px;
  }
  #case {
    height: 1400px;
    padding: 80px 20px 100px;
    border-radius: 24px;
  }
  .case_title_upper {
    font-size: 16px;
  }
  .case_title_down {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .case_before_after_wrap {
    width: 210px;
    margin-bottom: 20px;
    display: none;
  }
  .case_wrap_circle_graph_sentence {
    margin-top: 15px;
  }
  .case_wrap_circle_graph_sentence_upper {
    font-size: 20px;
  }
  .case_wrap_circle_graph_sentence_down {
    font-size: 52px;
    text-align: center;
    transform: translateX(0);
  }
  .case_wrap_circle_graph_sentence_down .unit {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
  .case_wrap_circle_graph {
    width: 330px;
    height: 330px;
    margin-top: 25px;
  }
  .case_bar_graph.left .case_bar_graph_upper .box {
    font-size: 24px;
  }
  .case_bar_graph_upper .box:not(:last-child) {
    margin-bottom: 15px;
  }
  .case_bar_graph_upper .unit {
    font-size: 24px;
  }
  .case_bar_graph_upper .box dt {
    margin-bottom: 10px;
  }
  .case_bar_graph_upper_minus {
    font-size: 20px;
    margin-left: 20px;
  }
  .case_bar_graph_upper_minus:before {
    transform: translateY(-2px);
  }
  .case_bar_graph_down dd {
    font-size: 20px;
  }
  .case_wrap_bar_graph {
    margin-top: 60px;
  }
  .case_bar_graph_down {
    padding: 20px 0;
  }
}
.pin-spacer {
  inset: 0 !important;
  width: fit-content !important;
}
@media screen and (min-width: 701px) {
  .flow_container {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
#flow {
  display: flex;
  gap: 0 90px;
}
#flow .h2_title {
  color: #fff;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 80px;
  margin-left: 170px;
  flex-shrink: 0;
}
#flow .h2_title_upper:after {
  background: #fff;
  margin: initial;
  width: 17px;
}
#flow .flow_wrap_box {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  width: 1712px;
}
#flow .flow_box {
  width: 322px;
  height: 370px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 24px;
  flex-shrink: 0;
}
#flow .scroll {
  padding-bottom: 5px;
}
#flow .flow_box:nth-child(1) .flow_box_img {
  width: 80px;
}
#flow .flow_box:nth-child(2) .flow_box_img {
  width: 104px;
}
#flow .flow_box:nth-child(3) .flow_box_img {
  width: 100px;
}
#flow .flow_box:nth-child(4) .flow_box_img {
  width: 93px;
}
#flow .flow_box:nth-child(5) .flow_box_img {
  width: 89px;
}
.flow_box_title {
  font-weight: 600;
  font-size: 20px;
  color: #e94e4e;
}
.flow_box_sentence {
  font-weight: 400;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  line-height: 32px;
}
#flow .flow_box:nth-child(1) .flow_box_title {
  margin: 25px 0 16px;
}
#flow .flow_box:nth-child(2) .flow_box_title {
  margin: 21px 0 18px;
}
#flow .flow_box:nth-child(3) .flow_box_title {
  margin: 36px 0px 17px;
}
#flow .flow_box:nth-child(4) .flow_box_title {
  margin: 20px 0 35px;
}
#flow .flow_box:nth-child(5) .flow_box_title {
  margin: 30px 0 17px;
}
#flow .flow_box_main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#flow .sp {
  display: none;
}
@media screen and (max-width: 1399px) {
  #flow .h2_title {
    margin-left: 40px;
  }
}
@media screen and (max-width: 700px) {
  #flow {
    flex-direction: column;
  }
  .flow_box_title {
    margin-right: auto !important;
  }
  .flow_box_sentence {
    text-align: left;
  }
  #flow .h2_title {
    margin-left: 15px;
    margin-bottom: 60px;
  }
  #flow .flow_box {
    width: 300px;
    justify-content: flex-start;
    padding-left: 40px;
  }
  #flow .flow_wrap_box {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }
  #flow .flow_box {
    width: 100%;
    height: 153px;
    flex-direction: row;
  }
  #flow .flow_box:nth-child(1) .flow_box_img {
    width: 70px;
  }
  #flow .flow_box:nth-child(2) .flow_box_img {
    width: 72px;
  }
  #flow .flow_box:nth-child(3) .flow_box_img {
    width: 73px;
  }
  #flow .flow_box:nth-child(4) .flow_box_img {
    width: 76px;
  }
  #flow .flow_box:nth-child(5) .flow_box_img {
    width: 77px;
  }
  #flow .flow_box:not(:last-child) {
    margin-bottom: 15px;
  }
  #flow .flow_box_main {
    margin-left: 30px;
  }
  #flow .flow_box:nth-child(1) .flow_box_title,
  #flow .flow_box:nth-child(2) .flow_box_title,
  #flow .flow_box:nth-child(3) .flow_box_title,
  #flow .flow_box:nth-child(4) .flow_box_title,
  #flow .flow_box:nth-child(5) .flow_box_title {
    margin: 0 0 13px;
  }
  #flow .sp {
    display: block;
  }
  #flow .pc {
    display: none;
  }
}
#simulation {
  margin: 184px auto 160px;
  position: relative;
  padding: 0 30px;
}
.simulation_box {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 56px;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.04);
  position: relative;
  padding: 117px 95px;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 1344px;
  margin: 0 auto;
}
.simulation_title {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  line-height: 50px;
}
.simulation_title_upper {
  font-size: 20px;
}
.simulation_title_down {
  font-size: 40px;
}
.simulation_box_image {
  position: absolute;
  right: -40px;
  top: -10px;
  width: 552px;
}
.bg_semicircle_02 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: translate(670px, -80px);
  z-index: 0;
  width: 888px;
}
#simulation .sp {
  display: none;
}
@media screen and (max-width: 1070px) {
  .simulation_box {
    padding: 80px 35px;
  }
  .simulation_box_image {
    position: initial;
    margin: 60px 0;
  }
  .simulation_title {
    margin-bottom: 0;
  }
  .simulation_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .simulation_box .animation_button {
    width: 290px;
  }
  .simulation_box .animation_button_wrap_lettering {
    transform: translateX(31px);
  }
  .bg_semicircle_02 {
    transform: translate(510px, -570px);
  }
}
@media screen and (max-width: 700px) {
  #simulation {
    padding: 0 15px;
    margin: 144px auto 140px;
  }
  .simulation_title_upper {
    font-size: 18px;
  }
  .simulation_title_down {
    font-size: 32px;
    line-height: 48px;
  }
  #simulation .sp {
    display: block;
  }
  .simulation_box {
    border-radius: 32px;
  }
  .simulation_box_image {
    width: 286px;
    margin: 0 0 20px;
  }
  .bg_semicircle_02 {
    position: absolute;
    right: auto;
    width: 320px;
    z-index: 0;
    transform: translate(-130px, -344px);
  }
}
#faq {
  margin-top: 59px;
}
.faq_list_wrap {
  max-width: 1344px;
  margin: 30px auto 0;
  padding: 0 30px;
  box-sizing: content-box;
}
.faq_list_detail {
  border-bottom: 1px solid #ebe7e7;
  cursor: pointer;
  transition: all 0.3s;
}
.faq_list_detail:hover .faq_q {
  opacity: 0.7;
}
.faq_q {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 23px 0;
  transition: all 0.3s;
}
.faq_q:before {
  content: "Q.";
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #e94e4e;
  margin-right: 30px;
}
.faq_q_sentence {
  margin-right: 10px;
}
.faq_a {
  font-size: 20px;
  font-weight: 400;
  transition: all 0.3s;
  height: 0;
  overflow: hidden;
}
.faq_a > .faq_a_sentence {
  border-top: 1px solid #ebe7e7;
  padding: 23px 0;
  display: flex;
  align-items: center;
  width: calc(100% - 1.25rem * 2);
  font-size: 16px;
}
.faq_list_detail.open .faq_a > .faq_a_sentence {
  width: 100%;
}
.faq_a > .faq_a_sentence:before {
  content: "A.";
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-right: 30px;
}
.plus_minus {
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  margin-left: auto;
  flex-shrink: 0;
}
.plus_minus::before {
  content: "";
  width: 22px;
  height: 3px;
  background-color: #b9b0b0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px;
}
.plus_minus::after {
  content: "";
  width: 3px;
  height: 22px;
  background-color: #b9b0b0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 2px;
  transition: all 0.3s;
}
.faq_list_detail.open {
  padding: 0 1.25rem;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.04);
}
.faq_list_detail.open .plus_minus::after {
  opacity: 0;
}
.faq_list_detail:has(+ .open) {
  border-bottom: none;
  border-color: #ebe7e7;
  margin-bottom: 15px;
}
@media screen and (max-width: 700px) {
  .faq_list_wrap {
    padding: 0 15px;
  }
  .faq_q:before {
    font-size: 32px;
    margin-right: 20px;
    transform: translateY(-3px);
  }
  .faq_q {
    font-size: 18px;
    padding: 21px 0;
  }
  .faq_a {
    font-size: 16px;
  }
  .faq_a > .faq_a_sentence:before {
    font-size: 32px;
  }
  .faq_list_detail.open {
    border-radius: 26px;
  }
}
#mission {
  margin: 269px 0 237px;
}
@media screen and (max-width: 700px) {
  #mission {
    margin: 140px auto 175px;
  }
}

.wrap_loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  z-index: 100;
  transition: all 0.3s;
}
.wrap_loader.stop {
  opacity: 0;
  visibility: hidden;
}
.loader {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 60px;
  height: 22px;
  border: 2px solid;
  border-radius: 3px;
}
.loader::after,
.loader::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 12px;
  background: currentColor;
  top: 3px;
}

.loader::before {
  right: -4px;
  border-radius: 3px;
  width: 4px;
}
.loader::after {
  width: 1px;
  left: 3px;
  animation: full 1s ease-in-out infinite;
}
@keyframes full {
  20% {
    background-color: red;
  }
  45% {
    background-color: yellow;
  }
  to {
    width: 50px;
    background-color: greenyellow;
  }
}
