@charset "UTF-8";
/*ブレイクポイントの設定*/
@font-face {
  font-family: "Bahnschrift";
  font-display: swap;
  src: url("fonts/bahnschrift.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/*サイトごとの調整用CSS*/
.bahns {
  font-family: "Bahnschrift", sans-serif;
  font-weight: 500;
  font-size: 1.3em;
  position: relative;
  bottom: -0.06em;
  letter-spacing: -0.05em;
}

html, body {
  color: #1c1c1c;
  background: #ffffff;
}

.tx_blue {
  color: #0068B8;
}

.tx_red {
  color: #E83820;
}

.tx_green {
  color: #03B48E;
}

.cta_btn-flat {
  background: #45B035;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.cta_btn-flat:hover {
  background: #277d19;
  box-shadow: 0px 0px 16px -8px #ffffff, 0px 0px 8px -4px #1c1c1c inset;
  filter: brightness(1.04);
}

.cta_btn-ghost {
  border-color: #45B035;
  color: #45B035;
}
.cta_btn-ghost:hover {
  background-color: #45B035;
  border-color: #45B035;
  color: #ffffff;
}

/* 　ボタン */
.btn__cta {
      margin: 0 auto;
}
.btn__cta.second {
      margin: 40px auto;
}
.btn__toiawase {
    background: #45B035;
    color: #FFF !important;
    font-size: 16px;
    font-weight: 700;
    width: 300px;
    text-align: center;
    display: block;
    border-radius: 8px;
    padding: 18px;
    position: relative;
    margin: 0 auto;
}
.btn__toiawase::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../kenkoukeiei_support_pack/images/icon_next_white.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}
.btn__download,
.btn__shindan {
  background-color: #FFF;
  color: #45B035 !important;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  width: 300px;
  font-weight: bold;
  padding: 16px 16px;
  border: 2px #45B035 solid;
  text-align: center;
  display: block;
  border-radius: 8px;  
  margin: 4px auto 0;
  position: relative;
}
.btn__download::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../kenkoukeiei_support_pack/images/icon_download_green.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
}

 .btn__shindan::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/icon_next_green.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);

 }

.cta_btn-flat:hover {
  background: #277d19;
  text-decoration: none;
}

@media screen and (min-width:768px) {

}

@media screen and (min-width:920px) {
    /* .btn__group {
      display: flex;
      margin-top: 4px;
      gap: 8px;
  } */
  .btn__toiawase {
    color: #FFF !important;
    font-size: 24px;
    width: 540px;
    padding: 18px;
    margin: 0 auto;
}
.btn__toiawase::after {
    width: 18px;
    height: 18px;
    right: 18px;
}
.btn__toiawase:hover {
  background-color: #39922C;
}
.btn__group {
  display: flex;
  gap: 8px;
  justify-content: center;
  width: 540px;
  margin: 8px auto 0;
}
  .btn__download,
  .btn__shindan {
    width: 270px;
    margin: 0;
    font-size: 14px;
  }
  .btn__download:hover,
  .btn__shindan:hover {
    background-color: #E8F5E6;
  }
}

/* 　 */

.bg_lightblue {
  background-color: #e8f5e6;
}

.pt_0 {
  padding-top: 0;
}

/*FV*/
.firstview {
  position: relative;
}

.fv_logo_box {
  background: #ffffff;
  height: 64px;
  padding-left: 8px;
}

.fv_bg {
  background: #f3ebe1;
}
.fv_bg .fv_inner .fv_text_box {
  order: 2;
  width: 100%;
  padding: 0 16px 20vw;
}
.fv_bg .fv_inner .fv_text_box h1 {
  font-size: 8.59vw;
  line-height: 1.08;
}
.fv_bg .fv_inner .fv_text_box p {
  font-size: 3.8vw;
  line-height: 1.414;
  margin: 1em 0;
}
.fv_bg .fv_inner .fv_text_box .cta_btn {
  width: 100%;
}
.fv_bg .fv_inner .fv_eyecatch_box {
  order: 1;
  position: relative;
}
.fv_bg .fv_inner .fv_eyecatch_box .nintei_stamp {
  position: absolute;
  top: 4%;
  left: 65%;
  width: 18.46%;
}

.fv_three_badges_box {
  position: relative;
}
.fv_three_badges_box p {
  position: absolute;
  left: 24px;
  bottom: 5vw;
  font-size: 10px;
  line-height: 1;
}
.fv_three_badges_box p i {
  position: absolute;
  left: -1em;
}
.fv_three_badges_box .fv_three_badges_box_inner {
  padding: 0 16px;
}
.fv_three_badges_box .fv_three_badges_box_inner .fv_three_badges {
  gap: 16px;
  position: relative;
  transform: translateY(-50%);
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .fv_three_badges_box .fv_three_badges_box_inner .fv_three_badges {
    transform: translateY(3%);
}
}
@media screen and (min-width:920px) {
  .fv_three_badges_box .fv_three_badges_box_inner .fv_three_badges {
    transform: translateY(-20%);
}
}

.acount_free {
  padding: 64px 0 48px;
}
.acount_free h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.2;
}
.acount_free h2 .w_hands {
  position: absolute;
  width: 100%;
  top: -1.618em;
  left: 0;
  font-size: 20px;
}
.acount_free h2 .w_hands::before {
  content: "＼";
  padding-right: 0.5em;
}
.acount_free h2 .w_hands::after {
  content: "／";
  padding-left: 0.5em;
}
.acount_free h2 .bahns {
  font-size: 48px;
}
.acount_free h2 i {
  font-size: 10px;
  position: relative;
  bottom: 2.5em;
  left: 0;
}

.app_descr .upper {
  padding: 0 16px;
  background: url(images/bg_building_sp.webp) 50% 0% no-repeat;
  background-size: cover;
}
.app_descr .upper .app_descr_box {
  padding: 32px 0 16px 16px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 24px 24px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  grid-template-columns: 104px 1fr;
  position: relative;
  top: -16px;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.app_descr .upper .app_descr_box .textbox {
  line-height: 1.414;
  font-size: 16px;
  padding: 0 16px;
  height: 100%;
}
.app_descr .upper .app_descr_box .textbox p {
  margin-bottom: 0;
  font-feature-settings: "palt";
  line-height: 1.618;
}
.app_descr .upper .app_descr_box .textbox .tx_bbb {
  padding-bottom: 2px;
  background: linear-gradient(to top, #0068B8 2px, transparent 2px);
}
.app_descr .upper .app_descr_box .textbox .hosoku_cs {
  font-size: 12px;
}

#onayami {
  background: linear-gradient(to bottom, #E0E4E7 0%, #ffffff 20%);
}
#onayami h2 span {
  position: relative;
}
#onayami h2 span::after {
  content: "";
  position: absolute;
  background: url(images/onayami.webp) 50% 50% no-repeat;
  background-size: contain;
  width: 80px;
  height: 70px;
  bottom: 100%;
  left: 75%;
}
#onayami .card {
  position: relative;
  padding-top: 24px;
  margin-bottom: 24px;
}
#onayami .card .rank_tag {
  position: absolute;
  top: -8px;
  left: 0;
  color: #ffffff;
  font-size: 20px;
  z-index: 1;
}
#onayami .card .rank_tag::before {
  content: "";
  position: absolute;
  width: calc(100% + 16px);
  height: calc(100% + 0px);
  background: #03B48E;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#onayami .card img {
  width: 80%;
}
#onayami .card h3 {
  padding: 0 24px;
  margin: -1.414em auto 0;
}
#onayami .card h3 span {
  background: #ffffff;
  padding: 5px 5px 5px 0;
}
#onayami .card .textbox {
  padding-top: 8px;
}
#onayami .kaiketsu .arrow_down {
  margin-bottom: 24px;
}
#onayami .kaiketsu h3 {
  font-size: 24px;
}
#onayami .kaiketsu img {
  max-width: 80%;
}
#onayami .section_footer {
  background-color: #E3F3FF;
}
#onayami .section_footer p {
  margin-bottom: 2em;
}

.sticky_area {
  position: relative;
}
.sticky_area .cta_box-sticky {
  background: #ffffff;
  padding: 16px 0;
}
.sticky_area .sticky_spacer {
  height: 24px;
}

#calendar {
  background-color: #E3F3FF;
}
#calendar .card {
  position: relative;
  padding-bottom: 120px;
}
#calendar .card h2 {
  background-color: #0068B8;
  color: #ffffff;
  padding: 24px 16px;
}
#calendar .card .calendar {
  padding: 0 24px;
}
#calendar .card .img_schedule {
  position: absolute;
  right: -24px;
  bottom: 0;
  width: 184px;
}

#tokuchou {
  background: #fff;
}
#tokuchou .tokuchou_links ul {
  gap: 2vw;
}
#tokuchou .tokuchou_links ul li a {
  padding: 16px 8px 32px;
  position: relative;
  color: #1c1c1c;
  display: block;
}
#tokuchou .tokuchou_links ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(images/icon_chevron_down.svg) 50% 50% no-repeat;
  background-size: contain;
  transition: 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#tokuchou .tokuchou_links ul li a:hover {
  text-decoration: none;
}
#tokuchou .tokuchou_links ul li a:hover::after {
  transform: translate(-50%, 4px);
}
#tokuchou .tokuchou_links ul li a img {
  margin-bottom: 16px;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
#tokuchou .tokuchou_links ul li a p {
  font-size: 14px;
  line-height: 1.414;
  min-height: 2.828em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tokuchou .tokuchou_links ul li a p .tokuchou_num {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: baseline;
  background: #0068B8;
  color: #ffffff;
  top: 8px;
  left: 8px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
#tokuchou .tokuchou {
  padding-top: 120px;
}
#tokuchou .tokuchou h2 {
  color: #0068B8;
  display: flex;
  justify-content: center;
  gap: 0.16em;
}
#tokuchou .tokuchou h2 .tokuchou_num {
  display: flex;
  justify-content: center;
  align-items: baseline;
  background: #0068B8;
  color: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 20px;
}
#tokuchou .tokuchou h3 {
  font-size: 20px;
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 24px;
}
#tokuchou .tokuchou h3 .tx_small {
  display: inline;
}
#tokuchou .tokuchou h3 + p {
  max-width: 800px;
  margin-inline: auto;
}
#tokuchou .tokuchou .bg_lightblue {
  margin-top: 32px;
  position: relative;
}

#tokuchou1.tokuchou .bg_lightblue {
  padding: 32px 0;
}
#tokuchou1.tokuchou .bg_lightblue::before {
  content: "";
  display: block;
  position: absolute;
  width: 51px;
  height: 72px;
  background: url(images/spec1_deco.webp) 50% 50% no-repeat;
  background-size: contain;
  top: -40px;
  right: 0;
}
#tokuchou1.tokuchou .bg_lightblue img {
  width: 100%;
  max-width: 1330px;
}

#tokuchou2.tokuchou .bg_lightblue {
  margin-top: 48px;
  padding: 32px 0;
}
#tokuchou2.tokuchou .bg_lightblue::before {
  content: "";
  display: block;
  position: absolute;
  width: 51px;
  height: 53px;
  background: url(images/spec2_deco.webp) 50% 50% no-repeat;
  background-size: contain;
  top: -50px;
  left: -16px;
}
#tokuchou2.tokuchou .bg_lightblue .textbox h3 + .heading {
  padding-bottom: 0;
  font-size: 13px;
}
#tokuchou2.tokuchou .bg_lightblue .textbox p {
  line-height: 1.618;
  font-size: 13px;
}

#tokuchou3.tokuchou .bg_lightblue {
  padding: 48px 0 96px;
  background: linear-gradient(to bottom, #E3F3FF, #ffffff 75%);
}
#tokuchou3.tokuchou .bg_lightblue::before {
  content: "";
  display: block;
  position: absolute;
  width: 66px;
  height: 52px;
  background: url(images/spec3_deco.webp) 50% 50% no-repeat;
  background-size: contain;
  top: -47px;
  right: 0;
}
#tokuchou3.tokuchou .bg_lightblue .card_border {
  padding: 24px 0;
  border-radius: 16px;
  border-color: #0068B8;
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
#tokuchou3.tokuchou .bg_lightblue .plan_list li {
  max-width: 368px;
}
#tokuchou3.tokuchou .bg_lightblue .daikibo {
  background-image: url(images/daikibo.webp);
}
#tokuchou3.tokuchou .bg_lightblue .chuushoukibo {
  background-image: url(images/chuushoukibo.webp);
}
#tokuchou3.tokuchou .bg_lightblue .plan {
  padding: 24px 24px 64%;
}
#tokuchou3.tokuchou .bg_lightblue .plan h4 {
  font-size: 16px;
}
#tokuchou3.tokuchou .bg_lightblue .plan > p {
  font-size: 16px;
}
#tokuchou3.tokuchou .bg_lightblue .plan > p .bahns {
  font-size: 24px;
}
#tokuchou3.tokuchou .bg_lightblue .plan .jstfy_sb {
  background-image: radial-gradient(#2b2b2b 30%, transparent 30%);
  background-size: 0.4em 0.4em;
  background-repeat: repeat-x;
  background-position: right center;
}
#tokuchou3.tokuchou .bg_lightblue .plan .jstfy_sb > span {
  background: #ffffff;
}
#tokuchou3.tokuchou .bg_lightblue .plan .jstfy_sb > span:first-child {
  padding-right: 0.5em;
}
#tokuchou3.tokuchou .bg_lightblue .plan .jstfy_sb > span:last-child {
  padding-left: 0.35em;
}
#tokuchou3.tokuchou .bg_lightblue .plan .price {
  text-align: center;
  font-size: 24px;
  padding: 56px 0 0;
}
#tokuchou3.tokuchou .bg_lightblue .plan .price .bahns {
  font-size: 48px;
  padding-right: 4px;
}
#tokuchou3.tokuchou .bg_lightblue .betto {
  margin-top: 24px;
}

.flow {
  max-width: 280px;
  margin: 0 auto;
  gap: 24px;
}
.flow li:not(:last-child) {
  position: relative;
  z-index: 1;
}
.flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0px;
  border: 140px solid transparent;
  border-top: 24px solid #3eb135;
  z-index: -1;
}

.summary_inner {
  background: #39922c;
  padding: 16px 0;
}
.summary_inner h3 {
  color: #ffffff;
  padding: 0 12px;
  height: auto;
}

.faq_content_inner::before {
  color: #F6AB00;
}

.ending .section_footer .pc_alt_l_r_box {
  gap: 48px;
}

.lp_footer {
  background: #5a5a5a;
  color: #c2c2c2;
}

@media screen and (max-width:533.98px) {
  #onayami .pc_column_3 {
    gap: 96px;
  }
}
@media screen and (min-width:534px) and (max-width:767.98px) {
  .fv_three_badges_box p {
    left: 50%;
    transform: translateX(-230px);
    font-size: 12px;
  }
  .acount_free h2 {
    font-size: 28px;
  }
  .acount_free h2 .w_hands {
    font-size: 24px;
  }
  .acount_free h2 .bahns {
    font-size: 56px;
  }
  .app_descr .upper {
    padding: 0 16px 24px;
  }
  .app_descr .upper .app_descr_box {
    width: 480px;
    margin: 0 auto;
  }
  .app_descr .upper .app_descr_box .textbox p {
    font-size: 18px;
  }
  .cta_btn {
    width: 420px;
  }
  #tokuchou .tokuchou h2 .tokuchou_num {
    width: 36px;
    height: 36px;
    font-size: 30px;
  }
}
@media screen and (min-width:768px) {
  .fv_logo_box {
    background: transparent;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    padding-left: 16px;
    width: 100%;
    max-width: 1200px;
  }
  .fv_bg {
    overflow: hidden;
  }
  .fv_bg .fv_inner {
    min-height: 460px;
  }
  .fv_bg .fv_inner .fv_text_box {
    width: 50%;
    order: 1;
    padding: 80px 0 0 32px;
    position: relative;
    z-index: 1;
  }
  .fv_bg .fv_inner .fv_text_box h1 {
    font-size: 32px;
    position: relative;
  }
  .fv_bg .fv_inner .fv_text_box h1::before {
    content: attr(title);
    position: absolute;
    font-family: "Noto Sans JP";
    top: 0;
    left: 0;
    font-size: inherit;
    font-weight: bold;
    color: #f3ebe1;
    z-index: -1;
    white-space: pre-line;
    line-height: 1.25;
    -webkit-text-stroke: 4px #f3ebe1;
    text-stroke: 4px #f3ebe1;
  }
  .fv_bg .fv_inner .fv_text_box h1 .bahns {
    position: relative;
  }
  .fv_bg .fv_inner .fv_text_box h1 .bahns::before {
    content: attr(title);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: inherit;
    font-weight: bold;
    color: #f3ebe1;
    z-index: -1;
    -webkit-text-stroke: 4px #f3ebe1;
    text-stroke: 4px #f3ebe1;
  }
  .fv_bg .fv_inner .fv_text_box p {
    font-size: 16px;
    margin: 1em 0 2em;
  }
  .fv_bg .fv_inner .fv_text_box .cta_btn {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 120px;
  }
  .fv_bg .fv_inner .fv_eyecatch_box {
    width: 50%;
    order: 2;
    position: relative;
    z-index: 0;
  }
  .fv_bg .fv_inner .fv_eyecatch_box .key_visual {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 97/60;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-inline-size: none;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .fv_bg .fv_inner .fv_eyecatch_box .nintei_stamp {
    top: 7%;
    left: 50%;
    width: 80px;
  }
  .fv_three_badges_box p {
    left: auto;
    bottom: auto;
    right: 16px;
    top: -20%;
    font-size: 11px;
    color: #fff;
    font-weight: 400;
  }
  .fv_three_badges_box p i {
    top: 2px;
  }
  .fv_three_badges_box .fv_three_badges_box_inner {
    padding: 0 16px;
  }
  .fv_three_badges_box .fv_three_badges_box_inner .fv_three_badges {
    gap: 24px;
    margin: 48px 0 40px;
  }
  .fv_three_badges_box .fv_three_badges_box_inner .fv_three_badges li {
    width: 20%;
    max-width: 200px;
  }
  .acount_free {
    padding: 24px 0 48px;
  }
  .acount_free h2 {
    font-size: 32px;
  }
  .acount_free h2 .w_hands {
    font-size: 24px;
  }
  .acount_free h2 .bahns {
    font-size: 64px;
  }
  .app_descr .upper {
    padding: 0 16px 48px;
  }
  .app_descr .upper .app_descr_box {
    width: 560px;
    margin: 0 auto;
    padding: 32px 0 24px 24px;
    border-radius: 0 0 32px 32px;
  }
  .app_descr .upper .app_descr_box .textbox {
    padding: 0 24px;
  }
  .app_descr .upper .app_descr_box .textbox p {
    font-size: 20px;
  }
  .app_descr .upper .app_descr_box .textbox .hosoku_cs {
    font-size: 16px;
  }
  #calendar .card .img_schedule {
    width: 208px;
  }
  #tokuchou .tokuchou_links ul li a img {
    max-height: 100px;
  }
  #tokuchou .tokuchou_links ul li a p {
    align-items: baseline;
  }
  #tokuchou .tokuchou_links ul li a p .tokuchou_num {
    position: static;
    margin-right: 4px;
  }
  #tokuchou .tokuchou h3 {
    font-size: 28px;
  }
  #tokuchou1.tokuchou .bg_lightblue {
    padding: 48px 0 0;
  }
  #tokuchou1.tokuchou .bg_lightblue::before {
    right: auto;
    left: 50%;
    transform: translateX(36vw);
    width: 80px;
    height: 88px;
  }
  #tokuchou2.tokuchou .bg_lightblue::before {
    width: 72px;
    height: 72px;
    left: 50%;
    transform: translateX(-52vw);
  }
  #tokuchou2.tokuchou .bg_lightblue .textbox h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  #tokuchou2.tokuchou .bg_lightblue .textbox h3 + .heading {
    font-size: 16px;
  }
  #tokuchou3.tokuchou .bg_lightblue {
    margin-top: 64px;
  }
  #tokuchou3.tokuchou .bg_lightblue::before {
    width: 88px;
    height: 72px;
    right: auto;
    top: -64px;
    left: 50%;
    transform: translateX(35vw);
  }
  #tokuchou .tokuchou h2 .tokuchou_num {
    width: 36px;
    height: 36px;
    font-size: 28px;
  }
  .flow {
    max-width: 360px;
    gap: 40px;
  }
  .flow li:not(:last-child)::after {
    border: 180px solid rgba(0, 0, 0, 0);
    border-top: 40px solid #3eb135;
  }
}
@media screen and (min-width:900px) and (max-width:1079.98px) {
  .fv_bg .fv_inner {
    min-height: 480px;
  }
  .fv_bg .fv_inner .fv_text_box {
    padding-left: 3%;
  }
  .fv_bg .fv_inner .fv_text_box h1 {
    font-size: 39px;
  }
  .fv_bg .fv_inner .fv_text_box p {
    font-size: 20px;
  }
  .fv_bg .fv_inner .fv_text_box .cta_btn {
    margin-bottom: 160px;
  }
  .fv_bg .fv_inner .fv_eyecatch_box .nintei_stamp {
    top: 6%;
    width: 100px;
  }
  .app_descr {
    background: url(images/bg_app_building.webp) 50% 100% no-repeat;
    background-size: 136vw;
  }
  .app_descr .upper {
    background: none;
    padding-bottom: 0;
  }
  #onayami .card h3 {
    height: 2.828em;
    display: flex;
    align-items: flex-end;
  }
  #onayami .kaiketsu h3 {
    font-size: 20px;
    text-align: center;
  }
  #tokuchou2.tokuchou .bg_lightblue::before {
    width: 80px;
    height: 80px;
    left: 50%;
    transform: translateX(-472px);
    top: -78px;
  }
  #tokuchou3.tokuchou .bg_lightblue::before {
    width: 108px;
    height: 84px;
    top: -76px;
    left: 50%;
    transform: translateX(336px);
  }
  .sticky_area .cta_box-sticky {
    padding: 24px 0;
    bottom: 0;
  }
  .sticky_area .cta_box-sticky .cta_btn {
    font-size: 20px;
  }
}
@media screen and (min-width:1080px) {
  .fv_bg .fv_inner {
    min-height: 560px;
  }
  .fv_bg .fv_inner .fv_text_box .cta_btn {
    margin-bottom: 144px;
  }
  .app_descr {
    background: url(images/bg_app_building.webp) 50% 100% no-repeat;
    background-size: 136vw;
  }
  .app_descr .upper {
    background: none;
    padding-bottom: 0;
  }
  .logo_marks .logo_list {
    max-width: 1080px;
    margin: auto;
  }
  #tokuchou .tokuchou_links ul li a {
    padding: 24px 8px 48px;
  }
  #tokuchou .tokuchou_links ul li a::after {
    bottom: 24px;
  }
  #tokuchou .tokuchou_links ul li a img {
    max-height: 160px;
  }
  #tokuchou .tokuchou_links ul li a p {
    font-size: 20px;
  }
  #tokuchou .tokuchou_links ul li a p .tokuchou_num {
    width: 32px;
    height: 32px;
  }
  #tokuchou1.tokuchou .bg_lightblue::before {
    right: auto;
    transform: translateX(400px);
    width: 110px;
    height: 158px;
    top: -111px;
  }
  #tokuchou2.tokuchou .bg_lightblue::before {
    width: 150px;
    height: 154px;
    top: -150px;
    transform: translateX(-558px);
  }
  #tokuchou3.tokuchou .bg_lightblue::before {
    width: 200px;
    height: 160px;
    top: -144px;
    transform: translateX(350px);
  }
  #tokuchou3.tokuchou .bg_lightblue .chuushoukibo {
    background-size: 80%;
  }
  .flow {
    max-width: none;
    gap: 24px;
  }
  .flow li {
    width: calc(25% - 18px);
  }
  .flow li:not(:last-child)::after {
    width: 0;
    height: 100%;
    top: 0;
    right: -90px;
    left: auto;
    border: 67px solid rgba(221, 221, 221, 0);
    border-left: 24px solid #3eb135;
  }
  .sticky_area .cta_box-sticky {
    padding: 24px 0;
    bottom: 0;
  }
  .sticky_area .cta_box-sticky .cta_btn {
    font-size: 20px;
  }
}
@media screen and (min-width:1080px) and (max-width:1279.98px) {
  .fv_bg .fv_inner {
    min-height: 500px;
  }
  .fv_bg .fv_inner .fv_text_box {
    padding-left: 3%;
  }
  .fv_bg .fv_inner .fv_text_box h1 {
    font-size: 47px;
  }
  .fv_bg .fv_inner .fv_text_box p {
    font-size: 24px;
  }
  .fv_bg .fv_inner .fv_text_box .cta_btn {
    margin-bottom: 160px;
    width: 392px;
  }
  .fv_bg .fv_inner .fv_eyecatch_box .nintei_stamp {
    width: 110px;
  }
  .acount_free h2 {
    font-size: 40px;
  }
  .acount_free h2 .w_hands {
    font-size: 32px;
  }
  .acount_free h2 .bahns {
    font-size: 72px;
  }
  .flow li:not(:last-child)::after {
    right: -105px;
    border: 82px solid rgba(221, 221, 221, 0);
    border-left: 24px solid #3eb135;
  }
  .summary_inner h3 {
    padding: 0 24px;
  }
  .faq_content_inner {
    padding-left: 64px;
  }
  .faq_content_inner::before {
    left: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .fv_bg .fv_inner {
    min-height: 584px;
    width: 1200px;
    margin: 0 auto;
  }
  .fv_bg .fv_inner .fv_text_box {
    padding-top: 96px;
    padding-left: 64px;
  }
  .fv_bg .fv_inner .fv_text_box h1 {
    font-size: 51px;
  }
  .fv_bg .fv_inner .fv_text_box p {
    font-size: 24px;
  }
  .fv_bg .fv_inner .fv_text_box .cta_btn {
    margin-bottom: 0;
    width: 392px;
  }
  .fv_bg .fv_inner .fv_eyecatch_box .nintei_stamp {
    width: 120px;
  }
  .acount_free h2 {
    font-size: 40px;
  }
  .acount_free h2 .w_hands {
    font-size: 32px;
  }
  .acount_free h2 .bahns {
    font-size: 72px;
  }
  .fv_three_badges_box p {
    font-size: 12px;
    right: auto;
    left: 50%;
    bottom: auto;
    transform: translateX(496px);
  }
  .fv_three_badges_box p i {
    position: absolute;
    left: -1em;
  }
  .fv_three_badges_box .fv_three_badges_box_inner .fv_three_badges {
    gap: 32px;
    margin: 0;
  }
  .app_descr {
    background-size: contain;
  }
  .app_descr .upper .app_descr_box {
    width: 800px;
    margin: 0 auto;
    padding: 48px 48px 48px 96px;
    border-radius: 0 0 32px 32px;
  }
  .app_descr .upper .app_descr_box .textbox {
    padding: 0 0 0 48px;
  }
  .app_descr .upper .app_descr_box .textbox p {
    font-size: 24px;
  }
  .app_descr .upper .app_descr_box .textbox .hosoku_cs {
    font-size: 20px;
  }
  .flow li:not(:last-child)::after {
    right: -124px;
    border: 100px solid rgba(221, 221, 221, 0);
    border-left: 24px solid #3eb135;
  }
}/*# sourceMappingURL=style.css.map */