@charset "UTF-8";
* {
  box-sizing: border-box;
}

:after,
:before {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
}

dl,
ul,
ol,
menu,
li {
  list-style: none;
}

address,
caption,
code,
em,
var {
  font-style: normal;
}

img,
fieldset,
iframe {
  border: 0 none;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

input,
select,
textarea,
button {
  vertical-align: middle;
}

textarea {
  resize: none;
}

input::-ms-clear {
  display: none;
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

button,
input[type=button],
input[type=submit],
input[type=reset],
input[type=file] {
  border-radius: 0;
  -webkit-appearance: button;
}

input[type=image],
input[type=text],
input[type=submit],
input[type=password],
input[type=search] {
  border-radius: 0;
  -webkit-appearance: none;
}

input:checked[type=checkbox] {
  -webkit-appearance: checkbox;
  background-color: transparent;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

caption,
legend {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

a {
  text-decoration: none;
  select-dummy: expression(this.hideFocus=true);
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
input,
select,
textarea,
button {
  /* font family, letter-spacing etc...*/
}

textarea,
input {
  -webkit-apperence: none;
}

article,
details,
figure,
footer,
header,
nav,
section,
main,
menu {
  display: block;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub {
  line-height: 0;
}

html,
body {
  width: 100%;
}

ul:after,
ol:after {
  content: "";
  clear: both;
  display: block;
}

/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("../font/woff2/Pretendard-Black.woff2") format("woff2"), url("../font/woff/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("../font/woff2/Pretendard-ExtraBold.woff2") format("woff2"), url("../font/woff/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("../font/woff2/Pretendard-Bold.woff2") format("woff2"), url("../font/woff/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("../font/woff2/Pretendard-SemiBold.woff2") format("woff2"), url("../font/woff/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("../font/woff2/Pretendard-Medium.woff2") format("woff2"), url("../font/woff/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("../font/woff2/Pretendard-Regular.woff2") format("woff2"), url("../font/woff/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("../font/woff2/Pretendard-Light.woff2") format("woff2"), url("../font/woff/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("../font/woff2/Pretendard-ExtraLight.woff2") format("woff2"), url("../font/woff/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("../font/woff2/Pretendard-Thin.woff2") format("woff2"), url("../font/woff/Pretendard-Thin.woff") format("woff");
}
@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TAEBAEKfont";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/TAEBAEKfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* include */
:root {
  --white: #ffffff;
  --rec-primary: #ff5d1b;
  --rec-primary-gradient: #ff8554;
  --rec-primary-border: #ffe9af;
  --rec-primary-bg: #fff2d1;
  --rec-primary-bg-light: #fffdf7;
  --rec-secondary: #446ee8;
  --rec-secondary-border: rgba(63, 122, 255, 0.5);
  --rec-secondary-border-light: rgba(63, 122, 255, 0.2);
  --rec-secondary-bg: #eaf2ff;
  --rec-secondary-bg-light: rgba(68, 110, 232, 0.02);
  --rec-red: #f40a13;
  --rec-red-bg: #ffe2e5;
  --bg-gray: #f7f6f5;
  --bg-page: #eee;
  --bg-chat: #eee;
  --border: #dfdfdf;
  --border-light: #f4f4f4;
  --border-dark: #e7e7e7;
  --border-section: #f6f6f6;
  --text: #1b1b1b;
  --text-gray: #1b1b1b;
  --text-light: #888;
  --full-height: calc(var(--vh, 1vh) * 100);
}

* {
  -webkit-tap-highlight-color: transparent;
  word-break: keep-all;
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Malgun Gothic", "맑은 고딕", Dotum, 돋움, sans-serif;
}

*::-webkit-input-placeholder {
  color: var(--text);
  opacity: 0.4;
}

*:-moz-placeholder {
  color: var(--text);
  opacity: 0.4;
}

*::-moz-placeholder {
  color: var(--text);
  opacity: 0.4;
}

*:-ms-input-placeholder {
  color: var(--text);
  opacity: 0.4;
}

*:focus {
  outline: none;
}

html {
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Malgun Gothic", "맑은 고딕", Dotum, 돋움, sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  font-weight: 400;
  color: var(--text);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-style: -ms-autohiding-scrollbar;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

html.overflow {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body {
  letter-spacing: -0.5px;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}

html.ios-native-fixed-btmEl-cont {
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100);
}

html.ios-native-fixed-btmEl-cont body {
  overflow-y: scroll;
  height: calc(var(--vh, 1vh) * 100);
  padding-bottom: env(safe-area-inset-bottom) !important;
}

#home {
  font-size: 28px;
  /* 사장님 포털 */
}
#home a {
  cursor: pointer;
}
#home .inner-view {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
#home .tit-section {
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
}
#home .tit-section .sup {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}
#home .tit-section .title {
  font-size: 40px;
}
#home .tit-section .title, #home .tit-section strong {
  font-weight: 700;
}
#home .tit-section .sup + .title {
  margin-top: 0.4em;
}
#home .tit-section .underline {
  display: inline-block;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) calc(100% - 5px), rgba(255, 84, 15, 0.2) 5px);
}
#home .tit-section strong {
  display: block;
}
#home .ib {
  display: inline-block;
}
#home .emph {
  color: var(--rec-primary);
}
#home .btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  min-width: 325px;
  height: 90px;
  padding: 0 1.1em;
  border-radius: 12px;
  font-size: 30px;
  font-weight: 600;
}
#home .btn.ico-right:after {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/landing/ico-arrow01.png) no-repeat center center/contain;
  filter: invert(51%) sepia(81%) saturate(3610%) hue-rotate(348deg) brightness(100%) contrast(103%);
  content: "";
}
#home .btn span {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  height: 36px;
  align-items: center;
  transform: translate(-50%, -50%);
  border-radius: 36px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--rec-primary);
  padding: 0 0.8em;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
  font-weight: 600;
}
#home .btn span.deco {
  background: url(../img/landing/deco-btn.png) center/cover;
  color: #fff;
}
#home .btn.btn-primary {
  background: var(--rec-primary);
  color: #fff;
}
#home .btn.btn-primary.ico-right:after {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(147deg) brightness(100%) contrast(100%);
}
@media screen and (max-width: 1024px) {
  #home .btn {
    min-width: 3.17vw;
    height: 8.78vw;
    font-size: 24px;
    border-radius: 12px;
  }
  #home .btn span {
    height: 3.51vw;
    border-radius: 3.51vw;
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 768px) {
  #home .btn {
    min-width: 290px;
    height: 60px;
    font-size: 24px;
  }
  #home .btn span {
    height: 30px;
    border-radius: 30px;
    font-size: 13px;
  }
}
#home #header {
  background: var(--rec-primary);
  color: #fff;
}
#home #header .inner-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
#home #header #title {
  display: flex;
  align-items: center;
  gap: 15px;
}
#home #header #title .tit {
  font-size: 28px;
  font-weight: 800;
}
#home #header #title .sub {
  font-size: 16px;
  font-weight: 500;
}
#home #header .menu {
  display: flex;
  gap: 6px;
}
#home #header .menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
}
#home #header .menu .link-login {
  padding: 0 0.36em;
  color: #fff;
  text-decoration: underline;
}
#home #header .menu .link-join {
  padding: 0 0.83em;
  background: #fff;
  color: var(--rec-primary);
}
@media screen and (max-width: 1200px) {
  #home #header #title {
    gap: 1.25vw;
  }
  #home #header #title .tit {
    font-size: 2.33vw;
  }
  #home #header #title .sub {
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
  #home #header {
    background: #fff;
  }
  #home #header .inner-view {
    height: 48px;
  }
  #home #header #title .tit {
    font-size: 18px;
    color: var(--rec-primary);
  }
  #home #header #title .sub {
    display: none;
  }
  #home #header .menu {
    gap: 4px;
  }
  #home #header .menu a {
    height: 32px;
    padding: 0 5px;
    border-radius: 0;
    font-size: 14px;
  }
  #home #header .menu .link-login {
    color: #888;
  }
}
#home .bg-cloud {
  position: relative;
  background: linear-gradient(to bottom, rgb(223, 247, 255) 0%, rgba(223, 247, 255, 0) 70%);
}
#home .bg-cloud:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: url(../img/landing/bg-cloud.png) no-repeat top center;
  content: "";
}
@media screen and (max-width: 1200px) {
  #home .tit-section .sup {
    font-size: 3vw;
  }
  #home .tit-section .title {
    font-size: 4.16vw;
  }
}
@media screen and (max-width: 1024px) {
  #home .inner-view {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #home .tit-section .sup {
    font-size: 25px;
    line-height: 1.25;
  }
  #home .tit-section .title {
    font-size: 34px;
  }
  #home .tit-section .underline {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) calc(100% - 8px), rgba(255, 84, 15, 0.2) 5px);
  }
}
#home #visual {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  background-position: center;
  background-size: cover;
  color: #fff;
  line-height: 1.2;
}
#home #visual .sup {
  font-size: 32px;
  font-weight: 500;
}
#home #visual #h1 {
  margin-top: 0.12em;
  font-size: 65px;
  font-weight: 700;
  color: var(--rec-primary);
}
#home #visual .sub {
  display: block;
  margin-top: 0.4em;
  font-size: 28px;
}
#home #visual .btn {
  margin-top: 100px;
}
#home #visual.rider {
  background-image: url(../img/landing/rider-visual.jpg);
}
#home #visual.partner {
  background-image: url(../img/landing/partner-visual.jpg);
}
@media screen and (max-width: 1200px) {
  #home #visual {
    height: 75vw;
  }
}
@media screen and (max-width: 1024px) {
  #home #visual .sup {
    font-size: 3.12vw;
  }
  #home #visual #h1 {
    font-size: 6.34vw;
  }
  #home #visual .btn {
    margin-top: 9.76vw;
  }
}
@media screen and (max-width: 768px) {
  #home #visual {
    height: auto;
  }
  #home #visual .inner-view {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    max-height: 100vh;
    padding-top: 72px;
    padding-bottom: 72px;
  }
  #home #visual .sup {
    font-size: 24px;
  }
  #home #visual #h1 {
    margin-top: 10px;
    font-size: 52px;
  }
  #home #visual .sub {
    font-size: 24px;
  }
  #home #visual .btn {
    height: 54px;
    font-size: 20px;
  }
  #home #visual .btn span {
    left: 1em;
    transform: translate(0, -50%);
    height: 26px;
  }
  #home #visual.rider {
    background-image: url(../img/landing/rider-visual-mo.jpg);
  }
  #home #visual.partner {
    background-image: url(../img/landing/partner-visual-mo.jpg);
  }
  #home #visual.partner .inner-view {
    padding-left: 42px;
    padding-right: 42px;
    height: calc(100vh - 48px);
  }
}
#home .section-intro {
  padding: 180px 0 160px;
}
#home .section-intro .contents {
  margin-top: 124px;
}
#home .section-intro .contents .list {
  display: flex;
}
#home .section-intro .contents .item {
  width: 100%;
  text-align: center;
}
#home .section-intro .contents .tit {
  display: block;
  font-size: 30px;
  font-weight: 600;
}
#home .section-intro .contents .desc {
  margin-top: 0.77em;
  font-size: 26px;
  line-height: 1.4;
}
#home .section-intro .contents .emph {
  display: block;
}
#home .section-intro .contents .img {
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  #home .section-intro {
    padding: 15vw 0 13.3vw;
  }
  #home .section-intro .contents {
    margin-top: 10.3vw;
  }
  #home .section-intro .contents .tit {
    font-size: 2.5vw;
  }
  #home .section-intro .contents .desc {
    font-size: 2.16vw;
  }
  #home .section-intro .contents .img {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #home .section-intro {
    padding: 100px 0 90px;
  }
  #home .section-intro .contents {
    margin-top: 86px;
  }
  #home .section-intro .contents .list {
    display: block;
  }
  #home .section-intro .contents .item + .item {
    margin-top: 30px;
  }
  #home .section-intro .contents .tit {
    font-size: 28px;
  }
  #home .section-intro .contents .desc {
    margin-top: 10px;
    font-size: 24px;
  }
  #home .section-intro .contents .img {
    margin-top: 0;
  }
}
#home .section-benefit {
  padding: 115px 0 88px;
  background: #FFEEE8;
}
#home .section-benefit .tit-section .title {
  font-size: 40px;
}
#home .section-benefit .contents {
  margin-top: 84px;
  text-align: center;
  font-size: 23px;
  line-height: 1.4;
}
#home .section-benefit .contents [class^=item] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
#home .section-benefit .contents [class^=item]:before {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center center;
  background-size: 120px;
  content: "";
}
#home .section-benefit .contents .item1:before {
  background-image: url(../img/landing/rider-benefit-01.png);
}
#home .section-benefit .contents .item2:before {
  background-image: url(../img/landing/rider-benefit-02.png);
}
#home .section-benefit .contents .item3:before {
  background-image: url(../img/landing/rider-benefit-03.png);
}
#home .section-benefit .contents .item4:before {
  background-image: url(../img/landing/rider-benefit-04.png);
}
#home .section-benefit .contents .item5:before {
  background-image: url(../img/landing/rider-benefit-03.png);
}
#home .section-benefit .contents .item6:before {
  background-image: url(../img/landing/rider-benefit-01.png);
}
#home .section-benefit .contents .item7:before {
  background-image: url(../img/landing/rider-benefit-05.png);
}
#home .section-benefit .contents .item8:before {
  background-image: url(../img/landing/rider-benefit-04.png);
}
#home .section-benefit .contents .swiper-pagination {
  position: relative;
  transform: unset;
  top: auto;
  bottom: auto;
  margin-top: 80px;
  font-size: 0;
}
#home .section-benefit .contents .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 14px;
  background: #fff;
  opacity: 1;
}
#home .section-benefit .contents .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--rec-primary);
}
@media screen and (max-width: 1200px) {
  #home .section-benefit {
    padding: 9.5vw 0 7.3vw;
  }
  #home .section-benefit .tit-section .title {
    font-size: 3.3vw;
  }
  #home .section-benefit .contents {
    margin-top: 7vw;
    font-size: 1.9vw;
  }
  #home .section-benefit .contents [class^=item] {
    gap: 2vw;
  }
  #home .section-benefit .contents [class^=item]:before {
    width: 12.5vw;
    height: 12.5vw;
    background-size: 10vw;
  }
  #home .section-benefit .contents .swiper-pagination {
    margin-top: 6.6vw;
  }
  #home .section-benefit .contents .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #home .section-benefit {
    padding: 66px 0 42px;
  }
  #home .section-benefit .tit-section .title {
    font-size: 20px;
  }
  #home .section-benefit .contents {
    margin-top: 34px;
    font-size: 15px;
  }
  #home .section-benefit .contents .swiper-pagination {
    margin-top: 37px;
  }
  #home .section-benefit .contents .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 640px) {
  #home .section-benefit .tit-section .ib {
    display: block;
  }
  #home .section-benefit .contents [class^=item]:before {
    width: 23.3vw;
    height: 23.3vw;
    border-radius: 1.33vw;
    background-size: 18.66vw;
  }
}
#home .section-apply1 {
  background: url(../img/landing/rider-apply1-bg.png) var(--rec-primary) center center/cover;
}
#home .section-apply1 .inner-view {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1920px;
  height: 486px;
  color: #fff;
}
#home .section-apply1 .btn {
  position: relative;
  width: 420px;
  background: #fff;
  color: var(--rec-primary);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.6);
}
#home .section-apply1 [class^=item] {
  display: flex;
  align-items: center;
  gap: 3%;
  position: absolute;
}
#home .section-apply1 [class^=item] .txt {
  line-height: 1.25;
  font-weight: 500;
  white-space: nowrap;
}
#home .section-apply1 .item1 {
  opacity: 0.5;
  font-size: 48px;
  top: 113px;
  left: 10px;
}
#home .section-apply1 .item1 img {
  width: 155px;
}
#home .section-apply1 .item2 {
  opacity: 0.5;
  font-size: 52px;
  bottom: 100px;
  right: 214px;
}
#home .section-apply1 .item2 img {
  width: 174px;
}
#home .section-apply1 .item3 {
  opacity: 0.3;
  font-size: 28px;
  bottom: 128px;
  left: 289px;
}
#home .section-apply1 .item3 img {
  width: 97px;
}
#home .section-apply1 .item4 {
  flex-direction: row-reverse;
  font-size: 32px;
  text-align: right;
  top: 100px;
  right: 110px;
}
#home .section-apply1 .item4 img {
  width: 110px;
}
#home .section-apply1 .item4 .txt {
  opacity: 0.4;
}
#home .section-income {
  position: relative;
  padding: 150px 0 190px;
  background: linear-gradient(to bottom, rgb(223, 247, 255) 0%, rgba(223, 247, 255, 0) 70%);
}
#home .section-income .inner-view {
  position: relative;
  max-width: 870px;
}
#home .section-income .tit-section .desc {
  margin-top: 56px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 400;
}
#home .section-income .contents {
  margin-top: 70px;
}
#home .section-income .contents .people {
  display: flex;
  border-radius: 15px;
  overflow: hidden;
}
#home .section-income .contents .people [class^=item] {
  position: relative;
  width: 100%;
  height: 435px;
  background-position: center;
  background-size: cover;
}
#home .section-income .contents .people .conts {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
#home .section-income .contents .people .person {
  display: inline-flex;
  align-items: center;
  height: 30px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 1.1em;
  font-size: 13px;
  font-weight: 600;
}
#home .section-income .contents .people .txt {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 52px;
  border-radius: 52px;
  background: rgba(255, 84, 15, 0.8);
  padding: 0 1.1em;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
#home .section-income .contents .people .txt:after {
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
}
#home .section-income .contents .people .item1 {
  background-image: url(../img/landing/rider-income-people01.jpg);
}
#home .section-income .contents .people .item1 .conts {
  top: 50%;
  flex-direction: column-reverse;
}
#home .section-income .contents .people .item1 .txt:after {
  top: 100%;
  border-top: 12px solid rgba(255, 84, 15, 0.8);
}
#home .section-income .contents .people .item2 {
  background-image: url(../img/landing/rider-income-people02.jpg);
}
#home .section-income .contents .people .item2 .conts {
  bottom: 78px;
}
#home .section-income .contents .people .item2 .txt:after {
  top: -12px;
  border-bottom: 12px solid rgba(255, 84, 15, 0.8);
}
#home .section-income .contents .people .item3 {
  background-image: url(../img/landing/rider-income-people03.jpg);
}
#home .section-income .contents .people .item3 .conts {
  top: 153px;
  left: 34px;
  transform: unset;
  flex-direction: column-reverse;
}
#home .section-income .contents .people .item3 .txt:after {
  top: 100%;
  border-top: 12px solid rgba(255, 84, 15, 0.8);
}
#home .section-income .contents .method {
  display: flex;
  position: relative;
  margin-top: 80px;
}
#home .section-income .contents .method:before {
  position: absolute;
  bottom: 25px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: #FFEEE8;
  content: "";
}
#home .section-income .contents .method [class^=item] {
  position: relative;
  width: 100%;
  text-align: center;
}
#home .section-income .contents .method [class^=item]:before {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
#home .section-income .contents .method .item1:before {
  background-image: url(../img/landing/rider-income-method01.png);
}
#home .section-income .contents .method .item2:before {
  background-image: url(../img/landing/rider-income-method02.png);
}
#home .section-income .contents .method .item3:before {
  background-image: url(../img/landing/rider-income-method03.png);
}
#home .section-income .contents .method .item4:before {
  background-image: url(../img/landing/rider-income-method04.png);
}
#home .section-income .contents .method .item5:before {
  background-image: url(../img/landing/rider-income-method05.png);
}
#home .section-income .contents .method .txt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  height: 52px;
  margin-top: 16px;
  background: #FFEEE8;
  border-radius: 52px;
  padding: 0 0.1em;
  font-size: 20px;
  font-weight: 500;
  color: var(--rec-primary);
}
#home .section-process {
  padding: 190px 0;
  background: #FFEEE8;
  text-align: center;
}
#home .section-process .contents {
  margin-top: 75px;
}
#home .section-process .steps {
  display: flex;
  align-items: center;
  gap: 2.66%;
}
#home .section-process [class^=item] {
  position: relative;
  width: 100%;
  height: 218px;
  border-radius: 20px;
  padding: 40px 3.33%;
  background: #FF6B2F;
  color: #fff;
  text-align: left;
  line-height: 1.4;
}
#home .section-process [class^=item] .sup {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
#home .section-process [class^=item] .tit {
  display: block;
  margin-top: 12px;
  font-size: 28px;
  font-weight: bold;
}
#home .section-process [class^=item] .sub {
  display: block;
  margin-top: 4px;
  font-size: 20px;
  font-weight: 300;
}
#home .section-process [class^=item]:after {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: contain;
}
#home .section-process .item1:after {
  background-image: url(../img/landing/ico-process-01.png);
  content: "";
}
#home .section-process .item2:after {
  background-image: url(../img/landing/ico-process-02.png);
  content: "";
}
#home .section-process .arrow {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/landing/ico-arrow02.png) no-repeat center/contain;
  filter: invert(43%) sepia(99%) saturate(841%) hue-rotate(340deg) brightness(103%) contrast(101%);
  opacity: 0.6;
  flex-shrink: 0;
}
#home .section-process .commnet_manager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 90px;
  font-size: 28px;
}
#home .section-process .commnet_manager b {
  font-weight: 600;
}
#home .section-process .commnet_manager:before {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: url(../img/landing/ico-cs.png) #fff no-repeat center/contain;
  content: "";
}
#home .section-process .btn-area {
  margin-top: 150px;
}
@media screen and (max-width: 1200px) {
  #home .section-process .contents {
    margin-top: 60px;
  }
  #home .section-process [class^=item] {
    padding: 3.33vw 3.33%;
  }
  #home .section-process [class^=item] .sup {
    font-size: 14px;
  }
  #home .section-process [class^=item] .tit {
    margin-top: 8px;
    font-size: 24px;
  }
  #home .section-process [class^=item] .sub {
    font-size: 17px;
  }
  #home .section-process [class^=item]:after {
    width: 36px;
    height: 36px;
  }
  #home .section-process .btn-area {
    margin-top: 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  #home .section-process .inner-view {
    padding: 0 13vw;
  }
  #home .section-process .steps {
    flex-direction: column;
    gap: 8px;
  }
  #home .section-process [class^=item] {
    height: 120px;
    padding: 20px;
    border-radius: 10px;
  }
  #home .section-process [class^=item] .tit {
    margin-top: 4px;
    line-height: 1.2;
  }
  #home .section-process [class^=item] .sub {
    margin-top: 0;
  }
  #home .section-process [class^=item]:after {
    top: 20px;
    right: 20px;
  }
  #home .section-process .arrow {
    transform: rotate(90deg);
  }
  #home .section-process .btn-area {
    margin-top: 88px;
  }
  #home .section-process .btn-area .btn {
    width: 100%;
  }
  #home .section-process .btn-area .btn .deco {
    height: 20px;
    background: #fff;
    color: var(--text);
  }
}
#home .section-process.partner {
  padding: 140px 0;
}
#home .section-process.partner [class^=item] {
  background: #000;
}
#home .section-process.partner [class^=item] .sup {
  color: #fff;
}
#home .section-process.partner [class^=item] .sub {
  font-weight: 600;
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  #home .section-process.partner {
    padding: 11.66vw 0;
  }
  #home .section-process.partner [class^=item] .sub {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  #home .section-process.partner {
    padding: 80px 0 72px;
  }
}
#home .section-apply2 {
  padding: 160px 0;
}
#home .section-apply2 .tit-section .title {
  font-size: 46px;
  line-height: 1.4;
}
#home .section-apply2 .contents {
  margin-top: 52px;
  text-align: center;
}
#home .section-apply2 .btn {
  width: 420px;
}
#home .section-faq {
  padding: 270px 0;
  background: url(../img/landing/faq-bg.png) var(--rec-primary) no-repeat center/cover;
}
#home .section-faq .tit-section .title {
  font-size: 46px;
  color: #fff;
}
#home .section-faq .contents {
  margin-top: 80px;
}
#home .section-faq .contents .item + .item {
  margin-top: 50px;
}
#home .section-faq .contents .tit {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 100px;
  padding: 24px;
  background: #fff;
  font-size: 28px;
  font-weight: 600;
}
#home .section-faq .contents .tit:before {
  content: "Q";
}
#home .section-faq .contents .tit:after {
  position: absolute;
  top: 50%;
  right: 32px;
  width: 24px;
  height: 24px;
  transform: rotate(90deg) translateX(-50%);
  background: url(../img/landing/ico-arrow02.png) no-repeat center/auto 100%;
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(35deg) brightness(100%) contrast(101%);
  content: "";
}
#home .section-faq .contents .item.on .tit:after {
  transform: rotate(-90deg) translateX(50%);
}
#home .section-faq .contents .conts {
  display: none;
  padding: 48px 50px;
  background: #FFEEE8;
  font-size: 28px;
  line-height: 1.8;
  color: #222;
}
#home .section-faq .contents .conts span {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  #home .section-faq {
    padding: 22.5vw 0;
  }
  #home .section-faq .tit-section .title {
    font-size: 3.83vw;
  }
  #home .section-faq .contents {
    margin-top: 6.66vw;
  }
  #home .section-faq .contents .item + .item {
    margin-top: 4.16vw;
  }
  #home .section-faq .contents .tit {
    min-height: 8.33vw;
    padding: 2vw;
    font-size: 2.33vw;
  }
  #home .section-faq .contents .conts {
    padding: 4vw 6.66vw;
    font-size: 2.33vw;
  }
}
@media screen and (max-width: 768px) {
  #home .section-faq {
    padding: 72px 0;
  }
  #home .section-faq .tit-section .title {
    font-size: 24px;
  }
  #home .section-faq .contents {
    margin-top: 24px;
  }
  #home .section-faq .contents .item + .item {
    margin-top: 20;
  }
  #home .section-faq .contents .tit {
    min-height: 42px;
    padding: 12px 40px 12px 10px;
    font-size: 15px;
    line-height: 1.2;
  }
  #home .section-faq .contents .tit:after {
    right: 15px;
    width: 12px;
    height: 12px;
  }
  #home .section-faq .contents .conts {
    padding: 18px 24px;
    font-size: 14px;
  }
}
#home .section-faq.partner {
  padding: 140px 0;
  background: #000;
}
#home .section-faq.partner .contents .tit {
  background: var(--rec-primary);
  color: #fff;
}
#home .section-faq.partner .contents .tit:before {
  color: #000;
}
@media screen and (max-width: 1200px) {
  #home .section-faq.partner {
    padding: 11.66vw 0;
  }
}
#home .section-partner {
  padding: 160px 0 240px;
  background: #FFEEE8;
}
#home .section-partner .tit-section .title {
  font-size: 46px;
}
#home .section-partner .contents {
  margin-top: 140px;
}
#home .section-partner .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
#home .section-partner .item {
  width: 130px;
}
#home .section-partner .mo {
  display: none;
}
@media screen and (max-width: 1200px) {
  #home .section-partner {
    padding: 13.33vw 0 20vw;
  }
  #home .section-partner .tit-section .title {
    font-size: 3.83vw;
  }
  #home .section-partner .contents {
    margin-top: 11.6vw;
  }
  #home .section-partner .row {
    gap: 2.5vw;
  }
  #home .section-partner .row + .row {
    margin-top: -0.5vw;
  }
  #home .section-partner .item {
    width: 10.83vw;
  }
}
@media screen and (max-width: 768px) {
  #home .section-partner {
    padding: 72px 0;
  }
  #home .section-partner .tit-section .title {
    font-size: 24px;
  }
  #home .section-partner .contents {
    margin-top: 36px;
  }
  #home .section-partner .pc {
    display: none;
  }
  #home .section-partner .mo {
    display: block;
  }
  #home .section-partner .row + .row {
    margin-top: 12px;
  }
  #home .section-partner .item {
    width: 15vw;
  }
}
#home .section-review {
  padding: 140px 0;
}
#home .section-review .tit-section .title {
  font-size: 46px;
}
#home .section-review .contents {
  margin-top: 60px;
}
#home .section-review .item {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
#home .section-review .conts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 42.5%;
  padding: 36px;
  background: #121314;
  color: #fff;
}
#home .section-review .conts .sup {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #D1D6DB;
}
#home .section-review .conts .tit {
  display: block;
  margin-top: 24px;
  font-size: 26px;
  font-weight: 600;
}
#home .section-review .conts .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  margin-top: 12px;
  border-radius: 44px;
  padding: 0 1.5em;
  font-size: 16px;
  font-weight: 600;
  color: var(--rec-primary);
  border: 1px solid var(--rec-primary);
}
#home .section-review .img {
  width: 57.5%;
}
#home .section-review .img img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  #home .section-review {
    padding: 11.66vw 0;
  }
  #home .section-review .tit-section .title {
    font-size: 3.83vw;
  }
  #home .section-review .contents {
    margin-top: 5vw;
  }
  #home .section-review .conts {
    padding: 3vw;
  }
  #home .section-review .conts .sup {
    font-size: 1.833vw;
  }
  #home .section-review .conts .tit {
    margin-top: 2vw;
    font-size: 2.166vw;
  }
  #home .section-review .conts .link {
    height: 3.66vw;
    border-radius: 3.66vw;
    margin-top: 1vw;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #home .section-review {
    padding: 72px 0;
  }
  #home .section-review .tit-section .title {
    font-size: 24px;
  }
  #home .section-review .contents {
    margin-top: 36px;
  }
  #home .section-review .item {
    flex-direction: column-reverse;
    gap: 0;
    border-radius: 12px;
  }
  #home .section-review .conts {
    width: 100%;
    padding: 24px;
  }
  #home .section-review .conts .sup {
    font-size: 13px;
  }
  #home .section-review .conts .tit {
    margin-top: 12px;
    font-size: 15px;
  }
  #home .section-review .conts .link {
    margin-top: 7px;
    width: 72px;
    height: 26px;
    font-size: 12px;
    padding: 0;
  }
  #home .section-review .img {
    width: 100%;
  }
  #home .section-review .img img {
    height: 50vw;
  }
}
#home .section-media {
  padding: 150px 0;
  background: #E6E6E6;
}
#home .section-media .tit-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#home .section-media .tit-section .title {
  font-size: 46px;
  text-align: left;
  flex-shrink: 0;
}
#home .section-media .tit-section .arrows {
  display: flex;
  gap: 8px;
}
#home .section-media .tit-section .arrows [class^=swiper-button] {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  font-size: 0;
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: contain;
}
#home .section-media .tit-section .arrows [class^=swiper-button]:after {
  display: none;
}
#home .section-media .tit-section .arrows .swiper-button-prev {
  background-image: url(../img/landing/ico-prev.png);
}
#home .section-media .tit-section .arrows .swiper-button-next {
  background-image: url(../img/landing/ico-next.png);
}
#home .section-media .contents {
  margin-top: 72px;
}
#home .section-media .swiper .inner {
  display: block;
  color: var(--text);
}
#home .section-media .img img {
  width: 100%;
  aspect-ratio: 1/0.625;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#home .section-media .conts {
  margin-top: 20px;
}
#home .section-media .conts .tit {
  display: block;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
}
#home .section-media .conts .media {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}
#home .section-media .conts .name {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 5px;
  background: #000;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
#home .section-media .conts .date {
  font-size: 16px;
  color: #666;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  #home .section-media {
    padding: 12.5vw 0;
  }
  #home .section-media .tit-section .title {
    font-size: 3.833vw;
  }
  #home .section-media .tit-section .arrows [class^=swiper-button] {
    width: 5vw;
    height: 5vw;
  }
  #home .section-media .contents {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #home .section-media {
    padding: 52px 0 80px;
  }
  #home .section-media .tit-section .title {
    font-size: 24px;
  }
  #home .section-media .tit-section .arrows {
    gap: 6px;
  }
  #home .section-media .tit-section .arrows [class^=swiper-button] {
    width: 46px;
    height: 46px;
  }
  #home .section-media .contents {
    margin-top: 12px;
  }
}
#home .section-mockup .mockup {
  height: 900px;
  max-height: 100vh;
  background: url(../img/landing/partner-mockup.png) no-repeat bottom center/auto 86.222%;
}
#home .section-mockup:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18%;
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, rgba(227, 227, 227, 0.3) 100%);
  content: "";
}
@media screen and (max-width: 1200px) {
  #home .section-mockup .mockup {
    height: 75vw;
  }
}
@media screen and (max-width: 768px) {
  #home .section-mockup {
    padding: 0;
  }
  #home .section-mockup:before, #home .section-mockup:after {
    display: none;
  }
  #home .section-mockup .mockup {
    height: 653px;
    background: url(../img/landing/partner-mockup-mo.png) no-repeat center center/cover;
  }
}
#home .section-open {
  padding: 180px 0 150px;
}
#home .section-open .inner-view:after {
  display: block;
  height: 464px;
  margin-top: 20px;
  background: url(../img/landing/partner-open.png) no-repeat center center/contain;
  content: "";
}
@media screen and (max-width: 1200px) {
  #home .section-open {
    padding: 15vw 0 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  #home .section-open {
    padding: 100px 0;
  }
  #home .section-open .inner-view:after {
    height: 232px;
    background-image: url(../img/landing/partner-open-mo.png);
  }
}
#home .section-intro-partner .intro1 {
  padding: 130px 0 160px;
  background-color: #FFEEE8;
}
#home .section-intro-partner .intro1 .tit-section .label {
  display: inline-flex;
  align-items: center;
  height: 58px;
  margin-bottom: 22px;
  padding: 0 1.2em;
  border-radius: 58px;
  background: var(--rec-primary);
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}
#home .section-intro-partner .intro1 .contents {
  display: flex;
  gap: 40px;
  margin-top: 80px;
}
#home .section-intro-partner .intro1 .contents .group-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 16px 0;
}
#home .section-intro-partner .intro1 .contents .item {
  position: relative;
  padding-left: 40px;
  background: url(../img/landing/ico-check.png) no-repeat 0 0/32px;
  font-size: 30px;
}
#home .section-intro-partner .intro1 .contents .item dt {
  font-weight: bold;
  line-height: 32px;
}
#home .section-intro-partner .intro1 .contents .item dd {
  margin-top: 8px;
}
#home .section-intro-partner .intro1 .contents .item .underline {
  background: linear-gradient(to bottom, transparent 70%, #ffdbcd 70%, #ffdbcd 95%, transparent 95%);
}
#home .section-intro-partner .intro1 .contents .item br {
  font-size: 0;
  display: none;
}
#home .section-intro-partner .intro2 {
  position: relative;
  padding: 120px 0 40px;
  overflow: hidden;
}
#home .section-intro-partner .intro2:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 145vw;
  height: 1800px;
  min-width: 2800px;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #FFEEE8;
  content: "";
}
#home .section-intro-partner .intro2 .inner-view {
  position: relative;
}
#home .section-intro-partner .intro2 .contents {
  margin-top: 60px;
  text-align: center;
}
#home .section-intro-partner .intro2 .contents:before {
  display: block;
  width: 220px;
  height: 170px;
  margin: 0 auto;
  background: url(../img/landing/partner-intro-02.png) no-repeat center center/contain;
  content: "";
}
#home .section-intro-partner .intro2 .tit-conts {
  display: inline-flex;
  align-items: center;
  height: 62px;
  border-radius: 62px;
  margin-top: 14px;
  padding: 0 1.3em;
  background: var(--rec-primary);
  font-size: 30px;
  font-weight: 800;
  color: #fff;
}
#home .section-intro-partner .intro2 .conts-compare {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
#home .section-intro-partner .intro2 .conts-compare .item {
  flex-grow: 1;
}
#home .section-intro-partner .intro2 .conts-compare .tit {
  display: block;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}
#home .section-intro-partner .intro2 .conts-compare .img {
  margin-top: 14px;
}
#home .section-intro-partner .intro2 .conts-compare .vs {
  width: 92px;
  font-size: 36px;
  font-weight: 800;
  color: var(--rec-primary);
}
#home .section-intro-partner .intro2 .conts-compare .emph .tit {
  font-size: 44px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  #home .section-intro-partner .intro1 {
    padding: 10.83vw 0 13.33vw;
  }
  #home .section-intro-partner .intro1 .tit-section .label {
    height: 4.83vw;
    margin-bottom: 1.84vw;
    border-radius: 4.83vw;
    font-size: 2.67vw;
  }
  #home .section-intro-partner .intro1 .contents {
    gap: 3.33vw;
    margin-top: 6.66vw;
  }
  #home .section-intro-partner .intro1 .contents .group-item {
    padding: 1.33vw 0;
  }
  #home .section-intro-partner .intro1 .contents .item {
    padding-left: 3.33vw;
    background-size: 2.67vw;
    font-size: 2.5vw;
  }
  #home .section-intro-partner .intro1 .contents .item dt {
    line-height: 2.67vw;
  }
  #home .section-intro-partner .intro2 {
    padding: 10vw 0 3.33vw;
  }
  #home .section-intro-partner .intro2:before {
    width: 233vw;
    min-width: 0;
    height: 150vw;
  }
  #home .section-intro-partner .intro2 .contents {
    margin-top: 5vw;
  }
  #home .section-intro-partner .intro2 .contents:before {
    width: 18.33vw;
    height: 14.16vw;
  }
  #home .section-intro-partner .intro2 .tit-conts {
    height: 5.16vw;
    border-radius: 5.16vw;
    margin-top: 1.16vw;
    font-size: 2.5vw;
  }
  #home .section-intro-partner .intro2 .conts-compare {
    margin-top: 4.16vw;
  }
  #home .section-intro-partner .intro2 .conts-compare .tit {
    font-size: 3vw;
    line-height: 4.16vw;
  }
  #home .section-intro-partner .intro2 .conts-compare .img {
    margin-top: 1.16vw;
  }
  #home .section-intro-partner .intro2 .conts-compare .vs {
    width: 7.66vw;
    font-size: 3vw;
  }
  #home .section-intro-partner .intro2 .conts-compare .emph .tit {
    font-size: 3.66vw;
  }
}
@media screen and (max-width: 768px) {
  #home .section-intro-partner .intro1 {
    padding: 100px 0 60px;
  }
  #home .section-intro-partner .intro1 .tit-section .label {
    height: 48px;
    margin-bottom: 14px;
    border-radius: 48px;
    font-size: 25px;
  }
  #home .section-intro-partner .intro1 .contents {
    display: block;
    margin-top: 30px;
    padding: 0 24px;
  }
  #home .section-intro-partner .intro1 .contents .group-item {
    margin-top: 52px;
    padding: 0;
    gap: 36px;
  }
  #home .section-intro-partner .intro1 .contents .group-item .item {
    padding: 36px 0 0;
    background-size: 32px;
    background-position: 50% 0%;
    font-size: 24px;
    text-align: center;
  }
  #home .section-intro-partner .intro1 .contents .group-item .item dt {
    line-height: normal;
  }
  #home .section-intro-partner .intro1 .contents .group-item .item dd {
    margin-top: 4px;
    font-size: 24px;
  }
  #home .section-intro-partner .intro1 .contents .group-item .item br {
    display: unset;
    font-size: unset;
  }
  #home .section-intro-partner .intro2 {
    padding: 120px 0 60px;
  }
  #home .section-intro-partner .intro2:before {
    width: 1400px;
    height: auto;
    top: 0;
    bottom: 128px;
    border-radius: 0 0 50% 50%;
    transform: translate(-50%, 0);
  }
  #home .section-intro-partner .intro2 .contents {
    margin-top: 40px;
  }
  #home .section-intro-partner .intro2 .contents:before {
    width: 148px;
    height: 114px;
  }
  #home .section-intro-partner .intro2 .tit-conts {
    height: 56px;
    border-radius: 56px;
    margin-top: 15px;
    font-size: 26px;
  }
  #home .section-intro-partner .intro2 .conts-compare {
    display: block;
    margin-top: 52px;
  }
  #home .section-intro-partner .intro2 .conts-compare .item:first-child {
    padding: 0 20px;
  }
  #home .section-intro-partner .intro2 .conts-compare .tit {
    font-size: 23px;
    line-height: normal;
  }
  #home .section-intro-partner .intro2 .conts-compare .img {
    margin-top: 10px;
  }
  #home .section-intro-partner .intro2 .conts-compare .vs {
    display: block;
    width: auto;
    margin: 20px auto 32px;
    font-size: 36px;
    line-height: 48px;
  }
  #home .section-intro-partner .intro2 .conts-compare .emph .tit {
    font-size: 32px;
  }
}
#home .section-points {
  padding: 140px 0 200px;
}
#home .section-points .tit-section br {
  display: none;
  font-size: 0;
}
#home .section-points .contents {
  display: flex;
  gap: 32px;
  margin-top: 68px;
}
#home .section-points [class^=item] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 336px;
  border-radius: 18px;
  background: #efefef;
}
#home .section-points [class^=item]:before {
  display: inline-block;
  width: 130px;
  height: 160px;
  background-position: center;
  background-size: contain;
  content: "";
}
#home .section-points .conts {
  line-height: 1.2;
  font-size: 25px;
}
#home .section-points .item1:before {
  background-image: url(../img/landing/partner-point-01.png);
}
#home .section-points .item2:before {
  background-image: url(../img/landing/partner-point-02.png);
}
#home .section-points .item3:before {
  background-image: url(../img/landing/partner-point-03.png);
}
@media screen and (max-width: 1200px) {
  #home .section-points {
    padding: 11.66vw 0 16.66vw;
  }
  #home .section-points .contents {
    gap: 2.66vw;
    margin-top: 5.66vw;
  }
  #home .section-points [class^=item] {
    gap: 1vw;
    height: 28vw;
    border-radius: 1.5vw;
  }
  #home .section-points [class^=item]:before {
    width: 10.83vw;
    height: 13.33vw;
  }
  #home .section-points .conts {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #home .section-points .inner-view {
    padding: 0 32px;
  }
  #home .section-points .tit-section br {
    display: unset;
    font-size: unset;
  }
  #home .section-points .tit-section .emph {
    margin-top: 10px;
  }
  #home .section-points .contents {
    display: block;
    margin-top: 68px;
  }
  #home .section-points [class^=item] {
    flex-direction: column;
    gap: 32px;
    height: 310px;
    border-radius: 20px;
  }
  #home .section-points [class^=item]:before {
    width: 117px;
    height: 144px;
  }
  #home .section-points [class^=item] + [class^=item] {
    margin-top: 32px;
  }
  #home .section-points .conts {
    font-size: 24px;
    text-align: center;
  }
}
#home .section-points2 {
  height: 890px;
  background: url(../img/landing/partner-benefit-01.png) #FF6E33 no-repeat center center/contain;
}
@media screen and (max-width: 1200px) {
  #home .section-points2 {
    height: 74vw;
  }
}
@media screen and (max-width: 768px) {
  #home .section-points2 {
    height: 467px;
    background-image: url(../img/landing/partner-benefit-01-mo.png);
  }
}
#home .section-app-partner {
  padding: 200px 0 160px;
  text-align: center;
}
#home .section-app-partner .tit-section .title {
  font-size: 46px;
}
#home .section-app-partner .tit-section br {
  display: none;
  font-size: 0;
}
#home .section-app-partner .btn-area {
  margin-top: 60px;
}
#home .section-app-partner .btn-area .btn {
  width: 326px;
  height: 90px;
  font-size: 30px;
}
#home .section-app-partner .contents {
  margin-top: 80px;
}
#home .section-app-partner .tit-app {
  display: block;
  line-height: 1.4;
  font-size: 24px;
  font-weight: 500;
}
#home .section-app-partner .tit-app .emph {
  font-weight: 800;
}
#home .section-app-partner .group-link {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 48px;
}
#home .section-app-partner .app-link {
  display: inline-block;
  width: 200px;
}
@media screen and (max-width: 1200px) {
  #home .section-app-partner {
    padding: 16.66vw 0 13.33vw;
  }
  #home .section-app-partner .tit-section .title {
    font-size: 3.83vw;
  }
  #home .section-app-partner .btn-area {
    margin-top: 5vw;
  }
  #home .section-app-partner .btn-area .btn {
    width: 27vw;
    height: 7.5vw;
    font-size: 2.5vw;
  }
  #home .section-app-partner .contents {
    margin-top: 6.66vw;
  }
  #home .section-app-partner .group-link {
    gap: 1.66vw;
    margin-top: 4vw;
  }
  #home .section-app-partner .app-link {
    width: 16.66vw;
  }
}
@media screen and (max-width: 768px) {
  #home .section-app-partner {
    padding: 80px 0 0;
  }
  #home .section-app-partner .inner-view {
    padding: 0;
  }
  #home .section-app-partner .tit-section .title {
    font-size: 24px;
  }
  #home .section-app-partner .tit-section br {
    display: unset;
    font-size: unset;
  }
  #home .section-app-partner .btn-area {
    margin-top: 36px;
    padding-left: 52px;
    padding-right: 52px;
  }
  #home .section-app-partner .btn-area .btn {
    width: 100%;
    max-width: 290px;
    height: 60px;
    border-radius: 12px;
    font-size: 24px;
  }
  #home .section-app-partner .btn-area .btn span {
    height: 30px;
  }
  #home .section-app-partner .contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 540px;
    margin-top: 80px;
    background: url(../img/landing/app-bg.jpg) center/cover;
  }
  #home .section-app-partner .contents .tit-app {
    padding: 0 40px;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
  }
  #home .section-app-partner .contents .tit-app > span:not(.emph) {
    display: inline-block;
  }
  #home .section-app-partner .contents .tit-app .emph {
    color: #fff;
  }
  #home .section-app-partner .contents .group-link {
    margin-top: 48px;
    gap: 16px;
    padding: 0 40px;
  }
  #home .section-app-partner .contents .app-link {
    width: 100%;
    max-width: 158px;
  }
}
#home .section-app-rider {
  padding: 110px 0;
  background: url(../img/landing/rider-app-bg.jpg) center/cover;
}
#home .section-app-rider .tit-section .title {
  font-size: 38px;
  color: #fff;
  font-weight: 500;
}
#home .section-app-rider .tit-section .title b {
  font-weight: 800;
}
#home .section-app-rider .contents {
  margin-top: 48px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
#home .section-app-rider .app-link {
  display: inline-block;
  width: 200px;
}
#home #footer {
  padding: 60px 0;
  background: #0E0E0E;
  font-size: 1.4rem;
}
#home #footer .inner-view {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
#home #footer .logo-area {
  flex-shrink: 0;
}
#home #footer .logo-area .title {
  font-size: 28px;
  color: #A5A5A6;
  font-weight: 800;
  line-height: 1;
}
#home #footer .ft-links {
  display: flex;
}
#home #footer .ft-links a {
  display: inline-block;
  padding: 0 16px;
  border-left: 1px solid #F4F5F9;
  line-height: 16px;
  color: #7B7B7B;
  font-weight: 600;
}
#home #footer .ft-info {
  margin-top: 20px;
  color: #666;
}
#home #footer .ft-info .copyright {
  margin-top: 12px;
}
@media screen and (max-width: 1200px) {
  #home #footer .ft-links a {
    padding: 0 12px;
  }
}
@media screen and (max-width: 1024px) {
  #home #footer {
    padding: 40px 0;
    font-size: 1.2rem;
  }
  #home #footer .inner-view {
    gap: 60px;
  }
  #home #footer .logo-area .title {
    font-size: 20px;
  }
  #home #footer .ft-links {
    flex-wrap: wrap;
    gap: 8px 0;
  }
  #home #footer .ft-links a {
    padding: 0 8px;
    line-height: 1;
    border-color: #999;
  }
  #home #footer .ft-info .info {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #home #footer .inner-view {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  #home #footer .ft-links {
    justify-content: center;
  }
  #home #footer .copyright {
    text-align: center;
  }
}