/* line 34, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
body {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  color: #1C1C1C; }

/* line 38, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
.ctr {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto; }

/* line 43, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
a {
  transition: .3s; }

/* line 44, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
a:hover {
  opacity: 0.8; }

/* line 45, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
.d-ib {
  display: inline-block; }

/* line 46, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

/* line 51, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
.sp {
  display: none !important; }

@media screen and (max-width: 1024px) {
  /* line 53, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  .pc {
    display: none; }
  /* line 54, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  .sp {
    display: block !important; } }

@media screen and (max-width: 767px) {
  /* line 57, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  .row {
    gap: 18px 0; }
  /* line 58, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  .col {
    width: 100% !important; } }

/* line 63, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  /* line 68, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  header .ctr {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  /* line 74, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  header img.logo {
    height: 70px; }
    @media screen and (max-width: 767px) {
      /* line 74, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      header img.logo {
        height: 40px; } }
  /* line 78, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  header a.btn {
    display: inline-block;
    background-color: #ED7E32;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.03em;
    width: 220px;
    height: 58px;
    line-height: 56px;
    border-radius: 100px;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 767px) {
      /* line 78, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      header a.btn {
        width: 180px;
        height: 40px;
        line-height: 39px;
        font-size: 13px; } }
    /* line 97, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    header a.btn img.arw {
      position: absolute;
      top: 50%;
      right: 13px;
      transform: translateY(-50%);
      height: 12px; }
      @media screen and (max-width: 767px) {
        /* line 97, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
        header a.btn img.arw {
          height: 10px;
          right: 12px; } }

/* line 111, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
.blue {
  color: #0E83E5; }

/* line 112, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
.orange {
  color: #ED7E32; }

/* line 113, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
.udr {
  background: linear-gradient(transparent 67%, #FFF75F 67%); }

/* line 114, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
a.cta_btn {
  display: inline-block;
  background-color: #0E83E5;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.03em;
  width: 425px;
  height: 80px;
  line-height: 77px;
  border-radius: 100px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 767px) {
    /* line 114, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    a.cta_btn {
      font-size: 15px;
      width: 86%;
      max-width: 380px;
      height: 54px;
      line-height: 52px; } }
  /* line 135, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  a.cta_btn img.arw {
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    height: 16px; }
    @media screen and (max-width: 767px) {
      /* line 135, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      a.cta_btn img.arw {
        height: 14px;
        right: 20px; } }

/* line 148, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
#top {
  background-image: url(../images/top_bg.webp);
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    /* line 148, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #top {
      background-position: center right -247px; } }
  /* line 158, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #top .ctr {
    height: 100vh;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      /* line 158, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #top .ctr {
        height: 90vh; } }
  /* line 166, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #top h1 {
    width: 100%;
    margin-bottom: 11vh; }
    @media screen and (max-width: 1024px) {
      /* line 166, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #top h1 {
        margin-bottom: 7vh; } }
    /* line 172, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #top h1 img {
      width: calc(464/1200*100%); }
      @media screen and (max-width: 1024px) {
        /* line 172, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
        #top h1 img {
          width: 54%; } }
      @media screen and (max-width: 767px) {
        /* line 172, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
        #top h1 img {
          width: 70%; } }

/* line 187, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
.fix_cta {
  position: fixed;
  bottom: 7.9vh;
  left: 0;
  width: 100%;
  z-index: 99; }
  @media screen and (max-height: 900px) {
    /* line 187, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    .fix_cta {
      bottom: 3.4vh; } }
  @media screen and (max-width: 1024px) {
    /* line 187, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    .fix_cta {
      bottom: 15px; } }
  /* line 200, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  .fix_cta .ctr {
    background-image: url(../images/fix_cta_bg.png);
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1); }
  /* line 207, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  .fix_cta .row {
    align-items: center;
    padding: 28px 0; }
    @media screen and (max-height: 900px) {
      /* line 207, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      .fix_cta .row {
        padding: 20px 0; } }
    @media screen and (max-width: 1024px) {
      /* line 207, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      .fix_cta .row {
        padding: 18px 0;
        gap: 12px 0; } }
    @media screen and (max-width: 767px) {
      /* line 207, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      .fix_cta .row {
        padding: 12px 0;
        gap: 12px 0; } }
  /* line 222, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  .fix_cta .col {
    text-align: center;
    width: 49%; }
    @media screen and (max-width: 1024px) {
      /* line 222, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      .fix_cta .col {
        width: 100% !important; } }
  /* line 227, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  .fix_cta p.hdg {
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 8px; }
    @media screen and (max-width: 767px) {
      /* line 227, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      .fix_cta p.hdg {
        font-size: 11px;
        margin-bottom: 6px; } }
  /* line 236, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  .fix_cta p.info {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 4px; }
    @media screen and (max-width: 767px) {
      /* line 236, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      .fix_cta p.info {
        font-size: 18px;
        margin-bottom: 0; } }

/* line 248, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
#up {
  background-color: #F3FAFF;
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    /* line 248, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #up {
      padding: 48px 0; } }
  /* line 252, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #up .row {
    align-items: center; }
  /* line 256, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #up .col:first-child {
    width: calc(446/1200*100%); }
    @media screen and (max-width: 1024px) {
      /* line 256, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #up .col:first-child {
        width: 40% !important; } }
    @media screen and (max-width: 767px) {
      /* line 256, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #up .col:first-child {
        width: 100% !important; } }
  /* line 261, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #up .col:last-child {
    width: calc(754/1200*100%); }
    @media screen and (max-width: 1024px) {
      /* line 261, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #up .col:last-child {
        width: 57% !important; } }
    @media screen and (max-width: 767px) {
      /* line 261, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #up .col:last-child {
        width: 100% !important; } }
  /* line 267, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #up h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 140%; }
    @media screen and (max-width: 1024px) {
      /* line 267, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #up h2 {
        font-size: 28px; } }
    @media screen and (max-width: 767px) {
      /* line 267, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #up h2 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 10px; } }
  /* line 281, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #up .slider-wrapper {
    position: relative;
    overflow: visible; }
  /* line 290, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #up .swiper {
    position: relative; }
  /* line 293, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #up .swiper-slide {
    width: calc(194/754*100%); }
  /* line 296, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #up .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #1C1C1C; }
  /* line 301, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #up .swiper-pagination-bullet-active {
    background: #1C1C1C; }
  /* line 304, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #up .swiper-pagination {
    bottom: 20px !important; }
    @media screen and (max-width: 1024px) {
      /* line 304, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #up .swiper-pagination {
        bottom: 10px !important; } }
  /* line 308, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #up .swiper-button-next,
  #up .swiper-button-prev {
    color: #1C1C1C;
    width: 20px;
    height: 20px; }
  /* line 314, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #up .swiper-button-next:after,
  #up .swiper-button-prev:after {
    font-size: 20px !important; }
  /* line 318, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #up .swiper-button-prev {
    left: -48px !important; }
    @media screen and (max-width: 1024px) {
      /* line 318, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #up .swiper-button-prev {
        transform: translateY(13px);
        left: -20px !important; } }
  /* line 325, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #up .swiper-button-next {
    right: -48px !important; }
    @media screen and (max-width: 1024px) {
      /* line 325, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #up .swiper-button-next {
        transform: translateY(13px);
        right: -20px !important; } }
  /* line 332, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #up .card {
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 28px 0 36px; }
    /* line 337, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #up .card img {
      width: calc(120/194*100%);
      margin-bottom: 8px; }
  /* line 342, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #up p.pit {
    font-size: 18px;
    font-weight: 700;
    color: #ED7E32;
    letter-spacing: 0.03em;
    margin-bottom: 6px; }
  /* line 350, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #up p.scl {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.03em; }

/* line 357, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
#future {
  background-image: url(../images/bg1.webp);
  background-position: center;
  background-size: 100%;
  background-repeat: repeat;
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    /* line 357, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #future {
      padding: 48px 0; } }
  /* line 364, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #future h2 {
    text-align: center;
    font-size: 32px;
    letter-spacing: 3%;
    line-height: 150%;
    font-weight: 700;
    margin-bottom: 48px; }
    @media screen and (max-width: 767px) {
      /* line 364, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #future h2 {
        font-size: 20px;
        margin-bottom: 24px; } }
  /* line 376, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #future .row {
    margin-bottom: 76px; }
    @media screen and (max-width: 767px) {
      /* line 376, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #future .row {
        margin-bottom: 36px;
        gap: 26px 0; } }
  /* line 383, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #future .col {
    width: calc(388/1200*100%); }
  /* line 386, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #future h3 {
    text-align: center;
    margin-top: 15px;
    letter-spacing: 0.03em;
    font-weight: 700;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      /* line 386, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #future h3 {
        font-size: 16px; } }
  /* line 396, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #future .infobox {
    text-align: center; }
  /* line 399, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #future p.info {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.03em;
    background-color: #F3FAFF;
    display: inline-block;
    padding: 17px 46px 19px;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      /* line 399, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #future p.info {
        font-size: 16px; } }

/* line 413, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
.cta {
  background-color: #ED7E32;
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    /* line 413, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    .cta {
      padding: 48px 0; } }
  /* line 417, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  .cta .row {
    align-items: center; }
  /* line 421, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  .cta .col:first-child {
    width: 43%; }
  /* line 424, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  .cta .col:last-child {
    width: 52%;
    background-color: #ffffff;
    text-align: center;
    border-radius: 5px;
    padding: 38px 10px 36px; }
    @media screen and (max-width: 767px) {
      /* line 424, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      .cta .col:last-child {
        padding: 26px 0px 24px; } }
  /* line 435, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  .cta p.lead {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px; }
    @media screen and (max-width: 1024px) {
      /* line 435, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      .cta p.lead {
        font-size: 15px; } }
    @media screen and (max-width: 767px) {
      /* line 435, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      .cta p.lead {
        font-size: 15px;
        text-align: center; } }
  /* line 448, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  .cta h2 {
    font-weight: 700;
    color: #ffffff;
    font-size: 36px; }
    @media screen and (max-width: 1024px) {
      /* line 448, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      .cta h2 {
        font-size: 22px; } }
    @media screen and (max-width: 767px) {
      /* line 448, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      .cta h2 {
        font-size: 24px;
        text-align: center; } }
  /* line 460, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  .cta hr {
    background: #ffffff;
    border: none;
    height: 1px;
    margin: 18px 0; }
    @media screen and (max-width: 767px) {
      /* line 460, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      .cta hr {
        margin: 14px 0; } }
  /* line 469, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  .cta p.txt {
    color: #ffffff;
    line-height: 200%;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.03em; }
    @media screen and (max-width: 1024px) {
      /* line 469, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      .cta p.txt {
        font-size: 15px;
        line-height: 180%; } }
    @media screen and (max-width: 767px) {
      /* line 469, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      .cta p.txt {
        font-size: 14px;
        line-height: 180%; } }
  /* line 484, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  .cta p.hdg {
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.03em; }
    @media screen and (max-width: 1024px) {
      /* line 484, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      .cta p.hdg {
        font-size: 12px; } }
    @media screen and (max-width: 767px) {
      /* line 484, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      .cta p.hdg {
        font-size: 11px; } }
  /* line 495, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  .cta h3 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 27px; }
    @media screen and (max-width: 1024px) {
      /* line 495, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      .cta h3 {
        font-size: 24px; } }
    @media screen and (max-width: 767px) {
      /* line 495, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      .cta h3 {
        font-size: 22px;
        margin-bottom: 20px; } }
  @media screen and (max-width: 1024px) {
    /* line 508, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    .cta .cta_btn {
      width: 96%;
      font-size: 19px; } }
  @media screen and (max-width: 767px) {
    /* line 508, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    .cta .cta_btn {
      font-size: 15px;
      width: 86%; } }

/* line 520, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
#problem {
  background-color: #FDFDFD;
  text-align: center;
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    /* line 520, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #problem {
      padding: 48px 0; } }
  /* line 525, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #problem h2 {
    text-align: center;
    font-size: 36px;
    letter-spacing: 3%;
    line-height: 150%;
    font-weight: 700;
    margin-bottom: 36px; }
    @media screen and (max-width: 767px) {
      /* line 525, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #problem h2 {
        font-size: 20px;
        margin-bottom: 20px; } }
  /* line 537, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #problem img.icon {
    width: calc(632/1200*100%);
    margin-bottom: 34px; }
    @media screen and (max-width: 1024px) {
      /* line 537, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #problem img.icon {
        width: 80%; } }
    @media screen and (max-width: 767px) {
      /* line 537, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #problem img.icon {
        width: 100%; } }
  /* line 547, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #problem p.info {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.03em;
    background-color: #F3FAFF;
    display: inline-block;
    padding: 17px 46px 19px;
    border-radius: 10px; }
    @media screen and (max-width: 767px) {
      /* line 547, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #problem p.info {
        font-size: 16px;
        line-height: 134%; } }

/* line 562, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
#difference {
  text-align: center;
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    /* line 562, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #difference {
      padding: 48px 0; } }
  /* line 566, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #difference h2 {
    text-align: center;
    font-size: 36px;
    letter-spacing: 3%;
    line-height: 150%;
    font-weight: 700;
    margin-bottom: 48px; }
    @media screen and (max-width: 767px) {
      /* line 566, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #difference h2 {
        font-size: 20px;
        margin-bottom: 20px; } }
  /* line 578, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #difference .box {
    background-color: #F3FAFF;
    border-radius: 10px;
    padding: 36px 10px 50px 10px; }
  /* line 583, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #difference h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      /* line 583, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #difference h3 {
        font-size: 18px;
        margin-bottom: 24px; } }
    /* line 593, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #difference h3 span.line {
      display: inline-block;
      text-decoration: underline;
      text-decoration-color: #0E83E5;
      text-underline-offset: 8px; }
      @media screen and (max-width: 767px) {
        /* line 593, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
        #difference h3 span.line {
          text-underline-offset: 6px; } }
  /* line 601, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #difference .row {
    justify-content: center; }
  /* line 604, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #difference .col {
    width: 268px; }
    /* line 606, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #difference .col img {
      width: 220px;
      margin-bottom: 9px; }
  /* line 611, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #difference h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 150%; }
    @media screen and (max-width: 767px) {
      /* line 611, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #difference h4 {
        font-size: 15px; } }

/* line 621, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
#comparison {
  background-color: #F3FAFF;
  padding: 90px 0 60px; }
  @media screen and (max-width: 767px) {
    /* line 621, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #comparison {
      padding: 48px 0 36px; } }
  /* line 625, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #comparison h2 {
    text-align: center;
    font-size: 36px;
    letter-spacing: 3%;
    line-height: 150%;
    font-weight: 700;
    margin-bottom: 36px; }
    @media screen and (max-width: 767px) {
      /* line 625, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #comparison h2 {
        font-size: 20px;
        margin-bottom: 20px; } }
  /* line 637, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #comparison .row {
    margin-bottom: 48px; }
    @media screen and (max-width: 767px) {
      /* line 637, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #comparison .row {
        margin-bottom: 30px; } }
  /* line 641, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #comparison .col {
    border: solid 1px #1C1C1C;
    border-radius: 10px;
    background-color: #ffffff;
    width: calc(591/1200*100%);
    padding: 19px 36px 50px; }
    @media screen and (max-width: 1024px) {
      /* line 641, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #comparison .col {
        padding: 12px 20px 24px; } }
    @media screen and (max-width: 767px) {
      /* line 641, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #comparison .col {
        padding: 10px 20px 30px; } }
    /* line 653, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #comparison .col:last-child {
      background-color: #FFF75F; }
      /* line 655, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #comparison .col:last-child span.line {
        text-decoration-color: #ED7E32; }
      /* line 656, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #comparison .col:last-child li {
        background-color: #ffffff; }
  /* line 659, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #comparison h3 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  /* line 664, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #comparison div.ttl {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding-left: 13px; }
    @media screen and (max-width: 1024px) {
      /* line 664, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #comparison div.ttl {
        font-size: 20px; } }
    @media screen and (max-width: 767px) {
      /* line 664, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #comparison div.ttl {
        font-size: 17px; } }
    /* line 675, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #comparison div.ttl span.line {
      display: inline-block;
      text-decoration: underline;
      text-decoration-color: #0E83E5;
      text-underline-offset: 8px; }
      @media screen and (max-width: 767px) {
        /* line 675, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
        #comparison div.ttl span.line {
          text-underline-offset: 6px; } }
  /* line 684, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #comparison div.icon img {
    width: 148px; }
    @media screen and (max-width: 1024px) {
      /* line 684, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #comparison div.icon img {
        width: 110px; } }
    @media screen and (max-width: 767px) {
      /* line 684, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #comparison div.icon img {
        width: 100px; } }
  /* line 691, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #comparison li {
    border: solid 1px #1C1C1C;
    background-color: #F2F2F2;
    border-radius: 10px;
    padding: 19px 12px 21px 57px;
    font-size: 17px;
    font-weight: 700;
    line-height: 140%;
    position: relative; }
    /* line 700, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #comparison li:not(:last-child) {
      margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      /* line 691, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #comparison li {
        font-size: 14px;
        padding: 12px 6px 14px 40px; } }
  /* line 706, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #comparison img.moya {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      /* line 706, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #comparison img.moya {
        width: 23px;
        left: 9px; } }
  /* line 717, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #comparison img.light {
    width: 21px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      /* line 717, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #comparison img.light {
        width: 16px;
        left: 14px; } }
  /* line 728, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #comparison h4 {
    text-align: center;
    font-size: 32px;
    letter-spacing: 3%;
    line-height: 150%;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      /* line 728, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #comparison h4 {
        font-size: 17px; } }

/* line 740, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
#support {
  background-color: rgba(14, 131, 229, 0.8);
  padding: 90px 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    /* line 740, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #support {
      padding: 48px 0; } }
  /* line 745, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #support .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 43px solid transparent;
    border-left: 43px solid transparent;
    border-top: 47px solid #F3FAFF;
    border-bottom: 0;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 1024px) {
      /* line 745, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #support .triangle {
        border-right: 24px solid transparent;
        border-left: 24px solid transparent;
        border-top: 28px solid #F3FAFF; } }
  /* line 763, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #support .row {
    align-items: center; }
  /* line 766, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #support .col {
    width: calc(585/1200*100%); }
  /* line 769, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #support h2, #support p.txt {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #ffffff;
    line-height: 140%; }
    @media screen and (max-width: 1024px) {
      /* line 769, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #support h2, #support p.txt {
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      /* line 769, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #support h2, #support p.txt {
        font-size: 18px;
        text-align: center; } }
  @media screen and (max-width: 767px) {
    /* line 783, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #support .logobox {
      text-align: center; } }
  /* line 786, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #support img.logo {
    width: 237px;
    margin: 20px 0; }
    @media screen and (max-width: 1024px) {
      /* line 786, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #support img.logo {
        width: 180px; } }

/* line 793, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
#features {
  background-image: url(../images/bg1.webp);
  background-position: center;
  background-size: 100%;
  background-repeat: repeat;
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    /* line 793, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #features {
      padding: 48px 0; } }
  /* line 800, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #features h2 {
    text-align: center;
    font-size: 36px;
    letter-spacing: 3%;
    line-height: 150%;
    font-weight: 700;
    margin-bottom: 36px; }
    @media screen and (max-width: 767px) {
      /* line 800, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #features h2 {
        font-size: 20px;
        margin-bottom: 20px; } }
  /* line 812, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #features .row {
    gap: 48px 0; }
    @media screen and (max-width: 767px) {
      /* line 812, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #features .row {
        gap: 30px 0; } }
  /* line 818, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #features .col {
    width: calc(570/1200*100%); }
  /* line 821, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #features h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 24px 0 20px; }
    @media screen and (max-width: 767px) {
      /* line 821, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #features h3 {
        font-size: 18px;
        margin: 20px 0 14px; } }
  /* line 830, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #features p.txt {
    line-height: 150%; }

/* line 835, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
#profile {
  background-color: #F3FAFF;
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    /* line 835, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #profile {
      padding: 48px 0; } }
  /* line 839, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #profile h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      /* line 839, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #profile h2 {
        font-size: 20px;
        margin-bottom: 20px; } }
    /* line 849, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #profile h2 span.line {
      display: inline-block;
      text-decoration: underline;
      text-decoration-color: #0E83E5;
      text-underline-offset: 8px; }
      @media screen and (max-width: 767px) {
        /* line 849, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
        #profile h2 span.line {
          text-underline-offset: 6px; } }
  /* line 857, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #profile h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-align: center;
    line-height: 150%;
    margin-bottom: 48px; }
    @media screen and (max-width: 767px) {
      /* line 857, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #profile h3 {
        font-size: 18px;
        margin-bottom: 24px; } }
  @media screen and (max-width: 767px) {
    /* line 869, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #profile .row {
      gap: 24px 0; } }
  /* line 872, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #profile .col {
    text-align: center;
    width: calc(388/1200*100%); }
    @media screen and (max-width: 1024px) {
      /* line 872, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #profile .col {
        width: 100% !important; } }
    @media screen and (max-width: 767px) {
      /* line 872, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #profile .col {
        padding-bottom: 33px; } }
  /* line 878, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #profile h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-top: 18px; }
    @media screen and (max-width: 767px) {
      /* line 878, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #profile h4 {
        font-size: 16px;
        margin-top: 12px; } }
  @media screen and (max-width: 767px) {
    /* line 888, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #profile .swiper-pagination {
      bottom: 0px !important; } }

/* line 893, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
#difficult {
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    /* line 893, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #difficult {
      padding: 48px 0; } }
  /* line 896, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #difficult h2 {
    text-align: center;
    font-size: 36px;
    letter-spacing: 3%;
    line-height: 150%;
    font-weight: 700;
    margin-bottom: 48px; }
    @media screen and (max-width: 767px) {
      /* line 896, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #difficult h2 {
        font-size: 20px;
        margin-bottom: 20px; } }
  /* line 908, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #difficult .row {
    align-items: center; }
    @media screen and (max-width: 767px) {
      /* line 908, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #difficult .row {
        gap: 4px 0; } }
  /* line 915, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #difficult .col:first-child, #difficult .col:last-child {
    width: calc(570/1200*100%);
    border: solid 1px #1C1C1C;
    border-radius: 10px; }
  /* line 920, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #difficult .col:nth-child(2) {
    width: calc(60/1200*100%);
    text-align: center; }
    /* line 923, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #difficult .col:nth-child(2) img.arw {
      width: 20px; }
      @media screen and (max-width: 767px) {
        /* line 923, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
        #difficult .col:nth-child(2) img.arw {
          transform: rotate(90deg); } }
  /* line 931, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #difficult .col:last-child h3 {
    color: #ffffff;
    background-color: #0E83E5; }
  /* line 937, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #difficult h3 {
    text-align: center;
    background-color: #F2F2F2;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 19px;
    border-radius: 10px;
    border: solid 1px #1C1C1C; }
    @media screen and (max-width: 767px) {
      /* line 937, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #difficult h3 {
        font-size: 16px;
        padding: 14px 0 15px; } }
  /* line 950, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #difficult p.txt {
    font-size: 18px;
    line-height: 150%;
    padding: 29px 22px 43px; }
    @media screen and (max-width: 767px) {
      /* line 950, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #difficult p.txt {
        font-size: 15px;
        padding: 20px 20px 30px; } }

/* line 961, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
#voice {
  background-image: url(../images/bg1.webp);
  background-position: center;
  background-size: 100%;
  background-repeat: repeat;
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    /* line 961, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #voice {
      padding: 48px 0; } }
  /* line 968, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #voice h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 48px; }
    @media screen and (max-width: 767px) {
      /* line 968, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #voice h2 {
        font-size: 20px;
        margin-bottom: 24px; } }
    /* line 978, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #voice h2 span.line {
      display: inline-block;
      text-decoration: underline;
      text-decoration-color: #0E83E5;
      text-underline-offset: 8px; }
      @media screen and (max-width: 767px) {
        /* line 978, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
        #voice h2 span.line {
          text-underline-offset: 6px; } }
  @media screen and (max-width: 767px) {
    /* line 986, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #voice .row {
      gap: 24px 0; } }
  /* line 989, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #voice .col {
    width: calc(570/1200*100%); }
    @media screen and (max-width: 1024px) {
      /* line 989, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #voice .col {
        width: 100% !important; } }
  /* line 993, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #voice h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 16px; }
    @media screen and (max-width: 767px) {
      /* line 993, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #voice h3 {
        font-size: 16px;
        margin-top: 14px;
        margin-bottom: 11px; } }
  /* line 1004, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #voice p.txt {
    line-height: 140%; }
    @media screen and (max-width: 767px) {
      /* line 1004, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #voice p.txt {
        font-size: 15px;
        padding-bottom: 33px; } }
  @media screen and (max-width: 767px) {
    /* line 1011, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #voice .swiper-pagination {
      bottom: 0px !important; } }

/* line 1016, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
#step {
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    /* line 1016, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #step {
      padding: 48px 0; } }
  /* line 1019, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #step h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 48px; }
    @media screen and (max-width: 767px) {
      /* line 1019, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #step h2 {
        font-size: 20px;
        margin-bottom: 24px; } }
    /* line 1029, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #step h2 span.line {
      display: inline-block;
      text-decoration: underline;
      text-decoration-color: #0E83E5;
      text-underline-offset: 8px; }
      @media screen and (max-width: 767px) {
        /* line 1029, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
        #step h2 span.line {
          text-underline-offset: 6px; } }
  /* line 1040, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #step .col {
    width: calc(388/1200*100%);
    border: solid 1px #1C1C1C;
    border-radius: 10px;
    text-align: center; }
    /* line 1045, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #step .col img {
      height: 147px;
      margin: 15px 0; }
      @media screen and (max-width: 767px) {
        /* line 1045, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
        #step .col img {
          height: 120px; } }
  /* line 1053, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #step p.num {
    text-align: center;
    background-color: #F2F2F2;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 19px;
    border-radius: 10px;
    border: solid 1px #1C1C1C; }
    @media screen and (max-width: 767px) {
      /* line 1053, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #step p.num {
        font-size: 16px;
        padding: 14px 0 15px; } }
  /* line 1066, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #step h3 {
    font-size: 18px;
    line-height: 150%;
    font-weight: 700;
    padding-bottom: 30px; }
    @media screen and (max-width: 767px) {
      /* line 1066, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #step h3 {
        font-size: 15px;
        padding-bottom: 20px; } }
  /* line 1076, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #step .btnbox {
    text-align: center;
    margin-top: 48px; }
    @media screen and (max-width: 767px) {
      /* line 1076, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #step .btnbox {
        margin-top: 28px; } }
  /* line 1083, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #step p.hdg {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px; }
    @media screen and (max-width: 767px) {
      /* line 1083, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #step p.hdg {
        font-size: 15px;
        margin-bottom: 12px; } }
  @media screen and (max-width: 1024px) {
    /* line 1092, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #step .cta_btn {
      width: 96%;
      font-size: 19px; } }
  @media screen and (max-width: 767px) {
    /* line 1092, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #step .cta_btn {
      font-size: 15px;
      width: 86%; } }

/* line 1104, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
#message {
  background-image: url(../images/bg1.webp);
  background-position: center;
  background-size: 100%;
  background-repeat: repeat;
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    /* line 1104, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #message {
      padding: 48px 0; } }
  /* line 1111, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #message h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 48px; }
    @media screen and (max-width: 767px) {
      /* line 1111, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #message h2 {
        font-size: 20px;
        margin-bottom: 24px; } }
    /* line 1121, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #message h2 span.line {
      display: inline-block;
      text-decoration: underline;
      text-decoration-color: #0E83E5;
      text-underline-offset: 8px; }
      @media screen and (max-width: 767px) {
        /* line 1121, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
        #message h2 span.line {
          text-underline-offset: 6px; } }
  /* line 1129, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #message .row {
    align-items: center;
    padding: 64px 107px 63px 83px;
    background-color: rgba(14, 131, 229, 0.8);
    border-radius: 10px;
    margin-bottom: 48px; }
    @media screen and (max-width: 767px) {
      /* line 1129, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #message .row {
        padding: 20px;
        margin-bottom: 24px; } }
  /* line 1141, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #message .col:first-child {
    width: calc(240/1010*100%); }
    @media screen and (max-width: 767px) {
      /* line 1141, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #message .col:first-child {
        padding: 0 60px; } }
  /* line 1147, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #message .col:last-child {
    width: calc(689/1010*100%); }
  /* line 1151, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #message p.txt {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    line-height: 200%; }
    @media screen and (max-width: 767px) {
      /* line 1151, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #message p.txt {
        font-size: 15px;
        line-height: 170%; } }
  /* line 1161, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #message p.lead {
    font-size: 17px;
    font-weight: 500;
    line-height: 200%; }
    @media screen and (max-width: 767px) {
      /* line 1161, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #message p.lead {
        font-size: 15px;
        line-height: 170%; } }
  /* line 1170, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #message p.name {
    text-align: right;
    font-size: 20px;
    line-height: 200%;
    font-weight: 500;
    margin-top: 31px; }
    @media screen and (max-width: 767px) {
      /* line 1170, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #message p.name {
        font-size: 18px;
        line-height: 170%;
        margin-top: 16px; } }

/* line 1184, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
#access {
  background-image: url(../images/bg1.webp);
  background-position: center;
  background-size: 100%;
  background-repeat: repeat;
  padding: 90px 0; }
  @media screen and (max-width: 767px) {
    /* line 1184, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #access {
      padding: 48px 0; } }
  /* line 1191, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #access h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 48px; }
    @media screen and (max-width: 767px) {
      /* line 1191, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #access h2 {
        font-size: 20px;
        margin-bottom: 24px; } }
    /* line 1201, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
    #access h2 span.line {
      display: inline-block;
      text-decoration: underline;
      text-decoration-color: #0E83E5;
      text-underline-offset: 8px; }
      @media screen and (max-width: 767px) {
        /* line 1201, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
        #access h2 span.line {
          text-underline-offset: 6px; } }
  /* line 1209, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #access .row {
    align-items: center; }
  /* line 1212, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #access .col {
    font-size: 17px;
    font-weight: 500;
    line-height: 200%;
    width: calc(570/1200*100%); }
    @media screen and (max-width: 767px) {
      /* line 1212, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
      #access .col {
        font-size: 15px;
        line-height: 160%; } }
  /* line 1222, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
  #access iframe {
    border-radius: 10px; }

/* line 1225, /Users/mair/Desktop/web_desk/soyogi_fl/soyogi/css/style.scss */
footer {
  text-align: center;
  background-color: #0E83E5;
  color: #ffffff;
  font-size: 12px;
  line-height: 200%;
  padding: 19px 5px 170px; }

/*# sourceMappingURL=style.css.map */