/* line 32, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
html {
  scroll-behavior: smooth; }

/* line 33, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #0F0F0F;
  overflow-x: hidden; }

/* line 38, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
main {
  overflow-x: hidden; }

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

/* line 44, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
a, button {
  transition: .3s; }

/* line 45, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
a:hover, button:hover {
  opacity: 0.8; }

/* line 46, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
.d-ib {
  display: inline-block; }

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

/* line 52, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
.sp {
  display: none; }

@media screen and (max-width: 959px) {
  /* line 54, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  .pc {
    display: none; }
  /* line 55, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  .sp {
    display: inline-block; }
  /* line 56, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  .row {
    gap: 24px 0; }
  /* line 57, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  .col {
    width: 100% !important; } }

/* line 63, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
header {
  position: fixed;
  width: 100%;
  z-index: 99; }
  /* line 68, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  header .ctr {
    max-width: 1870px;
    width: 98%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: nowrap;
    padding: 23px 0; }
    @media screen and (max-width: 959px) {
      /* line 68, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      header .ctr {
        width: 94%;
        padding: 14px 0; } }
  /* line 80, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  header a.logo img {
    height: 63px; }
    @media screen and (max-width: 959px) {
      /* line 80, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      header a.logo img {
        height: 36px; } }
  /* line 85, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  header .col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
    /* line 87, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    header .col .hmb {
      cursor: pointer; }
      @media screen and (max-width: 959px) {
        /* line 87, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
        header .col .hmb {
          margin-left: auto; } }
      /* line 90, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      header .col .hmb img {
        width: 48px; }
        @media screen and (max-width: 959px) {
          /* line 90, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
          header .col .hmb img {
            width: 36px; } }
        /* line 93, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
        header .col .hmb img.open {
          display: none; }
          /* line 95, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
          header .col .hmb img.open.active {
            display: inline-block; }
        /* line 97, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
        header .col .hmb img.close {
          display: none; }
          /* line 99, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
          header .col .hmb img.close.active {
            display: inline-block; }
    /* line 103, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    header .col a.btn {
      margin-left: 20px; }
      @media screen and (max-width: 959px) {
        /* line 103, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
        header .col a.btn {
          display: none; } }
      /* line 106, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      header .col a.btn img {
        height: 55px; }

/* line 113, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.96);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  display: flex;
  align-items: center; }
  /* line 126, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  .menu.active {
    opacity: 1;
    visibility: visible; }
  /* line 130, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  .menu ul {
    width: 100%; }
  /* line 133, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  .menu li {
    text-align: center;
    font-size: 24px;
    color: #01407C; }
    /* line 137, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    .menu li:not(:last-child) {
      margin-bottom: 36px; }

/* line 143, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
#top {
  text-align: right;
  position: relative; }
  /* line 146, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #top .bg {
    width: 63.8%; }
    @media screen and (max-width: 959px) {
      /* line 146, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #top .bg {
        width: 100%; } }
  /* line 150, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #top h1 {
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 959px) {
      /* line 150, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #top h1 {
        position: relative; } }

/* line 160, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
#concept {
  padding: 100px 0 186px; }
  @media screen and (max-width: 959px) {
    /* line 160, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #concept {
      padding: 48px 0 80px; } }
  /* line 163, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #concept .ctr2 {
    max-width: 1410px;
    margin-bottom: 69px;
    transform: translateX(-7%); }
    @media screen and (max-width: 1900px) {
      /* line 163, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #concept .ctr2 {
        transform: translateX(0%); } }
  /* line 169, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #concept .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 959px) {
      /* line 169, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #concept .row {
        flex-direction: column-reverse; } }
  /* line 174, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #concept .col:first-child {
    width: calc(630 / 1410 * 100%); }
  /* line 177, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #concept .col:last-child {
    width: calc(690 / 1410 * 100%); }
  /* line 182, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #concept h2 img {
    height: 142px; }
    @media screen and (max-width: 959px) {
      /* line 182, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #concept h2 img {
        height: 60px; } }
  /* line 187, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #concept div.hr {
    margin: 15px 0 66px 0;
    position: relative; }
    @media screen and (max-width: 959px) {
      /* line 187, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #concept div.hr {
        margin: 15px 0 36px 0; } }
    /* line 191, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #concept div.hr::before {
      content: '';
      width: 300%;
      height: 1px;
      background-color: #0F0F0F;
      position: absolute;
      top: 50%;
      left: 0; }
  /* line 201, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #concept h3 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1.25px;
    line-height: calc(40 / 25);
    margin-bottom: 60px; }
    @media screen and (max-width: 959px) {
      /* line 201, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #concept h3 {
        font-size: 19px;
        margin-bottom: 24px; } }
  /* line 212, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #concept p.txt {
    line-height: calc(40 / 16); }
    @media screen and (max-width: 959px) {
      /* line 212, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #concept p.txt {
        line-height: 1.7;
        font-size: 15px; } }
  /* line 219, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #concept h4 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1.25px;
    line-height: calc(40 / 25);
    margin-bottom: 60px;
    position: relative; }
    @media screen and (max-width: 959px) {
      /* line 219, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #concept h4 {
        font-size: 19px;
        margin-bottom: 24px; } }
    /* line 230, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #concept h4::before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #0F0F0F;
      position: absolute;
      top: 50%;
      left: -60px;
      transform: translateX(-100%); }
  /* line 241, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #concept .btnbox {
    text-align: right;
    margin-top: 50px; }
    @media screen and (max-width: 959px) {
      /* line 241, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #concept .btnbox {
        margin-top: 36px; } }
    /* line 245, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #concept .btnbox img {
      height: 65px; }
      @media screen and (max-width: 959px) {
        /* line 245, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
        #concept .btnbox img {
          height: 48px; } }

/* line 252, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
#service {
  background-color: #F2F2F2;
  position: relative; }
  /* line 255, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #service::before {
    content: '';
    background: transparent linear-gradient(99deg, #026EBC 0%, #01407C 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media screen and (max-width: 959px) {
      /* line 255, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #service::before {
        height: 200px; } }
  /* line 265, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #service .ctr {
    padding: 143px 0 70px;
    position: relative; }
    @media screen and (max-width: 959px) {
      /* line 265, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #service .ctr {
        padding: 48px 0 48px; } }
  /* line 270, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #service h2 {
    position: absolute;
    top: 0;
    left: -17%;
    transform: translateY(-50%); }
    @media screen and (max-width: 1900px) {
      /* line 270, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #service h2 {
        left: 0; } }
    /* line 276, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #service h2 img {
      height: 142px; }
      @media screen and (max-width: 959px) {
        /* line 276, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
        #service h2 img {
          height: 60px; } }
  /* line 281, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #service h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 49px;
    letter-spacing: 1.5px;
    line-height: calc(40 / 30); }
    @media screen and (max-width: 959px) {
      /* line 281, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #service h3 {
        font-size: 19px;
        line-height: 1.6;
        margin-bottom: 30px; } }
  /* line 294, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #service .box {
    background-color: #ffffff;
    padding: 100px;
    margin-bottom: 60px; }
    @media screen and (max-width: 959px) {
      /* line 294, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #service .box {
        padding: 20px;
        margin-bottom: 24px; } }
  /* line 303, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #service .btnbox {
    text-align: right;
    margin-right: 100px; }
    @media screen and (max-width: 959px) {
      /* line 303, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #service .btnbox {
        margin-right: 0px; } }
    /* line 307, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #service .btnbox img {
      height: 65px; }
      @media screen and (max-width: 959px) {
        /* line 307, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
        #service .btnbox img {
          height: 48px; } }

/* line 314, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
#plan {
  background-color: #F2F2F2;
  padding: 100px 0 200px; }
  @media screen and (max-width: 959px) {
    /* line 314, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #plan {
      padding: 48px 0 80px; } }
  /* line 318, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #plan .ctr {
    max-width: 1000px; }
  /* line 321, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #plan h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #01407C;
    margin-bottom: 49px;
    letter-spacing: 1.5px;
    line-height: calc(40 / 30); }
    @media screen and (max-width: 959px) {
      /* line 321, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #plan h3 {
        font-size: 19px;
        line-height: 1.6;
        margin-bottom: 30px; } }
  /* line 335, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #plan .box {
    background-color: #ffffff;
    padding: 60px 100px 100px 100px;
    margin-bottom: 60px; }
    @media screen and (max-width: 959px) {
      /* line 335, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #plan .box {
        padding: 20px 20px 30px 20px;
        margin-bottom: 24px; } }
    /* line 344, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #plan .box img:not(:last-child) {
      margin-bottom: 60px; }
      @media screen and (max-width: 959px) {
        /* line 344, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
        #plan .box img:not(:last-child) {
          margin-bottom: 24px; } }

/* line 353, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
#benefit .ctr {
  position: relative;
  padding: 100px 0 200px; }
  @media screen and (max-width: 959px) {
    /* line 353, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #benefit .ctr {
      padding: 48px 0 80px; } }

/* line 358, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
#benefit .inr {
  margin: 0 auto;
  max-width: 1000px; }
  @media screen and (max-width: 959px) {
    /* line 358, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #benefit .inr {
      text-align: center; } }
  @media screen and (max-width: 959px) {
    /* line 362, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #benefit .inr img {
      max-width: 400px; } }

/* line 366, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
#benefit h2 {
  position: absolute;
  top: 0;
  left: -17%;
  transform: translateY(-50%); }
  @media screen and (max-width: 1900px) {
    /* line 366, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #benefit h2 {
      left: 0; } }
  /* line 372, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #benefit h2 img {
    height: 142px; }
    @media screen and (max-width: 959px) {
      /* line 372, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #benefit h2 img {
        height: 60px; } }

/* line 377, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
#benefit h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #01407C;
  margin-bottom: 49px;
  letter-spacing: 1.5px;
  line-height: calc(40 / 30); }
  @media screen and (max-width: 959px) {
    /* line 377, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #benefit h3 {
      font-size: 19px;
      line-height: 1.6;
      margin-bottom: 30px; } }
  /* line 390, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #benefit h3.mt {
    margin-top: 100px; }
    @media screen and (max-width: 959px) {
      /* line 390, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #benefit h3.mt {
        margin-top: 60px; } }

/* line 397, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
#form {
  background-color: #F2F2F2; }
  /* line 399, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #form .ctr {
    position: relative;
    padding: 100px 0 200px; }
    @media screen and (max-width: 959px) {
      /* line 399, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #form .ctr {
        padding: 48px 0 80px; } }
  /* line 404, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #form .inr {
    margin: 0 auto;
    max-width: 1000px; }
  /* line 408, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #form h2 {
    position: absolute;
    top: 0;
    left: -17%;
    transform: translateY(-50%); }
    @media screen and (max-width: 1900px) {
      /* line 408, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #form h2 {
        left: 0; } }
    /* line 414, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #form h2 img {
      height: 142px; }
      @media screen and (max-width: 959px) {
        /* line 414, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
        #form h2 img {
          height: 60px; } }
  /* line 419, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #form p.txt {
    text-align: center;
    line-height: calc(40/16);
    margin-bottom: 40px; }
    @media screen and (max-width: 959px) {
      /* line 419, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #form p.txt {
        font-size: 15px;
        text-align: left;
        line-height: 1.8;
        margin-bottom: 40px; } }
  /* line 430, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #form form {
    background-color: #ffffff;
    padding: 70px 100px; }
    @media screen and (max-width: 959px) {
      /* line 430, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #form form {
        padding: 40px 20px; } }
  /* line 435, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #form .ctl {
    margin-bottom: 45px; }
    @media screen and (max-width: 959px) {
      /* line 435, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #form .ctl {
        margin-bottom: 30px; } }
    /* line 438, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #form .ctl.center {
      text-align: center; }
  /* line 442, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #form label {
    margin-bottom: 15px;
    display: block; }
    @media screen and (max-width: 959px) {
      /* line 442, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #form label {
        font-size: 15px;
        margin-bottom: 12px; } }
    /* line 449, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #form label.mb {
      margin-bottom: 20px; }
      @media screen and (max-width: 959px) {
        /* line 449, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
        #form label.mb {
          margin-bottom: 15px; } }
  /* line 456, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #form input[type=text], #form input[type=email], #form textarea {
    background-color: #F2F2F2;
    max-width: 550px;
    width: 100%;
    padding: 16px; }
  /* line 462, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #form textarea {
    max-width: 1000px; }
  /* line 463, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #form input[type=radio], #form input[type=checkbox] {
    transform: scale(1.5) translateY(-1px);
    margin-right: 16px; }
    @media screen and (max-width: 959px) {
      /* line 463, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #form input[type=radio], #form input[type=checkbox] {
        margin-right: 10px; } }
  /* line 468, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #form a.link {
    text-decoration: underline; }
  /* line 469, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #form .sbtbox {
    text-align: center; }
    /* line 471, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #form .sbtbox img {
      max-width: 300px; }

/* line 477, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
#faq {
  padding: 60px 0 5px 0; }
  @media screen and (max-width: 959px) {
    /* line 477, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #faq {
      padding: 48px 0 3px; } }
  /* line 480, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #faq h2 {
    text-align: center;
    margin-bottom: 10px; }
    /* line 483, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #faq h2 img {
      height: 142px; }
      @media screen and (max-width: 959px) {
        /* line 483, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
        #faq h2 img {
          height: 60px; } }
  /* line 488, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #faq .bg {
    background: transparent linear-gradient(141deg, #026EBC 0%, #01407C 100%) 0% 0% no-repeat padding-box;
    padding: 131px 0;
    color: #ffffff; }
    @media screen and (max-width: 959px) {
      /* line 488, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #faq .bg {
        padding: 48px 0; } }
  /* line 494, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #faq .ctr {
    max-width: 1000px; }
  /* line 498, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #faq dl:not(:last-child) {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: solid 1px #ffffff; }
    @media screen and (max-width: 959px) {
      /* line 498, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #faq dl:not(:last-child) {
        padding-bottom: 30px;
        margin-bottom: 30px; } }
  /* line 508, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #faq dt {
    position: relative;
    padding-left: 70px;
    margin-bottom: 47px; }
    @media screen and (max-width: 959px) {
      /* line 508, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #faq dt {
        padding-left: 48px;
        margin-bottom: 30px;
        line-height: 1.5; } }
    /* line 517, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #faq dt img {
      width: 50px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      @media screen and (max-width: 959px) {
        /* line 517, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
        #faq dt img {
          width: 36px; } }
  /* line 526, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #faq dd {
    line-height: calc(40/16);
    font-weight: 300; }
    @media screen and (max-width: 959px) {
      /* line 526, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #faq dd {
        line-height: 1.7;
        font-size: 15px; } }

/* line 536, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
#cta {
  background-image: url("../images/cta_bg.jpeg");
  background-size: cover;
  background-position: center;
  padding: 125px; }
  @media screen and (max-width: 959px) {
    /* line 536, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #cta {
      padding: 48px 0; } }
  /* line 542, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #cta .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
  /* line 546, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #cta .col:first-child {
    width: calc(580/1200 * 100%); }
  /* line 549, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #cta .col:last-child {
    width: calc(570/1200 * 100%); }
  /* line 553, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #cta p.txt {
    color: #ffffff;
    line-height: calc(40/16);
    margin-bottom: 35px; }
    @media screen and (max-width: 959px) {
      /* line 553, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #cta p.txt {
        margin-bottom: 10px; } }
  @media screen and (max-width: 959px) {
    /* line 559, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #cta .btnbox {
      text-align: right; } }
  /* line 561, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #cta .btnbox img {
    height: 65px; }
    @media screen and (max-width: 959px) {
      /* line 561, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #cta .btnbox img {
        height: 48px; } }

/* line 568, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
footer {
  background-color: #0F0F0F;
  padding: 77px 0 87px;
  color: #ffffff;
  font-size: 14px; }
  @media screen and (max-width: 959px) {
    /* line 568, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    footer {
      padding: 48px 0;
      font-size: 12px; } }
  /* line 577, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  footer .box {
    border-bottom: solid 1px #ffffff;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  /* line 582, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  footer a.logo img {
    height: 55px;
    margin-bottom: 43px; }
    @media screen and (max-width: 959px) {
      /* line 582, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      footer a.logo img {
        height: 36px; } }
  /* line 589, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  footer p.name {
    margin-bottom: 30px; }
    @media screen and (max-width: 959px) {
      /* line 589, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      footer p.name {
        margin-bottom: 20px; } }
  /* line 595, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  footer p.post {
    line-height: calc(40/14);
    font-weight: 300;
    margin-bottom: 16px; }
  /* line 600, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  footer p.mail {
    font-weight: 300; }
  /* line 603, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  footer .row {
    gap: 20px 20px; }
  /* line 606, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  footer .col {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.8px; }
    @media screen and (max-width: 959px) {
      /* line 606, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      footer .col {
        font-size: 10px; } }
  /* line 614, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  footer ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 20px;
    font-size: 14px; }
    @media screen and (max-width: 959px) {
      /* line 614, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      footer ul {
        gap: 16px 20px; } }
    @media screen and (max-width: 959px) {
      /* line 621, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      footer ul li {
        width: 100%; } }

/* line 629, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
#policy {
  background-color: #F2F2F2;
  padding: 180px 0 200px; }
  @media screen and (max-width: 959px) {
    /* line 629, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #policy {
      padding: 90px 0 80px; } }
  /* line 633, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #policy .ctr {
    max-width: 1000px; }
  /* line 636, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #policy h1 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #01407C;
    margin-bottom: 49px;
    letter-spacing: 1.5px;
    line-height: calc(40 / 30); }
    @media screen and (max-width: 959px) {
      /* line 636, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #policy h1 {
        font-size: 19px;
        line-height: 1.6;
        margin-bottom: 30px; } }
  /* line 650, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #policy .box {
    background-color: #ffffff;
    padding: 60px 100px 100px 100px;
    margin-bottom: 60px; }
    @media screen and (max-width: 959px) {
      /* line 650, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #policy .box {
        padding: 20px 20px 30px 20px;
        margin-bottom: 24px; } }
    /* line 659, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #policy .box img:not(:last-child) {
      margin-bottom: 60px; }
      @media screen and (max-width: 959px) {
        /* line 659, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
        #policy .box img:not(:last-child) {
          margin-bottom: 24px; } }
  /* line 665, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #policy h2 {
    font-size: 24px;
    margin-bottom: 24px; }
    @media screen and (max-width: 959px) {
      /* line 665, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #policy h2 {
        font-size: 19px; } }
  /* line 670, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #policy h3 {
    font-size: 20px;
    margin-bottom: 24px; }
    @media screen and (max-width: 959px) {
      /* line 670, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #policy h3 {
        font-size: 17px; } }
  /* line 675, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #policy p {
    margin-bottom: 30px;
    line-height: 1.6; }
    @media screen and (max-width: 959px) {
      /* line 675, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #policy p {
        font-size: 15px; } }
  @media screen and (max-width: 959px) {
    /* line 680, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #policy .scl {
      overflow-x: scroll;
      width: 100%; } }
  /* line 686, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #policy table {
    width: 100%;
    border: solid 1px #0F0F0F;
    font-size: 13px;
    margin-bottom: 30px; }
    @media screen and (max-width: 959px) {
      /* line 686, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
      #policy table {
        width: 900px; } }
    /* line 695, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #policy table tr:nth-child(2n-1) {
      background-color: #F2F2F2; }
    /* line 697, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
    #policy table th, #policy table td {
      width: 20%;
      text-align: center;
      padding: 8px 0; }
  /* line 703, /Users/mair/Desktop/web_desk/mystar_fl/mystar/css/style.scss */
  #policy a {
    color: deepskyblue; }

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