/* visual */
.visual .visual_item.n1:before {
  background-image: url("../images/pos/img_section1_1.jpg");
}
.visual .visual_item.n2:before {
  background-image: url("../images/pos/img_section1_2.jpg");
}
.visual .visual_item.n2 .visual_text {
  color: #FFF;
}

/* pos */
.pos .mo {
  display: none;
}
.pos .mt-10 {
  margin-top: 10px;
}
.pos .mb-10 {
  margin-bottom: 10px;
}
.pos .ml-24 {
  margin-left: 24px;
}
.pos .flex-box .inner {
  display: flex;
  flex-wrap: wrap;
}
.pos .flex-box .inner .col-1 {
  width: 8.3333333333%;
}
.pos .flex-box .inner .col-2 {
  width: 16.6666666667%;
}
.pos .flex-box .inner .col-3 {
  width: 25%;
}
.pos .flex-box .inner .col-4 {
  width: 33.3333333333%;
}
.pos .flex-box .inner .col-5 {
  width: 41.6666666667%;
}
.pos .flex-box .inner .col-6 {
  width: 50%;
}
.pos .flex-box .inner .col-7 {
  width: 58.3333333333%;
}
.pos .flex-box .inner .col-8 {
  width: 66.6666666667%;
}
.pos .flex-box .inner .col-9 {
  width: 75%;
}
.pos .flex-box .inner .col-10 {
  width: 83.3333333333%;
}
.pos .flex-box .inner .col-11 {
  width: 91.6666666667%;
}
.pos .flex-box .inner .col-12 {
  width: 100%;
}
.pos .title {
  font-size: 42px;
  font-weight: 700;
  color: #1F2122;
  line-height: 57px;
  text-align: left;
}
.pos .title span {
  color: #00BC56;
}
.pos .title + .desc {
  margin-top: 24px;
}
.pos .desc {
  font-size: 20px;
  font-weight: 500;
  color: #6D767A;
  line-height: 30px;
  text-align: left;
}
.pos .msg {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #6D767A;
  line-height: 24px;
  text-align: left;
}

/* section2 */
.section2 {
  padding: 120px 0 !important;
  background-color: #F5F8FA;
}
.section2 .flex-box .inner {
  align-items: center;
}
.section2 .img {
  position: relative;
  height: 0;
  padding-top: 100%;
}
.section2 .img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 54%;
  bottom: 0;
  width: 100vw;
  background-image: url("../images/pos/img_section2_1.jpg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  transform: translateX(-46%);
  -webkit-transform: translateX(-46%);
}

/* section3 */
.section3 {
  background-color: #FFF;
}
.section3 .title {
  text-align: center;
}
.section3 .swiper-container {
  border-radius: 24px;
}
.section3 .swiper-container .swiper-cont {
  overflow: hidden;
  border: 1px solid rgba(0, 63, 29, 0.1);
  border-radius: 32px;
}
.section3 .swiper-container .swiper-button-next,
.section3 .swiper-container .swiper-button-prev {
  cursor: pointer;
  top: 0;
  width: 180px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  margin-top: 0;
  opacity: 0;
  transition: all 0.6s;
}
.section3 .swiper-container .swiper-button-next:hover,
.section3 .swiper-container .swiper-button-prev:hover {
  opacity: 1;
}
.section3 .swiper-container .swiper-button-next {
  right: 0;
  background-image: url("../images/pos/img_tab_arrow.svg");
}
.section3 .swiper-container .swiper-button-prev {
  left: 0;
  background-image: url("../images/pos/img_tab_arrow.svg");
  transform: rotate(180deg);
}
.section3 .tabs {
  display: inline-block;
  width: 100%;
  margin-top: 80px;
}
.section3 .tabs .tab-menu {
  display: flex;
  align-items: center;
  width: 574px;
  margin: 0 auto;
  padding: 8px;
  background-color: #F5F8FA;
  border-radius: 34px;
}
.section3 .tabs .tab-item {
  width: 25%;
  padding: 10px;
  border-radius: 53px;
  text-align: center;
}
.section3 .tabs .tab-item .button {
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  color: #8B959D;
  line-height: 140%;
}
.section3 .tabs .tab-item.swiper-slide-thumb-active {
  position: relative;
  display: inline-block;
  background-color: #FFF;
  box-shadow: 0px 1.5px 8px 0px rgba(0, 0, 0, 0.1);
}
.section3 .tabs .tab-item.swiper-slide-thumb-active .button {
  color: #00BC56;
}
.section3 .tab-wrapper {
  margin-top: 30px;
}
.section3 .tab-wrapper .tab-content .flex {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  height: 480px;
  padding-left: 60px;
  background-color: #F0FAEF;
}
.section3 .tab-wrapper .tab-content .box.text {
  width: 41.67%;
  padding-top: 60px;
  text-align: left;
}
.section3 .tab-wrapper .tab-content .box.text img {
  width: 32px;
  height: 32px;
}
.section3 .tab-wrapper .tab-content .box.text h3 {
  margin: 16px 0;
  font-size: 30px;
  font-weight: 700;
  color: #545B63;
  line-height: 42px;
}
.section3 .tab-wrapper .tab-content .box.text p {
  font-size: 20px;
  font-weight: 500;
  color: #6D767A;
  line-height: 30px;
}
.section3 .tab-wrapper .tab-content .box.img {
  position: relative;
  width: 58.33%;
}
.section3 .tab-wrapper .tab-content .box.img > img {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* section4 */
.section4 .flex-box .inner {
  align-items: center;
}
.section4 .ico {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
}
.section4 .ico.n-01 {
  background-image: url("../images/pos/img_section4_ico_1.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.section4 .img {
  padding: 6px;
}

/* section5 */
.section5 {
  background-color: #FFF;
}
.section5 .ico {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}
.section5 .ico.n-02 {
  background-image: url("../images/pos/img_section4_ico_2.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.section5 .ico.n-03 {
  background-image: url("../images/pos/img_section4_ico_3.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.section5 .ico.n-04 {
  background-image: url("../images/pos/img_section4_ico_4.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.section5 .ico.n-05 {
  background-image: url("../images/pos/img_section4_ico_5.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.section5 .flex-box {
  margin-top: 30px;
}
.section5 .flex-box.expand {
  overflow: hidden;
  margin-top: 80px;
  background-color: #00BC56;
  border-radius: 24px;
}
.section5 .flex-box.expand .inner {
  padding: 40px 0 0 40px;
}
.section5 .flex-box.expand .text {
  color: #FFF;
}
.section5 .flex-box.expand .desc {
  color: #FFF;
  letter-spacing: -0.1px;
}
.section5 .flex-box.gray .col-6 {
  width: calc(50% - 15px);
}
.section5 .flex-box.gray .col-6 + .col-6 {
  margin-left: 30px;
}
.section5 .flex-box.gray .col-6 + .col-6 .grid {
  padding: 40px 0 0 40px;
}
.section5 .flex-box.gray .grid {
  overflow: hidden;
  padding: 40px 40px 0 40px;
  background-color: #F5F8FA;
  border-radius: 24px;
}
.section5 .flex-box.full {
  overflow: hidden;
  padding: 40px 0 0 40px;
  background-color: #F5F8FA;
  border-radius: 24px;
}
.section5 .flex-box .text {
  text-align: left;
}
.section5 .flex-box .text .label {
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
}

/* .section6 */
.section6 {
  background-color: #F0FAEF;
}
.section6 .title {
  text-align: center;
}
.section6 .faq-list {
  margin-top: 80px;
}
.section6 .faq-item {
  overflow: hidden;
  position: relative;
  padding: 28px 32px;
  background-color: #FFF;
  border-radius: 24px;
  box-shadow: 1px 10px 10px 0px rgba(0, 0, 0, 0.04);
}
.section6 .faq-item + .faq-item {
  margin-top: 16px;
}
.section6 .faq-item.active .faq-text {
  display: block;
}
.section6 .faq-item.active .faq-text.mo {
  display: none;
}
.section6 .faq-item.active .faq-btn::after {
  transform: rotate(0);
}
.section6 .faq-item:before {
  content: "Q";
  display: block;
  position: absolute;
  top: 22px;
  left: 32px;
  font-size: 30px;
  font-weight: 700;
  color: #00BC56;
  line-height: 42px;
}
.section6 .faq-title {
  margin: 0 35px;
  font-size: 22px;
  font-weight: 600;
  color: #1F2122;
  line-height: 33px;
  text-align: left;
}
.section6 .faq-text {
  display: none;
  padding: 16px 35px 0 35px;
  font-size: 18px;
  font-weight: 500;
  color: #6D767A;
  line-height: 29px;
}
.section6 .faq-text .dot {
  display: inline-block;
  position: relative;
  padding-left: 12px;
}
.section6 .faq-text .dot:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  width: 3px;
  height: 3px;
  background-color: #6D767A;
  border-radius: 50%;
}
.section6 .faq-text .dot em {
  padding-left: 12px;
}
.section6 .faq-btn {
  position: relative;
  width: 100%;
}
.section6 .faq-btn::after {
  position: absolute;
  display: block;
  top: 2px;
  right: 0;
  width: 28px;
  height: 28px;
  background-image: url("../images/pos/img_section6_ico_1.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  transform: rotate(180deg);
  transition: all 0.3s;
}
.section6 .faq-btn:focus {
  outline: 0;
}

/* .section7 */
.section7 .bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 80px 0;
  background-image: url("../images/pos/img_section7_1.jpg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  text-align: center;
}
.section7 .bg .title {
  color: #FFF;
  text-align: center;
}
.section7 .bg .btn-link {
  margin-top: 40px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #1F2122;
  background-color: #FFF;
  line-height: 22px;
  border-radius: 12px;
}
.section7 .flex-box {
  margin-top: 30px;
}
.section7 .flex-box.gray .col-6 {
  width: calc(50% - 15px);
}
.section7 .flex-box.gray .col-6 + .col-6 {
  margin-left: 30px;
}
.section7 .flex-box.gray .grid {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background-color: #F5F8FA;
  border-radius: 24px;
}
.section7 .flex-box.gray .grid.bottom {
  align-items: flex-end;
}
.section7 .flex-box .text.expand .pc {
  margin-top: 8px;
}
.section7 .flex-box .text h4 {
  font-size: 24px;
  font-weight: 700;
  color: #1F2122;
  line-height: 140%;
}
.section7 .flex-box .text p {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 500;
  color: #545B63;
  line-height: 150%;
}
.section7 .flex-box .call,
.section7 .flex-box .mail,
.section7 .flex-box .link {
  width: 60px;
  height: 60px;
}
.section7 .flex-box .ico {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.section7 .flex-box .ico.btn-call {
  background-image: url("../images/pos/img_section7_ico_1.svg");
}
.section7 .flex-box .ico.btn-copy {
  background-image: url("../images/pos/img_section7_ico_2.svg");
}
.section7 .flex-box .ico.btn-apply {
  background-image: url("../images/pos/img_section7_ico_3.svg");
  background-size: 40px;
}

/* section10 */
.section10 .section_title {
  text-align: center;
  margin-bottom: 80px;
}
.section10 .flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section10 .flex-box .col {
  flex: 1 0 auto;
}
.section10 .flex-box .col + .col {
  margin-left: 30px;
}

.wing-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 272px;
  z-index: 20;
  opacity: 0;
  transform: translate(0, 0);
  transition: 1s;
}
.wing-banner.mo {
  display: none;
}
.wing-banner .inner {
  margin: 0 40px;
}
.wing-banner a {
  color: #fff;
}
.wing-banner.fixed {
  opacity: 1;
  transform: translate(0, -70px);
}
.wing-banner .box .call a,
.wing-banner .box .link a {
  position: relative;
  width: 100%;
  padding: 14px 16px 14px 56px;
  border-radius: 16px;
}
.wing-banner .box .call a::before,
.wing-banner .box .link a::before {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translate(0, -50%);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.wing-banner .box .call a {
  background-color: #FFF;
  border: 1px solid #E2E6EA;
}
.wing-banner .box .call a::before {
  background-image: url("../images/pos/img_wing_ico_1.svg");
}
.wing-banner .box .call a .text p {
  font-size: 16px;
  font-weight: 500;
  color: #6D767A;
  line-height: 150%;
}
.wing-banner .box .call a .text p + p {
  font-size: 18px;
  font-weight: 600;
  color: #545B63;
  line-height: 160%;
}
.wing-banner .box .link {
  margin-top: 14px;
}
.wing-banner .box .link a {
  background-color: #00BC56;
  border: 1px solid #00BC56;
  text-align: center;
}
.wing-banner .box .link a::before {
  left: 28px;
  background-image: url("../images/pos/img_wing_ico_2.svg");
}
.wing-banner .box .link a .text p {
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  line-height: 120%;
}

@media screen and (max-width: 1000px) {
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    display: none;
  }
  .pos .mo {
    display: block;
  }
  .pos .pc {
    display: none;
  }
  .pos .flex-box .inner .col-1 {
    width: 100%;
  }
  .pos .flex-box .inner .col-2 {
    width: 100%;
  }
  .pos .flex-box .inner .col-3 {
    width: 100%;
  }
  .pos .flex-box .inner .col-4 {
    width: 100%;
  }
  .pos .flex-box .inner .col-5 {
    width: 100%;
  }
  .pos .flex-box .inner .col-6 {
    width: 100%;
  }
  .pos .flex-box .inner .col-7 {
    width: 100%;
  }
  .pos .flex-box .inner .col-8 {
    width: 100%;
  }
  .pos .flex-box .inner .col-9 {
    width: 100%;
  }
  .pos .flex-box .inner .col-10 {
    width: 100%;
  }
  .pos .flex-box .inner .col-11 {
    width: 100%;
  }
  .pos .flex-box .inner .col-12 {
    width: 100%;
  }
  .pos .title {
    font-size: 24px;
    line-height: 35px;
  }
  .pos .desc {
    font-size: 15px;
    line-height: 24px;
  }
  .pos .msg {
    display: none;
  }
  .wing-banner {
    width: 100%;
    background-color: #FFF;
  }
  .wing-banner.pc {
    display: none;
  }
  .wing-banner.mo {
    display: block;
  }
  .wing-banner::before {
    content: "";
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to top, #FFF, rgba(255, 255, 255, 0));
  }
  .wing-banner .inner {
    display: flex;
    position: relative;
    align-items: center;
    padding: 20px;
    max-width: 360px;
    margin: 0 auto;
  }
  .wing-banner.fixed {
    transform: translate(0, 0);
  }
  .wing-banner.fixed .box {
    width: 43%;
  }
  .wing-banner.fixed .box + .box {
    width: 57%;
    margin: 0 0 0 8px;
  }
  .wing-banner.fixed .box a {
    height: 51px;
    line-height: 49px;
    text-align: center;
    width: 100%;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
  }
  .wing-banner.fixed .box a::before {
    display: none;
  }
  .wing-banner.fixed .box:first-child a {
    color: #00BC56;
    background-color: #FFF;
    border: 1px solid #00BC56;
  }
  .wing-banner.fixed .box:last-child a {
    color: #FFF;
    background-color: #00BC56;
    border: 1px solid #00BC56;
  }
  .visual .visual_item.n1:before {
    background-image: url("../images/pos/img_section1_1_m.jpg");
  }
  .visual .visual_item.n2:before {
    background-image: url("../images/pos/img_section1_2_m.jpg");
  }
  .visual .visual_item.n2 .visual_text {
    color: #FFF;
  }
  .section2 {
    padding: 80px 0 !important;
  }
  .section2 .col-7 {
    margin-top: 60px;
  }
  .section2 .img::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
  }
  .section3 .title {
    text-align: left;
  }
  .section3 .tabs {
    margin-top: 40px;
  }
  .section3 .tabs .tab-menu {
    width: calc(100% - 8px);
    padding: 4px;
  }
  .section3 .tabs .tab-item {
    width: 25%;
    padding: 5px 0;
  }
  .section3 .tabs .tab-item .button {
    font-size: 14px;
    line-height: 19px;
  }
  .section3 .tab-wrapper {
    margin-top: 10px;
  }
  .section3 .tab-wrapper .tab-content .flex {
    display: block;
    position: relative;
    height: 432px;
    padding: 32px 0 0 20px;
  }
  .section3 .tab-wrapper .tab-content .box.text {
    width: 100%;
    padding-top: 0;
  }
  .section3 .tab-wrapper .tab-content .box.text img {
    width: 28px;
    height: 28px;
  }
  .section3 .tab-wrapper .tab-content .box.text h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .section3 .tab-wrapper .tab-content .box.text p {
    font-size: 15px;
    line-height: 22px;
  }
  .section3 .tab-wrapper .tab-content .box.img {
    position: absolute;
    height: 230px;
    width: 100%;
    bottom: 0;
  }
  .section3 .tab-wrapper .tab-content .box.img > img {
    position: inherit;
    top: unset;
    right: unset;
  }
  .section4 .ico {
    width: 32px;
    height: 32px;
  }
  .section4 .img {
    padding: 0;
  }
  .section5 .flex-box.expand {
    margin-top: 40px;
  }
  .section5 .flex-box.expand .inner {
    padding: 0;
  }
  .section5 .flex-box.gray .grid {
    padding: 0;
  }
  .section5 .flex-box.gray .col-6 + .col-6 {
    margin: 30px 0 0 0;
  }
  .section5 .flex-box.gray .col-6 + .col-6 .grid {
    padding: 0;
  }
  .section5 .flex-box.full {
    padding: 0;
  }
  .section5 .flex-box .img {
    margin-top: 16px;
  }
  .section5 .flex-box .text {
    padding: 24px 24px 0 24px;
  }
  .section5 .flex-box .text .label {
    font-size: 20px;
    line-height: 28px;
  }
  .section5 .ico {
    width: 32px;
    height: 32px;
  }
  .section6 .title {
    text-align: left;
  }
  .section6 .faq-list {
    margin-top: 40px;
  }
  .section6 .faq-item {
    padding: 16px;
  }
  .section6 .faq-item::before {
    top: 8px;
    left: 17px;
    font-size: 24px;
  }
  .section6 .faq-item.active .faq-text.pc {
    display: none;
  }
  .section6 .faq-item.active .faq-text.mo {
    display: block;
  }
  .section6 .faq-title {
    margin: 0 0 0 27px;
    font-size: 17px;
    line-height: 23px;
  }
  .section6 .faq-btn::after {
    display: none;
  }
  .section6 .faq-text {
    display: none;
    padding: 8px 8px 0 28px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: -0.1px;
  }
  .section6 .faq-text .dot::before {
    top: 10px;
  }
  .section7 .bg {
    padding: 100px 0;
  }
  .section7 .bg .title {
    font-size: 20px;
    line-height: 28px;
  }
  .section7 .bg .btn-link {
    padding: 14px 27px;
    font-size: 16px;
    line-height: 19px;
  }
  .section7 .flex-box .call,
  .section7 .flex-box .mail,
  .section7 .flex-box .link {
    width: 40px;
    height: 40px;
  }
  .section7 .flex-box .link {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .section7 .flex-box.gray .grid {
    position: relative;
    padding: 20px;
  }
  .section7 .flex-box.gray .grid .text {
    padding-left: 56px;
  }
  .section7 .flex-box.gray .grid .text.expand {
    padding-left: 0;
  }
  .section7 .flex-box.gray .grid .call,
  .section7 .flex-box.gray .grid .mail {
    position: absolute;
    top: 20px;
  }
  .section7 .flex-box.gray .col-6 + .col-6 {
    margin: 30px 0 0 0;
  }
  .section7 .flex-box .text h4 {
    font-size: 18px;
  }
  .section7 .flex-box .text p {
    margin-top: 8px;
    font-size: 13px;
  }
  .section7 .flex-box .ico.btn-apply {
    background-size: 26px;
  }

  /* section10 */
  .section10 .section_title {
    margin-bottom: 60px;
  }
  .section10 .flex-box {
    flex-direction: column;
  }
  .section10 .flex-box .col + .col {
    margin-left: 0;
    margin-top: 30px;
  }
}