@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap");

:root {
  --black: #181818;
  --green01: #14ad6d;
  --green02: #00c975;
}

body {
  font-family: "Pretendard Variable", sans-serif;
  font-size: 24px;
  color: var(--black);
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  cursor: url("/static/asset/img/landing/img_cursor.svg"), url("/static/asset/img/landing/img_cursor.svg") 30 20, auto;
}

.mb_only {
  display: none;
}

/* ----- landing ----- */
.inner {
  width: 1400px;
  margin: 0 auto;
}
h2 {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: bold;
}
.description {
  line-height: 1.5;
}
.color_text {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
  color: var(--green02);
}
section {
  text-align: center;
}
.contact_link {
  position: fixed;
  right: 41px;
  bottom: 106px;
  width: 199px;
  height: 54px;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.20));
  z-index: 10;
}
/* section02 */
.section02 {
  padding: 130px 0;
  background: url("/static/asset/img/landing/bg_landing_section02.png") no-repeat
    center / cover;
}
.section02 .description {
  margin-bottom: 474px;
}
.section02 .animation_img {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.section02 .player_img {
  position: relative;
  width: 235px;
  height: 187px;
  z-index: 4;
}
.section02.active .player_img {
  animation: playerVibrationAni 1.5s linear;
}
.section02 .bg_img {
  position: absolute;
  left: 50%;
  bottom: 31px;
  width: 820px;
  height: 550px;
  transform: translateX(-50%);
  transform-origin: center bottom;
}
.section02 :where(.item_01, .item_02, .item_03, .item_04, .item_05, .item_06) {
  position: absolute;
  z-index: 2;
}
.section02 .item_01 {
  width: 166px;
  height: 166px;
  top: -170px;
  left: 88px;
  z-index: 3;
}
.section02 .item_02 {
  width: 116px;
  height: 116px;
  top: -224px;
  left: 192px;
}
.section02 .item_03 {
  width: 130px;
  height: 130px;
  top: -237px;
  left: -42px;
}
.section02 .item_04 {
  width: 161px;
  height: 161px;
  top: -394px;
  left: -153px;
}
.section02 .item_05 {
  width: 183px;
  height: 41px;
  top: -300px;
  left: 68px;
}
.section02 .item_06 {
  width: 90px;
  height: 40px;
  top: -367px;
  left: 235px;
}

@keyframes playerVibrationAni {
  0%,
  50% {
    transform: rotate(0deg);
  }
  5%,
  15%,
  25%,
  35%,
  45% {
    transform: rotate(3deg);
  }
  10%,
  20%,
  30%,
  40% {
    transform: rotate(-3deg);
  }
}

/* section03 */
.section03 {
  padding: 130px 0;
  background-color: #f2f2f4;
}
.section03 .description {
  margin-bottom: 56px;
}
.section03 .graph_wrap {
  position: relative;
  height: 480px;
  padding: 240px 0 0 164px;
  margin-bottom: 4px;
  background: url("/static/asset/img/landing/bg_landing_section03.png") no-repeat
    center / cover;
}
.section03 .green_graph .line {
  position: absolute;
  width: 234px;
  height: 2px;
  background-color: var(--green01);
  transform-origin: left;
  z-index: 1;
}
.section03 .green_graph .line::before,
.section03 .green_graph .line:last-child::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 2px solid var(--green01);
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
}
.section03 .green_graph .line::before {
  left: -8px;
}
.section03 .green_graph .line:last-child::after {
  right: -8px;
}
.section03 .green_graph .line01 {
  left: 234px;
  top: 109px;
  rotate: 2.3deg;
}
.section03 .green_graph .line02 {
  left: 468px;
  top: 118px;
  rotate: -3.2deg;
}
.section03 .green_graph .line03 {
  left: 702px;
  top: 105px;
  rotate: -11deg;
}
.section03 .green_graph .line04 {
  width: 261px;
  left: 936px;
  top: 61px;
  rotate: 27.4deg;
}
.section03 .green_graph span {
  display: inline-block;
  position: absolute;
  font-weight: 500;
  color: var(--green01);
}
.section03 .green_graph span:first-of-type {
  top: 65px;
  left: 205px;
}
.section03 .green_graph span:nth-of-type(2) {
  top: 73px;
  left: 438px;
}
.section03 .green_graph span:nth-of-type(3) {
  top: 60px;
  left: 671px;
}
.section03 .green_graph span:nth-of-type(4) {
  top: 15px;
  right: 435px;
}
.section03 .green_graph span:nth-of-type(5) {
  top: 135px;
  right: 206px;
}
.section03 .green_graph span:last-of-type {
  top: 88px;
  right: 159px;
  width: 70px;
  height: 43px;
}
.section03 .graph_bg {
  position: absolute;
  bottom: 203px;
  left: 216px;
  width: 969px;
  height: 215px;
}
.section03 .red_graph {
  position: relative;
  width: 1026px;
  height: 126px;
  z-index: 3;
}
.section03 .year_wrap {
  display: flex;
}
.section03 .year_wrap > li {
  position: relative;
  width: calc(100% / 6);
  height: 11px;
  font-weight: 500;
  border-bottom: 1px solid #535765;
}
.section03 .year_wrap > li:not(:last-child) {
  border-right: 1px solid #535765;
}
.section03 .year_wrap > li span {
  position: absolute;
  top: calc(100% + 13px);
  right: -29px;
}

/* section04 */
.section04 {
  padding-top: 130px;
  color: #fff;
  background-color: #26282e;
}
.section04 .description {
  margin-bottom: 80px;
}
.section04 .box {
  display: flex;
  justify-content: center;
}
.section04 .left {
  position: relative;
}
.section04 .left::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 352px;
  height: 404px;
  background: url("/static/asset/img/landing/bg_landing_section04.png") no-repeat
    center / cover;
  z-index: 1;
  content: "";
}
.section04 .left div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 168px;
  font-weight: 600;
  background-color: #33353a;
  border: 1px solid #535765;
  border-radius: 50%;
  z-index: 2;
}
.section04 .left div:not(:last-child) {
  margin-bottom: -23px;
}
.section04 .center {
  width: 736px;
  margin: 0 44px 0 72px;
  padding-top: 38px;
}
.section04 .center li {
  position: relative;
  width: fit-content;
  padding: 18px 35px;
  font-weight: 600;
  border-radius: 50px;
}
.section04 .center li:not(:last-child) {
  margin-bottom: 34px;
}
.section04 .center li:nth-child(odd) {
  background-color: var(--green02);
}
.section04 .center li:nth-child(even) {
  background-color: var(--green01);
  margin-left: auto;
}
.section04 .center li::after {
  position: absolute;
  bottom: 2px;
  width: 27px;
  height: 17px;
  background: no-repeat center / cover;
  content: "";
}
.section04 .center li:nth-child(odd)::after {
  left: -5px;
  background-image: url("/static/asset/img/landing/img_landing_section04_01.svg");
}
.section04 .center li:nth-child(even)::after {
  right: -5px;
  background-image: url("/static/asset/img/landing/img_landing_section04_02.svg");
}
.section04 .right {
  width: 288px;
  height: 481px;
  overflow: hidden;
}
.section04 .right .img {
  height: 481px;
}

/* section05 */
.section05 {
  padding-top: 130px;
}
.section05 .description {
  margin-bottom: 60px;
}
.section05 .box {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 54px;
}
.section05 .figcaption {
  font-size: 14px;
}
.section05 .left {
  position: relative;
}
.section05 .circle_graph {
  position: relative;
  width: 487px;
  height: 487px;
  background: conic-gradient(
    #aaa 0% 17.9%,
    #ccc 17.9% 29%,
    #dedede 29% 35.7%,
    var(--green01) 35.7% 57.2%,
    var(--green02) 57.2% 100%
  );
  transform: rotate(13.64deg);
  border-radius: 50%;
}
.section05 .circle_graph svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}
.section05 .circle_graph circle {
  stroke-dasharray: 200;
  stroke-dashoffset: -200;
}
.section05 .circle_graph .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 147px;
  height: 147px;
  background-color: #fff;
  border-radius: 50%;
}
.section05 .left :where(.effect_text, .percent_text_wrap p, .figcaption) {
  position: absolute;
}
.section05 .left .effect_text {
  top: 0;
  left: -160px;
  font-weight: 600;
}
.section05 .left .effect_text::after {
  position: absolute;
  top: 13px;
  left: calc(100% + 6px);
  width: 84px;
  height: 59px;
  background: url("/static/asset/img/landing/img_landing_section05_01.svg") no-repeat
    center / cover;
  content: "";
}
.section05 .left .figcaption {
  bottom: 0;
  left: -159px;
}
.section05 .left .percent_text_wrap {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.section05 .left .percent_text_wrap p:first-child {
  top: 162px;
  left: 50px;
}
.section05 .left .percent_text_wrap p:nth-child(2) {
  top: 103px;
  right: 84px;
}
.section05 .left .percent_text_wrap p:nth-child(3) {
  bottom: 190px;
  right: 33px;
}
.section05 .left .percent_text_wrap p:nth-child(4) {
  bottom: 90px;
  right: 71px;
}
.section05 .left .percent_text_wrap p:last-child {
  bottom: 55px;
  left: 203px;
}
.section05 .left .percent_text_wrap p:first-child b {
  font-size: 32px;
}
.section05 .left .percent_text_wrap b {
  font-size: 24px;
  margin-bottom: 2px;
}
.section05 .right .figcaption {
  width: fit-content;
  margin: 0 0 14px auto;
}
.section05 .right .bar_graph {
  display: flex;
}
.section05 .right .text_list {
  padding: 15px 14px 19px 0;
  text-align: right;
  border-right: 1px solid #000;
}
.section05 .right .text_list li:first-child {
  margin-bottom: 48px;
  font-weight: 600;
}
.section05 .right .text_list li:not(:first-child) {
  font-size: 18px;
}
.section05 .right .text_list li:not(:where(:first-child, :last-child)) {
  margin-bottom: 53px;
}
.section05 .right .bar_list {
  width: 491px;
  padding: 10px 0;
}
.section05 .right .bar_list .bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 0;
  height: 38px;
  padding-right: 14px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.section05 .right .bar_list .bar:first-child {
  width: 374px;
  font-size: 24px;
  color: var(--green02);
  background-color: var(--green02);
}
.section05 .right .bar_list .bar:nth-child(2) {
  width: 320px;
  color: var(--green01);
  background-color: var(--green01);
}
.section05 .right .bar_list .bar:nth-child(3) {
  width: 260px;
  background-color: #777;
}
.section05 .right .bar_list .bar:nth-child(4) {
  width: 249px;
  background-color: #999;
}
.section05 .right .bar_list .bar:nth-child(5) {
  width: 173px;
  background-color: #a9a9a9;
}
.section05 .right .bar_list .bar:nth-child(6) {
  width: 168px;
  background-color: #c5c5c5;
}
.section05 .right .bar_list .bar:last-child {
  width: 157px;
  background-color: #d9d9d9;
}
.section05 .right .bar_list .bar:not(:last-child) {
  margin-bottom: 36px;
}
.section05 .right .bar_list .bar:where(:first-child, :nth-child(2)) span {
  position: absolute;
  top: 50%;
  left: calc(100% + 14px);
  transform: translateY(-50%);
}

/* section06 */
.section06 {
  padding: 130px 0;
}
.section06 .description {
  margin-bottom: 80px;
}
.section06 .img_wrap {
  position: relative;
}
.section06 .img {
  height: 514px;
}
.section06 .person_img {
  position: absolute;
  bottom: 100px;
  right: 461px;
  width: 201px;
  height: 250px;
}
.section06 .message {
  position: absolute;
  padding: 6px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: var(--black);
  border-radius: 50px;
}
.section06 .message01 {
  top: 101px;
  right: 454px;
}
.section06 .message02 {
  top: 215px;
  left: 525px;
}
.section06 .message03 {
  top: 215px;
  right: 276px;
}

/* section07 */
.section07 {
  padding: 130px 0;
  color: #fff;
  background-color: #26282e;
}
.section07 .description {
  margin-bottom: 67px;
}
.section07
  :where(
    .graph_wrap > span:first-of-type,
    .graph_container > span:last-of-type
  ) {
  color: var(--green01);
}
.section07 .graph_wrap {
  font-weight: 600;
}
.section07 .graph_container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}
.section07 .graph_bg_wrap {
  position: relative;
}
.section07 .graph_text {
  position: absolute;
}
.section07 .graph_text01 {
  bottom: 39px;
  left: 157px;
  width: 314px;
  height: 154px;
}
.section07 .graph_text02 {
  top: 25px;
  right: 83px;
  width: 425px;
  height: 160px;
}
.section07 .graph_bg {
  width: 1164px;
  height: 448px;
}

/* section08 */
.section08 {
  padding: 130px 0;
  background-color: #eff4f2;
}
.section08 .description {
  margin-bottom: 80px;
}
.section08 :where(.img_wrap, .left, .right) {
  display: flex;
}
.section08 .img_wrap {
  align-items: center;
  gap: 137px;
}
.section08 :where(.left, .right) {
  gap: 40px;
}
.section08 :where(.left, .right) .img {
  position: relative;
  width: 200px;
  height: 408px;
}
.section08 :where(.left, .right) .img .fail_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}
.section08 .center {
  position: relative;
}
.section08 .center::before,
.section08 .center::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: no-repeat center / cover;
  content: "";
}
.section08 .center::before {
  right: calc(100% + 34px);
  background-image: url("/static/asset/img/icon_arrow_right_triple.svg");
}
.section08 .center::after {
  left: calc(100% + 34px);
  background-image: url("/static/asset/img/icon_arrow_left_triple.svg");
}
.section08 .center {
  width: 245px;
  height: 513px;
}

/* section09 */
.section09 {
  padding: 130px 0;
}
.section09 .description {
  margin-bottom: 36px;
}
.section09 .figcaption {
  margin-bottom: 27px;
  font-size: 14px;
  text-align: left;
}
.section09 .graph_wrap {
  position: relative;
}
.section09 .graph_bg {
  height: 513px;
}
.section09 :where(.left, .right) {
  position: absolute;
  bottom: 39px;
  overflow: hidden;
}
.section09 :where(.left, .right) .img {
  position: absolute;
  top: 0;
}
.section09 .left {
  right: 890px;
  width: 430px;
  height: 388px;
  z-index: 2;
}
.section09 .left .img {
  right: 0;
  width: 430px;
  height: 388px;
}
.section09 .right {
  left: 496px;
  width: 818px;
  height: 519px;
}
.section09 .right .img {
  left: 0;
  width: 818px;
  height: 519px;
}
.section09 .goal_text {
  position: absolute;
  top: -56px;
  right: 30px;
  width: 124px;
  height: 88px;
}

/* section10 */
.section10 {
  padding: 130px 0;
  background-color: #eff4f2;
}
.section10 h2 {
  margin-bottom: 80px;
}
.section10 .img_wrap {
  display: flex;
  justify-content: space-between;
}
.section10 :where(.left, .right) {
  background: no-repeat bottom center / 575px 410px;
}
.section10 .left {
  background-image: url("/static/asset/img/landing/bg_landing_section10_01.png");
}
.section10 .right {
  background-image: url("/static/asset/img/landing/bg_landing_section10_02.png");
}
.section10 .img_wrap .img {
  position: relative;
  width: 650px;
  height: 430px;
  margin-bottom: 60px;
  z-index: 1;
}
.section10 .img_wrap .img::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 422px;
  height: 422px;
  background-color: var(--green01);
  border-radius: 50%;
  z-index: -1;
  content: "";
}
.section10 .img_wrap .text_wrap {
  width: fit-content;
  margin: 0 auto;
}
.section10 .img_wrap .text {
  font-size: 32px;
  line-height: 1.5;
}
.section10 .img_wrap .text :where(b, span) {
  font-weight: 600;
}
.section10 .right b {
  display: inline-block;
}
.section10 .img_wrap .text span {
  color: var(--green01);
}
.section10 .img_wrap .standard {
  margin-top: 10px;
  font-size: 16px;
  text-align: right;
}

/* section11 */
.section11 {
  padding: 130px 0;
}
.section11 .description {
  margin-bottom: 54px;
}
.section11 ul {
  display: flex;
  line-height: 1.4;
}
.section11 .list {
  position: relative;
}
.section11 .list .circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
}
.section11 .list .arrow {
  position: absolute;
  left: 100%;
}
.section11 .list .logo {
  width: 56px;
  height: 30px;
  margin-bottom: 8px;
}
.section11 .list p {
  margin-top: 20px;
  font-size: 20px;
}
.section11 .list01 {
  margin-right: 200px;
  padding: 15px;
}
.section11 .list01 .circle {
  position: relative;
  width: 200px;
  height: 200px;
  font-weight: 500;
  color: var(--green01);
  background-color: #fff;
  border: 2px solid var(--green01);
}
.section11 .list01 .circle:first-child::after,
.section11 .list01 .circle:not(:nth-child(2))::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  background-color: #e5f7f0;
  border-radius: 50%;
  content: "";
  z-index: -1;
}
.section11 .list01 .circle:first-child::after {
  bottom: -178px;
  transform: translateX(-50%);
}
.section11 .list01 .circle:not(:nth-child(2))::before {
  top: 50%;
}
.section11 .list01 .circle:not(:first-child) {
  margin-top: -38px;
}
.section11 .list01 .circle:nth-child(2) {
  z-index: 1;
}
.section11 .list01 .arrow {
  top: 50%;
  transform: translateY(-50%);
}
.section11 .list01 .dash {
  stroke-dasharray: 300;
}
.section11 .list01 .arrow_stroke {
  stroke-dasharray: 32;
}
.section11 li:nth-child(n + 2) {
  padding-top: 147px;
}
.section11 li:nth-child(n + 2) .circle {
  width: 250px;
  height: 250px;
  font-weight: 600;
}
.section11 .list02 {
  margin-right: 40px;
}
.section11 .list02 .circle {
  background-color: var(--green02);
}
.section11 .list02 .arrow {
  top: 249px;
}
.section11 .list02 svg {
  width: 40px;
  stroke-dasharray: 40;
}
.section11 .list03 {
  margin-right: 180px;
}
.section11 .list03 .circle {
  background-color: var(--green01);
}
.section11 .list03 .arrow {
  top: 259px;
}
.section11 .list03 svg {
  width: 175px;
  height: 21px;
  stroke-dasharray: 175;
}
.section11 .list04 .circle {
  background-color: #0f7b4e;
  border: 3px solid var(--green02);
}

/* section12 */
.section12 {
  padding: 130px 0 154px;
  color: #fff;
  background-color: var(--green01);
}
.section12 .description {
  margin-bottom: 228px;
}
.section12 ul {
  display: flex;
  padding-right: 118px;
}
.section12 .list {
  position: relative;
  z-index: 1;
}
.section12 .circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 341px;
  height: 341px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 50%;
}
.section12 .circle .title {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
}
.section12 :where(.list01, .list02) .circle {
  background-color: #0f7b4e;
}
.section12 :where(.list01, .list02) .circle .title {
  color: #00ef8b;
}
.section12 .list01::after,
.section12 .list02::after {
  position: absolute;
  top: -148px;
  height: 330px;
  background: no-repeat center / cover;
  content: "";
  z-index: -1;
}
.section12 .list01::after {
  left: 50%;
  transform: translateX(-50%);
  width: 181px;
  background-image: url("/static/asset/img/landing/img_landing_section12_01.png");
}
.section12 .list02::after {
  left: 80px;
  width: 214px;
  background-image: url("/static/asset/img/landing/img_landing_section12_02.png");
}
.section12 .list02 {
  margin-left: -76px;
}
.section12 .list02 .arrow {
  position: absolute;
  top: 50%;
  left: calc(100% + 40px);
  transform: translateY(-50%);
}
.section12 .list02 .arrow svg {
  width: 269px;
  stroke-dasharray: 270;
}
.section12 .list02 .arrow_circle {
  position: absolute;
  top: 7px;
  right: -12px;
  width: 30px;
  height: 30px;
}
.section12 .list03 {
  margin-left: auto;
  color: var(--black);
}
.section12 .list03 .circle {
  background-color: #00ef8b;
}
.section12 .list03 .circle_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section12 .list03 .circle_bg01 {
  width: 459px;
  height: 459px;
  opacity: 0.15;
}
.section12 .list03 .circle_bg02 {
  width: 577px;
  height: 577px;
  opacity: 0.05;
}

/* section13 */
.section13 {
  padding-top: 130px;
}
.section13 h2 {
  margin-bottom: 80px;
}
.section13 h2 span {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
}
.section13 .img_wrap {
  position: relative;
  padding-top: 138px;
  background: url("/static/asset/img/landing/bg_landing_section13.png") no-repeat
    center top / 100% 520px;
}
.section13 .img_wrap .phone_img {
  width: 345px;
  height: 588px;
  margin: 0 auto;
}
.section13 .img_wrap .message {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 80px;
  padding: 0 30px 0 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  background-color: #fff;
  box-shadow: 4px 6px 4px 0px rgba(15, 123, 78, 0.5);
  border: 2px solid var(--green01);
  border-radius: 6px;
}
.section13 .img_wrap .message01 {
  top: 205px;
  left: 30px;
}
.section13 .img_wrap .message02 {
  top: 276px;
  right: 13px;
}
.section13 .img_wrap .message03 {
  top: 396px;
  left: 75px;
}
.section13 .img_wrap .message04 {
  top: 417px;
  right: 73px;
}
.section13 .img_wrap .message .img {
  height: 67px;
}
.section13 .img_wrap .message .img img {
  width: auto;
}
.section13 .img_wrap .message span {
  color: var(--green01);
}

/* section14 */
.section14 {
  padding: 130px 0;
  background: url("/static/asset/img/landing/bg_landing_section14.png") no-repeat
    center / cover;
}
.section14 .description {
  margin-bottom: 75px;
}
.section14 .marketing_wrap {
  display: flex;
  align-items: center;
}
.section14 :where(.center, .circle) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
}
.section14 .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 495px;
  height: 239px;
}
.section14 .left {
  position: relative;
  margin-right: 346px;
}
.section14 .left .circle {
  width: 532px;
  height: 532px;
  background: url("/static/asset/img/landing/img_landing_section14_01.png") no-repeat
    center / cover;
}
.section14 .left .logo {
  width: 56px;
  height: 30px;
  margin-bottom: 8px;
}
.section14 .left .arrow {
  right: -337px;
  opacity: 0;
}
.section14.active .left .arrow {
  animation: 2s pulse linear forwards;
  opacity: 1;
}
@keyframes pulse {
  0% {
    opacity: 0;
    clip: rect(0, 0, 241px, 0);
  }
  10% {
    opacity: 1;
    clip: rect(0, 30%, 241px, 0);
  }
  38% {
    clip: rect(0, 75%, 241px, 0);
  }
  48% {
    clip: rect(0, 497px, 241px, 0);
  }
  52% {
    clip: rect(0, 497px, 241px, 0);
  }
  62% {
    clip: rect(0, 497px, 241px, 30%);
  }
  90% {
    clip: rect(0, 497px, 241px, 75%);
  }
  100% {
    clip: rect(0, 497px, 241px, 100%);
  }
}
.section14 .center {
  position: relative;
  margin-right: 144px;
  padding: 10px;
  background-color: rgba(0, 201, 117, 0.2);
}
.section14 .center .circle {
  width: 220px;
  height: 220px;
  background-color: var(--green02);
}
.section14 .center .arrow {
  width: 116px;
  height: 443px;
  left: 100%;
}
.section14 .right .circle {
  width: 138px;
  height: 138px;
}
.section14 .right .circle:first-child {
  background-color: #0f7b4e;
}
.section14 .right .circle:nth-child(2) {
  background-color: #0a5837;
}
.section14 .right .circle:last-child {
  background-color: #073723;
}
.section14 .right .circle:not(:last-child) {
  margin-bottom: 51px;
}

/* section15 */
.section15 {
  padding: 130px 0;
}
.section15 .description {
  margin-bottom: 80px;
}
.section15 .description b {
  font-weight: 600;
}
.section15 .img_wrap {
  display: flex;
  justify-content: space-between;
}
.section15 .img_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 46px;
}
.section15 .img_wrap::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  border-right: 1px dashed var(--black);
  content: "";
}
.section15 .img_wrap .img {
  width: 660px;
  height: 467px;
}

/* section16 */
.section16 {
  display: flex;
}
.section16 .package_container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  height: 1080px;
  color: #fff;
  text-align: left;
}
.section16 .package_container:first-child {
  background-color: var(--green02);
  z-index: 3;
}
.section16 .package_container:nth-child(2) {
  background-color: #14ad6d;
  z-index: 2;
}
.section16 .package_container:last-child {
  background-color: #0f7b4e;
  z-index: 1;
}
.section16 .package_container .img_wrap {
  position: relative;
  width: 320px;
  height: 320px;
  margin-bottom: 79px;
}
.section16 .package_container :where(.circle, .img) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.section16 .package_container .circle {
  border-radius: 50%;
}
.section16 .package_container .circle01 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 239, 139, 0.15);
}
.section16 .package_container .circle02 {
  width: 256px;
  height: 256px;
  background-color: rgba(0, 239, 139, 0.5);
}
.section16 .package_container .circle03 {
  width: 192px;
  height: 192px;
  background-color: #00ef8b;
}
.section16 .package_container .img {
  width: 168px;
  height: 154px;
}
.section16 .package_container .title_wrap {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold;
}
.section16 .package_container .number {
  width: fit-content;
  margin-bottom: 10px;
  padding: 8px 11px;
  font-size: 18px;
  font-weight: 500;
  background-color: var(--black);
  border-radius: 10px;
}
.section16 .package_container:first-child .number {
  position: relative;
}
.section16 .package_container:first-child .number::after {
  position: absolute;
  bottom: 0;
  left: calc(100% + 8px);
  width: 60px;
  height: 68px;
  background: url("/static/asset/img/landing/img_landing_section16_04.png") no-repeat
    center / cover;
  content: "";
}
.section16 .package_container .color_text {
  color: #00ef8b;
  margin: 2px 0 0 0;
}
.section16 .package_container li {
  display: flex;
  gap: 11px;
}
.section16 .package_container li::before {
  display: block;
  width: 26px;
  height: 26px;
  background: url("/static/asset/img/icon_check.svg") no-repeat center / cover;
  content: "";
}
.section16 .package_container li:not(:last-child) {
  margin-bottom: 28px;
}

/* section17 */
.section17 {
  padding: 130px 0;
  text-align: left;
}
.section17 .description {
  margin-bottom: 80px;
}
.section17 .list_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 20px;
}
.section17 .list {
  width: 335px;
}
.section17 .list .icon {
  width: fit-content;
  height: 80px;
  margin: 0 auto 20px;
}
.section17 .list .icon img {
  width: auto;
}
.section17 .list .list_title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 81px;
  margin-bottom: 36px;
  font-weight: 600;
  color: #fff;
  background-color: var(--green01);
  border-radius: 10px;
}
.section17 .list .list_title::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 36px;
  background: url("/static/asset/img/landing/img_landing_section17_11.svg") no-repeat
    center / cover;
  content: "";
}
.section17 .list .detail_list_wrap {
  padding: 0 10px;
  font-size: 20px;
  font-weight: 500;
  border: 2px solid var(--green01);
  border-radius: 10px;
}
.section17 .list .detail_list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 74px;
}
.section17 .list .detail_list:not(:last-child) {
  border-bottom: 1px solid #b7c0cb;
}

/* section18 */
.section18 {
  padding: 150px 0;
  color: #fff;
  background: url("/static/asset/img/landing/bg_landing_section18.png") no-repeat
    center / cover;
}
.section18 .logo {
  width: 237px;
  height: 128px;
  margin: 0 auto 28px;
}
.section18 .gray_text {
  margin-bottom: 70px;
  font-size: 32px;
  font-weight: bold;
  color: #9da2a9;
  text-shadow: 0px 0px 49px rgba(0, 0, 0, 0.3);
}
.section18 .text {
  margin-bottom: 100px;
  font-weight: 500;
  line-height: 1.5;
}
.section18 .text b {
  font-size: 32px;
  font-weight: 600;
}
.section18 .company_container {
  display: flex;
  margin-bottom: 50px;
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.section18 .company_container ul {
  width: 50%;
  padding: 20px 0;
}
.section18 .company_container ul:first-child {
  border-right: 1px dashed #fff;
}
.section18 .company_container li {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 500;
}
.section18 .company_container ul:last-child li {
  flex-direction: row-reverse;
}
.section18 .company_container li:not(:last-child) {
  margin-bottom: 27px;
}
.section18 .company_container .list_title {
  font-weight: 600;
  color: #00ef8b;
}
.section18 .company_container ul:first-child .list_title {
  width: 68px;
  text-align: left;
}
.section18 .company_container ul:last-child .list_title {
  width: 82px;
  text-align: right;
}
.section18 .link_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 389px;
  height: 70px;
  margin: 0 auto;
  font-weight: 600;
  color: var(--black);
  border-radius: 50px;
  background-color: var(--green02);
}

@media (max-width: 1600px) {
  body {
    font-size: calc(100vw * (24 / 1600));
  }

  /* ----- landing ----- */
  .inner {
    width: calc(100vw * (1400 / 1600));
  }
  h2 {
    margin-bottom: calc(100vw * (30 / 1600));
    font-size: calc(100vw * (48 / 1600));
  }
  .color_text {
    margin-bottom: calc(100vw * (30 / 1600));
    font-size: calc(100vw * (32 / 1600));
  }
  .contact_link {
    right: calc(100vw * (41 / 1600));
    bottom: calc(100vw * (106 / 1600));
    width: calc(100vw * (199 / 1600));
    height: calc(100vw * (54 / 1600));
    filter: drop-shadow(0px calc(100vw * (10 / 1600)) calc(100vw * (20 / 1600)) rgba(0, 0, 0, 0.20));
  }
  /* section02 */
  .section02 {
    padding: calc(100vw * (130 / 1600)) 0;
  }
  .section02 .description {
    margin-bottom: calc(100vw * (474 / 1600));
  }
  .section02 .player_img {
    width: calc(100vw * (235 / 1600));
    height: calc(100vw * (187 / 1600));
  }
  .section02 .bg_img {
    bottom: calc(100vw * (31 / 1600));
    width: calc(100vw * (820 / 1600));
    height: calc(100vw * (550 / 1600));
  }
  .section02 .item_01 {
    width: calc(100vw * (166 / 1600));
    height: calc(100vw * (166 / 1600));
    top: calc(100vw * (-170 / 1600));
    left: calc(100vw * (88 / 1600));
  }
  .section02 .item_02 {
    width: calc(100vw * (116 / 1600));
    height: calc(100vw * (116 / 1600));
    top: calc(100vw * (-224 / 1600));
    left: calc(100vw * (192 / 1600));
  }
  .section02 .item_03 {
    width: calc(100vw * (130 / 1600));
    height: calc(100vw * (130 / 1600));
    top: calc(100vw * (-237 / 1600));
    left: calc(100vw * (-42 / 1600));
  }
  .section02 .item_04 {
    width: calc(100vw * (161 / 1600));
    height: calc(100vw * (161 / 1600));
    top: calc(100vw * (-394 / 1600));
    left: calc(100vw * (-153 / 1600));
  }
  .section02 .item_05 {
    width: calc(100vw * (183 / 1600));
    height: calc(100vw * (41 / 1600));
    top: calc(100vw * (-300 / 1600));
    left: calc(100vw * (68 / 1600));
  }
  .section02 .item_06 {
    width: calc(100vw * (90 / 1600));
    height: calc(100vw * (40 / 1600));
    top: calc(100vw * (-367 / 1600));
    left: calc(100vw * (235 / 1600));
  }

  /* section03 */
  .section03 {
    padding: calc(100vw * (130 / 1600)) 0;
  }
  .section03 .description {
    margin-bottom: calc(100vw * (56 / 1600));
  }
  .section03 .graph_wrap {
    height: calc(100vw * (480 / 1600));
    padding: calc(100vw * (240 / 1600)) 0 0 calc(100vw * (164 / 1600));
    margin-bottom: calc(100vw * (4 / 1600));
  }
  .section03 .green_graph .line {
    width: calc(100vw * (234 / 1600));
    height: calc(100vw * (2 / 1600));
  }
  .section03 .green_graph .line::before,
  .section03 .green_graph .line:last-child::after {
    width: calc(100vw * (16 / 1600));
    height: calc(100vw * (16 / 1600));
    border: calc(100vw * (2 / 1600)) solid var(--green01);
  }
  .section03 .green_graph .line::before {
    left: calc(100vw * (-8 / 1600));
  }
  .section03 .green_graph .line:last-child::after {
    right: calc(100vw * (-8 / 1600));
  }
  .section03 .green_graph .line01 {
    left: calc(100vw * (234 / 1600));
    top: calc(100vw * (109 / 1600));
  }
  .section03 .green_graph .line02 {
    left: calc(100vw * (468 / 1600));
    top: calc(100vw * (118 / 1600));
  }
  .section03 .green_graph .line03 {
    left: calc(100vw * (702 / 1600));
    top: calc(100vw * (105 / 1600));
  }
  .section03 .green_graph .line04 {
    width: calc(100vw * (261 / 1600));
    left: calc(100vw * (936 / 1600));
    top: calc(100vw * (61 / 1600));
  }
  .section03 .green_graph span:first-of-type {
    top: calc(100vw * (65 / 1600));
    left: calc(100vw * (205 / 1600));
  }
  .section03 .green_graph span:nth-of-type(2) {
    top: calc(100vw * (73 / 1600));
    left: calc(100vw * (438 / 1600));
  }
  .section03 .green_graph span:nth-of-type(3) {
    top: calc(100vw * (60 / 1600));
    left: calc(100vw * (671 / 1600));
  }
  .section03 .green_graph span:nth-of-type(4) {
    top: calc(100vw * (15 / 1600));
    right: calc(100vw * (435 / 1600));
  }
  .section03 .green_graph span:nth-of-type(5) {
    top: calc(100vw * (135 / 1600));
    right: calc(100vw * (206 / 1600));
  }
  .section03 .green_graph span:last-of-type {
    top: calc(100vw * (88 / 1600));
    right: calc(100vw * (159 / 1600));
    width: calc(100vw * (70 / 1600));
    height: calc(100vw * (43 / 1600));
  }
  .section03 .graph_bg {
    bottom: calc(100vw * (203 / 1600));
    left: calc(100vw * (216 / 1600));
    width: calc(100vw * (969 / 1600));
    height: calc(100vw * (215 / 1600));
  }
  .section03 .red_graph {
    width: calc(100vw * (1026 / 1600));
    height: calc(100vw * (126 / 1600));
  }
  .section03 .year_wrap > li {
    height: calc(100vw * (11 / 1600));
  }
  .section03 .year_wrap > li span {
    top: calc(100% + calc(100vw * (13 / 1600)));
    right: calc(100vw * (-29 / 1600));
  }

  /* section04 */
  .section04 {
    padding-top: calc(100vw * (130 / 1600));
  }
  .section04 .description {
    margin-bottom: calc(100vw * (80 / 1600));
  }
  .section04 .left::before {
    width: calc(100vw * (352 / 1600));
    height: calc(100vw * (404 / 1600));
  }
  .section04 .left div {
    width: calc(100vw * (168 / 1600));
    height: calc(100vw * (168 / 1600));
  }
  .section04 .left div:not(:last-child) {
    margin-bottom: calc(100vw * (-23 / 1600));
  }
  .section04 .center {
    width: calc(100vw * (736 / 1600));
    margin: 0 calc(100vw * (44 / 1600)) 0 calc(100vw * (72 / 1600));
    padding-top: calc(100vw * (38 / 1600));
  }
  .section04 .center li {
    padding: calc(100vw * (18 / 1600)) calc(100vw * (35 / 1600));
    border-radius: calc(100vw * (50 / 1600));
  }
  .section04 .center li:not(:last-child) {
    margin-bottom: calc(100vw * (34 / 1600));
  }
  .section04 .center li::after {
    bottom: calc(100vw * (2 / 1600));
    width: calc(100vw * (27 / 1600));
    height: calc(100vw * (17 / 1600));
  }
  .section04 .center li:nth-child(odd)::after {
    left: calc(100vw * (-5 / 1600));
  }
  .section04 .center li:nth-child(even)::after {
    right: calc(100vw * (-5 / 1600));
  }
  .section04 .right {
    width: calc(100vw * (288 / 1600));
    height: calc(100vw * (481 / 1600));
  }
  .section04 .right .img {
    height: calc(100vw * (481 / 1600));
  }

  /* section05 */
  .section05 {
    padding-top: calc(100vw * (130 / 1600));
  }
  .section05 .description {
    margin-bottom: calc(100vw * (60 / 1600));
  }
  .section05 .box {
    gap: calc(100vw * (54 / 1600));
  }
  .section05 .figcaption {
    font-size: calc(100vw * (14 / 1600));
  }
  .section05 .circle_graph {
    width: calc(100vw * (487 / 1600));
    height: calc(100vw * (487 / 1600));
  }
  .section05 .circle_graph .center {
    width: calc(100vw * (147 / 1600));
    height: calc(100vw * (147 / 1600));
  }
  .section05 .left .effect_text {
    left: calc(100vw * (-160 / 1600));
  }
  .section05 .left .effect_text::after {
    top: calc(100vw * (13 / 1600));
    left: calc(100% + calc(100vw * (6 / 1600)));
    width: calc(100vw * (84 / 1600));
    height: calc(100vw * (59 / 1600));
  }
  .section05 .left .figcaption {
    left: calc(100vw * (-159 / 1600));
  }
  .section05 .left .percent_text_wrap {
    font-size: calc(100vw * (20 / 1600));
  }
  .section05 .left .percent_text_wrap p:first-child {
    top: calc(100vw * (162 / 1600));
    left: calc(100vw * (50 / 1600));
  }
  .section05 .left .percent_text_wrap p:nth-child(2) {
    top: calc(100vw * (103 / 1600));
    right: calc(100vw * (84 / 1600));
  }
  .section05 .left .percent_text_wrap p:nth-child(3) {
    bottom: calc(100vw * (190 / 1600));
    right: calc(100vw * (33 / 1600));
  }
  .section05 .left .percent_text_wrap p:nth-child(4) {
    bottom: calc(100vw * (90 / 1600));
    right: calc(100vw * (71 / 1600));
  }
  .section05 .left .percent_text_wrap p:last-child {
    bottom: calc(100vw * (55 / 1600));
    left: calc(100vw * (203 / 1600));
  }
  .section05 .left .percent_text_wrap p:first-child b {
    font-size: calc(100vw * (32 / 1600));
  }
  .section05 .left .percent_text_wrap b {
    font-size: calc(100vw * (24 / 1600));
    margin-bottom: calc(100vw * (2 / 1600));
  }
  .section05 .right .figcaption {
    margin: 0 0 calc(100vw * (14 / 1600)) auto;
  }
  .section05 .right .text_list {
    padding: calc(100vw * (15 / 1600)) calc(100vw * (14 / 1600))
      calc(100vw * (19 / 1600)) 0;
  }
  .section05 .right .text_list li:first-child {
    margin-bottom: calc(100vw * (48 / 1600));
  }
  .section05 .right .text_list li:not(:first-child) {
    font-size: calc(100vw * (18 / 1600));
  }
  .section05 .right .text_list li:not(:where(:first-child, :last-child)) {
    margin-bottom: calc(100vw * (53 / 1600));
  }
  .section05 .right .bar_list {
    width: calc(100vw * (491 / 1600));
    padding: calc(100vw * (10 / 1600)) 0;
  }
  .section05 .right .bar_list .bar {
    height: calc(100vw * (38 / 1600));
    padding-right: calc(100vw * (14 / 1600));
    font-size: calc(100vw * (18 / 1600));
  }
  .section05 .right .bar_list .bar:first-child {
    width: calc(100vw * (374 / 1600));
    font-size: calc(100vw * (24 / 1600));
  }
  .section05 .right .bar_list .bar:nth-child(2) {
    width: calc(100vw * (320 / 1600));
  }
  .section05 .right .bar_list .bar:nth-child(3) {
    width: calc(100vw * (260 / 1600));
  }
  .section05 .right .bar_list .bar:nth-child(4) {
    width: calc(100vw * (249 / 1600));
  }
  .section05 .right .bar_list .bar:nth-child(5) {
    width: calc(100vw * (173 / 1600));
  }
  .section05 .right .bar_list .bar:nth-child(6) {
    width: calc(100vw * (168 / 1600));
  }
  .section05 .right .bar_list .bar:last-child {
    width: calc(100vw * (157 / 1600));
  }
  .section05 .right .bar_list .bar:not(:last-child) {
    margin-bottom: calc(100vw * (36 / 1600));
  }
  .section05 .right .bar_list .bar:where(:first-child, :nth-child(2)) span {
    left: calc(100% + calc(100vw * (14 / 1600)));
  }

  /* section06 */
  .section06 {
    padding: calc(100vw * (130 / 1600)) 0;
  }
  .section06 .description {
    margin-bottom: calc(100vw * (80 / 1600));
  }
  .section06 .img {
    height: calc(100vw * (514 / 1600));
  }
  .section06 .person_img {
    bottom: calc(100vw * (100 / 1600));
    right: calc(100vw * (461 / 1600));
    width: calc(100vw * (201 / 1600));
    height: calc(100vw * (250 / 1600));
  }
  .section06 .message {
    padding: calc(100vw * (6 / 1600)) calc(100vw * (20 / 1600));
    font-size: calc(100vw * (18 / 1600));
    border-radius: calc(100vw * (50 / 1600));
  }
  .section06 .message01 {
    top: calc(100vw * (101 / 1600));
    right: calc(100vw * (454 / 1600));
  }
  .section06 .message02 {
    top: calc(100vw * (215 / 1600));
    left: calc(100vw * (525 / 1600));
  }
  .section06 .message03 {
    top: calc(100vw * (215 / 1600));
    right: calc(100vw * (276 / 1600));
  }

  /* section07 */
  .section07 {
    padding: calc(100vw * (130 / 1600)) 0;
  }
  .section07 .description {
    margin-bottom: calc(100vw * (67 / 1600));
  }
  .section07 .graph_container {
    gap: calc(100vw * (10 / 1600));
    margin: calc(100vw * (10 / 1600)) 0;
  }
  .section07 .graph_text01 {
    bottom: calc(100vw * (39 / 1600));
    left: calc(100vw * (157 / 1600));
    width: calc(100vw * (314 / 1600));
    height: calc(100vw * (154 / 1600));
  }
  .section07 .graph_text02 {
    top: calc(100vw * (25 / 1600));
    right: calc(100vw * (83 / 1600));
    width: calc(100vw * (425 / 1600));
    height: calc(100vw * (160 / 1600));
  }
  .section07 .graph_bg {
    width: calc(100vw * (1164 / 1600));
    height: calc(100vw * (448 / 1600));
  }

  /* section08 */
  .section08 {
    padding: calc(100vw * (130 / 1600)) 0;
  }
  .section08 .description {
    margin-bottom: calc(100vw * (80 / 1600));
  }
  .section08 .img_wrap {
    gap: calc(100vw * (137 / 1600));
  }
  .section08 :where(.left, .right) {
    gap: calc(100vw * (40 / 1600));
  }
  .section08 :where(.left, .right) .img {
    width: calc(100vw * (200 / 1600));
    height: calc(100vw * (408 / 1600));
  }
  .section08 :where(.left, .right) .img .fail_icon {
    width: calc(100vw * (100 / 1600));
    height: calc(100vw * (100 / 1600));
  }
  .section08 .center::before,
  .section08 .center::after {
    width: calc(100vw * (70 / 1600));
    height: calc(100vw * (70 / 1600));
  }
  .section08 .center::before {
    right: calc(100% + calc(100vw * (34 / 1600)));
  }
  .section08 .center::after {
    left: calc(100% + calc(100vw * (34 / 1600)));
  }
  .section08 .center {
    width: calc(100vw * (245 / 1600));
    height: calc(100vw * (513 / 1600));
  }

  /* section09 */
  .section09 {
    padding: calc(100vw * (130 / 1600)) 0;
  }
  .section09 .description {
    margin-bottom: calc(100vw * (36 / 1600));
  }
  .section09 .figcaption {
    margin-bottom: calc(100vw * (27 / 1600));
    font-size: calc(100vw * (14 / 1600));
  }
  .section09 .graph_bg {
    height: calc(100vw * (513 / 1600));
  }
  .section09 :where(.left, .right) {
    bottom: calc(100vw * (39 / 1600));
  }
  .section09 .left {
    right: calc(100vw * (890 / 1600));
    width: calc(100vw * (430 / 1600));
    height: calc(100vw * (388 / 1600));
  }
  .section09 .left .img {
    width: calc(100vw * (430 / 1600));
    height: calc(100vw * (388 / 1600));
  }
  .section09 .right {
    left: calc(100vw * (496 / 1600));
    width: calc(100vw * (818 / 1600));
    height: calc(100vw * (519 / 1600));
  }
  .section09 .right .img {
    width: calc(100vw * (818 / 1600));
    height: calc(100vw * (519 / 1600));
  }
  .section09 .goal_text {
    top: calc(100vw * (-56 / 1600));
    right: calc(100vw * (30 / 1600));
    width: calc(100vw * (124 / 1600));
    height: calc(100vw * (88 / 1600));
  }

  /* section10 */
  .section10 {
    padding: calc(100vw * (130 / 1600)) 0;
  }
  .section10 h2 {
    margin-bottom: calc(100vw * (80 / 1600));
  }
  .section10 :where(.left, .right) {
    background: no-repeat bottom center / calc(100vw * (575 / 1600))
      calc(100vw * (410 / 1600));
  }
  .section10 .img_wrap .img {
    width: calc(100vw * (650 / 1600));
    height: calc(100vw * (430 / 1600));
    margin-bottom: calc(100vw * (60 / 1600));
  }
  .section10 .img_wrap .img::after {
    width: calc(100vw * (422 / 1600));
    height: calc(100vw * (422 / 1600));
  }
  .section10 .img_wrap .text {
    font-size: calc(100vw * (32 / 1600));
  }
  .section10 .img_wrap .standard {
    margin-top: calc(100vw * (10 / 1600));
    font-size: calc(100vw * (16 / 1600));
  }

  /* section11 */
  .section11 {
    padding: calc(100vw * (130 / 1600)) 0;
  }
  .section11 .description {
    margin-bottom: calc(100vw * (54 / 1600));
  }
  .section11 .list .logo {
    width: calc(100vw * (56 / 1600));
    height: calc(100vw * (30 / 1600));
    margin-bottom: calc(100vw * (8 / 1600));
  }
  .section11 .list p {
    margin-top: calc(100vw * (20 / 1600));
    font-size: calc(100vw * (20 / 1600));
  }
  .section11 .list01 {
    margin-right: calc(100vw * (200 / 1600));
    padding: calc(100vw * (15 / 1600));
  }
  .section11 .list01 .circle {
    width: calc(100vw * (200 / 1600));
    height: calc(100vw * (200 / 1600));
    border: calc(100vw * (2 / 1600)) solid var(--green01);
  }
  .section11 .list01 .circle:first-child::after,
  .section11 .list01 .circle:not(:nth-child(2))::before {
    width: calc(100% + calc(100vw * (30 / 1600)));
    height: calc(100% + calc(100vw * (30 / 1600)));
  }
  .section11 .list01 .circle:first-child::after {
    bottom: calc(100vw * (-178 / 1600));
  }
  .section11 .list01 .circle:not(:first-child) {
    margin-top: calc(100vw * (-38 / 1600));
  }
  .section11 .list01 svg {
    width: calc(100vw * (196 / 1600));
    height: calc(100vw * (327 / 1600));
  }
  .section11 li:nth-child(n + 2) {
    padding-top: calc(100vw * (147 / 1600));
  }
  .section11 li:nth-child(n + 2) .circle {
    width: calc(100vw * (250 / 1600));
    height: calc(100vw * (250 / 1600));
  }
  .section11 .list02 {
    margin-right: calc(100vw * (40 / 1600));
  }
  .section11 .list02 .arrow {
    top: calc(100vw * (249 / 1600));
  }
  .section11 .list02 .arrow svg {
    width: calc(100vw * (40 / 1600));
  }
  .section11 .list03 {
    margin-right: calc(100vw * (180 / 1600));
  }
  .section11 .list03 .arrow {
    top: calc(100vw * (259 / 1600));
  }
  .section11 .list03 svg {
    width: calc(100vw * (175 / 1600));
    height: calc(100vw * (21 / 1600));
  }
  .section11 .list04 .circle {
    border: calc(100vw * (3 / 1600)) solid var(--green02);
  }

  /* section12 */
  .section12 {
    padding: calc(100vw * (130 / 1600)) 0 calc(100vw * (154 / 1600));
  }
  .section12 .description {
    margin-bottom: calc(100vw * (228 / 1600));
  }
  .section12 ul {
    padding-right: calc(100vw * (118 / 1600));
  }
  .section12 .circle {
    width: calc(100vw * (341 / 1600));
    height: calc(100vw * (341 / 1600));
    font-size: calc(100vw * (20 / 1600));
  }
  .section12 .circle .title {
    margin-bottom: calc(100vw * (30 / 1600));
    font-size: calc(100vw * (36 / 1600));
  }
  .section12 .list01::after,
  .section12 .list02::after {
    top: calc(100vw * (-148 / 1600));
    height: calc(100vw * (330 / 1600));
  }
  .section12 .list01::after {
    width: calc(100vw * (181 / 1600));
  }
  .section12 .list02::after {
    left: calc(100vw * (80 / 1600));
    width: calc(100vw * (214 / 1600));
  }
  .section12 .list02 {
    margin-left: calc(100vw * (-76 / 1600));
  }
  .section12 .list02 .arrow {
    left: calc(100% + calc(100vw * (40 / 1600)));
  }
  .section12 .list02 .arrow svg {
    width: calc(100vw * (269 / 1600));
  }
  .section12 .list02 .arrow_circle {
    top: calc(100vw * (7 / 1600));
    right: calc(100vw * (-12 / 1600));
    width: calc(100vw * (30 / 1600));
    height: calc(100vw * (30 / 1600));
  }
  .section12 .list03 .circle_bg01 {
    width: calc(100vw * (459 / 1600));
    height: calc(100vw * (459 / 1600));
  }
  .section12 .list03 .circle_bg02 {
    width: calc(100vw * (577 / 1600));
    height: calc(100vw * (577 / 1600));
  }

  /* section13 */
  .section13 {
    padding-top: calc(100vw * (130 / 1600));
  }
  .section13 h2 {
    margin-bottom: calc(100vw * (80 / 1600));
  }
  .section13 h2 span {
    padding-bottom: calc(100vw * (5 / 1600));
    font-size: calc(100vw * (24 / 1600));
  }
  .section13 .img_wrap {
    padding-top: calc(100vw * (138 / 1600));
    background: url("/static/asset/img/landing/bg_landing_section13.png") no-repeat
      center top / 100% calc(100vw * (520 / 1600));
  }
  .section13 .img_wrap .phone_img {
    width: calc(100vw * (345 / 1600));
    height: calc(100vw * (588 / 1600));
  }
  .section13 .img_wrap .message {
    gap: calc(100vw * (20 / 1600));
    height: calc(100vw * (80 / 1600));
    padding: 0 calc(100vw * (30 / 1600)) 0 calc(100vw * (20 / 1600));
    font-size: calc(100vw * (20 / 1600));
    box-shadow: calc(100vw * (4 / 1600)) calc(100vw * (6 / 1600))
      calc(100vw * (4 / 1600)) 0px rgba(15, 123, 78, 0.5);
    border: calc(100vw * (2 / 1600)) solid var(--green01);
    border-radius: calc(100vw * (6 / 1600));
  }
  .section13 .img_wrap .message01 {
    top: calc(100vw * (205 / 1600));
    left: calc(100vw * (30 / 1600));
  }
  .section13 .img_wrap .message02 {
    top: calc(100vw * (276 / 1600));
    right: calc(100vw * (13 / 1600));
  }
  .section13 .img_wrap .message03 {
    top: calc(100vw * (396 / 1600));
    left: calc(100vw * (75 / 1600));
  }
  .section13 .img_wrap .message04 {
    top: calc(100vw * (417 / 1600));
    right: calc(100vw * (73 / 1600));
  }
  .section13 .img_wrap .message .img {
    height: calc(100vw * (67 / 1600));
  }

  /* section14 */
  .section14 {
    padding: calc(100vw * (130 / 1600)) 0;
  }
  .section14 .description {
    margin-bottom: calc(100vw * (75 / 1600));
  }
  .section14 .arrow {
    width: calc(100vw * (495 / 1600));
    height: calc(100vw * (239 / 1600));
  }
  .section14 .left {
    margin-right: calc(100vw * (346 / 1600));
  }
  .section14 .left .circle {
    width: calc(100vw * (532 / 1600));
    height: calc(100vw * (532 / 1600));
  }
  .section14 .left .logo {
    width: calc(100vw * (56 / 1600));
    height: calc(100vw * (30 / 1600));
    margin-bottom: calc(100vw * (8 / 1600));
  }
  .section14 .left .arrow {
    right: calc(100vw * (-337 / 1600));
  }
  @keyframes pulse {
    0% {
      opacity: 0;
      clip: rect(0, 0, calc(100vw * (241 / 1600)), 0);
    }
    10% {
      opacity: 1;
      clip: rect(0, 30%, calc(100vw * (241 / 1600)), 0);
    }
    38% {
      clip: rect(0, 75%, calc(100vw * (241 / 1600)), 0);
    }
    48% {
      clip: rect(0, calc(100vw * (497 / 1600)), calc(100vw * (241 / 1600)), 0);
    }
    52% {
      clip: rect(0, calc(100vw * (497 / 1600)), calc(100vw * (241 / 1600)), 0);
    }
    62% {
      clip: rect(
        0,
        calc(100vw * (497 / 1600)),
        calc(100vw * (241 / 1600)),
        30%
      );
    }
    90% {
      clip: rect(
        0,
        calc(100vw * (497 / 1600)),
        calc(100vw * (241 / 1600)),
        75%
      );
    }
    100% {
      clip: rect(
        0,
        calc(100vw * (497 / 1600)),
        calc(100vw * (241 / 1600)),
        100%
      );
    }
  }
  .section14 .center {
    margin-right: calc(100vw * (144 / 1600));
    padding: calc(100vw * (10 / 1600));
  }
  .section14 .center .circle {
    width: calc(100vw * (220 / 1600));
    height: calc(100vw * (220 / 1600));
  }
  .section14 .center .arrow {
    width: calc(100vw * (116 / 1600));
    height: calc(100vw * (443 / 1600));
  }
  .section14 .right .circle {
    width: calc(100vw * (138 / 1600));
    height: calc(100vw * (138 / 1600));
  }
  .section14 .right .circle:not(:last-child) {
    margin-bottom: calc(100vw * (51 / 1600));
  }

  /* section15 */
  .section15 {
    padding: calc(100vw * (130 / 1600)) 0;
  }
  .section15 .description {
    margin-bottom: calc(100vw * (80 / 1600));
  }
  .section15 .img_wrap {
    padding-bottom: calc(100vw * (46 / 1600));
  }
  .section15 .img_wrap .img {
    width: calc(100vw * (660 / 1600));
    height: calc(100vw * (467 / 1600));
  }

  /* section16 */
  .section16 .package_container {
    height: calc(100vw * (1080 / 1600));
  }
  .section16 .package_container .img_wrap {
    width: calc(100vw * (320 / 1600));
    height: calc(100vw * (320 / 1600));
    margin-bottom: calc(100vw * (79 / 1600));
  }
  .section16 .package_container .circle02 {
    width: calc(100vw * (256 / 1600));
    height: calc(100vw * (256 / 1600));
  }
  .section16 .package_container .circle03 {
    width: calc(100vw * (192 / 1600));
    height: calc(100vw * (192 / 1600));
  }
  .section16 .package_container .img {
    width: calc(100vw * (168 / 1600));
    height: calc(100vw * (154 / 1600));
  }
  .section16 .package_container .title_wrap {
    margin-bottom: calc(100vw * (40 / 1600));
    font-size: calc(100vw * (32 / 1600));
  }
  .section16 .package_container .number {
    margin-bottom: calc(100vw * (10 / 1600));
    padding: calc(100vw * (8 / 1600)) calc(100vw * (11 / 1600));
    font-size: calc(100vw * (18 / 1600));
    border-radius: calc(100vw * (10 / 1600));
  }
  .section16 .package_container:first-child .number::after {
    left: calc(100% + calc(100vw * (8 / 1600)));
    width: calc(100vw * (60 / 1600));
    height: calc(100vw * (68 / 1600));
  }
  .section16 .package_container .color_text {
    margin: calc(100vw * (2 / 1600)) 0 0 0;
  }
  .section16 .package_container li {
    gap: calc(100vw * (11 / 1600));
  }
  .section16 .package_container li::before {
    width: calc(100vw * (26 / 1600));
    height: calc(100vw * (26 / 1600));
  }
  .section16 .package_container li:not(:last-child) {
    margin-bottom: calc(100vw * (28 / 1600));
  }

  /* section17 */
  .section17 {
    padding: calc(100vw * (130 / 1600)) 0;
  }
  .section17 .description {
    margin-bottom: calc(100vw * (80 / 1600));
  }
  .section17 .list_wrap {
    gap: calc(100vw * (60 / 1600)) calc(100vw * (20 / 1600));
  }
  .section17 .list {
    width: calc(100vw * (335 / 1600));
  }
  .section17 .list .icon {
    height: calc(100vw * (80 / 1600));
    margin: 0 auto calc(100vw * (20 / 1600));
  }
  .section17 .list .list_title {
    height: calc(100vw * (81 / 1600));
    margin-bottom: calc(100vw * (36 / 1600));
    border-radius: calc(100vw * (10 / 1600));
  }
  .section17 .list .list_title::after {
    width: calc(100vw * (2 / 1600));
    height: calc(100vw * (36 / 1600));
  }
  .section17 .list .detail_list_wrap {
    padding: 0 calc(100vw * (10 / 1600));
    font-size: calc(100vw * (20 / 1600));
    border: calc(100vw * (2 / 1600)) solid var(--green01);
    border-radius: calc(100vw * (10 / 1600));
  }
  .section17 .list .detail_list {
    height: calc(100vw * (74 / 1600));
  }

  /* section18 */
  .section18 {
    padding: calc(100vw * (150 / 1600)) 0;
  }
  .section18 .logo {
    width: calc(100vw * (237 / 1600));
    height: calc(100vw * (128 / 1600));
    margin: 0 auto calc(100vw * (28 / 1600));
  }
  .section18 .gray_text {
    margin-bottom: calc(100vw * (70 / 1600));
    font-size: calc(100vw * (32 / 1600));
    text-shadow: 0px 0px calc(100vw * (49 / 1600)) rgba(0, 0, 0, 0.3);
  }
  .section18 .text {
    margin-bottom: calc(100vw * (100 / 1600));
  }
  .section18 .text b {
    font-size: calc(100vw * (32 / 1600));
  }
  .section18 .company_container {
    margin-bottom: calc(100vw * (50 / 1600));
    padding: calc(100vw * (20 / 1600)) 0;
  }
  .section18 .company_container ul {
    padding: calc(100vw * (20 / 1600)) 0;
  }
  .section18 .company_container li {
    gap: calc(100vw * (30 / 1600));
  }
  .section18 .company_container li:not(:last-child) {
    margin-bottom: calc(100vw * (27 / 1600));
  }
  .section18 .company_container ul:first-child .list_title {
    width: calc(100vw * (68 / 1600));
  }
  .section18 .company_container ul:last-child .list_title {
    width: calc(100vw * (82 / 1600));
  }
  .section18 .link_button {
    width: calc(100vw * (389 / 1600));
    height: calc(100vw * (70 / 1600));
    border-radius: calc(100vw * (50 / 1600));
  }
}

@media (max-width: 768px) {
  body {
    font-size: calc(100vw * (14 / 375));
  }

  .pc_only {
    display: none;
  }

  .mb_only {
    display: block;
  }

  /* ----- landing ----- */
  .inner {
    width: calc(100vw * (335 / 375));
  }
  h2 {
    margin-bottom: calc(100vw * (20 / 375));
    font-size: calc(100vw * (28 / 375));
  }
  .color_text {
    margin-bottom: calc(100vw * (20 / 375));
    font-size: calc(100vw * (22 / 375));
  }
  .description {
    line-height: 1.42;
  }

  .contact_link {
    right: calc(100vw * (20 / 375));
    bottom: calc(100vw * (38 / 375));
    width: calc(100vw * (199 / 375));
    height: calc(100vw * (54 / 375));
    filter: drop-shadow(0px calc(100vw * (10 / 375)) calc(100vw * (20 / 375)) rgba(0, 0, 0, 0.20));
  }

  .section03,
  .section09,
  .section17 {
    display: none;
  }

  /* section02 */
  .section02 {
    padding: calc(100vw * (80 / 375)) 0;
    background-image: url("/static/asset/img/landing/bg_landing_section02_mb.png");
  }
  .section02 .description {
    margin-bottom: calc(100vw * (395 / 375));
  }
  .section02 .player_img {
    width: calc(100vw * (139 / 375));
    height: calc(100vw * (111 / 375));
  }
  .section02 .bg_img {
    bottom: calc(100vw * (69 / 375));
    width: calc(100vw * (335 / 375));
    height: calc(100vw * (395 / 375));
  }
  .section02 .item_01 {
    width: calc(100vw * (105 / 375));
    height: calc(100vw * (105 / 375));
    top: calc(100vw * (-127 / 375));
    left: calc(100vw * (42 / 375));
  }
  .section02 .item_02 {
    width: calc(100vw * (73 / 375));
    height: calc(100vw * (73 / 375));
    top: calc(100vw * (-173 / 375));
    left: calc(100vw * (84 / 375));
  }
  .section02 .item_03 {
    width: calc(100vw * (89 / 375));
    height: calc(100vw * (89 / 375));
    top: calc(100vw * (-192 / 375));
    left: calc(100vw * (-32 / 375));
  }
  .section02 .item_04 {
    width: calc(100vw * (94 / 375));
    height: calc(100vw * (94 / 375));
    top: calc(100vw * (-308 / 375));
    left: calc(100vw * (-64 / 375));
  }
  .section02 .item_05 {
    width: calc(100vw * (144 / 375));
    height: calc(100vw * (32 / 375));
    top: calc(100vw * (-246 / 375));
    left: calc(100vw * (35 / 375));
  }
  .section02 .item_06 {
    width: calc(100vw * (68 / 375));
    height: calc(100vw * (30 / 375));
    top: calc(100vw * (-313 / 375));
    left: calc(100vw * (122 / 375));
  }

  /* section04 */
  .section04 {
    padding-top: calc(100vw * (80 / 375));
  }
  .section04 .description {
    margin-bottom: calc(100vw * (40 / 375));
  }
  .section04 .box {
    align-items: center;
    flex-direction: column;
  }
  .section04 .left {
    display: none;
  }
  .section04 .center {
    width: 100%;
    margin: 0 0 calc(100vw * (40 / 375));
    padding-top: 0;
  }
  .section04 .center li {
    padding: calc(100vw * (10 / 375)) calc(100vw * (30 / 375));
    line-height: 1.25;
    border-radius: calc(100vw * (50 / 375));
  }
  .section04 .center li:not(:last-child) {
    margin-bottom: calc(100vw * (20 / 375));
  }
  .section04 .center li::after {
    bottom: calc(100vw * (-3 / 375));
    width: calc(100vw * (27 / 375));
    height: calc(100vw * (17 / 375));
  }
  .section04 .center li:nth-child(odd)::after {
    left: calc(100vw * (-5 / 375));
  }
  .section04 .center li:nth-child(even)::after {
    right: calc(100vw * (-5 / 375));
  }
  .section04 .right {
    width: calc(100vw * (196 / 375));
    height: calc(100vw * (328 / 375));
  }
  .section04 .right .img {
    height: calc(100vw * (328 / 375));
  }

  /* section05 */
  .section05 {
    padding-top: calc(100vw * (80 / 375));
  }
  .section05 .description {
    margin-bottom: calc(100vw * (114 / 375));
  }
  .section05 .box {
    flex-direction: column;
    align-items: center;
    gap: calc(100vw * (40 / 375));
  }
  .section05 .figcaption {
    font-size: calc(100vw * (12 / 375));
  }
  .section05 .circle_graph {
    width: calc(100vw * (269 / 375));
    height: calc(100vw * (269 / 375));
  }
  .section05 .circle_graph .center {
    width: calc(100vw * (82 / 375));
    height: calc(100vw * (82 / 375));
  }
  .section05 .left .effect_text {
    top: calc(100vw * (-40 / 375));
    left: calc(100vw * (-33 / 375));
    font-size: calc(100vw * (18 / 375));
    text-align: left;
  }
  .section05 .left .effect_text::after {
    top: calc(100vw * (19 / 375));
    left: calc(100% + calc(100vw * (10 / 375)));
    width: calc(100vw * (56 / 375));
    height: calc(100vw * (60 / 375));
    background-image: url("/static/asset/img/landing/img_landing_section05_01_mb.svg");
  }
  .section05 .left .figcaption {
    bottom: calc(100% + calc(100vw * (60 / 375)));
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }
  .section05 .left .percent_text_wrap {
    font-size: calc(100vw * (14 / 375));
  }
  .section05 .left .percent_text_wrap p:first-child {
    top: calc(100vw * (82 / 375));
    left: calc(100vw * (18 / 375));
  }
  .section05 .left .percent_text_wrap p:nth-child(2) {
    top: calc(100vw * (57 / 375));
    right: calc(100vw * (43 / 375));
  }
  .section05 .left .percent_text_wrap p:nth-child(3) {
    bottom: calc(100vw * (101 / 375));
    right: calc(100vw * (15 / 375));
  }
  .section05 .left .percent_text_wrap p:nth-child(4) {
    bottom: calc(100vw * (47 / 375));
    right: calc(100vw * (36 / 375));
  }
  .section05 .left .percent_text_wrap p:last-child {
    bottom: calc(100vw * (24 / 375));
    left: calc(100vw * (108 / 375));
  }
  .section05 .left .percent_text_wrap p:first-child b {
    font-size: calc(100vw * (24 / 375));
  }
  .section05 .left .percent_text_wrap b {
    font-size: calc(100vw * (16 / 375));
    margin-bottom: calc(100vw * (2 / 375));
  }
  .section05 .right .figcaption {
    margin: 0 auto calc(100vw * (26 / 375));
  }
  .section05 .right .text_list {
    padding: calc(100vw * (20 / 375)) calc(100vw * (13 / 375))
      calc(100vw * (22 / 375)) 0;
  }
  .section05 .right .text_list li:first-child {
    font-size: calc(100vw * (18 / 375));
    margin-bottom: calc(100vw * (42 / 375));
  }
  .section05 .right .text_list li:not(:first-child) {
    font-size: calc(100vw * (14 / 375));
  }
  .section05 .right .text_list li:not(:where(:first-child, :last-child)) {
    margin-bottom: calc(100vw * (44 / 375));
  }
  .section05 .right .bar_list {
    width: calc(100vw * (175 / 375));
    padding: calc(100vw * (16 / 375)) 0;
  }
  .section05 .right .bar_list .bar {
    height: calc(100vw * (29 / 375));
    padding-right: calc(100vw * (10 / 375));
    font-size: calc(100vw * (14 / 375));
  }
  .section05 .right .bar_list .bar:first-child {
    width: calc(100vw * (126 / 375));
    font-size: calc(100vw * (18 / 375));
  }
  .section05 .right .bar_list .bar:nth-child(2) {
    width: calc(100vw * (109 / 375));
  }
  .section05 .right .bar_list .bar:nth-child(3) {
    width: calc(100vw * (93 / 375));
  }
  .section05 .right .bar_list .bar:nth-child(4) {
    width: calc(100vw * (89 / 375));
  }
  .section05 .right .bar_list .bar:nth-child(5) {
    width: calc(100vw * (65 / 375));
  }
  .section05 .right .bar_list .bar:nth-child(6) {
    width: calc(100vw * (60 / 375));
  }
  .section05 .right .bar_list .bar:last-child {
    width: calc(100vw * (59 / 375));
  }
  .section05 .right .bar_list .bar:not(:last-child) {
    margin-bottom: calc(100vw * (32 / 375));
  }
  .section05 .right .bar_list .bar:where(:first-child, :nth-child(2)) span {
    left: calc(100% + calc(100vw * (10 / 375)));
  }

  /* section06 */
  .section06 {
    padding: calc(100vw * (80 / 375)) 0;
  }
  .section06 .description {
    margin-bottom: calc(100vw * (40 / 375));
  }
  .section06 .img {
    height: calc(100vw * (708 / 375));
  }
  .section06 .person_img {
    bottom: calc(100vw * (152 / 375));
    right: calc(100vw * (102 / 375));
    width: calc(100vw * (116 / 375));
    height: calc(100vw * (144 / 375));
  }
  .section06 .message {
    padding: calc(100vw * (6 / 375)) calc(100vw * (13 / 375));
    font-size: calc(100vw * (14 / 375));
    border-radius: calc(100vw * (40 / 375));
  }
  .section06 .message01 {
    top: calc(100vw * (328 / 375));
    right: calc(100vw * (68 / 375));
  }
  .section06 .message02 {
    top: calc(100vw * (368 / 375));
    left: 0;
  }
  .section06 .message03 {
    top: calc(100vw * (368 / 375));
    right: 0;
  }

  /* section07 */
  .section07 {
    padding: calc(100vw * (80 / 375)) 0;
  }
  .section07 .description {
    margin-bottom: calc(100vw * (40 / 375));
  }
  .section07 .graph_container {
    gap: calc(100vw * (5 / 375));
    margin: calc(100vw * (5 / 375)) 0;
  }
  .section07 .graph_text01 {
    bottom: calc(100vw * (39 / 375));
    left: calc(100vw * (10 / 375));
    width: calc(100vw * (109 / 375));
    height: calc(100vw * (120 / 375));
  }
  .section07 .graph_text02 {
    top: calc(100vw * (35 / 375));
    right: calc(100vw * (17 / 375));
    width: calc(100vw * (104 / 375));
    height: calc(100vw * (135 / 375));
  }
  .section07 .graph_bg {
    width: calc(100vw * (253 / 375));
    height: calc(100vw * (357 / 375));
  }

  /* section08 */
  .section08 {
    padding: calc(100vw * (80 / 375)) 0;
  }
  .section08 .description {
    margin-bottom: calc(100vw * (40 / 375));
  }
  .section08 .img_wrap {
    flex-direction: column;
    gap: calc(100vw * (130 / 375));
  }
  .section08 :where(.left, .right) {
    gap: calc(100vw * (21 / 375));
  }
  .section08 :where(.left, .right) .img {
    width: calc(100vw * (157 / 375));
    height: calc(100vw * (323 / 375));
  }
  .section08 :where(.left, .right) .img .fail_icon {
    width: calc(100vw * (70 / 375));
    height: calc(100vw * (70 / 375));
  }
  .section08 .center::before,
  .section08 .center::after {
    width: calc(100vw * (70 / 375));
    height: calc(100vw * (70 / 375));
  }
  .section08 .center::before {
    top: auto;
    bottom: calc(100% + calc(100vw * (30 / 375)));
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .section08 .center::after {
    display: none;
  }
  .section08 .center {
    width: calc(100vw * (195 / 375));
    height: calc(100vw * (410 / 375));
  }
  .section08 .right {
    display: none;
  }

  /* section10 */
  .section10 {
    padding: calc(100vw * (80 / 375)) 0;
  }
  .section10 h2 {
    margin-bottom: calc(100vw * (40 / 375));
  }
  .section10 :where(.left, .right) {
    background: no-repeat bottom center / calc(100vw * (296 / 375))
      calc(100vw * (228 / 375));
  }
  .section10 .img_wrap {
    flex-direction: column;
    gap: calc(100vw * (40 / 375));
  }
  .section10 .img_wrap .img {
    width: 100%;
    height: calc(100vw * (221 / 375));
    margin-bottom: calc(100vw * (40 / 375));
  }
  .section10 .img_wrap .img::after {
    width: calc(100vw * (218 / 375));
    height: calc(100vw * (218 / 375));
  }
  .section10 .img_wrap .text {
    font-size: calc(100vw * (18 / 375));
    line-height: 1.15;
  }
  .section10 .img_wrap .standard {
    margin-top: calc(100vw * (2 / 375));
    font-size: calc(100vw * (14 / 375));
  }

  /* section11 */
  .section11 {
    padding: calc(100vw * (80 / 375)) 0;
  }
  .section11 .description {
    margin-bottom: calc(100vw * (40 / 375));
  }
  .section11 ul {
    flex-direction: column;
    align-items: center;
  }
  .section11 .list .logo {
    width: calc(100vw * (40 / 375));
    height: calc(100vw * (21 / 375));
    margin-bottom: calc(100vw * (6 / 375));
  }
  .section11 .list p {
    margin-top: calc(100vw * (15 / 375));
    font-size: calc(100vw * (14 / 375));
  }
  .section11 .list01 {
    display: none;
  }
  .section11 li:nth-child(n + 2) {
    padding-top: 0;
  }
  .section11 li:nth-child(n + 2) .circle {
    width: calc(100vw * (180 / 375));
    height: calc(100vw * (180 / 375));
    font-size: calc(100vw * (18 / 375));
  }
  .section11 .list02 {
    margin: 0 0 calc(100vw * (40 / 375));
  }
  .section11 .list02 .arrow {
    top: calc(100% + calc(100vw * (10 / 375)));
    left: 50%;
    transform: translateX(-50%);
    height: calc(100vw * (20 / 375));
  }

  .section11 .list03 {
    margin: 0 0 calc(100vw * (79 / 375));
  }
  .section11 .list03 .arrow {
    top: calc(100% + calc(100vw * (10 / 375)));
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw * (14 / 375));
    height: calc(100vw * (59 / 375));
  }
  .section11 .list04 .circle {
    border: calc(100vw * (3 / 375)) solid var(--green02);
  }

  /* section12 */
  .section12 {
    padding: calc(100vw * (80 / 375)) 0 calc(100vw * (149 / 375));
  }
  .section12 .description {
    margin-bottom: calc(100vw * (122 / 375));
  }
  .section12 ul {
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
  }
  .section12 .circle {
    width: calc(100vw * (188 / 375));
    height: calc(100vw * (188 / 375));
    font-size: calc(100vw * (14 / 375));
  }
  .section12 .circle .title {
    margin-bottom: calc(100vw * (12 / 375));
    font-size: calc(100vw * (24 / 375));
  }
  .section12 .list01::after,
  .section12 .list02::after {
    top: calc(100vw * (-87 / 375));
    height: calc(100vw * (191 / 375));
  }
  .section12 .list01::after {
    width: calc(100vw * (104 / 375));
  }
  .section12 .list02::after {
    left: calc(100vw * (42 / 375));
    width: calc(100vw * (123 / 375));
  }
  .section12 .list02 {
    margin-left: calc(100vw * (-42 / 375));
  }
  .section12 .list02 .arrow {
    top: calc(100% + calc(100vw * (8 / 375)));
    left: calc(100vw * (12 / 375));
    transform: translate(0);
    width: calc(100vw * (22 / 375));
    height: calc(100vw * (173 / 375));
  }
  .section12 .list03 {
    margin: calc(100vw * (189 / 375)) 0 0;
  }
  .section12 .list03 .circle_bg01 {
    width: calc(100vw * (266 / 375));
    height: calc(100vw * (266 / 375));
  }
  .section12 .list03 .circle_bg02 {
    width: calc(100vw * (335 / 375));
    height: calc(100vw * (335 / 375));
  }

  /* section13 */
  .section13 {
    padding: calc(100vw * (80 / 375)) 0 calc(100vw * (60 / 375));
  }
  .section13 h2 {
    width: fit-content;
    margin: 0 auto calc(100vw * (40 / 375));
  }
  .section13 h2 span {
    display: block;
    text-align: right;
    margin-top: 4px;
    padding-bottom: 0;
    font-size: calc(100vw * (14 / 375));
  }
  .section13 .img_wrap {
    padding-top: 0;
    background: none;
  }
  .section13 .img_wrap .phone_img {
    width: calc(100vw * (180 / 375));
    height: calc(100vw * (375 / 375));
  }
  .section13 .img_wrap .message {
    gap: calc(100vw * (5 / 375));
    height: calc(100vw * (46 / 375));
    padding: 0 calc(100vw * (10 / 375));
    font-size: calc(100vw * (12 / 375));
    box-shadow: calc(100vw * (3 / 375)) calc(100vw * (3 / 375))
      calc(100vw * (3 / 375)) 0px rgba(15, 123, 78, 0.5);
    border: calc(100vw * (2 / 375)) solid var(--green01);
    border-radius: calc(100vw * (3 / 375));
  }
  .section13 .img_wrap .message01 {
    top: calc(100vw * (26 / 375));
    left: 0;
  }
  .section13 .img_wrap .message02 {
    top: calc(100vw * (83 / 375));
    right: 0;
  }
  .section13 .img_wrap .message03 {
    top: calc(100vw * (147 / 375));
    left: 0;
  }
  .section13 .img_wrap .message04 {
    top: calc(100vw * (229 / 375));
    right: 0;
  }
  .section13 .img_wrap .message .img {
    height: calc(100vw * (34 / 375));
  }

  /* section14 */
  .section14 {
    padding: calc(100vw * (80 / 375)) 0;
    background-image: url("/static/asset/img/landing/bg_landing_section14_mb.png");
  }
  .section14 .description {
    margin-bottom: calc(100vw * (40 / 375));
  }
  .section14 .marketing_wrap {
    flex-direction: column;
  }
  .section14 .left {
    margin: 0 0 calc(100vw * (106 / 375));
  }
  .section14 .left::after {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw * (290 / 375));
    height: calc(100vw * (102 / 375));
    background: url("/static/asset/img/landing/img_landing_section14_04.svg") no-repeat
      center / cover;
    content: "";
  }
  .section14 .left .circle {
    width: calc(100vw * (331 / 375));
    height: calc(100vw * (331 / 375));
  }
  .section14 .left .logo {
    width: calc(100vw * (33 / 375));
    height: calc(100vw * (18 / 375));
    margin-bottom: calc(100vw * (5 / 375));
  }
  .section14 .left .arrow {
    display: none;
  }
  .section14 .center {
    display: none;
  }
  .section14 .right {
    display: flex;
  }
  .section14 .right .circle {
    width: calc(100vw * (130 / 375));
    height: calc(100vw * (130 / 375));
    font-size: calc(100vw * (18 / 375));
  }
  .section14 .right .circle:not(:last-child) {
    margin: 0 calc(100vw * (-27 / 375)) 0 0;
  }

  /* section15 */
  .section15 {
    padding: calc(100vw * (80 / 375)) 0;
  }
  .section15 .description {
    margin-bottom: calc(100vw * (40 / 375));
  }
  .section15 .img_wrap {
    flex-direction: column;
    gap: calc(100vw * (60 / 375));
    padding-bottom: 0;
  }
  .section15 .img_wrap::after {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-right: 0;
    border-bottom: 1px solid;
    border-image: url("/static/asset/img/landing/img_landing_section15_03.svg") 1;
  }
  .section15 .img_wrap .img {
    width: 100%;
    height: calc(100vw * (266 / 375));
  }

  /* section16 */
  .section16 {
    flex-direction: column;
  }
  .section16 .package_container {
    width: 100%;
    height: calc(100vw * (730 / 375));
  }
  .section16 .package_container .img_wrap {
    width: calc(100vw * (320 / 375));
    height: calc(100vw * (320 / 375));
    margin-bottom: calc(100vw * (52 / 375));
  }
  .section16 .package_container .circle02 {
    width: calc(100vw * (256 / 375));
    height: calc(100vw * (256 / 375));
  }
  .section16 .package_container .circle03 {
    width: calc(100vw * (192 / 375));
    height: calc(100vw * (192 / 375));
  }
  .section16 .package_container .img {
    width: calc(100vw * (168 / 375));
    height: calc(100vw * (154 / 375));
  }
  .section16 .package_container .title_wrap {
    margin-bottom: calc(100vw * (30 / 375));
    font-size: calc(100vw * (28 / 375));
  }
  .section16 .package_container .number {
    margin-bottom: calc(100vw * (10 / 375));
    padding: calc(100vw * (8 / 375)) calc(100vw * (10 / 375));
    font-size: calc(100vw * (16 / 375));
    border-radius: calc(100vw * (10 / 375));
  }
  .section16 .package_container:first-child .number::after {
    left: calc(100% + calc(100vw * (8 / 375)));
    width: calc(100vw * (44 / 375));
    height: calc(100vw * (53 / 375));
  }
  .section16 .package_container .color_text {
    margin: calc(100vw * (2 / 375)) 0 0 0;
  }
  .section16 .package_container li {
    gap: calc(100vw * (10 / 375));
    font-size: calc(100vw * (16 / 375));
  }
  .section16 .package_container li::before {
    width: calc(100vw * (21 / 375));
    height: calc(100vw * (21 / 375));
  }
  .section16 .package_container li:not(:last-child) {
    margin-bottom: calc(100vw * (14 / 375));
  }

  /* section18 */
  .section18 {
    padding: calc(100vw * (60 / 375)) 0;
    background-image: url("/static/asset/img/landing/bg_landing_section18_mb.png");
  }
  .section18 .logo {
    width: calc(100vw * (88 / 375));
    height: calc(100vw * (47 / 375));
    margin: 0 auto calc(100vw * (14 / 375));
  }
  .section18 .gray_text {
    margin-bottom: calc(100vw * (40 / 375));
    font-size: calc(100vw * (20 / 375));
    text-shadow: 0px 0px calc(100vw * (25 / 375)) rgba(0, 0, 0, 0.3);
  }
  .section18 .text {
    margin-bottom: calc(100vw * (50 / 375));
    font-size: calc(100vw * (16 / 375));
  }
  .section18 .text b {
    font-size: calc(100vw * (24 / 375));
  }
  .section18 .company_container {
    flex-direction: column;
    gap: calc(100vw * (20 / 375));
    margin-bottom: calc(100vw * (20 / 375));
    padding: calc(100vw * (30 / 375)) 0;
  }
  .section18 .company_container ul {
    width: 100%;
    padding: 0;
    font-size: calc(100vw * (18 / 375));
  }
  .section18 .company_container ul:first-child {
    border: 0;
  }
  .section18 .company_container li {
    align-items: flex-start;
    gap: calc(100vw * (9 / 375));
    text-align: left;
    word-break: keep-all;
  }
  .section18 .company_container ul:last-child li {
    flex-direction: row;
  }
  .section18 .company_container li:not(:last-child) {
    margin-bottom: calc(100vw * (20 / 375));
  }
  .section18 .company_container ul:first-child .list_title,
  .section18 .company_container ul:last-child .list_title {
    flex-shrink: 0;
    width: calc(100vw * (62 / 375));
    text-align: left;
  }
  .section18 .link_button {
    width: calc(100vw * (230 / 375));
    height: calc(100vw * (50 / 375));
    border-radius: calc(100vw * (50 / 375));
  }
}
