@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- base
- how_sec
- focus_sec
- decrease_sec
- summary_sec
- other-decoration
-------------------------*/
/*=======================================
　base
=======================================*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 4.2857142857vw;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 16vw;
  }
}

body:has(.process) {
  background: -webkit-gradient(linear, left top, left bottom, from(#1CC3FB), color-stop(5%, #7EE2FD), color-stop(30%, #D8FFFE), to(#D8FFFE));
  background: linear-gradient(to bottom, #1CC3FB 0%, #7EE2FD 5%, #D8FFFE 30%, #D8FFFE 100%);
}
@media screen and (max-width: 768px) {
  body:has(.process) {
    background: -webkit-gradient(linear, left top, left bottom, from(#1CC3FB), color-stop(4%, #7EE2FD), color-stop(80%, #C5F9FE), to(#D8FFFE));
    background: linear-gradient(to bottom, #1CC3FB 0%, #7EE2FD 4%, #C5F9FE 80%, #D8FFFE 100%);
  }
}
body:has(.process) .process .contents_ttl_area {
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  body:has(.process) .process .contents_ttl_area {
    margin-bottom: 3.4133333333vw;
  }
}
body:has(.process) .process .contents_ttl_area .contents_ttl .contents_ttl_txt {
  top: 45%;
  left: 51%;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  body:has(.process) .process .contents_ttl_area .contents_ttl .contents_ttl_txt {
    font-size: 4.8vw;
    top: 43%;
    left: 51%;
  }
}
body:has(.process) .process .contents_ttl_area .contents_ttl .contents_ttl_txt .ttl {
  font-size: 5.9285714286vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  body:has(.process) .process .contents_ttl_area .contents_ttl .contents_ttl_txt .ttl {
    font-size: 6.6666666667vw;
  }
}
body:has(.process) .process .contents_ttl_area .contents_ttl .contents_ttl_txt .ttl span {
  display: inline-block;
}
body:has(.process) .process .contents_ttl_area .contents_ttl .contents_ttl_txt .ttl span img {
  width: 28.9985714286vw;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  body:has(.process) .process .contents_ttl_area .contents_ttl .contents_ttl_txt .ttl span img {
    width: 32vw;
  }
}
body:has(.process) .process .contents_ttl_area .contents_ttl .contents_ttl_txt .num_wrapper {
  top: 58%;
  left: -7.2857142857vw;
}
@media screen and (max-width: 768px) {
  body:has(.process) .process .contents_ttl_area .contents_ttl .contents_ttl_txt .num_wrapper {
    left: -8.5333333333vw;
  }
}
body:has(.process) .process .contents_intro {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 6.5vw;
}
@media screen and (max-width: 768px) {
  body:has(.process) .process .contents_intro {
    margin-bottom: 8vw;
  }
}

/*=======================================
　how_sec
=======================================*/
.how_sec .question {
  margin-bottom: 5.7857142857vw;
}
@media screen and (max-width: 768px) {
  .how_sec .question {
    margin-bottom: 10.6666666667vw;
  }
}
.how_sec .question .q_ttl span:not(.ttl_q) {
  margin-left: -4px;
}
.how_sec .question img {
  width: 15.5vw;
  height: 14vw;
  top: 40%;
  right: -18.5vw;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .how_sec .question img {
    display: none;
  }
}
.how_sec .question .q_balls .ball {
  background: #249CE4;
}
.how_sec .movie {
  margin-bottom: 6.3571428571vw;
}
@media screen and (max-width: 768px) {
  .how_sec .movie {
    margin-bottom: 12vw;
  }
}
.how_sec .movie .modal_area {
  width: 65.6071428571vw;
  height: 36.8571428571vw;
  border-radius: 2.8571428571vw;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .how_sec .movie .modal_area {
    width: 86.6666666667vw;
    height: 48.688vw;
    border-radius: 2.6666666667vw;
  }
}
.how_sec .movie .modal_area::after {
  content: "";
  display: block;
  width: 67.0714285714vw;
  height: 38.5vw;
  background: center/cover url(../img/process/movie_frame.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .how_sec .movie .modal_area::after {
    width: 89.3333333333vw;
    height: 51.3546666667vw;
  }
}
.how_sec .movie .modal_area a {
  color: #BEBEBE;
  font-family: var(--zenmarugothic);
  font-size: 4.5714285714vw;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #929292;
  display: grid;
  place-content: center;
}
.how_sec .movie .modal_area a .movie_play_icon {
  width: 10.8571428571vw;
  height: 10.8571428571vw;
  border-radius: 9999px;
  background: rgba(255, 204, 0, 0.5);
  position: relative;
  margin-inline: auto;
  margin-bottom: 9.8571428571vw;
  translate: 0 7.5vw;
}
.how_sec .movie .modal_area a .movie_play_icon::after {
  content: "";
  display: block;
  width: 3.7142857143vw;
  height: 3.7857142857vw;
  background: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  top: 54%;
  left: 53%;
  translate: -50% -50%;
}
.how_sec .movie .modal_area .movie_coming-soon {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.how_sec .how_tips {
  width: 76.5714285714vw;
  margin-inline: auto;
  margin-bottom: 4.6428571429vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .how_sec .how_tips {
    width: 86.6666666667vw;
  }
}
.how_sec .how_tips .tips_sttl_wrapper {
  width: 15.6428571429vw;
  height: 4.6428571429vw;
  border-radius: 1.4285714286vw 1.4285714286vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8571428571vw;
  padding-top: 1.7928571429vw;
  padding-left: 2.5571428571vw;
  background: #fff;
  position: relative;
  translate: 0 2px;
  -webkit-filter: drop-shadow(3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3px 3px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .how_sec .how_tips .tips_sttl_wrapper {
    width: 40vw;
    height: 12vw;
    gap: 2.4vw;
    padding-top: 2.6666666667vw;
    padding-left: 3.2vw;
    translate: 0 3px;
  }
}
.how_sec .how_tips .tips_sttl_wrapper .tips_icon {
  width: 3.0878571429vw;
}
@media screen and (max-width: 768px) {
  .how_sec .how_tips .tips_sttl_wrapper .tips_icon {
    width: 8.5333333333vw;
  }
}
.how_sec .how_tips .tips_sttl_wrapper .tips_sttl {
  color: #183251;
  font-family: var(--murecho);
  font-size: 1.1428571429vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-top: 0.5714285714vw;
}
@media screen and (max-width: 768px) {
  .how_sec .how_tips .tips_sttl_wrapper .tips_sttl {
    font-size: 3.7333333333vw;
    padding-top: 1.6vw;
  }
}
.how_sec .how_tips .tips_sttl_wrapper .tips_corner {
  width: 60.9285714286vw;
  height: 4.6428571429vw;
  background-image: radial-gradient(circle at 17px 0px, rgba(255, 255, 255, 0) 17px, #fff 17.5px);
  background-position: left bottom;
  background-size: 17px 17px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -60.9285714286vw;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .how_sec .how_tips .tips_sttl_wrapper .tips_corner {
    height: 12vw;
  }
}
.how_sec .how_tips .tips_content {
  border-radius: 0 1.4285714286vw 1.4285714286vw 1.4285714286vw;
  background: #fff;
  padding-top: 3.9285714286vw;
  padding-bottom: 4.4642857143vw;
  position: relative;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: transform;
  isolation: isolate;
}
@media screen and (max-width: 768px) {
  .how_sec .how_tips .tips_content {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.how_sec .how_tips .tips_content::before {
  content: "";
  display: block;
  width: 13.7142857143vw;
  height: 15.6428571429vw;
  background: center/cover url(../img/common/cat_illust01.png) no-repeat;
  position: absolute;
  top: 3vw;
  left: 2vw;
  z-index: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media screen and (max-width: 768px) {
  .how_sec .how_tips .tips_content::before {
    display: none;
  }
}
.how_sec .how_tips .tips_content::after {
  content: "";
  display: block;
  width: 12.8571428571vw;
  aspect-ratio: 1/1;
  background: center/100% 100% url(../img/process/tips_camera.png) no-repeat;
  position: absolute;
  top: 3.7142857143vw;
  right: -1.6428571429vw;
}
@media screen and (max-width: 768px) {
  .how_sec .how_tips .tips_content::after {
    width: 21.3333333333vw;
    top: 84.8vw;
    right: 7.2vw;
  }
}
.how_sec .how_tips .tips_content .tips_ttl {
  color: #183251;
  font-family: var(--murecho);
  font-size: 2.8571428571vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 22.5vw;
  margin-bottom: 3.5714285714vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .how_sec .how_tips .tips_content .tips_ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    margin-left: 13.8666666667vw;
  }
}
.how_sec .how_tips .tips_content .tips_ttl::before, .how_sec .how_tips .tips_content .tips_ttl::after {
  content: "";
  display: block;
  width: 2.9842857143vw;
  height: 2.7407142857vw;
  background: center/contain url(../img/common/yellow_lines.svg) no-repeat;
  position: absolute;
  bottom: 50%;
}
@media screen and (max-width: 768px) {
  .how_sec .how_tips .tips_content .tips_ttl::before, .how_sec .how_tips .tips_content .tips_ttl::after {
    width: 5.5706666667vw;
    height: 5.116vw;
  }
}
.how_sec .how_tips .tips_content .tips_ttl::before {
  left: -2.7857142857vw;
  scale: -1 1;
}
@media screen and (max-width: 768px) {
  .how_sec .how_tips .tips_content .tips_ttl::before {
    left: -5.3333333333vw;
  }
}
.how_sec .how_tips .tips_content .tips_ttl::after {
  right: -1.7857142857vw;
}
@media screen and (max-width: 768px) {
  .how_sec .how_tips .tips_content .tips_ttl::after {
    right: -4vw;
  }
}
.how_sec .how_tips .tips_content .tips_ttl .ruby .rt {
  top: -1em;
}
@media screen and (max-width: 768px) {
  .how_sec .how_tips .tips_content .tips_ttl .ruby .rt {
    top: -0.75em;
  }
}
.how_sec .how_tips .tips_content .tips_ttl .ttl_mark {
  font-size: 3.2142857143vw;
  margin-left: -0.7857142857vw;
  translate: 0 0.2142857143vw;
}
@media screen and (max-width: 768px) {
  .how_sec .how_tips .tips_content .tips_ttl .ttl_mark {
    font-size: 5.3333333333vw;
    margin-left: -1.3333333333vw;
  }
}
.how_sec .how_tips .tips_content .tips_ttl .ttl_mark:last-of-type {
  margin-left: -1.4285714286vw;
}
@media screen and (max-width: 768px) {
  .how_sec .how_tips .tips_content .tips_ttl .ttl_mark:last-of-type {
    margin-left: -2.6666666667vw;
  }
}
.how_sec .how_tips .tips_content .tips_img {
  display: block;
  width: 54.1428571429vw;
  margin-inline: auto;
  margin-bottom: 3.5714285714vw;
}
@media screen and (max-width: 768px) {
  .how_sec .how_tips .tips_content .tips_img {
    width: 73.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.how_sec .how_tips .tips_content .tips_txt_area {
  width: 66.4642857143vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.6428571429vw;
  margin-left: 5.75vw;
}
@media screen and (max-width: 768px) {
  .how_sec .how_tips .tips_content .tips_txt_area {
    width: 73.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    margin-inline: auto;
  }
}
.how_sec .how_tips .tips_content .tips_txt_area .tips_txt {
  font-family: var(--zenmarugothic);
  font-size: 1.2857142857vw;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .how_sec .how_tips .tips_content .tips_txt_area .tips_txt {
    font-size: 4.2666666667vw;
  }
}
.how_sec .how_tips .tips_content .tips_txt_area .tips_txt:first-of-type {
  width: 31.0357142857vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .how_sec .how_tips .tips_content .tips_txt_area .tips_txt:first-of-type {
    width: auto;
  }
}
.how_sec .how_tips .tips_content .tips_txt_area .tips_txt .highlight {
  color: #fff;
  padding-top: 0.6em;
}
.how_sec :where(.how_character) {
  margin-bottom: 12.3571428571vw;
}
@media screen and (max-width: 768px) {
  .how_sec :where(.how_character) {
    margin-bottom: 38.4vw;
  }
}
.how_sec :where(.how_character) img {
  width: 9.7142857143vw;
  height: 9.7142857143vw;
  top: 60%;
  left: -13.2142857143vw;
}
@media screen and (max-width: 768px) {
  .how_sec :where(.how_character) img {
    width: 23.4666666667vw;
    height: 23.4666666667vw;
    top: auto;
    bottom: -23.4666666667vw;
    left: 50%;
    z-index: 10;
  }
}

/* ================
	focus_sec
================== */
.focus_sec {
  background: #0493DC;
  border-radius: 2.8571428571vw;
  position: relative;
  z-index: 1;
  padding-top: 6.5357142857vw;
  padding-bottom: 8.75vw;
  margin-bottom: -2.1428571429vw;
  --color_normal: #ACACAC;
  --color_myopia: #82DBE5;
  --color_farsightedness: #A8D57A;
  --color_astigmatism: #F5965D;
  --color_presbyopia: #8E4D0D;
}
.focus_sec::before {
  content: "";
  position: absolute;
  inset: 16px 8px;
  border-radius: 2.8571428571vw;
  background: radial-gradient(circle, #25A5E6 0.2142857143vw, transparent 0.2142857143vw) 0.2142857143vw 0.2142857143vw/1.7857142857vw 2.8571428571vw, radial-gradient(circle, #25A5E6 0.2142857143vw, transparent 0.2142857143vw) 1.1071428571vw 1.6428571429vw/1.7857142857vw 2.8571428571vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .focus_sec::before {
    inset: 4px;
    background: radial-gradient(circle, #25A5E6 0.8vw, transparent 0.8vw) 0.8vw 0.8vw/6.6666666667vw 10.6666666667vw, radial-gradient(circle, #25A5E6 0.8vw, transparent 0.8vw) 4.1333333333vw 6.1333333333vw/6.6666666667vw 10.6666666667vw;
  }
}
.focus_sec::after {
  content: "";
  display: block;
  width: 15.7142857143vw;
  height: 11.1428571429vw;
  background: center/contain url(../img/process/focus_illust.png) no-repeat;
  position: absolute;
  top: 7.2857142857vw;
  left: 9.1428571429vw;
}
@media screen and (max-width: 768px) {
  .focus_sec::after {
    width: 20vw;
    height: 14.18vw;
    top: 10vw;
    left: 2.6666666667vw;
  }
}
.focus_sec .question {
  margin-bottom: 4.4285714286vw;
}
@media screen and (max-width: 768px) {
  .focus_sec .question {
    margin-bottom: 10.6666666667vw;
  }
}
.focus_sec .question .q_inner .q_question {
  background: #B5E6F6;
}
.focus_sec .question .q_inner .q_ttl {
  width: 34.6428571429vw;
  aspect-ratio: 485/94;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .focus_sec .question .q_inner .q_ttl {
    width: 53.3333333333vw;
  }
}
.focus_sec .question .q_inner .q_ttl img {
  position: static;
}
.focus_sec .question .q_sheep {
  width: 15.7142857143vw;
  height: 26.7142857143vw;
  top: -10.3214285714vw;
  right: -23.5vw;
}
@media screen and (max-width: 768px) {
  .focus_sec .question .q_sheep {
    width: 19.5555555555vw;
    height: 33.2444444445vw;
    top: -12.8vw;
    right: -21.8666666667vw;
  }
}
.focus_sec .question .q_balls {
  bottom: -1vw;
}
.focus_sec .question .q_balls .ball {
  background: #B5E6F6;
}
.focus_sec .focus_desc {
  color: #fff;
  font-family: var(--zenmarugothic);
  font-size: 1.2857142857vw;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2.25;
  text-align: center;
  margin-bottom: 4.4285714286vw;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_desc {
    font-size: 4.2666666667vw;
    line-height: 2.25;
    width: 86.6666666667vw;
    margin-inline: auto;
    margin-bottom: 8.5333333333vw;
  }
}
.focus_sec .focus_desc .highlight {
  color: #183251;
  font-weight: 900;
  background-color: #FFD737;
  padding-top: 0.4em;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_desc .highlight {
    padding-bottom: 0.1em;
  }
}
.focus_sec .focus_desc .highlight .rt {
  top: -0.5em;
}
.focus_sec .focus_content {
  margin-left: 5.7142857143vw;
  margin-right: 11.4285714286vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content {
    width: 86.6666666667vw;
    margin-inline: auto;
    display: block;
  }
}
.focus_sec .focus_content .focus_side_nav {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 4.2857142857vw;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_side_nav {
    position: static;
    margin-bottom: 9.6vw;
    top: 16vw;
  }
}
.focus_sec .focus_content .focus_side_nav .focus_nav_list {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_side_nav .focus_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.2vw 1.3333333333vw;
  }
}
.focus_sec .focus_content .focus_side_nav .focus_nav_list :where(.focus_nav_item) {
  color: #183251;
  font-family: var(--murecho);
  font-size: 1.1428571429vw;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_side_nav .focus_nav_list :where(.focus_nav_item) {
    font-size: 3.4666666667vw;
  }
}
.focus_sec .focus_content .focus_side_nav .focus_nav_list :where(.focus_nav_item):not(:last-of-type) {
  margin-bottom: 1.4285714286vw;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_side_nav .focus_nav_list :where(.focus_nav_item):not(:last-of-type) {
    margin-bottom: 0;
  }
}
.focus_sec .focus_content .focus_side_nav .focus_nav_list :where(.focus_nav_item) > a {
  width: 11.4285714286vw;
  background: #fff;
  border-radius: 1.4285714286vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8571428571vw;
  padding: 0.75vw 0 0.75vw 1vw;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_side_nav .focus_nav_list :where(.focus_nav_item) > a {
    width: 28vw;
    border-radius: 5.3333333333vw;
    gap: 1.0666666667vw;
    padding: 1.6vw 1.3333333333vw 1.6vw 2.4vw;
  }
}
.focus_sec .focus_content .focus_side_nav .focus_nav_list :where(.focus_nav_item) > a .ball {
  width: 0.8571428571vw;
  height: 0.8571428571vw;
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_side_nav .focus_nav_list :where(.focus_nav_item) > a .ball {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.focus_sec .focus_content .focus_side_nav .focus_nav_list :where(.focus_nav_item) > a.link_normal .ball {
  background: var(--color_normal);
}
.focus_sec .focus_content .focus_side_nav .focus_nav_list :where(.focus_nav_item) > a.link_myopia .ball {
  background: var(--color_myopia);
}
.focus_sec .focus_content .focus_side_nav .focus_nav_list :where(.focus_nav_item) > a.link_farsightedness .ball {
  background: var(--color_farsightedness);
}
.focus_sec .focus_content .focus_side_nav .focus_nav_list :where(.focus_nav_item) > a.link_astigmatism .ball {
  background: var(--color_astigmatism);
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_side_nav .focus_nav_list :where(.focus_nav_item) > a.link_presbyopia {
    width: 31.2vw;
  }
}
.focus_sec .focus_content .focus_side_nav .focus_nav_list :where(.focus_nav_item) > a.link_presbyopia .ball {
  background: var(--color_presbyopia);
}
.focus_sec .focus_content .focus_side_nav .focus_nav_list :where(.focus_nav_item) > a .link_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.focus_sec .focus_content .focus_side_nav .focus_nav_list :where(.focus_nav_item) > a .link_txt .kana {
  font-size: 1vw;
  margin-left: -0.2857142857vw;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_side_nav .focus_nav_list :where(.focus_nav_item) > a .link_txt .kana {
    font-size: 2.9333333333vw;
    margin-left: -1.3333333333vw;
    translate: 0 0.1428571429vw;
  }
}
.focus_sec .focus_content .focus_list {
  width: 65.7142857143vw;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_list {
    width: 86.6666666667vw;
  }
}
.focus_sec .focus_content .focus_list .focus_item {
  border-radius: 1.4285714286vw;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4.3571428571vw 4.1428571429vw;
  -webkit-filter: drop-shadow(3px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3px 3px rgba(0, 0, 0, 0.2));
}
.focus_sec .focus_content .focus_list .focus_item:not(:last-of-type) {
  margin-bottom: 3.5vw;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_list .focus_item:not(:last-of-type) {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_list .focus_item {
    border-radius: 4.2666666667vw;
    display: block;
    padding: 7.2vw 6.6666666667vw 6.6666666667vw;
  }
}
.focus_sec .focus_content .focus_list .focus_item .item_left {
  width: 20.6428571429vw;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_list .focus_item .item_left {
    width: 100%;
  }
}
.focus_sec .focus_content .focus_list .focus_item .item_left .item_sttl {
  color: #183251;
  font-family: var(--murecho);
  font-size: 1.1428571429vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-left: 0.2857142857vw;
  margin-bottom: 1.4285714286vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_list .focus_item .item_left .item_sttl {
    font-size: 3.2vw;
    padding-left: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.focus_sec .focus_content .focus_list .focus_item .item_left .item_sttl::before {
  content: "";
  display: block;
  width: 0.7142857143vw;
  height: 0.7142857143vw;
  border-radius: 9999px;
  margin-right: 0.4285714286vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_list .focus_item .item_left .item_sttl::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-right: 1.6vw;
  }
}
.focus_sec .focus_content .focus_list .focus_item .item_left .item_sttl::after {
  content: "";
  display: block;
  width: 12.0714285714vw;
  height: 2px;
  background: #ACACAC;
  border-radius: 9999px;
  margin-left: 0.7142857143vw;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_list .focus_item .item_left .item_sttl::after {
    width: 50.9706666667vw;
    margin-left: 2.1333333333vw;
  }
}
.focus_sec .focus_content .focus_list .focus_item .item_left .item_sttl .ruby .rt {
  top: -1.25em;
}
.focus_sec .focus_content .focus_list .focus_item .item_left .item_ttl {
  color: #183251;
  font-family: var(--murecho);
  font-size: 2.8571428571vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 2.4142857143vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_list .focus_item .item_left .item_ttl {
    font-size: 5.3333333333vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 6.9333333333vw;
  }
}
.focus_sec .focus_content .focus_list .focus_item .item_left .item_ttl .kana {
  font-size: 2.1428571429vw;
  margin-left: -0.6428571429vw;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_list .focus_item .item_left .item_ttl .kana {
    font-size: 4.8vw;
    margin-left: -1.3333333333vw;
  }
}
.focus_sec .focus_content .focus_list .focus_item .item_left .item_ttl .kana > span {
  font-weight: 400;
}
.focus_sec .focus_content .focus_list .focus_item .item_left .item_txt {
  font-family: var(--zenmarugothic);
  font-size: 1.2857142857vw;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_list .focus_item .item_left .item_txt {
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
  }
}
.focus_sec .focus_content .focus_list .focus_item .item_left:has(.item_txt:nth-of-type(2)) .item_txt:nth-last-of-type(2) {
  margin-bottom: 1.4285714286vw;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_list .focus_item .item_left:has(.item_txt:nth-of-type(2)) .item_txt:nth-last-of-type(2) {
    margin-bottom: 4vw;
  }
}
.focus_sec .focus_content .focus_list .focus_item#focus_normal .item_sttl::before, .focus_sec .focus_content .focus_list .focus_item#focus_normal .item_sttl::after {
  background: var(--color_normal);
}
.focus_sec .focus_content .focus_list .focus_item#focus_myopia .item_sttl::before, .focus_sec .focus_content .focus_list .focus_item#focus_myopia .item_sttl::after {
  background: var(--color_myopia);
}
.focus_sec .focus_content .focus_list .focus_item#focus_myopia .item_right .right_guide .guide_txt:nth-of-type(2)::before {
  background: var(--color_myopia);
}
.focus_sec .focus_content .focus_list .focus_item#focus_farsightedness .item_sttl::before, .focus_sec .focus_content .focus_list .focus_item#focus_farsightedness .item_sttl::after {
  background: var(--color_farsightedness);
}
.focus_sec .focus_content .focus_list .focus_item#focus_farsightedness .item_right .right_guide .guide_txt:nth-of-type(2)::before {
  background: var(--color_farsightedness);
}
.focus_sec .focus_content .focus_list .focus_item#focus_astigmatism .item_sttl::before, .focus_sec .focus_content .focus_list .focus_item#focus_astigmatism .item_sttl::after {
  background: var(--color_astigmatism);
}
.focus_sec .focus_content .focus_list .focus_item#focus_astigmatism .item_right .right_guide .guide_txt:nth-of-type(2)::before {
  background: var(--color_astigmatism);
}
.focus_sec .focus_content .focus_list .focus_item#focus_presbyopia .item_sttl::before, .focus_sec .focus_content .focus_list .focus_item#focus_presbyopia .item_sttl::after {
  background: var(--color_presbyopia);
}
.focus_sec .focus_content .focus_list .focus_item#focus_presbyopia .item_right .right_guide .guide_txt:nth-of-type(2)::before {
  background: var(--color_presbyopia);
}
.focus_sec .focus_content .focus_list .focus_item .item_right {
  width: 33.4285714286vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.7142857143vw;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_list .focus_item .item_right {
    width: 100%;
    border-radius: 2.6666666667vw;
  }
}
.focus_sec .focus_content .focus_list .focus_item .item_right .right_guide {
  color: #183251;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_list .focus_item .item_right .right_guide {
    margin-bottom: 2.6666666667vw;
  }
}
.focus_sec .focus_content .focus_list .focus_item .item_right .right_guide .guide_txt {
  font-family: var(--murecho);
  font-size: 1.1428571429vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 1.1785714286vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_list .focus_item .item_right .right_guide .guide_txt {
    font-size: 3.7333333333vw;
  }
}
.focus_sec .focus_content .focus_list .focus_item .item_right .right_guide .guide_txt::before {
  content: "";
  display: block;
  width: 0.5vw;
  height: 1.0714285714vw;
  background: #ACACAC;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_list .focus_item .item_right .right_guide .guide_txt::before {
    width: 1.6vw;
    height: 3.3333333333vw;
    top: 57.5%;
  }
}
.focus_sec .focus_content .focus_list .focus_item .item_right .right_guide .guide_txt:first-of-type {
  margin-left: 1vw;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_list .focus_item .item_right .right_guide .guide_txt:first-of-type {
    margin-left: 2.9333333333vw;
  }
}
.focus_sec .focus_content .focus_list .focus_item .item_right .right_guide .guide_txt:first-of-type::before {
  left: -1vw;
  -webkit-clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
          clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_list .focus_item .item_right .right_guide .guide_txt:first-of-type::before {
    left: -2.9333333333vw;
  }
}
.focus_sec .focus_content .focus_list .focus_item .item_right .right_guide .guide_txt:nth-of-type(2) {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_list .focus_item .item_right .right_guide .guide_txt:nth-of-type(2) {
    margin-right: 2.6666666667vw;
  }
}
.focus_sec .focus_content .focus_list .focus_item .item_right .right_guide .guide_txt:nth-of-type(2)::before {
  right: -1vw;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_list .focus_item .item_right .right_guide .guide_txt:nth-of-type(2)::before {
    right: -2.6666666667vw;
  }
}
.focus_sec .focus_content .focus_list .focus_item .item_right .right_guide .guide_txt .ruby .rt {
  top: -1em;
}
.focus_sec .focus_content .focus_list .focus_item .item_right .right_guide .guide_txt .kana {
  margin-left: -0.5em;
}
@media screen and (max-width: 768px) {
  .focus_sec .focus_content .focus_list .focus_item .item_right .right_guide .guide_txt .kana {
    font-size: 3.2vw;
    margin-left: -0.25em;
  }
}
.focus_sec .item_twenty .twentytwenty-overlay {
  display: none;
}
.focus_sec .item_twenty .twentytwenty-handle {
  width: 3vw;
  height: 3vw;
  background: #fff;
  margin-top: -1.5714285714vw;
  margin-left: -1.7142857143vw;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 768px) {
  .focus_sec .item_twenty .twentytwenty-handle {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    margin-top: -5.3333333333vw;
    margin-left: -5.3333333333vw;
  }
}
.focus_sec .item_twenty .twentytwenty-handle::before {
  width: 0.2857142857vw;
  margin-bottom: 1.5714285714vw;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 768px) {
  .focus_sec .item_twenty .twentytwenty-handle::before {
    width: 1.0666666667vw;
  }
}
.focus_sec .item_twenty .twentytwenty-handle::after {
  width: 0.2857142857vw;
  margin-top: 1.5714285714vw;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 768px) {
  .focus_sec .item_twenty .twentytwenty-handle::after {
    width: 1.0666666667vw;
  }
}
.focus_sec .item_twenty .twentytwenty-horizontal .twentytwenty-handle::before {
  margin-bottom: 1.5714285714vw;
}
.focus_sec .item_twenty .twentytwenty-horizontal .twentytwenty-handle::after {
  margin-top: 1.5714285714vw;
}
.focus_sec .item_twenty .twentytwenty-left-arrow,
.focus_sec .item_twenty .twentytwenty-right-arrow {
  width: 0.5vw;
  height: 1.0714285714vw;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
  background: #0493DC;
  border-width: 0;
  margin-top: -0.5vw;
  border: none;
}
@media screen and (max-width: 768px) {
  .focus_sec .item_twenty .twentytwenty-left-arrow,
  .focus_sec .item_twenty .twentytwenty-right-arrow {
    width: 1.6vw;
    height: 3.52vw;
    margin-top: -1.6vw;
  }
}
.focus_sec .item_twenty .twentytwenty-left-arrow {
  margin-left: -0.9285714286vw;
  scale: -1 1;
}
@media screen and (max-width: 768px) {
  .focus_sec .item_twenty .twentytwenty-left-arrow {
    margin-left: -2.6666666667vw;
  }
}
.focus_sec .item_twenty .twentytwenty-right-arrow {
  margin-right: -0.9285714286vw;
}
@media screen and (max-width: 768px) {
  .focus_sec .item_twenty .twentytwenty-right-arrow {
    margin-right: -2.6666666667vw;
  }
}

/* ===========================
	decrease_sec
============================= */
.decrease_sec {
  padding-top: 13.1428571429vw;
  margin-bottom: 5vw;
  position: relative;
  background: center calc(100% + 4.2857142857vw)/100% 147.1428571429vw url(../img/process/decrease_bg.png) no-repeat;
}
@media screen and (max-width: 768px) {
  .decrease_sec {
    background: center/100% 100% url(../img/process/decrease_bg_sp.png) no-repeat;
    background-color: #1CC3FB;
    margin-bottom: 0;
    padding-bottom: 16vw;
  }
}
.decrease_sec::before {
  content: "";
  display: block;
  width: 100%;
  height: 5vw;
  background: #444b5b;
  position: absolute;
  left: 0;
  top: -0.7142857143vw;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .decrease_sec::before {
    display: none;
  }
}
.decrease_sec .question {
  margin-bottom: 4.8071428571vw;
}
@media screen and (max-width: 768px) {
  .decrease_sec .question {
    margin-bottom: 9.6vw;
  }
}
.decrease_sec .question .q_question {
  background: #9DA4B7;
  top: -3.9285714286vw;
  left: -6.0714285714vw;
}
.decrease_sec .question .q_ttl {
  color: #fff;
}
.decrease_sec .question .q_balls {
  bottom: -2.5vw;
}
@media screen and (max-width: 768px) {
  .decrease_sec .question .q_balls {
    bottom: -3.2vw;
  }
}
.decrease_sec .question .q_balls .ball {
  background: #9DA4B7;
}
.decrease_sec :where(.character_comment) {
  margin-bottom: 5.3571428571vw;
}
@media screen and (max-width: 768px) {
  .decrease_sec :where(.character_comment) {
    margin-bottom: 26.6666666667vw;
  }
}
.decrease_sec :where(.character_comment) img {
  width: 10.9771428571vw;
  height: 9.1385714286vw;
  top: 60%;
  left: -14.6771428571vw;
}
@media screen and (max-width: 768px) {
  .decrease_sec :where(.character_comment) img {
    width: 23.4666666667vw;
    height: 19.5362137775vw !important;
    left: 50%;
    top: auto;
    bottom: -20.8vw !important;
  }
}
.decrease_sec .decrease_list {
  width: 77.1428571429vw;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .decrease_sec .decrease_list {
    width: 86.6666666667vw;
    margin-bottom: 0;
  }
}
.decrease_sec .decrease_list .decrease_item {
  background: #fff;
  border-radius: 1.4285714286vw;
  padding: 3.4285714286vw 5.1428571429vw 3.2142857143vw 5.7142857143vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.5714285714vw;
  position: relative;
  -webkit-filter: drop-shadow(0.2142857143vw 0.2142857143vw 0 rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.2142857143vw 0.2142857143vw 0 rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .decrease_sec .decrease_list .decrease_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    border-radius: 4.2666666667vw;
    padding: 8vw 5.3333333333vw;
  }
}
.decrease_sec .decrease_list .decrease_item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 65.7857142857vw;
  height: 0.1428571429vw;
  background: #9DA4B7;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .decrease_sec .decrease_list .decrease_item:not(:last-of-type)::after {
    width: 69.3333333333vw;
    height: 0.2666666667vw;
  }
}
.decrease_sec .decrease_list .decrease_item img {
  width: 17.1428571429vw;
}
@media screen and (max-width: 768px) {
  .decrease_sec .decrease_list .decrease_item img {
    width: 32vw;
    margin-bottom: 5.3333333333vw;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 768px) {
  .decrease_sec .decrease_list .decrease_item .decrease_txt_area {
    display: contents;
  }
}
.decrease_sec .decrease_list .decrease_item .decrease_txt_area .reason {
  color: #183251;
  font-family: var(--murecho);
  font-size: 1vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.4285714286vw;
  margin-bottom: 0.6071428571vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .decrease_sec .decrease_list .decrease_item .decrease_txt_area .reason {
    font-size: 3.2vw;
    padding-left: 4.2666666667vw;
    margin-bottom: 1.6vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.decrease_sec .decrease_list .decrease_item .decrease_txt_area .reason::before {
  content: "";
  display: block;
  width: 1.1428571429vw;
  aspect-ratio: 1/1;
  background: center/contain url(../img/process/exclamation_navy.svg) no-repeat;
  position: absolute;
  top: 0.5vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .decrease_sec .decrease_list .decrease_item .decrease_txt_area .reason::before {
    width: 3.2vw;
    top: 0.8vw;
  }
}
.decrease_sec .decrease_list .decrease_item .decrease_txt_area .reason .num {
  font-size: 1.4285714286vw;
  margin-left: 0.3571428571vw;
}
@media screen and (max-width: 768px) {
  .decrease_sec .decrease_list .decrease_item .decrease_txt_area .reason .num {
    font-size: 3.7333333333vw;
    line-height: 1;
    margin-left: 0vw;
    translate: 0 -0.2666666667vw;
  }
}
.decrease_sec .decrease_list .decrease_item .decrease_txt_area .decrease_ttl {
  color: #fff;
  font-family: var(--murecho);
  font-size: 2.1428571429vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #48B1E6;
  padding: 0.8571428571vw 1.1428571429vw 0.4285714286vw 1vw;
  margin-bottom: 2.0357142857vw;
}
.decrease_sec .decrease_list .decrease_item .decrease_txt_area .decrease_ttl .rt {
  font-size: 0.33em;
  top: -0.85em;
}
@media screen and (max-width: 768px) {
  .decrease_sec .decrease_list .decrease_item .decrease_txt_area .decrease_ttl {
    font-size: 5.3333333333vw;
    padding: 2.1333333333vw 2.1333333333vw 1.0666666667vw;
    margin-bottom: 2.6666666667vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.decrease_sec .decrease_list .decrease_item .decrease_txt_area .decrease_txt {
  font-family: var(--zenmarugothic);
  font-size: 1.2857142857vw;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .decrease_sec .decrease_list .decrease_item .decrease_txt_area .decrease_txt {
    font-size: 4.2666666667vw;
    line-height: 2;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.decrease_sec .decrease_list .decrease_item .decrease_txt_area:has(.decrease_txt + .decrease_txt) .decrease_txt:not(.decrease_txt + .decrease_txt) {
  margin-bottom: 1.0714285714vw;
}
@media screen and (max-width: 768px) {
  .decrease_sec .decrease_list .decrease_item .decrease_txt_area:has(.decrease_txt + .decrease_txt) .decrease_txt:not(.decrease_txt + .decrease_txt) {
    margin-bottom: 4vw;
  }
}
.decrease_sec .decrease_list .decrease_item .decrease_txt_area.bold,
.decrease_sec .decrease_list .decrease_item .decrease_txt_area .bold {
  font-weight: 900;
}
.decrease_sec .decrease_list .decrease_item .decrease_txt_area.bold .ruby .rt,
.decrease_sec .decrease_list .decrease_item .decrease_txt_area .bold .ruby .rt {
  font-weight: 500;
}

/* ===========================
	summary_sec
============================= */
@media screen and (max-width: 768px) {
  .summary_sec {
    background: #1CC3FB;
  }
}
@media screen and (max-width: 768px) {
  .summary_sec .comment_summary .comment_wrapper img {
    width: 30.976vw;
    height: 28.5824vw;
    bottom: -23.4666666667vw;
  }
}

/* ================
	other-decoration
====================*/
.bg_blue {
  width: 100%;
  height: 129.2142857143vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#1CC3FB), color-stop(10%, #1CC3FB), color-stop(40%, #7EE2FD), to(#D8FFFE));
  background: linear-gradient(to bottom, #1CC3FB 0%, #1CC3FB 10%, #7EE2FD 40%, #D8FFFE 100%);
  position: absolute;
  bottom: -30.9285714286vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bg_blue {
    background: -webkit-gradient(linear, left top, left bottom, from(#1CC3FB), color-stop(54%, #1CC3FB), color-stop(75%, #7EE2FD), to(#D8FFFE));
    background: linear-gradient(to bottom, #1CC3FB 0%, #1CC3FB 54%, #7EE2FD 75%, #D8FFFE 100%);
  }
}

.process_cloud_top {
  display: contents;
}
.process_cloud_top img {
  position: absolute;
}
.process_cloud_top img:first-of-type {
  width: 19.0714285714vw;
  top: 84.1428571429vw;
  left: -10.6428571429vw;
}
.process_cloud_top img:nth-of-type(2) {
  width: 21.9028571429vw;
  top: 125.0714285714vw;
  right: -3.4vw;
}
.process_cloud_top img:nth-of-type(3) {
  width: 12.1428571429vw;
  top: 148.7857142857vw;
  right: -4.5714285714vw;
}

.process_cloud_bottom img {
  position: absolute;
  z-index: 0;
}
.process_cloud_bottom img:first-of-type {
  width: 21.9028571429vw;
  right: -3.4vw;
  bottom: 45.8571428571vw;
}
.process_cloud_bottom img:nth-of-type(2) {
  width: 12.1428571429vw;
  left: 3.7857142857vw;
  bottom: 43.5571428571vw;
}/*# sourceMappingURL=process.css.map */