@charset "UTF-8";
/* reset */
/* line 4, app/assets/stylesheets/lp/common.sass */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr,
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav,
section, time, mark, audio, video {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

/* line 18, app/assets/stylesheets/lp/common.sass */
html {
  overflow-x: hidden;
  overflow-x: clip;
}

/* line 23, app/assets/stylesheets/lp/common.sass */
body {
  background: #fff;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #18202A;
  min-height: 100vh;
}

/* line 31, app/assets/stylesheets/lp/common.sass */
a {
  display: block;
  color: #18202A;
  text-decoration: none;
}

/* line 36, app/assets/stylesheets/lp/common.sass */
h1, h2, h3, h4 {
  font-size: 100%;
  font-weight: 400;
  line-height: 100%;
}

/* line 41, app/assets/stylesheets/lp/common.sass */
ul, ol, li {
  list-style: none;
}

/* line 44, app/assets/stylesheets/lp/common.sass */
img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
  border: none;
  object-fit: contain;
}

/* line 51, app/assets/stylesheets/lp/common.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 55, app/assets/stylesheets/lp/common.sass */
input, button, select, textarea {
  -webkit-appearance: none;
}

/* line 59, app/assets/stylesheets/lp/common.sass */
input[type="text"], input[type="mail"], input[type="password"] {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
}

/* line 66, app/assets/stylesheets/lp/common.sass */
button {
  padding: 0;
  border: none;
  background: none;
}

/* line 71, app/assets/stylesheets/lp/common.sass */
*:focus {
  outline: none;
}

/* reset_end */
/* line 77, app/assets/stylesheets/lp/common.sass */
.grecaptcha-badge {
  visibility: hidden;
}

/* line 80, app/assets/stylesheets/lp/common.sass */
.no_scroll {
  overflow: hidden;
}

/* line 83, app/assets/stylesheets/lp/common.sass */
.none {
  opacity: 0;
}

/* line 86, app/assets/stylesheets/lp/common.sass */
.pc_co {
  display: block !important;
}

/* line 89, app/assets/stylesheets/lp/common.sass */
.sp_co {
  display: none !important;
}

@media (max-width: 768px) {
  /* line 93, app/assets/stylesheets/lp/common.sass */
  .pc_co {
    display: none !important;
  }
  /* line 96, app/assets/stylesheets/lp/common.sass */
  .sp_co {
    display: block !important;
  }
}

/* line 99, app/assets/stylesheets/lp/common.sass */
.pc_co_i {
  display: inline !important;
}

/* line 102, app/assets/stylesheets/lp/common.sass */
.sp_co_i {
  display: none !important;
}

@media (max-width: 768px) {
  /* line 106, app/assets/stylesheets/lp/common.sass */
  .pc_co_i {
    display: none !important;
  }
  /* line 109, app/assets/stylesheets/lp/common.sass */
  .sp_co_i {
    display: inline !important;
  }
}

/* line 112, app/assets/stylesheets/lp/common.sass */
.pc_co_f {
  display: flex !important;
}

/* line 115, app/assets/stylesheets/lp/common.sass */
.sp_co_f {
  display: none !important;
}

@media (max-width: 768px) {
  /* line 119, app/assets/stylesheets/lp/common.sass */
  .pc_co_f {
    display: none !important;
  }
  /* line 122, app/assets/stylesheets/lp/common.sass */
  .sp_co_f {
    display: flex !important;
  }
}

/* line 127, app/assets/stylesheets/lp/common.sass */
.c_btn a {
  display: block;
  box-sizing: border-box;
  width: 230px;
  border: 1px solid #18202A;
  border-radius: 5px;
  background: #18202A;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #fff;
  transition: all .3s;
  cursor: pointer;
}

@media (max-width: 768px) {
  /* line 127, app/assets/stylesheets/lp/common.sass */
  .c_btn a {
    width: 60%;
    font-size: 14px;
    line-height: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 52, app/assets/stylesheets/lp/_mixins.sass */
.c_btn a:hover {
  background: #fff;
  color: #18202A;
}

/* line 130, app/assets/stylesheets/lp/common.sass */
.button {
  display: block;
  box-sizing: border-box;
  width: 230px;
  border: 1px solid #18202A;
  border-radius: 5px;
  background: #18202A;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #fff;
  transition: all .3s;
  cursor: pointer;
}

@media (max-width: 768px) {
  /* line 130, app/assets/stylesheets/lp/common.sass */
  .button {
    width: 60%;
    font-size: 14px;
    line-height: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 52, app/assets/stylesheets/lp/_mixins.sass */
.button:hover {
  background: #fff;
  color: #18202A;
}

/* line 133, app/assets/stylesheets/lp/common.sass */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

/* line 139, app/assets/stylesheets/lp/common.sass */
header .inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 768px) {
  /* line 139, app/assets/stylesheets/lp/common.sass */
  header .inner {
    justify-content: space-between;
    height: 56px;
    padding: 0 16px;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #E6E6E6;
  }
}

/* line 150, app/assets/stylesheets/lp/common.sass */
header .inner .header_logo {
  margin-right: auto;
  padding: 14px 0 0 33px;
  line-height: 0;
}

@media (max-width: 768px) {
  /* line 150, app/assets/stylesheets/lp/common.sass */
  header .inner .header_logo {
    padding: 0;
  }
}

/* line 156, app/assets/stylesheets/lp/common.sass */
header .inner .header_logo img {
  width: 90px;
}

@media (max-width: 768px) {
  /* line 156, app/assets/stylesheets/lp/common.sass */
  header .inner .header_logo img {
    width: 76px;
  }
}

/* line 161, app/assets/stylesheets/lp/common.sass */
header .inner nav ul {
  display: flex;
  align-items: center;
  gap: 33px;
  padding-top: 14px;
  padding-right: 33px;
}

/* line 168, app/assets/stylesheets/lp/common.sass */
header .inner nav ul li a {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

/* line 174, app/assets/stylesheets/lp/common.sass */
header .inner nav ul li a::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: -5px;
  display: block;
  width: 0px;
  height: 1px;
  background: #18202A;
  transition: all .3s;
}

/* line 185, app/assets/stylesheets/lp/common.sass */
header .inner nav ul li a:hover::before {
  width: calc(100% + 10px);
}

/* line 188, app/assets/stylesheets/lp/common.sass */
header .inner nav ul li.btn a {
  width: 145px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.05em;
}

/* line 195, app/assets/stylesheets/lp/common.sass */
header .inner nav ul li.btn a::before {
  display: none;
}

@media (max-width: 768px) {
  /* line 160, app/assets/stylesheets/lp/common.sass */
  header .inner nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 78vw;
    max-width: 320px;
    height: 100vh;
    padding: 72px 24px 32px;
    background: #fff;
    box-shadow: -4px 0 16px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform .3s;
    overflow-y: auto;
  }
  /* line 211, app/assets/stylesheets/lp/common.sass */
  header .inner nav.is-open {
    transform: translateX(0);
  }
  /* line 213, app/assets/stylesheets/lp/common.sass */
  header .inner nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
  }
  /* line 218, app/assets/stylesheets/lp/common.sass */
  header .inner nav ul li {
    border-bottom: 1px solid #E6E6E6;
  }
  /* line 220, app/assets/stylesheets/lp/common.sass */
  header .inner nav ul li a {
    padding: 16px 4px;
    font-size: 15px;
  }
  /* line 223, app/assets/stylesheets/lp/common.sass */
  header .inner nav ul li a::before {
    display: none;
  }
  /* line 225, app/assets/stylesheets/lp/common.sass */
  header .inner nav ul li.btn {
    margin-top: 24px;
    border-bottom: none;
  }
  /* line 228, app/assets/stylesheets/lp/common.sass */
  header .inner nav ul li.btn a {
    width: 100%;
    padding: 0;
    line-height: 40px;
  }
}

/* line 232, app/assets/stylesheets/lp/common.sass */
header .inner .drawer_btn {
  display: none;
}

@media (max-width: 768px) {
  /* line 232, app/assets/stylesheets/lp/common.sass */
  header .inner .drawer_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: relative;
    z-index: 2;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  /* line 245, app/assets/stylesheets/lp/common.sass */
  header .inner .drawer_btn span {
    width: 18px;
    height: 2px;
    background: #18202A;
    transition: all .3s;
  }
  /* line 252, app/assets/stylesheets/lp/common.sass */
  header .inner .drawer_btn.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  /* line 254, app/assets/stylesheets/lp/common.sass */
  header .inner .drawer_btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  /* line 256, app/assets/stylesheets/lp/common.sass */
  header .inner .drawer_btn.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* line 259, app/assets/stylesheets/lp/common.sass */
.drawer_overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

/* line 267, app/assets/stylesheets/lp/common.sass */
.drawer_overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* line 271, app/assets/stylesheets/lp/common.sass */
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  border-top: 1px solid #8A8A8A;
}

@media (max-width: 768px) {
  /* line 271, app/assets/stylesheets/lp/common.sass */
  footer {
    flex-direction: column;
    gap: 12px;
    padding: 20px 16px 24px;
  }
}

/* line 281, app/assets/stylesheets/lp/common.sass */
footer .link {
  display: flex;
  gap: 20px;
}

/* line 285, app/assets/stylesheets/lp/common.sass */
footer .link li a {
  position: relative;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0em;
}

/* line 290, app/assets/stylesheets/lp/common.sass */
footer .link li a::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: -5px;
  display: block;
  width: 0px;
  height: 1px;
  background: #18202A;
  transition: all .3s;
}

/* line 301, app/assets/stylesheets/lp/common.sass */
footer .link li a:hover::before {
  width: calc(100% + 10px);
}

/* line 303, app/assets/stylesheets/lp/common.sass */
footer .copyright {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0em;
}

/* line 308, app/assets/stylesheets/lp/common.sass */
.c_form {
  width: 410px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* line 308, app/assets/stylesheets/lp/common.sass */
  .c_form {
    width: 100%;
  }
}

/* line 313, app/assets/stylesheets/lp/common.sass */
.c_form .flex {
  display: flex;
  justify-content: space-between;
}

/* line 316, app/assets/stylesheets/lp/common.sass */
.c_form .flex .form_item {
  width: 234px;
}

/* line 318, app/assets/stylesheets/lp/common.sass */
.c_form .form_item {
  margin-bottom: 24px;
}

/* line 320, app/assets/stylesheets/lp/common.sass */
.c_form .form_item.last {
  margin-bottom: 28px;
}

/* line 322, app/assets/stylesheets/lp/common.sass */
.c_form .form_item .js-error_box {
  border: 1px solid #C63535;
}

/* line 324, app/assets/stylesheets/lp/common.sass */
.c_form .form_item .js-error {
  margin-top: 5px;
  color: #C63535;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

/* line 331, app/assets/stylesheets/lp/common.sass */
.c_form .form_item label {
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #414141;
}

/* line 340, app/assets/stylesheets/lp/common.sass */
.c_form .form_item label.required::after {
  content: '※必須';
  margin-left: 3px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: #C63535;
}

/* line 347, app/assets/stylesheets/lp/common.sass */
.c_form .form_item input {
  width: 100%;
  background: #fff;
  border: 1px solid #4C4B4B;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
  line-height: 40px;
  color: #18202A;
}

/* line 357, app/assets/stylesheets/lp/common.sass */
.c_form .form_item input::placeholder {
  color: #A8A7A7;
}

/* line 359, app/assets/stylesheets/lp/common.sass */
.c_form .form_item textarea {
  width: 100%;
  height: 190px;
  border: 1px solid #4C4B4B;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #18202A;
  resize: none;
}

/* line 370, app/assets/stylesheets/lp/common.sass */
.c_form .form_item textarea::placeholder {
  color: #A8A7A7;
}

/* line 372, app/assets/stylesheets/lp/common.sass */
.c_form .recaptcha_note {
  margin-top: 12px;
  font-size: 11px;
  line-height: 1.6;
  color: #8A8A8A;
}

/* line 377, app/assets/stylesheets/lp/common.sass */
.c_form .recaptcha_note a {
  display: inline;
  color: #8A8A8A;
  text-decoration: underline;
}
/* line 5, app/assets/stylesheets/lp/style.sass */
#lp_page #kv {
  background: url(/assets/lp/kv_bg-5068252a9c5811cc1eb112130c3fbb6ddc04e1369c1d8ba6dcd9cb145ad034be.jpg);
  background-size: 50px 50px;
  overflow: hidden;
}

/* line 9, app/assets/stylesheets/lp/style.sass */
#lp_page #kv_inner {
  position: relative;
  width: 1440px;
  height: 655px;
  margin: 0 auto;
  padding-top: 236px;
  padding-left: 106px;
}

@media (min-width: 769px) and (max-width: 1440px) {
  /* line 9, app/assets/stylesheets/lp/style.sass */
  #lp_page #kv_inner {
    width: 100%;
    padding-left: 7.4vw;
  }
}

@media (max-width: 768px) {
  /* line 9, app/assets/stylesheets/lp/style.sass */
  #lp_page #kv_inner {
    width: auto;
    height: auto;
    padding: 88px 20px 48px;
  }
  /* line 24, app/assets/stylesheets/lp/style.sass */
  #lp_page #kv_inner .logo, #lp_page #kv_inner .en, #lp_page #kv_inner .desc, #lp_page #kv_inner .btn_list, #lp_page #kv_inner .banner, #lp_page #kv_inner .note {
    position: relative;
    z-index: 1;
  }
}

/* line 27, app/assets/stylesheets/lp/style.sass */
#lp_page #kv_inner .logo {
  margin-bottom: 18px;
  line-height: 1;
}

@media (max-width: 768px) {
  /* line 27, app/assets/stylesheets/lp/style.sass */
  #lp_page #kv_inner .logo {
    margin-bottom: 10px;
  }
  /* line 32, app/assets/stylesheets/lp/style.sass */
  #lp_page #kv_inner .logo img {
    width: 70px;
  }
}

/* line 34, app/assets/stylesheets/lp/style.sass */
#lp_page #kv_inner .en {
  margin-bottom: 15px;
  font-family: "Manrope";
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}

@media (max-width: 768px) {
  /* line 34, app/assets/stylesheets/lp/style.sass */
  #lp_page #kv_inner .en {
    margin-bottom: 12px;
    font-size: 17px;
  }
}

/* line 44, app/assets/stylesheets/lp/style.sass */
#lp_page #kv_inner .desc {
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}

@media (max-width: 768px) {
  /* line 44, app/assets/stylesheets/lp/style.sass */
  #lp_page #kv_inner .desc {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.5;
  }
}

/* line 54, app/assets/stylesheets/lp/style.sass */
#lp_page #kv_inner .btn_list {
  display: flex;
  gap: 20px;
  margin-bottom: 63px;
}

@media (max-width: 768px) {
  /* line 54, app/assets/stylesheets/lp/style.sass */
  #lp_page #kv_inner .btn_list {
    gap: 15px;
    margin-bottom: 15px;
  }
}

/* line 62, app/assets/stylesheets/lp/style.sass */
#lp_page #kv_inner .btn_list li:nth-child(1) {
  width: 231px;
}

@media (max-width: 768px) {
  /* line 62, app/assets/stylesheets/lp/style.sass */
  #lp_page #kv_inner .btn_list li:nth-child(1) {
    width: 45%;
  }
}

/* line 66, app/assets/stylesheets/lp/style.sass */
#lp_page #kv_inner .btn_list li:nth-child(2) {
  width: 160px;
}

@media (max-width: 768px) {
  /* line 66, app/assets/stylesheets/lp/style.sass */
  #lp_page #kv_inner .btn_list li:nth-child(2) {
    width: 45%;
  }
}

/* line 70, app/assets/stylesheets/lp/style.sass */
#lp_page #kv_inner .btn_list li a {
  width: 100%;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  /* line 70, app/assets/stylesheets/lp/style.sass */
  #lp_page #kv_inner .btn_list li a {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
}

/* line 78, app/assets/stylesheets/lp/style.sass */
#lp_page #kv_inner .banner {
  margin-bottom: 11px;
}

@media (max-width: 768px) {
  /* line 81, app/assets/stylesheets/lp/style.sass */
  #lp_page #kv_inner .banner img {
    width: 72%;
  }
}

/* line 83, app/assets/stylesheets/lp/style.sass */
#lp_page #kv_inner .note {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

/* line 88, app/assets/stylesheets/lp/style.sass */
#lp_page #kv_inner .ph {
  position: absolute;
  top: -2px;
  left: 669px;
}

@media (max-width: 768px) {
  /* line 88, app/assets/stylesheets/lp/style.sass */
  #lp_page #kv_inner .ph {
    top: 20px;
    left: auto;
    right: -2vw;
    width: 59vw;
    pointer-events: none;
  }
  /* line 98, app/assets/stylesheets/lp/style.sass */
  #lp_page #kv_inner .ph img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) and (max-width: 375px) {
  /* line 88, app/assets/stylesheets/lp/style.sass */
  #lp_page #kv_inner .ph {
    top: 25px;
    left: auto;
    right: -2vw;
    width: 50vw;
    pointer-events: none;
  }
}

/* line 108, app/assets/stylesheets/lp/style.sass */
#lp_page #about {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}

@media (max-width: 768px) {
  /* line 108, app/assets/stylesheets/lp/style.sass */
  #lp_page #about {
    position: static;
    height: auto;
  }
}

/* line 118, app/assets/stylesheets/lp/style.sass */
#lp_page #about_inner {
  display: flex;
  height: 100%;
}

@media (max-width: 768px) {
  /* line 118, app/assets/stylesheets/lp/style.sass */
  #lp_page #about_inner {
    display: block;
  }
}

/* line 123, app/assets/stylesheets/lp/style.sass */
#lp_page #about_inner .left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
}

@media (max-width: 768px) {
  /* line 123, app/assets/stylesheets/lp/style.sass */
  #lp_page #about_inner .left {
    display: block;
    width: 100%;
    padding: 56px 20px;
  }
}

/* line 132, app/assets/stylesheets/lp/style.sass */
#lp_page #about_inner .left .content {
  width: 644px;
}

@media (min-width: 769px) and (max-width: 1440px) {
  /* line 132, app/assets/stylesheets/lp/style.sass */
  #lp_page #about_inner .left .content {
    width: calc(100% - 96px);
    max-width: 644px;
  }
}

@media (max-width: 768px) {
  /* line 132, app/assets/stylesheets/lp/style.sass */
  #lp_page #about_inner .left .content {
    width: auto;
  }
}

/* line 139, app/assets/stylesheets/lp/style.sass */
#lp_page #about_inner .left .ttl {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

@media (max-width: 768px) {
  /* line 139, app/assets/stylesheets/lp/style.sass */
  #lp_page #about_inner .left .ttl {
    margin-bottom: 24px;
    font-size: 19px;
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  /* line 21, app/assets/stylesheets/lp/_mixins.sass */
  #lp_page #about_inner .left .text br {
    display: none;
  }
}

/* line 151, app/assets/stylesheets/lp/style.sass */
#lp_page #about_inner .left .text p {
  margin-bottom: 32px;
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
  color: #414141;
}

/* line 157, app/assets/stylesheets/lp/style.sass */
#lp_page #about_inner .left .text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* line 151, app/assets/stylesheets/lp/style.sass */
  #lp_page #about_inner .left .text p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.9;
  }
}

/* line 163, app/assets/stylesheets/lp/style.sass */
#lp_page #about_inner .right {
  width: 50%;
  height: 100%;
}

@media (max-width: 768px) {
  /* line 163, app/assets/stylesheets/lp/style.sass */
  #lp_page #about_inner .right {
    width: 100%;
    height: 280px;
  }
}

/* line 169, app/assets/stylesheets/lp/style.sass */
#lp_page #about_inner .right .ph {
  width: 100%;
  height: 100%;
  line-height: 0;
}

/* line 173, app/assets/stylesheets/lp/style.sass */
#lp_page #about_inner .right .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 177, app/assets/stylesheets/lp/style.sass */
#lp_page .lp_scroll_content {
  position: relative;
  z-index: 2;
  background: #fff;
}

/* line 182, app/assets/stylesheets/lp/style.sass */
#lp_page #operational_style_inner {
  padding: 103px 0 99px;
}

@media (max-width: 768px) {
  /* line 182, app/assets/stylesheets/lp/style.sass */
  #lp_page #operational_style_inner {
    padding: 56px 20px;
  }
}

/* line 186, app/assets/stylesheets/lp/style.sass */
#lp_page #operational_style_inner .ttl {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 186, app/assets/stylesheets/lp/style.sass */
  #lp_page #operational_style_inner .ttl {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 1.5;
  }
}

/* line 197, app/assets/stylesheets/lp/style.sass */
#lp_page #operational_style_inner .style_list {
  display: flex;
  justify-content: center;
  gap: 75px;
}

@media (min-width: 769px) and (max-width: 1440px) {
  /* line 197, app/assets/stylesheets/lp/style.sass */
  #lp_page #operational_style_inner .style_list {
    flex-wrap: wrap;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  /* line 197, app/assets/stylesheets/lp/style.sass */
  #lp_page #operational_style_inner .style_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
  }
}

/* line 209, app/assets/stylesheets/lp/style.sass */
#lp_page #operational_style_inner .style_list li .top {
  width: 235px;
  height: 182px;
  margin-bottom: 17px;
  padding-top: 27px;
  border-radius: 8px;
  background: #F6F6F6;
}

@media (max-width: 768px) {
  /* line 209, app/assets/stylesheets/lp/style.sass */
  #lp_page #operational_style_inner .style_list li .top {
    width: auto;
    height: auto;
    margin-bottom: 12px;
    padding: 20px 8px 14px;
  }
}

/* line 221, app/assets/stylesheets/lp/style.sass */
#lp_page #operational_style_inner .style_list li .top .ph {
  height: 98px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 221, app/assets/stylesheets/lp/style.sass */
  #lp_page #operational_style_inner .style_list li .top .ph {
    height: 80px;
  }
  /* line 226, app/assets/stylesheets/lp/style.sass */
  #lp_page #operational_style_inner .style_list li .top .ph img {
    max-height: 76px;
    width: auto;
  }
}

/* line 229, app/assets/stylesheets/lp/style.sass */
#lp_page #operational_style_inner .style_list li .top .name {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 57px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: #414141;
}

@media (max-width: 768px) {
  /* line 229, app/assets/stylesheets/lp/style.sass */
  #lp_page #operational_style_inner .style_list li .top .name {
    height: auto;
    min-height: 40px;
    font-size: 13px;
    line-height: 18px;
  }
}

/* line 245, app/assets/stylesheets/lp/style.sass */
#lp_page #operational_style_inner .style_list li .bottom .desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  color: #414141;
}

@media (max-width: 768px) {
  /* line 245, app/assets/stylesheets/lp/style.sass */
  #lp_page #operational_style_inner .style_list li .bottom .desc {
    font-size: 12px;
    line-height: 18px;
  }
}

/* line 254, app/assets/stylesheets/lp/style.sass */
#lp_page #saas {
  background: url(/assets/lp/kv_bg-5068252a9c5811cc1eb112130c3fbb6ddc04e1369c1d8ba6dcd9cb145ad034be.jpg);
  background-size: 50px 50px;
}

/* line 257, app/assets/stylesheets/lp/style.sass */
#lp_page #saas_inner {
  padding: 68px 0 79px;
}

@media (max-width: 768px) {
  /* line 257, app/assets/stylesheets/lp/style.sass */
  #lp_page #saas_inner {
    padding: 56px 20px 64px;
  }
}

/* line 261, app/assets/stylesheets/lp/style.sass */
#lp_page #saas_inner .ttl {
  margin-bottom: 58px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 261, app/assets/stylesheets/lp/style.sass */
  #lp_page #saas_inner .ttl {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 1.5;
  }
}

/* line 272, app/assets/stylesheets/lp/style.sass */
#lp_page #saas_inner .content {
  width: 1000px;
  height: 463px;
  margin: 0 auto;
  padding: 40px 0 37px;
  border-radius: 10px;
  background: #FFF;
}

@media (min-width: 769px) and (max-width: 1440px) {
  /* line 272, app/assets/stylesheets/lp/style.sass */
  #lp_page #saas_inner .content {
    width: calc(100% - 48px);
    max-width: 1000px;
    height: auto;
  }
}

@media (max-width: 768px) {
  /* line 272, app/assets/stylesheets/lp/style.sass */
  #lp_page #saas_inner .content {
    width: auto;
    height: auto;
    padding: 24px 16px 28px;
  }
}

/* line 287, app/assets/stylesheets/lp/style.sass */
#lp_page #saas_inner .content .comparison {
  display: flex;
  justify-content: center;
  gap: 82px;
  margin-bottom: 29px;
}

@media (min-width: 769px) and (max-width: 1440px) {
  /* line 287, app/assets/stylesheets/lp/style.sass */
  #lp_page #saas_inner .content .comparison {
    gap: 32px;
    padding: 0 24px;
  }
  /* line 295, app/assets/stylesheets/lp/style.sass */
  #lp_page #saas_inner .content .comparison p {
    min-width: 0;
  }
  /* line 297, app/assets/stylesheets/lp/style.sass */
  #lp_page #saas_inner .content .comparison img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  /* line 287, app/assets/stylesheets/lp/style.sass */
  #lp_page #saas_inner .content .comparison {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
  }
  /* line 305, app/assets/stylesheets/lp/style.sass */
  #lp_page #saas_inner .content .comparison img {
    max-width: 100%;
    height: auto;
  }
}

/* line 308, app/assets/stylesheets/lp/style.sass */
#lp_page #saas_inner .content .desc {
  width: 884px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  color: #414141;
}

@media (min-width: 769px) and (max-width: 1440px) {
  /* line 308, app/assets/stylesheets/lp/style.sass */
  #lp_page #saas_inner .content .desc {
    width: auto;
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  /* line 21, app/assets/stylesheets/lp/_mixins.sass */
  #lp_page #saas_inner .content .desc br {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 308, app/assets/stylesheets/lp/style.sass */
  #lp_page #saas_inner .content .desc {
    width: auto;
    font-size: 13px;
    line-height: 1.9;
  }
}

/* line 323, app/assets/stylesheets/lp/style.sass */
#lp_page #start_free {
  overflow: hidden;
}

/* line 325, app/assets/stylesheets/lp/style.sass */
#lp_page #start_free_inner {
  display: flex;
  width: 1440px;
  margin: 0 auto;
  padding: 80px 0px 103px;
}

@media (min-width: 769px) and (max-width: 1440px) {
  /* line 325, app/assets/stylesheets/lp/style.sass */
  #lp_page #start_free_inner {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 325, app/assets/stylesheets/lp/style.sass */
  #lp_page #start_free_inner {
    display: block;
    width: auto;
    padding: 48px 20px 56px;
  }
}

/* line 336, app/assets/stylesheets/lp/style.sass */
#lp_page #start_free_inner .left {
  width: 669px;
  padding-top: 63px;
  padding-left: 83px;
}

@media (min-width: 769px) and (max-width: 1440px) {
  /* line 336, app/assets/stylesheets/lp/style.sass */
  #lp_page #start_free_inner .left {
    width: 47%;
    padding-left: 5.7vw;
  }
}

@media (max-width: 768px) {
  /* line 336, app/assets/stylesheets/lp/style.sass */
  #lp_page #start_free_inner .left {
    width: auto;
    padding: 0;
  }
}

/* line 346, app/assets/stylesheets/lp/style.sass */
#lp_page #start_free_inner .left .ttl {
  position: relative;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 768px) {
  /* line 346, app/assets/stylesheets/lp/style.sass */
  #lp_page #start_free_inner .left .ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

/* line 355, app/assets/stylesheets/lp/style.sass */
#lp_page #start_free_inner .left .ttl .label {
  position: absolute;
  top: -42px;
  left: 381px;
}

@media (max-width: 768px) {
  /* line 355, app/assets/stylesheets/lp/style.sass */
  #lp_page #start_free_inner .left .ttl .label {
    top: -18px;
    left: auto;
    right: 0;
  }
  /* line 363, app/assets/stylesheets/lp/style.sass */
  #lp_page #start_free_inner .left .ttl .label img {
    width: 72px;
  }
}

/* line 365, app/assets/stylesheets/lp/style.sass */
#lp_page #start_free_inner .left .desc {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  color: #414141;
}

@media (max-width: 768px) {
  /* line 21, app/assets/stylesheets/lp/_mixins.sass */
  #lp_page #start_free_inner .left .desc br {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 365, app/assets/stylesheets/lp/style.sass */
  #lp_page #start_free_inner .left .desc {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.9;
  }
}

/* line 376, app/assets/stylesheets/lp/style.sass */
#lp_page #start_free_inner .right {
  width: calc(100% - 669px);
  padding-right: 33px;
}

@media (min-width: 769px) and (max-width: 1440px) {
  /* line 376, app/assets/stylesheets/lp/style.sass */
  #lp_page #start_free_inner .right {
    width: 53%;
  }
  /* line 381, app/assets/stylesheets/lp/style.sass */
  #lp_page #start_free_inner .right img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  /* line 376, app/assets/stylesheets/lp/style.sass */
  #lp_page #start_free_inner .right {
    width: auto;
    margin-top: 28px;
    padding: 0;
  }
  /* line 388, app/assets/stylesheets/lp/style.sass */
  #lp_page #start_free_inner .right img {
    width: 100%;
    height: auto;
  }
}

/* line 392, app/assets/stylesheets/lp/style.sass */
#lp_page #capabilities {
  border-top: 1px solid #8A8A8A;
}

/* line 394, app/assets/stylesheets/lp/style.sass */
#lp_page #capabilities_inner {
  width: 1214px;
  margin: 0 auto;
  padding: 115px 0 111px;
}

@media (min-width: 769px) and (max-width: 1440px) {
  /* line 394, app/assets/stylesheets/lp/style.sass */
  #lp_page #capabilities_inner {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 394, app/assets/stylesheets/lp/style.sass */
  #lp_page #capabilities_inner {
    width: auto;
    padding: 56px 20px;
  }
}

/* line 403, app/assets/stylesheets/lp/style.sass */
#lp_page #capabilities_inner .title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 403, app/assets/stylesheets/lp/style.sass */
  #lp_page #capabilities_inner .title {
    margin-bottom: 12px;
    font-size: 22px;
  }
}

/* line 412, app/assets/stylesheets/lp/style.sass */
#lp_page #capabilities_inner .sub_title {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #414141;
}

@media (max-width: 768px) {
  /* line 412, app/assets/stylesheets/lp/style.sass */
  #lp_page #capabilities_inner .sub_title {
    margin-bottom: 32px;
    font-size: 14px;
  }
}

/* line 422, app/assets/stylesheets/lp/style.sass */
#lp_page #capabilities_inner .capabilities_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px 52px;
}

@media (max-width: 768px) {
  /* line 422, app/assets/stylesheets/lp/style.sass */
  #lp_page #capabilities_inner .capabilities_list {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
  }
}

/* line 432, app/assets/stylesheets/lp/style.sass */
#lp_page #capabilities_inner .capabilities_list li {
  width: 370px;
  height: 292px;
  background: #18202A;
  border-radius: 8px;
  border: 2px solid #18202A;
  overflow: hidden;
}

@media (max-width: 768px) {
  /* line 432, app/assets/stylesheets/lp/style.sass */
  #lp_page #capabilities_inner .capabilities_list li {
    width: 70%;
    height: auto;
    padding-bottom: 16px;
  }
}

/* line 443, app/assets/stylesheets/lp/style.sass */
#lp_page #capabilities_inner .capabilities_list li .ph {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

/* line 447, app/assets/stylesheets/lp/style.sass */
#lp_page #capabilities_inner .capabilities_list li .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 451, app/assets/stylesheets/lp/style.sass */
#lp_page #capabilities_inner .capabilities_list li .name {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  /* line 451, app/assets/stylesheets/lp/style.sass */
  #lp_page #capabilities_inner .capabilities_list li .name {
    font-size: 16px;
  }
}

/* line 461, app/assets/stylesheets/lp/style.sass */
#lp_page #capabilities_inner .capabilities_list li .desc {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  /* line 461, app/assets/stylesheets/lp/style.sass */
  #lp_page #capabilities_inner .capabilities_list li .desc {
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.5;
  }
}

/* line 473, app/assets/stylesheets/lp/style.sass */
#lp_page #enit_id_inner {
  display: flex;
  width: 1294px;
  margin: 0 auto;
  padding: 115px 0 111px;
}

/* line 478, app/assets/stylesheets/lp/style.sass */
#lp_page #enit_id_inner .left {
  width: 50%;
  height: 445px;
  background: #E6E6E6;
}

/* line 482, app/assets/stylesheets/lp/style.sass */
#lp_page #enit_id_inner .right {
  width: 50%;
  padding-top: 73px;
  padding-left: 29px;
}

/* line 486, app/assets/stylesheets/lp/style.sass */
#lp_page #enit_id_inner .right .title {
  margin-bottom: 17px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

/* line 491, app/assets/stylesheets/lp/style.sass */
#lp_page #enit_id_inner .right .sub_title {
  margin-bottom: 62px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #414141;
}

/* line 498, app/assets/stylesheets/lp/style.sass */
#lp_page #enit_id_inner .right .desc p {
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
}

/* line 504, app/assets/stylesheets/lp/style.sass */
#lp_page #enit_id_inner .right .desc p:last-child {
  margin-bottom: 0;
}

/* line 507, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner {
  padding: 85px 0 100px;
}

@media (max-width: 768px) {
  /* line 507, app/assets/stylesheets/lp/style.sass */
  #lp_page #price_inner {
    padding: 56px 20px 64px;
  }
}

/* line 511, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .title {
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 511, app/assets/stylesheets/lp/style.sass */
  #lp_page #price_inner .title {
    margin-bottom: 32px;
    font-size: 22px;
  }
}

/* line 520, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .price_list {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 60px;
}

@media (min-width: 769px) and (max-width: 1440px) {
  /* line 520, app/assets/stylesheets/lp/style.sass */
  #lp_page #price_inner .price_list {
    flex-wrap: wrap;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  /* line 520, app/assets/stylesheets/lp/style.sass */
  #lp_page #price_inner .price_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }
}

/* line 533, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .price_list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 271px;
  height: 436px;
  padding: 25px 0 34px;
  border-radius: 8px;
  background: #F8F8F8;
}

@media (max-width: 768px) {
  /* line 533, app/assets/stylesheets/lp/style.sass */
  #lp_page #price_inner .price_list li {
    width: 100%;
    height: auto;
    padding: 24px 0 28px;
  }
}

/* line 547, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .price_list li.remote .sub_ttl {
  margin-bottom: 84px;
}

@media (max-width: 768px) {
  /* line 547, app/assets/stylesheets/lp/style.sass */
  #lp_page #price_inner .price_list li.remote .sub_ttl {
    margin-bottom: 24px;
  }
}

/* line 552, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .price_list li.booking .sub_ttl {
  margin-bottom: 57px;
}

@media (max-width: 768px) {
  /* line 552, app/assets/stylesheets/lp/style.sass */
  #lp_page #price_inner .price_list li.booking .sub_ttl {
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  /* line 556, app/assets/stylesheets/lp/style.sass */
  #lp_page #price_inner .price_list li .top {
    margin-bottom: 20px;
  }
}

/* line 559, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .price_list li .bottom {
  width: 230px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  /* line 559, app/assets/stylesheets/lp/style.sass */
  #lp_page #price_inner .price_list li .bottom {
    width: auto;
    padding: 0 24px;
  }
}

/* line 565, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .price_list li .ttl {
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

/* line 571, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .price_list li .sub_ttl {
  margin-bottom: 46px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 571, app/assets/stylesheets/lp/style.sass */
  #lp_page #price_inner .price_list li .sub_ttl {
    margin-bottom: 24px;
  }
}

/* line 579, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .price_list li .free {
  margin-bottom: 42px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 768px) {
  /* line 579, app/assets/stylesheets/lp/style.sass */
  #lp_page #price_inner .price_list li .free {
    margin-bottom: 24px;
  }
}

/* line 590, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .price_list li .free .large {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

/* line 594, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .price_list li .free .gold {
  color: #BDA129;
}

/* line 596, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .price_list li .limit {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #414141;
}

/* line 603, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .price_list li .price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

/* line 611, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .price_list li .price .large {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

/* line 615, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .price_list li .catchcopy {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #414141;
  white-space: nowrap;
}

/* line 623, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .price_list li .desc {
  height: 78px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #414141;
}

@media (max-width: 768px) {
  /* line 623, app/assets/stylesheets/lp/style.sass */
  #lp_page #price_inner .price_list li .desc {
    height: auto;
    margin-bottom: 20px;
    max-width: 270px;
  }
}

/* line 634, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .price_list li .btn a {
  margin: 0 auto;
}

/* line 636, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .price_list li .initial_fee {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

/* line 642, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .price_list li .payment {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

/* line 648, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .price_list li .note {
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #414141;
}

/* line 654, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .suite {
  display: flex;
  justify-content: space-between;
  width: 733px;
  height: 226px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 14px;
  border-radius: 8px;
  border: 1px solid #A19364;
  background: #F7F2E4;
}

@media (max-width: 768px) {
  /* line 654, app/assets/stylesheets/lp/style.sass */
  #lp_page #price_inner .suite {
    display: block;
    width: 100%;
    height: auto;
    padding: 24px 20px 28px;
  }
}

/* line 670, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .suite .left {
  padding-top: 32px;
}

@media (max-width: 768px) {
  /* line 670, app/assets/stylesheets/lp/style.sass */
  #lp_page #price_inner .suite .left {
    padding-top: 0;
  }
}

/* line 674, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .suite .left .ttl {
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
}

/* line 678, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .suite .left .ttl .logo {
  margin-right: 3px;
}

/* line 680, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .suite .left .ttl .plan {
  margin-right: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

/* line 685, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .suite .left .ttl .recommend {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #BDA129;
}

/* line 692, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .suite .left .ttl .recommend::after {
  content: "";
  position: absolute;
  top: -11px;
  right: -14px;
  width: 21px;
  height: 21px;
  background: url(/assets/lp/price_recommend_deco-b4f1cc37f523f6143baa6cddc405fbee67f25988d171a5bfd88976e32ee99772.png) no-repeat center center;
  background-size: contain;
}

/* line 701, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .suite .left .sub_ttl {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

/* line 706, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .suite .left .desc {
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #414141;
}

/* line 712, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .suite .left .price {
  display: flex;
  align-items: flex-end;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

/* line 718, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .suite .left .price .large {
  margin-right: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

/* line 723, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .suite .right {
  padding-top: 24px;
}

/* line 725, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .suite .right .catchcopy {
  margin-left: 7px;
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 768px) {
  /* line 725, app/assets/stylesheets/lp/style.sass */
  #lp_page #price_inner .suite .right .catchcopy {
    margin-left: 0;
    font-size: 16px;
    line-height: 1.5;
  }
}

/* line 735, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .suite .right .function_list {
  display: flex;
  gap: 15px;
  margin-bottom: 37px;
}

@media (max-width: 768px) {
  /* line 735, app/assets/stylesheets/lp/style.sass */
  #lp_page #price_inner .suite .right .function_list {
    justify-content: space-between;
    gap: 4px;
    margin-bottom: 24px;
  }
}

/* line 743, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .suite .right .function_list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66px;
}

/* line 749, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .suite .right .function_list li .icon {
  margin-bottom: 9px;
}

/* line 751, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .suite .right .function_list li .name {
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

/* line 757, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .suite .right .function_list li .name.small {
  font-size: 10px;
}

/* line 759, app/assets/stylesheets/lp/style.sass */
#lp_page #price_inner .suite .right .btn {
  display: flex;
  justify-content: flex-end;
  padding-right: 11px;
}

@media (max-width: 768px) {
  /* line 759, app/assets/stylesheets/lp/style.sass */
  #lp_page #price_inner .suite .right .btn {
    justify-content: center;
    padding-right: 0;
  }
}

/* line 766, app/assets/stylesheets/lp/style.sass */
#lp_page #faq {
  background: url(/assets/lp/kv_bg-5068252a9c5811cc1eb112130c3fbb6ddc04e1369c1d8ba6dcd9cb145ad034be.jpg);
  background-size: 50px 50px;
}

/* line 769, app/assets/stylesheets/lp/style.sass */
#lp_page #faq_inner {
  padding: 60px 0 110px;
}

@media (max-width: 768px) {
  /* line 769, app/assets/stylesheets/lp/style.sass */
  #lp_page #faq_inner {
    padding: 48px 20px 64px;
  }
}

/* line 773, app/assets/stylesheets/lp/style.sass */
#lp_page #faq_inner .title {
  margin-bottom: 13px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 773, app/assets/stylesheets/lp/style.sass */
  #lp_page #faq_inner .title {
    font-size: 22px;
  }
}

/* line 781, app/assets/stylesheets/lp/style.sass */
#lp_page #faq_inner .sub_title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #414141;
}

@media (max-width: 768px) {
  /* line 781, app/assets/stylesheets/lp/style.sass */
  #lp_page #faq_inner .sub_title {
    margin-bottom: 24px;
    font-size: 14px;
  }
}

/* line 791, app/assets/stylesheets/lp/style.sass */
#lp_page #faq_inner .faq_list {
  width: 790px;
  margin: 0 auto;
}

@media (min-width: 769px) and (max-width: 1440px) {
  /* line 791, app/assets/stylesheets/lp/style.sass */
  #lp_page #faq_inner .faq_list {
    width: calc(100% - 48px);
    max-width: 790px;
  }
}

@media (max-width: 768px) {
  /* line 791, app/assets/stylesheets/lp/style.sass */
  #lp_page #faq_inner .faq_list {
    width: 100%;
  }
}

/* line 799, app/assets/stylesheets/lp/style.sass */
#lp_page #faq_inner .faq_list li {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

/* line 803, app/assets/stylesheets/lp/style.sass */
#lp_page #faq_inner .faq_list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* line 799, app/assets/stylesheets/lp/style.sass */
  #lp_page #faq_inner .faq_list li {
    margin-bottom: 16px;
  }
}

/* line 808, app/assets/stylesheets/lp/style.sass */
#lp_page #faq_inner .faq_list li .question a {
  display: flex;
  align-items: center;
  padding-left: 13px;
  border-radius: 5px;
  border: 1px solid #18202A;
  background: #FFF;
}

@media (max-width: 768px) {
  /* line 808, app/assets/stylesheets/lp/style.sass */
  #lp_page #faq_inner .faq_list li .question a {
    padding: 12px;
  }
}

/* line 817, app/assets/stylesheets/lp/style.sass */
#lp_page #faq_inner .faq_list li .question .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  background: #18202A;
  border-radius: 31px;
  margin-right: 11px;
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
  text-align: center;
  color: #FFF;
}

@media (max-width: 768px) {
  /* line 817, app/assets/stylesheets/lp/style.sass */
  #lp_page #faq_inner .faq_list li .question .icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
  }
}

/* line 837, app/assets/stylesheets/lp/style.sass */
#lp_page #faq_inner .faq_list li .question .text {
  font-size: 18px;
  font-weight: 700;
  line-height: 54px;
  color: #414141;
}

@media (max-width: 768px) {
  /* line 837, app/assets/stylesheets/lp/style.sass */
  #lp_page #faq_inner .faq_list li .question .text {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* line 845, app/assets/stylesheets/lp/style.sass */
#lp_page #faq_inner .faq_list li .answer {
  display: none;
  position: relative;
  padding: 18px 57px 21px;
}

@media (max-width: 768px) {
  /* line 845, app/assets/stylesheets/lp/style.sass */
  #lp_page #faq_inner .faq_list li .answer {
    padding: 16px 16px 18px 50px;
  }
}

/* line 851, app/assets/stylesheets/lp/style.sass */
#lp_page #faq_inner .faq_list li .answer .icon {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  border-radius: 31px;
  background: #BDA129;
  margin-right: 11px;
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
  text-align: center;
  color: #FFF;
}

@media (max-width: 768px) {
  /* line 851, app/assets/stylesheets/lp/style.sass */
  #lp_page #faq_inner .faq_list li .answer .icon {
    top: 14px;
    left: 12px;
    width: 26px;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
  }
}

/* line 876, app/assets/stylesheets/lp/style.sass */
#lp_page #faq_inner .faq_list li .answer .text p {
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #414141;
}

/* line 882, app/assets/stylesheets/lp/style.sass */
#lp_page #faq_inner .faq_list li .answer .text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* line 876, app/assets/stylesheets/lp/style.sass */
  #lp_page #faq_inner .faq_list li .answer .text p {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.8;
  }
}

/* line 889, app/assets/stylesheets/lp/style.sass */
#lp_page #contact_inner {
  display: flex;
  justify-content: center;
  padding: 107px 0 79px;
}

@media (max-width: 768px) {
  /* line 889, app/assets/stylesheets/lp/style.sass */
  #lp_page #contact_inner {
    display: block;
    padding: 56px 20px 64px;
  }
}

/* line 896, app/assets/stylesheets/lp/style.sass */
#lp_page #contact_inner .left {
  width: 550px;
  margin-right: 87px;
  padding-top: 117px;
}

@media (min-width: 769px) and (max-width: 1440px) {
  /* line 896, app/assets/stylesheets/lp/style.sass */
  #lp_page #contact_inner .left {
    width: 46%;
    max-width: 550px;
    margin-right: 5%;
  }
}

@media (max-width: 768px) {
  /* line 896, app/assets/stylesheets/lp/style.sass */
  #lp_page #contact_inner .left {
    width: auto;
    margin-right: 0;
    padding-top: 0;
  }
}

/* line 908, app/assets/stylesheets/lp/style.sass */
#lp_page #contact_inner .left .title {
  margin-bottom: 22px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 908, app/assets/stylesheets/lp/style.sass */
  #lp_page #contact_inner .left .title {
    margin-bottom: 12px;
    font-size: 22px;
  }
}

/* line 917, app/assets/stylesheets/lp/style.sass */
#lp_page #contact_inner .left .sub_title {
  margin-bottom: 33px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #414141;
}

@media (max-width: 768px) {
  /* line 917, app/assets/stylesheets/lp/style.sass */
  #lp_page #contact_inner .left .sub_title {
    margin-bottom: 24px;
    font-size: 14px;
  }
}

/* line 927, app/assets/stylesheets/lp/style.sass */
#lp_page #contact_inner .left .desc {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 500;
  line-height: 43px;
  text-align: center;
  color: #414141;
}

@media (max-width: 768px) {
  /* line 21, app/assets/stylesheets/lp/_mixins.sass */
  #lp_page #contact_inner .left .desc br {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 927, app/assets/stylesheets/lp/style.sass */
  #lp_page #contact_inner .left .desc {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.9;
  }
}

/* line 939, app/assets/stylesheets/lp/style.sass */
#lp_page #contact_inner .left .note {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #414141;
}

@media (max-width: 768px) {
  /* line 939, app/assets/stylesheets/lp/style.sass */
  #lp_page #contact_inner .left .note {
    font-size: 11px;
    line-height: 1.6;
  }
}

@media (min-width: 769px) and (max-width: 1440px) {
  /* line 948, app/assets/stylesheets/lp/style.sass */
  #lp_page #contact_inner .right {
    width: 46%;
    max-width: 410px;
  }
  /* line 952, app/assets/stylesheets/lp/style.sass */
  #lp_page #contact_inner .right .c_form {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 948, app/assets/stylesheets/lp/style.sass */
  #lp_page #contact_inner .right {
    margin-top: 28px;
  }
}

/* line 956, app/assets/stylesheets/lp/style.sass */
#lp_page #consept {
  border-top: 1px solid #8A8A8A;
}

/* line 958, app/assets/stylesheets/lp/style.sass */
#lp_page #consept_inner {
  padding: 70px 0 106px;
}

@media (max-width: 768px) {
  /* line 958, app/assets/stylesheets/lp/style.sass */
  #lp_page #consept_inner {
    padding: 48px 20px 64px;
  }
}

/* line 962, app/assets/stylesheets/lp/style.sass */
#lp_page #consept_inner .en {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 962, app/assets/stylesheets/lp/style.sass */
  #lp_page #consept_inner .en {
    font-size: 14px;
  }
}

/* line 970, app/assets/stylesheets/lp/style.sass */
#lp_page #consept_inner .ja {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 700;
  line-height: 43px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 970, app/assets/stylesheets/lp/style.sass */
  #lp_page #consept_inner .ja {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
  }
}

/* line 980, app/assets/stylesheets/lp/style.sass */
#lp_page #consept_inner .logo {
  text-align: center;
}

@media (max-width: 768px) {
  /* line 983, app/assets/stylesheets/lp/style.sass */
  #lp_page #consept_inner .logo img {
    width: 140px;
  }
}

/* line 986, app/assets/stylesheets/lp/style.sass */
.c_form .form_base_error {
  margin-bottom: 20px;
  color: #C63535;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

/* line 994, app/assets/stylesheets/lp/style.sass */
.lp_static_page {
  padding: 150px 0 120px;
}

@media (min-width: 769px) and (max-width: 1440px) {
  /* line 994, app/assets/stylesheets/lp/style.sass */
  .lp_static_page {
    padding: 150px 24px 120px;
  }
}

@media (max-width: 768px) {
  /* line 994, app/assets/stylesheets/lp/style.sass */
  .lp_static_page {
    padding: 96px 20px 64px;
  }
}

/* line 1000, app/assets/stylesheets/lp/style.sass */
.lp_static_page .lp_static_page_inner {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
}

/* line 1004, app/assets/stylesheets/lp/style.sass */
.lp_static_page .title {
  margin-bottom: 13px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 1004, app/assets/stylesheets/lp/style.sass */
  .lp_static_page .title {
    font-size: 22px;
  }
}

/* line 1012, app/assets/stylesheets/lp/style.sass */
.lp_static_page .sub_title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #414141;
}

@media (max-width: 768px) {
  /* line 1012, app/assets/stylesheets/lp/style.sass */
  .lp_static_page .sub_title {
    margin-bottom: 24px;
    font-size: 14px;
  }
}

/* line 1022, app/assets/stylesheets/lp/style.sass */
.lp_static_page .desc {
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: #414141;
}

@media (max-width: 768px) {
  /* line 1022, app/assets/stylesheets/lp/style.sass */
  .lp_static_page .desc {
    margin-bottom: 32px;
    font-size: 13px;
    line-height: 1.9;
  }
}

/* line 1035, app/assets/stylesheets/lp/style.sass */
.lp_dl {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

/* line 1039, app/assets/stylesheets/lp/style.sass */
.lp_dl .lp_dl_item {
  padding: 18px 0;
  border-bottom: 1px solid #E6E6E6;
}

/* line 1042, app/assets/stylesheets/lp/style.sass */
.lp_dl .lp_dl_item:first-child {
  border-top: 1px solid #E6E6E6;
}

/* line 1044, app/assets/stylesheets/lp/style.sass */
.lp_dl .lp_dl_item dt {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #414141;
}

/* line 1050, app/assets/stylesheets/lp/style.sass */
.lp_dl .lp_dl_item dd {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

/* line 1054, app/assets/stylesheets/lp/style.sass */
.lp_dl .lp_dl_item dd.pre {
  white-space: pre-wrap;
}

/* line 1057, app/assets/stylesheets/lp/style.sass */
.lp_dl.lp_dl--table {
  max-width: 640px;
}

/* line 1059, app/assets/stylesheets/lp/style.sass */
.lp_dl.lp_dl--table .lp_dl_item {
  display: flex;
  gap: 24px;
}

@media (max-width: 768px) {
  /* line 1059, app/assets/stylesheets/lp/style.sass */
  .lp_dl.lp_dl--table .lp_dl_item {
    display: block;
  }
}

/* line 1064, app/assets/stylesheets/lp/style.sass */
.lp_dl.lp_dl--table .lp_dl_item dt {
  flex-shrink: 0;
  width: 160px;
  margin-bottom: 0;
  padding-top: 4px;
}

@media (max-width: 768px) {
  /* line 1064, app/assets/stylesheets/lp/style.sass */
  .lp_dl.lp_dl--table .lp_dl_item dt {
    width: auto;
    margin-bottom: 8px;
    padding-top: 0;
  }
}

/* line 1073, app/assets/stylesheets/lp/style.sass */
.lp_dl.lp_dl--table .lp_dl_item dd {
  flex: 1;
}

/* line 1077, app/assets/stylesheets/lp/style.sass */
#lp_contact_confirm .lp_dl {
  margin-bottom: 40px;
}

/* line 1079, app/assets/stylesheets/lp/style.sass */
#lp_contact_confirm .confirm_actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 768px) {
  /* line 1079, app/assets/stylesheets/lp/style.sass */
  #lp_contact_confirm .confirm_actions {
    gap: 12px;
  }
}

@media (max-width: 768px) {
  /* line 1085, app/assets/stylesheets/lp/style.sass */
  #lp_contact_confirm .confirm_actions .button {
    flex: 1;
    width: auto;
  }
}

/* line 1089, app/assets/stylesheets/lp/style.sass */
#lp_contact_confirm .confirm_actions .button.back {
  background: #fff;
  color: #18202A;
}

/* line 1092, app/assets/stylesheets/lp/style.sass */
#lp_contact_confirm .confirm_actions .button.back:hover {
  background: #18202A;
  color: #fff;
}

/* line 1098, app/assets/stylesheets/lp/style.sass */
#lp_contact_complete .btn a {
  margin: 0 auto;
}

/* line 1102, app/assets/stylesheets/lp/style.sass */
#lp_terms .terms_body {
  text-align: left;
}

/* line 1104, app/assets/stylesheets/lp/style.sass */
#lp_terms .terms_body p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.9;
  color: #414141;
}

/* line 1109, app/assets/stylesheets/lp/style.sass */
#lp_terms .terms_body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* line 1104, app/assets/stylesheets/lp/style.sass */
  #lp_terms .terms_body p {
    font-size: 13px;
  }
}

/* line 1113, app/assets/stylesheets/lp/style.sass */
#lp_terms .terms_body ol {
  padding-left: 24px;
}

/* line 1115, app/assets/stylesheets/lp/style.sass */
#lp_terms .terms_body ol li {
  margin-bottom: 8px;
  list-style: decimal;
  font-size: 14px;
  line-height: 1.9;
  color: #414141;
}

/* line 1121, app/assets/stylesheets/lp/style.sass */
#lp_terms .terms_body ol li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* line 1115, app/assets/stylesheets/lp/style.sass */
  #lp_terms .terms_body ol li {
    font-size: 13px;
  }
}

/* line 1125, app/assets/stylesheets/lp/style.sass */
#lp_terms .terms_body ol ol {
  margin-top: 8px;
}

/* line 1127, app/assets/stylesheets/lp/style.sass */
#lp_terms .terms_body .note {
  margin-bottom: 40px;
  font-size: 12px;
  color: #8A8A8A;
}

@media (max-width: 768px) {
  /* line 1127, app/assets/stylesheets/lp/style.sass */
  #lp_terms .terms_body .note {
    margin-bottom: 32px;
  }
}

/* line 1133, app/assets/stylesheets/lp/style.sass */
#lp_terms .terms_body .terms_chapter {
  margin-bottom: 56px;
}

/* line 1135, app/assets/stylesheets/lp/style.sass */
#lp_terms .terms_body .terms_chapter:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* line 1133, app/assets/stylesheets/lp/style.sass */
  #lp_terms .terms_body .terms_chapter {
    margin-bottom: 40px;
  }
}

/* line 1139, app/assets/stylesheets/lp/style.sass */
#lp_terms .terms_body .terms_chapter h2 {
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #18202A;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 768px) {
  /* line 1139, app/assets/stylesheets/lp/style.sass */
  #lp_terms .terms_body .terms_chapter h2 {
    font-size: 17px;
  }
}

/* line 1148, app/assets/stylesheets/lp/style.sass */
#lp_terms .terms_body .terms_section {
  margin-bottom: 32px;
}

/* line 1150, app/assets/stylesheets/lp/style.sass */
#lp_terms .terms_body .terms_section:last-child {
  margin-bottom: 0;
}

/* line 1152, app/assets/stylesheets/lp/style.sass */
#lp_terms .terms_body .terms_section h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 768px) {
  /* line 1152, app/assets/stylesheets/lp/style.sass */
  #lp_terms .terms_body .terms_section h3 {
    font-size: 14px;
  }
}

/* line 1161, app/assets/stylesheets/lp/style.sass */
.lp_auth_page {
  padding-top: 150px;
}

@media (max-width: 768px) {
  /* line 1161, app/assets/stylesheets/lp/style.sass */
  .lp_auth_page {
    padding-top: 96px;
  }
}

/* line 1165, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .head {
  margin-bottom: 32px;
  padding: 0 20px;
}

/* line 1168, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .head .title {
  margin-bottom: 13px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 1168, app/assets/stylesheets/lp/style.sass */
  .lp_auth_page .head .title {
    font-size: 22px;
  }
}

/* line 1176, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .head .desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: #414141;
}

@media (max-width: 768px) {
  /* line 1176, app/assets/stylesheets/lp/style.sass */
  .lp_auth_page .head .desc {
    font-size: 13px;
  }
}

/* line 1184, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp {
  padding: 48px 20px 64px;
  background: #F5F5F5;
}

/* line 1187, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form {
  box-sizing: border-box;
  width: 440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 32px 28px;
  background: #fff;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  /* line 1187, app/assets/stylesheets/lp/style.sass */
  .lp_auth_page .form_warp .c_form {
    width: 100%;
    padding: 24px 16px;
  }
}

/* line 1198, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .form_error_summary {
  margin-bottom: 24px;
  padding: 12px 16px;
  border: 1px solid #C63535;
  border-radius: 5px;
  background: #FDF3F3;
}

/* line 1204, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .form_error_summary p {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  color: #C63535;
}

/* line 1209, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .form_error_summary .form_error_list {
  margin-top: 4px;
}

/* line 1211, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .form_error_summary .form_error_list li {
  font-size: 12px;
  line-height: 1.7;
  color: #C63535;
}

/* line 1216, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .form_item input {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  line-height: normal;
  padding: 0 12px;
}

/* line 1222, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .subdomain_row {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 1226, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .subdomain_row input {
  flex: 1;
  min-width: 0;
}

/* line 1229, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .subdomain_row .suffix {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 500;
  color: #414141;
  white-space: nowrap;
}

/* line 1235, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .subdomain_row .check_btn {
  flex: 0 0 auto;
  padding: 0 14px;
  border: 1px solid #18202A;
  border-radius: 5px;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 42px;
  color: #18202A;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}

/* line 1248, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .subdomain_row .check_btn:hover {
  background: #18202A;
  color: #fff;
}

/* line 1251, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .subdomain_hint {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.5;
  color: #8A8A8A;
}

/* line 1256, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .subdomain_result {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

/* line 1261, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .subdomain_result.ok {
  color: #2E7D32;
}

/* line 1263, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .subdomain_result.ng {
  color: #C63535;
}

/* line 1265, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .section_divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 28px 0 20px;
  font-size: 13px;
  font-weight: 600;
  color: #414141;
}

/* line 1273, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .section_divider::before, .lp_auth_page .form_warp .c_form .section_divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #E0E0E0;
}

/* line 1279, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .button.submit_btn {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-top: 8px;
  border: 1px solid #18202A;
  border-radius: 5px;
  background: #18202A;
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all .3s;
}

/* line 1294, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .button.submit_btn:hover {
  background: #fff;
  color: #18202A;
}

/* line 1297, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .auth_link {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* line 1301, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .auth_link a {
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #414141;
  transition: color .2s;
}

/* line 1308, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .auth_link a:hover {
  color: #18202A;
}

/* line 1311, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .agency_choice_list li {
  margin-bottom: 12px;
}

/* line 1313, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .agency_choice_list li:last-child {
  margin-bottom: 0;
}

/* line 1315, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .agency_choice_list .agency_choice {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  transition: all .2s;
}

/* line 1323, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .agency_choice_list .agency_choice:hover {
  border-color: #18202A;
}

/* line 1325, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .agency_choice_list .agency_choice .name {
  font-size: 15px;
  font-weight: 600;
  color: #18202A;
}

/* line 1329, app/assets/stylesheets/lp/style.sass */
.lp_auth_page .form_warp .c_form .agency_choice_list .agency_choice .host {
  font-size: 12px;
  color: #8A8A8A;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *



 */
