@charset "UTF-8";
@import "//fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap";
@import "//fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;700&display=swap";
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-family: "Barlow Condensed";
  src: url(/fonts/BarlowCondensed-Regular_subset.ttf);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
  line-height: 1.35;
  font-feature-settings: "palt";
}
h1,
.h1 {
  font-size: clamp(25px, 3.8461538462vw, 42px);
}
h2,
.h2 {
  font-size: clamp(22px, 3.3846153846vw, 38px);
}
h3,
.h3 {
  font-size: clamp(19px, 2.9230769231vw, 30px);
}
h4,
.h4 {
  font-size: clamp(18px, 2.7692307692vw, 24px);
}
h5,
.h5 {
  font-size: clamp(17px, 2.6153846154vw, 20px);
}
.common-box {
  background: #777;
  border-radius: 8px;
  margin: 0 auto;
  width: clamp(100vw - 32px, 100vw - 32px, 1200px);
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
html {
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #010101;
  line-height: 1.6;
  position: relative;
  margin: 0;
  min-height: 100%;
  text-align: justify;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
.main__wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.main__wrapper main {
  flex: 1;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
a,
button {
  color: #3D6DCC;
  text-decoration: none;
}
a:not(.btn):hover,
button:not(.btn):hover {
  opacity: 0.65;
}
.inb {
  display: inline-block;
}
.ntc {
  font-size: 12px;
  opacity: 0.8;
  padding-left: 1em;
  text-indent: -1em;
}
.no_pd {
  padding: 0 !important;
}
.palt {
  font-feature-settings: "palt";
}
.page_header .btn {
  transition: unset;
}
html.js .page_header .btn {
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.alert-secondary_light {
  color: #41464b;
  background-color: #eff0f1;
  border-color: #d8dbdd;
}
.bg-danger_light {
  background: #ff7961;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  opacity: 0.3;
}
.btn.btn_bdr {
  border: #010101 2px solid;
  background: none;
}
.btn.btn_bdr:hover {
  border: #818181 2px solid;
  background: none;
}
.btn.btn_bdr:active {
  background: none;
}
.btn-dark:hover {
  background: #4e4e4e;
  border-color: #4e4e4e;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.75rem 1rem;
}
.btn_pink {
  color: #fff;
  background: #ff0c86;
  border-color: #ff0c86;
}
.btn_pink:hover,
.btn_pink:active,
.btn_pink:focus {
  color: #fff;
  background: #d8006c;
  border-color: #d8006c;
}
.btn_green {
  color: #fff;
  background: #b7d02d;
  border-color: #b7d02d;
}
.btn_green:hover,
.btn_green:active,
.btn_green:focus {
  color: #fff;
  background: #92a624;
  border-color: #92a624;
}
.btn_round {
  border-radius: 200px;
}
.btn_xlg {
  width: min(100%, 400px);
}
@media (max-width: 767.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
  .container.-c {
    max-width: 1320px;
  }
}
@media (min-width: 992px) {
  .container.-d {
    max-width: 1140px;
  }
}
@media (min-width: 768px) {
  .container.-d {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  .container.-d {
    max-width: 1140px;
  }
}
.lead {
  font-size: 17px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
}
[astro-icon] {
  width: 1rem;
}
.price_main > section:not(.service_hero):not(.service_hero_index):not(.inf_hero),
.main_body > section:not(.service_hero):not(.service_hero_index):not(.inf_hero),
.inf_main > section:not(.service_hero):not(.service_hero_index):not(.inf_hero),
.service_main > section:not(.service_hero):not(.service_hero_index):not(.inf_hero) {
  padding: clamp(40px, 9.4117647059vw, 100px) 0;
}
.section_head {
  padding-bottom: 1em;
  margin-bottom: 2em;
  position: relative;
}
.section_head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 4px;
  background: #ff0c86;
}
.price_main .section_head,
.inf_main .section_head,
.section_head.section_head_center {
  text-align: center;
}
.price_main .section_head::after,
.inf_main .section_head::after,
.section_head.section_head_center::after {
  left: 50%;
  transform: translateX(-50%);
}
.more_link {
  font-family: "Barlow Condensed", sans-serif;
  color: #010101;
  position: relative;
  display: inline-block;
  margin-right: 2em;
}
.more_link::before,
.more_link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  left: auto;
  right: -2em;
  top: 50%;
  width: 2em;
  height: 1px;
  background: #010101;
}
.more_link::after {
  transform-origin: right;
  transform: rotate(40deg) scale(0.2, 1);
}
.about_main {
  background: red;
}
.main_header {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #faf6f6;
}
.has_post_main .main_header {
  background: none;
  padding-bottom: 0;
}
.item_box a:not(.btn) {
  color: #010101;
}
.item_box__text {
  padding: 15px;
}
.item_box__company {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 5px;
}
.item_box__category {
  position: relative;
  line-height: 1.2;
  z-index: 1;
}
.item_box__category a {
  color: #010101;
}
.item_box__tags {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  z-index: 1;
  list-style: none;
}
.item_box__tags li {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  padding: 2px 4px;
  border-radius: 4px;
  color: #fff;
  background: #010101;
  margin: 0.1em;
}
.item_box__tags li a:not(.btn) {
  color: #fff;
}
.item_box__date {
  opacity: 0.6;
  text-align: right;
  font-size: 14px;
}
.item_box__pic {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item_box__pic img {
  flex: 1;
}
.regist_main,
.login_main {
  background: #faf6f6;
}
.regist_main .main_body > section:not(.service_hero):not(.service_hero_index):not(.inf_hero),
.login_main .main_body > section:not(.service_hero):not(.service_hero_index):not(.inf_hero) {
  padding-top: 0;
}
.price_main .main_body > section:not(.service_hero):not(.service_hero_index):not(.inf_hero) {
  padding-top: 0;
}
.price_main .wide_container section {
  padding: clamp(40px, 9.4117647059vw, 100px) 0;
}
.price_main .wide_container section.price_hero {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .price_main .wide_container section.price_hero {
    padding-bottom: 0;
  }
}
.price_main .wide_container section.price_table {
  /* padding-top: 0; */
}
body.top .service_case {
  background: #efe2e2;
}
body.account .service_ad_genre {
  background: none;
}
.checkbox__wrapper input {
  position: absolute;
}
.checkbox__wrapper label {
  padding-left: 1.3em;
}
.checkbox__wrapper .check_small {
  display: block;
  padding-left: 1.3em;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp_menu__wrapper {
  width: auto;
  position: relative;
  z-index: 1000000;
  margin-left: -0.75rem;
  margin-right: -5px;
}
@media (min-width: 992px) {
  .sp_menu__wrapper {
    display: none;
  }
}
.sp_menu__wrapper .checkboxtoggle {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.sp_menu__wrapper .checkboxtoggle:checked + .hamburger > div {
  transform: rotate(135deg);
}
.sp_menu__wrapper .checkboxtoggle:checked + .hamburger > div > div {
  width: 100%;
}
.sp_menu__wrapper .checkboxtoggle:checked + .hamburger > div .before {
  top: 0;
  transform: rotate(90deg);
}
.sp_menu__wrapper .checkboxtoggle:checked + .hamburger > div .after {
  top: 0;
  transform: rotate(90deg);
  opacity: 0;
}
.sp_menu__wrapper .checkboxtoggle:checked ~ .sp_menu {
  pointer-events: auto;
  visibility: visible;
}
.sp_menu__wrapper .checkboxtoggle:checked ~ .sp_menu > div {
  transform: translateX(0);
}
.sp_menu__wrapper .checkboxtoggle:checked ~ .sp_menu > div > div {
  opacity: 1;
  transition: opacity 0.2s ease 0.2s;
}
.sp_menu__wrapper .checkboxtoggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}
.sp_menu__wrapper .sp_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1000px;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: flex-end;
}
.sp_menu__wrapper .sp_menu > div {
  width: 100%;
  height: calc(100% - 60px);
  background: #f0f0f0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  perspective: 1000;
  transform: translateX(-100%);
  backface-visibility: hidden;
  overflow: hidden;
  justify-content: center;
}
.sp_menu__wrapper .sp_menu > div > div {
  text-align: center;
  max-width: 100vw;
  max-height: calc(100vh - 60px);
  opacity: 0;
  transition: opacity 0.2s ease;
  overflow-y: auto;
  flex: none;
}
.sp_menu__wrapper .sp_menu > div > div > ul {
  list-style: none;
  margin: 0;
  display: block;
  height: auto;
  width: 100%;
}
.sp_menu__wrapper .sp_menu > div > div > ul > li {
  padding: 0;
  display: block;
}
.sp_menu__wrapper .sp_menu > div > div > ul > li > a,
.sp_menu__wrapper .sp_menu > div > div > ul > li span {
  background: #fff;
  border-bottom: rgba(0, 0, 0, 0.125) 1px solid;
  font-size: 18px;
  padding: 12px 20px;
  position: relative;
  display: block;
  text-align: left;
  cursor: pointer;
  transition: color 0.4s ease;
}
.sp_menu__wrapper .sp_menu > div > div > ul > li > a:hover:after,
.sp_menu__wrapper .sp_menu > div > div > ul > li span:hover:after {
  width: 100%;
}
.sp_menu__wrapper .sp_menu > div > div > ul > li > a:after {
  content: "";
  position: absolute;
  background: url(/img/inf_flow_arr.svg) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 20px;
  z-index: 1;
}
.sp_menu__wrapper .sp_menu > div > div > ul > li ul {
  width: auto;
  transform: translateY(0);
  position: static;
  opacity: 1;
  visibility: visible;
  background: none;
  padding: 0;
}
.sp_menu__wrapper .sp_menu > div > div > ul > li ul li a {
  display: block;
  text-align: left;
  padding: 12px 30px;
  background: #f7f7f7;
  border-bottom: rgba(0, 0, 0, 0.125) 1px solid;
  position: relative;
}
.sp_menu__wrapper .sp_menu > div > div > ul > li ul li a:after {
  content: "";
  position: absolute;
  background: url(/img/inf_flow_arr.svg) no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 20px;
  z-index: 1;
}
.sp_menu__wrapper .sp_menu > div > div a.btn {
  font-size: 18px;
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  margin-top: 15px;
}
.sp_menu__wrapper .sp_menu > div > div .page_header__cta_link {
  flex-direction: column;
}
.sp_menu__wrapper .sp_menu > div > div #gmenu_sp__child1 {
  display: inline-block;
  font-weight: bold;
  display: block;
  margin-top: 10px;
  margin-bottom: 150px;
}
.sp_menu__wrapper .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 0.5em 1em;
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
}
.sp_menu__wrapper .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp_menu__wrapper .hamburger > div > div {
  background: #010101;
}
.sp_menu__wrapper .hamburger > div .center {
  height: 2px;
  width: 80%;
  position: absolute;
  left: 0;
}
.sp_menu__wrapper .hamburger > div .before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.4s ease;
}
.sp_menu__wrapper .hamburger > div .after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 60%;
  height: 2px;
  transition: all 0.4s ease;
  top: 10px;
}
body {
  width: 100%;
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.page_header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 60px;
}
@media (min-width: 768px) {
  .page_header {
    height: 90px;
  }
}
.page_header__inner {
  height: 60px;
  background: #fff;
  display: flex;
}
@media (min-width: 768px) {
  .page_header__inner {
    height: 90px;
  }
}
html.js .page_header__inner {
  transition: 0.5s;
  transform-origin: top;
}
body.inf .page_header__inner {
  background: transparent;
}
.active .page_header__inner {
  height: 60px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
}
.page_header .container {
  display: flex;
  align-items: center;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.page_header__other_link {
  display: none;
  font-size: 12px;
  margin: 5px 20px;
}
@media (min-width: 768px) {
  .page_header__other_link {
    display: block;
  }
}
.page_header__other_link a {
  display: inline-block;
  color: #010101;
  border-bottom: 1px dotted;
}
.page_header__nav_wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.page_header__nav_list {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-type: none;
  font-weight: bold;
  justify-self: flex-end;
}
@media (min-width: 992px) {
  .page_header__nav_list {
    display: flex;
  }
}
.page_header__nav_item {
  position: relative;
}
.page_header__nav_item > a,
.page_header__nav_item span {
  position: relative;
  color: #010101;
  padding: 15px;
}
.page_header__nav_item:hover > a,
.page_header__nav_item:hover span {
  opacity: 1;
  color: rgba(1, 1, 1, 0.5);
}
.page_header__nav_item > span {
  cursor: default;
}
@media (min-width: 768px) {
  .page_header__nav_item.current::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    height: 3px;
    background: #dff370;
  }
}
.page_header__child_nav_list {
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px) scale(1, 1);
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 2.4em;
  left: 0;
  width: 280px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
  z-index: 1;
}
html.js .page_header__child_nav_list {
  transition: all 0.2s;
  transform-origin: top;
}
.page_header__nav_item:hover .page_header__child_nav_list {
  visibility: visible;
  transform: translateY(0px) scale(1, 1);
  opacity: 1;
}
.page_header__child_nav_item > a {
  display: inline-block;
  padding: 8px;
  color: #010101;
}
.page_header__child_nav_item:hover > a {
  opacity: 1;
  color: rgba(1, 1, 1, 0.5);
}
.page_header__cta_link {
  display: flex;
  position: relative;
}
.page_header__cta_link a.btn {
  font-size: 14px;
  padding: 0.375rem 0.5rem;
  margin-left: 10px;
}
.page_header__cta_link .overlay {
  position: absolute;
  top: -8px; /* 上方向へのオフセット */
  right: -8px; /* 右方向へのオフセット */
  width: 20px; /* サイズ */
  height: 20px; /* サイズ */
  border-radius: 50%; /* 丸み */
  background-color: red; /* 色 */
  z-index: 1; /* オーバーレイより上に表示 */
}
#gmenu_sp__child3.page_header__cta_link .overlay {
  display: none;
}
.page_header__cta_link .btn {
  position: relative;
}
.page_header__cta_link .tel_image {
  width: 100px;
  width: 120px;
  margin-left: 10px;
}
.company_contact_btn .tel .overlay {
  position: absolute;
  top: -8px; /* 上方向へのオフセット */
  right: -8px; /* 右方向へのオフセット */
  width: 20px; /* サイズ */
  height: 20px; /* サイズ */
  border-radius: 50%; /* 丸み */
  background-color: red; /* 色 */
  z-index: 1; /* オーバーレイより上に表示 */
}
.company_contact_btn .tel {
  position: relative;
}
@media (min-width: 992px) {
  .page_header__cta_link a.btn {
    font-size: 16px;
    width: 140px;
  }
}
@media (min-width: 768px) {
  .page_header__cta_link .tel_image {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .page_header__cta_link .tel_image {
    display: none;
  }
  #gmenu_sp__child3.page_header__cta_link .tel_image {
    display: block;
    width: 50%;
    margin: 15px auto 0;
  }
}
.page_header__cta_link a.btn.btn-light {
  border-color: #ff0c86;
  background: #fff;
  color: #ff0c86;
}
.page_header__cta_link a.btn.btn-light:hover {
  background: #f7f7f7;
  border-color: #d8006c;
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.page_footer__primary {
  background: #666;
  color: #fff;
}
.page_footer__primary a {
  color: #fff;
}
.page_footer__primary .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .page_footer__primary .container {
    display: flex;
    align-items: center;
  }
}
.page_footer__primary .tag_line {
  font-size: 14px;
  margin-bottom: 0;
}
.page_footer__other_link {
  font-size: 12px;
  margin: 5px 20px;
}
.page_footer__other_link a {
  display: inline-block;
  color: #fff;
  border-bottom: 1px dotted;
}
.page_footer__logo {
  align-self: start;
}
.page_footer__nav_list_wrapper {
  flex: 1;
}
@media (min-width: 768px) {
  .page_footer__nav_list_wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.page_footer__nav_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 15px;
  list-style-type: none;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}
.page_footer__nav_list:first-of-type {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .page_footer__nav_list:first-of-type {
    margin-top: 0;
  }
}
.page_footer__nav_list li {
  width: 100%;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .page_footer__nav_list li {
    width: auto;
    margin-left: 40px;
  }
}
.page_footer__nav_list li a {
  color: #fff;
}
.page_footer__nav_list li span {
  cursor: default;
  opacity: 0.6;
  font-size: 14px;
  font-weight: bold;
}
.page_footer__nav_list_wrapper .page_footer__nav_list {
  flex-direction: column;
}
.page_footer__child_nav_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 10px;
}
.page_footer__child_nav_list li {
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .page_footer__child_nav_list li {
    margin-left: 20px;
  }
}
.page_footer__secondary {
  background: #333;
  color: #fff;
}
.page_footer__secondary .container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .page_footer__secondary .container {
    flex-direction: row;
  }
}
.page_footer__copyright {
  margin-bottom: 0;
  font-size: 12px;
}
.page_footer__secondary_link {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .page_footer__secondary_link {
    margin-left: auto;
  }
}
.page_footer__secondary_link li.list-inline-item:not(:last-child) {
  margin-right: 1rem;
}
.page_footer__secondary_link a {
  color: #fff;
}
.page_footer__cta {
  background: #f3f3f5;
}
.page_footer_cta_boxes {
  padding: 49px 0;
}
.page_footer_cta_box {
  flex: 1;
  text-align: center;
}
.page_footer_cta_box a.btn {
  width: min(100%, 300px);
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.bread_crumb .container {
  position: relative;
}
.bread_crumb__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  z-index: 10;
  line-height: 1;
}
.bread_crumb__item {
  position: relative;
  display: inline;
  font-size: 12px;
  margin-right: 0.6em;
  opacity: 0.5;
  line-height: 1;
}
.bread_crumb__item:not(:last-child):after {
  content: ">";
  margin-left: 0.3em;
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
@media (min-width: 768px) {
  .service_nav {
    display: block;
  }
}
.service_nav__tab_menu,
.service_nav__local_menu {
  position: relative;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.service_nav__tab_menu button,
.service_nav__tab_menu a,
.service_nav__local_menu button,
.service_nav__local_menu a {
  display: block;
  flex: 1;
  padding: clamp(10px, 2.4096385542vw, 15px) clamp(5px, 1.2048192771vw, 15px);
  text-align: center;
  color: #010101;
  background: #fff;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
  position: relative;
  font-size: clamp(12px, 2.8915662651vw, 16px);
}
.service_nav__tab_menu button.active,
.service_nav__tab_menu button.current,
.service_nav__tab_menu a.active,
.service_nav__tab_menu a.current,
.service_nav__local_menu button.active,
.service_nav__local_menu button.current,
.service_nav__local_menu a.active,
.service_nav__local_menu a.current {
  position: relative;
}
.service_nav__tab_menu button.active::before,
.service_nav__tab_menu button.current::before,
.service_nav__tab_menu a.active::before,
.service_nav__tab_menu a.current::before,
.service_nav__local_menu button.active::before,
.service_nav__local_menu button.current::before,
.service_nav__local_menu a.active::before,
.service_nav__local_menu a.current::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 6px;
  border-top-color: #000;
  margin-left: -6px;
  left: 50%;
  bottom: -12px;
}
.service_nav__tab_menu button.active:before,
.service_nav__tab_menu button.current:before,
.service_nav__tab_menu a.active:before,
.service_nav__tab_menu a.current:before,
.service_nav__local_menu button.active:before,
.service_nav__local_menu button.current:before,
.service_nav__local_menu a.active:before,
.service_nav__local_menu a.current:before {
  transform-origin: top;
  transform: rotate(180deg);
  border-top-color: #4fabd9;
}
.service_nav__tab_menu button:nth-of-type(1),
.service_nav__tab_menu a:nth-of-type(1),
.service_nav__local_menu button:nth-of-type(1),
.service_nav__local_menu a:nth-of-type(1) {
  color: #4fabd9;
  border-color: #d0e6f1;
}
.service_nav__tab_menu button:nth-of-type(1).active,
.service_nav__tab_menu button:nth-of-type(1).current,
.service_nav__tab_menu a:nth-of-type(1).active,
.service_nav__tab_menu a:nth-of-type(1).current,
.service_nav__local_menu button:nth-of-type(1).active,
.service_nav__local_menu button:nth-of-type(1).current,
.service_nav__local_menu a:nth-of-type(1).active,
.service_nav__local_menu a:nth-of-type(1).current {
  border-color: #4fabd9;
}
.service_nav__tab_menu button:nth-of-type(1).active:before,
.service_nav__tab_menu button:nth-of-type(1).current:before,
.service_nav__tab_menu a:nth-of-type(1).active:before,
.service_nav__tab_menu a:nth-of-type(1).current:before,
.service_nav__local_menu button:nth-of-type(1).active:before,
.service_nav__local_menu button:nth-of-type(1).current:before,
.service_nav__local_menu a:nth-of-type(1).active:before,
.service_nav__local_menu a:nth-of-type(1).current:before {
  transform-origin: top;
  transform: rotate(180deg);
  border-top-color: #4fabd9;
}
.service_nav__tab_menu button:nth-of-type(1).current,
.service_nav__tab_menu button:nth-of-type(1).active,
.service_nav__tab_menu a:nth-of-type(1).current,
.service_nav__tab_menu a:nth-of-type(1).active,
.service_nav__local_menu button:nth-of-type(1).current,
.service_nav__local_menu button:nth-of-type(1).active,
.service_nav__local_menu a:nth-of-type(1).current,
.service_nav__local_menu a:nth-of-type(1).active {
  background: #eef6f9;
}
.service_nav__tab_menu button:nth-of-type(2),
.service_nav__tab_menu a:nth-of-type(2),
.service_nav__local_menu button:nth-of-type(2),
.service_nav__local_menu a:nth-of-type(2) {
  color: #fdba00;
  border-color: #efdda8;
}
.service_nav__tab_menu button:nth-of-type(2).active,
.service_nav__tab_menu button:nth-of-type(2).current,
.service_nav__tab_menu a:nth-of-type(2).active,
.service_nav__tab_menu a:nth-of-type(2).current,
.service_nav__local_menu button:nth-of-type(2).active,
.service_nav__local_menu button:nth-of-type(2).current,
.service_nav__local_menu a:nth-of-type(2).active,
.service_nav__local_menu a:nth-of-type(2).current {
  border-color: #fdba00;
}
.service_nav__tab_menu button:nth-of-type(2).active:before,
.service_nav__tab_menu button:nth-of-type(2).current:before,
.service_nav__tab_menu a:nth-of-type(2).active:before,
.service_nav__tab_menu a:nth-of-type(2).current:before,
.service_nav__local_menu button:nth-of-type(2).active:before,
.service_nav__local_menu button:nth-of-type(2).current:before,
.service_nav__local_menu a:nth-of-type(2).active:before,
.service_nav__local_menu a:nth-of-type(2).current:before {
  border-top-color: #fdba00;
}
.service_nav__tab_menu button:nth-of-type(2).current,
.service_nav__tab_menu button:nth-of-type(2).active,
.service_nav__tab_menu a:nth-of-type(2).current,
.service_nav__tab_menu a:nth-of-type(2).active,
.service_nav__local_menu button:nth-of-type(2).current,
.service_nav__local_menu button:nth-of-type(2).active,
.service_nav__local_menu a:nth-of-type(2).current,
.service_nav__local_menu a:nth-of-type(2).active {
  background: #fbf5e5;
}
.service_nav__tab_menu button:nth-of-type(3),
.service_nav__tab_menu a:nth-of-type(3),
.service_nav__local_menu button:nth-of-type(3),
.service_nav__local_menu a:nth-of-type(3) {
  color: #a176f3;
  border-color: #e2d6fa;
}
.service_nav__tab_menu button:nth-of-type(3).active,
.service_nav__tab_menu button:nth-of-type(3).current,
.service_nav__tab_menu a:nth-of-type(3).active,
.service_nav__tab_menu a:nth-of-type(3).current,
.service_nav__local_menu button:nth-of-type(3).active,
.service_nav__local_menu button:nth-of-type(3).current,
.service_nav__local_menu a:nth-of-type(3).active,
.service_nav__local_menu a:nth-of-type(3).current {
  border-color: #a176f3;
}
.service_nav__tab_menu button:nth-of-type(3).active:before,
.service_nav__tab_menu button:nth-of-type(3).current:before,
.service_nav__tab_menu a:nth-of-type(3).active:before,
.service_nav__tab_menu a:nth-of-type(3).current:before,
.service_nav__local_menu button:nth-of-type(3).active:before,
.service_nav__local_menu button:nth-of-type(3).current:before,
.service_nav__local_menu a:nth-of-type(3).active:before,
.service_nav__local_menu a:nth-of-type(3).current:before {
  border-top-color: #a176f3;
}
.service_nav__tab_menu button:nth-of-type(3).current,
.service_nav__tab_menu button:nth-of-type(3).active,
.service_nav__tab_menu a:nth-of-type(3).current,
.service_nav__tab_menu a:nth-of-type(3).active,
.service_nav__local_menu button:nth-of-type(3).current,
.service_nav__local_menu button:nth-of-type(3).active,
.service_nav__local_menu a:nth-of-type(3).current,
.service_nav__local_menu a:nth-of-type(3).active {
  background: #f3edfd;
}
.service_nav__tab_menu {
  border: rgba(0, 0, 0, 0.125) 1px solid;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .service_nav__tab_menu {
    margin-top: 50px;
  }
}
.service_nav__tab_menu button {
  overflow: visible;
}
.service_nav__tab_menu button::before {
  transform: rotate(0deg) scale(2) !important;
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.service_hero {
  position: relative;
}
.service_hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #e6f2f8;
  left: auto;
  right: 0;
  height: 100%;
  z-index: -1;
}
.ad .service_hero__bg {
  background: #f7edcf;
}
.ac .service_hero__bg {
  background: #f0e9fc;
}
@media (min-width: 1200px) {
  .service_hero__bg {
    width: calc(50% - 571.5px);
  }
}
@media (min-width: 1400px) {
  .service_hero__bg {
    width: calc(50% - 660px);
  }
}
.service_hero__inner {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 768px) {
  .service_hero__inner {
    flex-direction: row;
    height: 470px;
  }
}
.service_hero__pic {
  overflow: hidden;
}
@media (min-width: 768px) {
  .service_hero__pic {
    width: 45%;
    border-radius: 0 40px 0 0;
    position: relative;
    top: 50px;
    z-index: 1;
  }
}
.service_hero__pic figure,
.service_hero__pic img {
  margin-bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.service_hero__sub {
  line-height: 1.2;
  margin-bottom: 5px;
  opacity: 0.7;
  font-weight: normal;
  font-size: clamp(16px, 3.8554216867vw, 20px);
}
.service_hero__head {
  line-height: 1.2;
}
.service_hero__text {
  background: #e6f2f8;
  padding: 30px 0;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  mix-blend-mode: multiply;
}
.service_account.service_hero__text {
  padding-bottom: 0;
}
.service_hero__button {
  background-color: white;
  color: #010101;
  font-weight: bold;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
  width: 60%;
  padding: 20x;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .service_hero__text {
    text-align: left;
    margin-left: -100px;
    padding-left: 120px;
    margin-bottom: 50px;
  }
  .service_hero__button {
    margin-top: 30px;
    width: 45%;
    padding: 5px;
    margin-left: 10%;
  }
}
.ad .service_hero__text {
  background: #f7edcf;
}
.ac .service_hero__text {
  background: #f0e9fc;
}
@media (min-width: 768px) {
  .service_hero__sub br,
  .service_hero__head br {
    display: none;
  }
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.service_feature {
  color: inherit;
}
.service_feature_box {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .service_feature_box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.service_feature_box:nth-of-type(1) {
  background: #faf6f6;
  background-position: left -200px center;
  position: relative;
}
@media (min-width: 768px) {
  .service_feature_box:nth-of-type(1) {
    background: url(/img/ser_fea_bg1.png) no-repeat #faf6f6;
  }
  body.advertising .service_feature_box:nth-of-type(1) {
    background: url(/img/ser_fea_bg3.png) no-repeat #faf6f6;
  }
  body.account .service_feature_box:nth-of-type(1) {
    background: url(/img/ser_fea_bg5.png) no-repeat #faf6f6;
  }
}
@media (min-width: 1400px) {
  .service_feature_box:nth-of-type(1) {
    background-position: left 0px center;
  }
}
.service_feature_box:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  left: auto;
  right: 0;
  height: 100%;
  background: #fff;
  z-index: 1;
}
@media (min-width: 1200px) {
  .service_feature_box:nth-of-type(1)::before {
    width: calc(50% - 570px + 60px);
  }
}
@media (min-width: 1400px) {
  .service_feature_box:nth-of-type(1)::before {
    width: calc(50% - 660px + 60px);
  }
}
.service_feature_box:nth-of-type(3) {
  background-position: right -200px center;
}
@media (min-width: 768px) {
  .service_feature_box:nth-of-type(3) {
    background: url(/img/ser_fea_bg2.png) right no-repeat #faf6f6;
  }
  body.advertising .service_feature_box:nth-of-type(3) {
    background: url(/img/ser_fea_bg4.png) right no-repeat #faf6f6;
  }
}
@media (min-width: 1400px) {
  .service_feature_box:nth-of-type(3) {
    background-position: right 0px center;
  }
}
.service_feature_box:nth-of-type(3)::before {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  .service_feature_box:nth-of-type(5) {
    background: url(/img/ser_fea_bg3.png) no-repeat #faf6f6;
  }
  body.advertising .service_feature_box:nth-of-type(5) {
    background: url(/img/ser_fea_bg1.png) no-repeat #faf6f6;
  }
  body.account .service_feature_box:nth-of-type(5) {
    background: url(/img/ser_fea_bg1.png) no-repeat #faf6f6;
  }
}
.service_feature_box__inner {
  max-width: 900px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .service_feature_box__inner {
    flex-direction: row;
  }
}
.service_feature_box__pic {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .service_feature_box__pic {
    width: 20%;
  }
}
.service_feature_box__text {
  flex: 1;
}
@media (min-width: 768px) {
  .service_feature_box__text {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.service_feature_box__head {
  text-align: center;
  margin-top: 10px;
}
.service_feature_box__head br {
  display: none;
}
@media (min-width: 768px) {
  .service_feature_box__head br {
    display: inline;
  }
}
@media (min-width: 768px) {
  .service_feature_box__head {
    margin-top: 0;
    text-align: left;
  }
}
.service_feature_box__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  line-height: 1;
  border-radius: 100%;
  font-size: 60px;
  font-weight: normal;
  font-family: "Barlow Condensed", sans-serif;
  background: #b7d02d;
  color: #fff;
}
.service_feature_box__num span {
  margin-top: -0.1em;
}
@media (min-width: 768px) {
  .service_feature_box__num {
    align-self: start;
  }
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.service_synergy {
  background: #f3f3f5;
}
.service_synergy_boxes {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .service_synergy_boxes {
    flex-direction: row;
    justify-content: space-between;
  }
}
.service_synergy_box {
  position: relative;
}
@media (min-width: 768px) {
  .service_synergy_box {
    width: 47%;
  }
}
.service_synergy_box__text {
  margin-top: 20px;
}
.service_synergy_box__head br {
  display: none;
}
@media (min-width: 768px) {
  .service_synergy_box__head br {
    display: inline;
  }
}
.service_synergy_box__pic ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.service_synergy_box__pic ul::after {
  content: "+";
  position: absolute;
  top: 60%;
  left: 50%;
  font-size: 80px;
  line-height: 0;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.service_synergy_box__pic li {
  padding: 15px;
  position: relative;
  width: 48%;
  min-height: 180px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  position: relative;
}
.service_synergy_box__pic li.cas {
  background: #e6f2f8;
  border: #D0E6F1 2px solid;
}
.service_synergy_box__pic li.ad {
  background: #f7edcf;
  border: #EFDCA7 2px solid;
}
.service_synergy_box__pic li.ac {
  background: #f0e9fc;
  border: #E2D6F9 2px solid;
}
.service_synergy_box__pic li p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
.service_synergy_box__pic li i {
  position: absolute;
  top: -50px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
}
.service_synergy_box__pic li i img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.service_ad_genre {
  background: #f3f3f5;
}
.service_ad_genre__inner {
  overflow-x: auto;
  overflow-y: hidden;
}
.service_ad_genre_boxes {
  display: flex;
  width: max-content;
}
@media (min-width: 768px) {
  .service_ad_genre_boxes {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .service_ad_genre_boxes {
    justify-content: space-between;
    width: auto;
  }
}
.service_ad_genre_box {
  width: 55vw;
  position: relative;
}
@media (min-width: 768px) {
  .service_ad_genre_box {
    width: 18%;
  }
}
.service_ad_genre_box__text {
  margin-top: 20px;
  margin-bottom: 10px;
}
.service_ad_genre_box__text > * {
  text-align: center;
}
.service_ad_genre_box__head {
  font-size: clamp(16px, 3.8554216867vw, 20px);
}
.service_ad_genre_box__pic {
  text-align: center;
}
.service_ad_genre_box__pic img {
  width: 60%;
}
@media (min-width: 768px) {
  .service_ad_genre_box__pic img {
    width: auto;
  }
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.service_case_static {
  background: #faf6f6;
}
.service_case_static__inner {
  overflow: hidden;
}
.case_static_boxes {
  display: flex;
  flex-direction: column;
  margin: -15px;
}
.service_case_boxes {
  display: flex;
  align-items: center;
}
.service_case_box.case_static_boxes {
  margin: 0 0 -15px -15px;
}
.service_case_box {
  width: 100%;
}
.service_case_box_arrow {
  width: 20px;
}
@media (min-width: 768px) {
  .case_static_boxes {
    flex-direction: row;
  }
  .service_case_box {
    width: calc(100% - 50px);
  }
  .service_case_box_arrow {
    width: 50px;
    margin-left: 20px;
  }
}
.case_static_box {
  margin: 7.5px 15px;
  flex: 1;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .case_static_box {
    margin: 15px;
  }
}
@media (min-width: 768px) {
  .case_static_box {
    flex-direction: row;
  }
}
.case_static_box.-fxdc {
  flex-direction: column;
}
.case_static_box__pic {
  display: flex;
  align-items: center;
  justify-content: center;
}
.case_static_box__pic figure {
  width: 50%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .case_static_box__pic figure {
    width: auto;
  }
}
.case_static_box__pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.case_static_box__phead {
  flex: 1;
  padding: 5px 15px 5px 0px;
}
.case_static_box__text {
  flex: 1;
  padding: 15px;
}
@media (min-width: 768px) {
  .case_static_box__text {
    padding: 15px;
  }
}
.case_static_box__body b {
  display: block;
}
.case_static_box__company {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 5px;
}
.case_static_box__item {
  margin-bottom: 5px;
}
.case_static_box__tags {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
}
.case_static_box__tags li {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  padding: 2px 4px;
  border-radius: 4px;
  color: #fff;
  background: #010101;
  margin: 0.1em;
}
.case_static_box a {
  color: #010101;
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.service_ad_format__inner {
  overflow-x: auto;
  overflow-y: hidden;
}
.service_ad_format_boxes {
  padding-top: 0px;
  display: flex;
  width: max-content;
}
@media (min-width: 768px) {
  .service_ad_format_boxes {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .service_ad_format_boxes {
    width: auto;
    flex-wrap: wrap;
    margin: -80px 0 0 -80px;
  }
}
.service_ad_format_box {
  margin: 0 10px;
  width: 55vw;
  position: relative;
}
@media (min-width: 768px) {
  .service_ad_format_box {
    width: calc(25% - 80px);
    margin: 80px 0 0 80px;
  }
}
.service_ad_format_box__text {
  margin-top: 20px;
}
.service_ad_format_box__text > * {
  text-align: center;
}
.service_ad_format_box__text p {
  font-size: 12px;
}
@media (min-width: 768px) {
  .service_ad_format_box__text p {
    font-size: 16px;
  }
}
.service_ad_format_box__head {
  font-size: clamp(16px, 3.8554216867vw, 20px);
}
.service_ad_format_box__pic {
  text-align: center;
}
.service_ad_format_box__pic img {
  width: 60%;
}
@media (min-width: 768px) {
  .service_ad_format_box__pic img {
    width: auto;
  }
}
.service_detail_boxes {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin: -80px 0 0 0;
}
.service_detail_box .service_ad_format_box__text p {
  text-align: left;
}
.service_detail_box {
  margin: 0 10px;
  width: calc(100% - 10px);
  position: relative;
}
.service_strategy_img {
  text-align: center;
  margin-top: 20px;
}
.service_strategy_img img {
  width: 80%;
}
.service_feature_box__pic_account {
  margin-left: 0;
  margin-top: 20px;
  width: 150px;
}
.service_ex_boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service_ex_box {
  margin: 2px;
  width: calc(33% - 4px);
}
.service_ex_text {
  margin-top: 20px;
}
.service_ex_text a {
  color: #010101;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .service_detail_box {
    width: calc(33% - 80px);
    margin: 40px 0 0 0;
  }
  .service_strategy_img {
    margin-top: 40px;
  }
  .service_feature_box__pic_account {
    margin-left: 40px;
  }
  .service_strategy_img img {
    width: 60%;
  }
  .service_ex_box {
    margin: 7px;
    width: calc(20% - 14px);
  }
}
@media (max-width: 767.98px) {
  .service_detail_boxes {
    margin-top: 80px;
  }
  .service_detail_box .service_ad_format_box__head {
    font-size: clamp(19px, 2.9230769231vw, 30px);
  }
  .service_detail_box .service_ad_format_box__text p {
    font-size: inherit;
  }
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.service_ad_media__inner {
  text-align: center;
}
.service_ad_media__sns_icos {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .service_ad_media__sns_icos {
    justify-content: space-evenly;
  }
}
.service_ad_media__sns_icos li {
  width: 33.3%;
}
@media (min-width: 768px) {
  .service_ad_media__sns_icos li {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .service_ad_media__sns_icos img {
    width: 30%;
  }
}
.service_ad_media__sns_icos li:nth-child(3) img {
  width: 75%;
}
@media (min-width: 768px) {
  .service_ad_media__sns_icos li:nth-child(3) img {
    width: auto;
  }
}
.service_ad_media__sns_icos p {
  margin-top: 6px;
}
.service_ad_media__sns_icos p i {
  font-style: normal;
  display: inline-block;
  margin: 0 1em;
}
.service_ad_media__sns_icos:last-child li {
  width: 50%;
}
@media (min-width: 768px) {
  .service_ad_media__sns_icos:last-child li {
    width: auto;
  }
}
.service_ad_media__sns_icos:last-child img {
  width: 45%;
}
@media (min-width: 768px) {
  .service_ad_media__sns_icos:last-child img {
    width: auto;
  }
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.service_inquiry__content .container {
  background: #faf6f6;
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 10px;
}
.service_inquiry__content.company_contact .container {
  max-width: 1340px;
}

.service_inquiry [astro-icon] {
  width: 28px;
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
h1.single__title {
  font-size: clamp(25px, 3.8461538462vw, 34px);
}
.post {
  word-break: break-all;
}
.post p {
  margin-bottom: 20px;
  line-height: 1.8;
  color: #444;
}
.post h2 {
  font-size: clamp(22px, 3.3846153846vw, 32px);
  border-top: #ddd 4px solid;
  border-bottom: #ddd 4px solid;
  padding: 0.3em 0;
  margin-bottom: 0.8em;
}
.post h3 {
  font-size: clamp(19px, 2.9230769231vw, 28px);
  background: #f8f3f3;
  padding: 0.3em 0.4em;
  margin-bottom: 0.8em;
}
.post h4 {
  padding-left: 0.6em;
  margin-bottom: 0.8rem;
  position: relative;
}
.post h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: black solid 4px;
}
.post h4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-left: #ff0c86 solid 4px;
}
.post h5 {
  border-bottom: #888 solid 1px;
  padding-bottom: 0.4em;
  margin-bottom: 0.8rem;
}
.post blockquote {
  width: calc(100% - 1em);
  margin: 30px 0 30px auto;
  color: #555555;
  padding: 1.2em 2rem 1.2em 45px;
  border-left: 1px solid #cccccc;
  line-height: 1.8;
  position: relative;
  background: whitesmoke;
}
@media (min-width: 768px) {
  .post blockquote {
    width: calc(100% - 2em);
  }
}
.post blockquote::before {
  font-family: Arial;
  content: "\201c";
  color: #cccccc;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}
.back_btn_wrapper {
  padding-top: 50px;
  margin-top: 50px;
  border-top: #ccc 1px solid;
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.case_logo_set {
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 4px solid #f3f3f5;
}
@media (min-width: 768px) {
  .case_logo_set {
    padding: 30px 0;
  }
}
.case_logo_set .swiper-wrapper {
  transition-timing-function: linear;
}
.case_logo_set .swiper-slide {
  width: 200px;
}
@media (max-width: 767.98px) {
  .case_logo_set .swiper-slide {
    width: 90px;
    padding: 0 20px;
  }
}
.case_logo_set .swiper-slide img {
  height: auto;
}
.case_logos {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.case_logo_set_dm {
  overflow: hidden;
}
.case_logo_set_dm_inner {
  position: relative;
  display: flex;
  width: max-content;
}
.case_logo_set_dm_inner li:not(:root) {
  margin: 40px 40px;
}
@media (max-width: 767.98px) {
  .case_logo_set_dm_inner li:not(:root) {
    margin: 10px;
    text-align: center;
    width: 70px;
    height: 35px;
  }
  .case_logo_set_dm_inner li:not(:root) img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.inf_hero {
  margin-top: -90px;
}
.inf_hero__primary {
  background: #fbf6ee;
  position: relative;
}
.inf_hero__left_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.inf_hero__left_bg_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .inf_hero__left_bg_inner {
    width: 70%;
  }
}
@media (max-width: 991.98px) {
  .inf_hero__left_bg_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}
.inf_hero__left_bg figure,
.inf_hero__left_bg img {
  margin: 0;
}
@media (max-width: 1199.98px) {
  .inf_hero__left_bg figure,
  .inf_hero__left_bg img {
    object-fit: cover;
    object-position: right center;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .inf_hero__left_bg figure,
  .inf_hero__left_bg img {
    object-position: left bottom;
    object-fit: contain;
  }
}
@media (min-width: 1400px) {
  .inf_hero__left_bg img {
    width: 56.25%;
  }
}
.inf_hero__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #ccc;
  background: url(/img/inf_hero_ptn.svg);
  background-size: 80%;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .inf_hero__bg {
    width: 30%;
    left: 70%;
    background-size: 150%;
  }
}
.inf_hero__inner {
  padding-top: 110px;
  padding-bottom: calc(79.2222222222vw - 30px);
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .inf_hero__inner {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
.inf_hero__text {
  border-radius: 40px;
}
@media (min-width: 992px) {
  .inf_hero__text {
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    width: 60%;
    margin-left: auto;
    padding: 40px;
  }
}
.inf_hero__head {
  font-size: 25px;
}
@media (min-width: 768px) {
  .inf_hero__head {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .inf_hero__head {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .inf_hero__head {
    font-size: 39px;
  }
}
@media (max-width: 767.98px) {
  .inf_hero__lead br {
    display: none;
  }
}
.inf_hero .btn {
  width: min(100%, 260px);
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.inf_reason {
  background: url(/img/inf_rea_bg.svg) no-repeat center center #f7fae8;
}
.inf_reason_box {
  text-align: center;
  padding: 0 10px;
  width: 50%;
}
@media (max-width: 767.98px) {
  .inf_reason_box {
    width: auto;
  }
  .inf_reason_box br {
    display: none;
  }
}
.inf_flow_boxes {
  margin-top: 30px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .inf_flow_boxes {
    display: flex;
  }
}
.inf_flow_box {
  text-align: center;
  position: relative;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .inf_flow_box {
    width: 30%;
  }
}
.inf_flow_box__text {
  text-align: left;
}
.inf_flow_box .num {
  font-style: normal;
  background: #b7d02d;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 36px;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  border-radius: 6px;
  margin-bottom: 10px;
}
.inf_flow_box:not(:first-child)::after {
  content: "";
  position: absolute;
  background: url(/img/inf_flow_arr.svg) no-repeat center center/cover;
  width: 36px;
  height: 22px;
  top: 50%;
  transform: translateY(-50%);
  left: -16%;
}
@media (max-width: 767.98px) {
  .inf_flow_box:not(:first-child)::after {
    top: -12%;
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
  }
}
@media (max-width: 767.98px) {
  .inf_flow_box:not(:first-child) {
    margin-top: 60px;
  }
}
.inf_flow_option {
  background: #faf6f6;
  border-radius: 20px;
  align-items: center;
  padding: 15px;
  margin-top: 100px;
}
@media (min-width: 992px) {
  .inf_flow_option {
    display: flex;
  }
}
@media (min-width: 992px) {
  .inf_flow_option {
    margin-top: 40px;
    padding: 0 60px;
  }
}
.inf_flow_option__catch {
  background: #b7d02d;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  font-size: 46px;
  line-height: 1.2;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 991.98px) {
  .inf_flow_option__catch {
    text-align: center;
  }
  .inf_flow_option__catch br {
    display: none;
  }
}
@media (min-width: 992px) {
  .inf_flow_option__catch {
    margin: 60px 0;
  }
}
.inf_flow_option__catch i {
  position: absolute;
  top: -80px;
}
@media (min-width: 992px) {
  .inf_flow_option__catch i img {
    max-width: none;
    width: 160%;
  }
}
.inf_flow_option__pic {
  margin-left: 40px;
  margin-right: 40px;
  text-align: center;
  align-self: flex-end;
}
@media (max-width: 767.98px) {
  .inf_flow_option__pic {
    margin-bottom: 10px;
  }
}
.inf_case {
  background: url(/img/inf_case_bg.svg) no-repeat center center #faf6f6;
}
.inf_case_boxes {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .inf_case_boxes {
    margin-top: -3em;
    display: flex;
  }
}
.inf_case_box {
  text-align: center;
}
@media (min-width: 768px) {
  .inf_case_box {
    width: 30%;
  }
}
.inf_case_box:first-child {
  width: 100%;
}
.inf_case_box__pic {
  display: flex;
  justify-content: space-between;
}
.inf_case_box:first-child .inf_case_box__pic_inner {
  display: flex;
  flex: 1;
  justify-content: space-between;
  width: max-content;
}
@media (max-width: 767.98px) {
  .inf_case_box:first-child .inf_case_box__pic {
    overflow: auto;
  }
  .inf_case_box:first-child .inf_case_box__pic_inner i {
    width: 28vw;
    padding: 10px;
  }
}
.inf_case_box:not(:first-child) .inf_case_box__pic {
  justify-content: center;
}
.inf_case_box:not(:first-child) .inf_case_box__pic i {
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.service_figure {
  background: #f3f3f5;
}
.inf_main .service_figure {
  background: #fff;
}
.inf_main .service_figure .service_figure__text {
  padding-left: 0;
  padding-right: 0;
}
.service_figure__inner {
  text-align: center;
  overflow: hidden;
  margin: -20px 0;
}
@media (min-width: 768px) {
  .service_figure__inner {
    margin: 0;
  }
}
.service_main:not(.service_index_main) .service_figure__inner {
  background: #fff;
  border-radius: 20px;
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.07));
}
.service_figure__inner > * {
  padding: 15px;
}
@media (min-width: 768px) {
  .service_figure__inner > * {
    padding: 30px 20px;
  }
}
.service_figure__text {
  font-size: 17px;
}
.service_figure__text br {
  display: none;
}
@media (min-width: 768px) {
  .service_figure__text {
    font-size: 20px;
  }
  .service_figure__text br {
    display: inline;
  }
}
.service_main:not(.service_index_main) .service_figure__text {
  background: #fbfbfc;
}
.service_figure__text p {
  margin-bottom: 0;
}
main.service_index_main .service_figure__text {
  text-align: left;
  padding: 0;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  main.service_index_main .service_figure__text {
    padding: 15px;
  }
}
.service_figure__pic {
  position: relative;
}
.service_figure__pic .icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (min-width: 768px) {
  .service_figure__pic .icon {
    display: none;
  }
}
.service_figure__pic [astro-icon] {
  width: 2rem;
}
.service_figure__sns_icos {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_figure__sns_icos li {
  margin: 7px;
}
@media (min-width: 768px) {
  .service_figure__sns_icos li {
    margin: 10px 20px;
  }
}
@media (min-width: 768px) {
  .service_figure__sns_icos li img {
    width: 65%;
  }
}
.service_figure .figure_modal {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  overflow: auto;
  transition: 0.3s;
}
.service_figure .figure_modal__content {
  flex-shrink: 0;
  background: #fff;
  width: 750px;
  padding: 20px;
  border-radius: 10px;
}
.service_figure .figure_modal .icon {
  display: inline-block;
  position: fixed;
  top: 10px;
  right: 10px;
  color: #fff;
}
.service_figure .figure_modal [astro-icon] {
  width: 2rem;
}
.service_figure .figure_modal.active {
  opacity: 1;
  visibility: visible;
}
/*! name: @uvarov.frontend/vanilla-calendar | url: https://github.com/uvarov-frontend/vanilla-calendar */
.vanilla-calendar {
  width: 280px;
  min-width: -webkit-min-content;
  min-width: min-content;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  grid-template-columns: 1fr;
  background-color: #fff;
  padding: 12px;
  border-radius: 4px;
}
.vanilla-calendar button.focus-visible {
  outline: 1px solid #ff8c00;
}
.vanilla-calendar button:focus-visible {
  outline: 1px solid #ff8c00;
}
.vanilla-calendar-header {
  position: relative;
  display: flex;
  align-items: center;
}
.vanilla-calendar-header__content {
  flex-grow: 1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  white-space: pre-wrap;
}
.vanilla-calendar-week-numbers {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vanilla-calendar-week-numbers__title {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #20b2aa;
  width: 28px;
  height: 18px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vanilla-calendar-week-numbers__content {
  display: grid;
  grid-auto-flow: row;
  grid-row-gap: 2px;
  row-gap: 2px;
  align-items: center;
  justify-items: center;
  flex-grow: 1;
}
.vanilla-calendar-wrapper {
  height: 200px;
  display: flex;
  gap: 4px;
}
.vanilla-calendar-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.vanilla-calendar-arrow {
  position: relative;
  right: 2px;
  display: block;
  font-size: 0;
  width: 18px;
  height: 18px;
  padding: 2px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  border-radius: 4px;
  border: 0;
}
.vanilla-calendar-arrow::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.vanilla-calendar-arrow::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 10px;
  height: 1px;
  background-color: #000;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.vanilla-calendar-arrow:hover::before,
.vanilla-calendar-arrow:hover::after {
  background-color: #20b2aa;
}
.vanilla-calendar-arrow_prev {
  right: 0;
  left: 4px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.vanilla-calendar-months {
  border-radius: 4px;
  display: grid;
  grid-column-gap: 6px;
  -webkit-column-gap: 6px;
  column-gap: 6px;
  grid-row-gap: 12px;
  row-gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  background-color: #fff;
  flex-grow: 1;
  align-items: center;
}
.vanilla-calendar-months_selecting .vanilla-calendar-months__month {
  cursor: pointer;
}
.vanilla-calendar-months_selecting .vanilla-calendar-months__month_disabled {
  cursor: default;
}
.vanilla-calendar-months__month {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  background-color: #fff;
  color: #20b2aa;
  padding: 2px;
  border-radius: 4px;
  border: 0;
  word-break: break-all;
}
.vanilla-calendar-months__month:hover {
  background-color: #f0f8ff;
}
.vanilla-calendar-months__month_selected {
  background-color: #20b2aa;
  color: #fff;
}
.vanilla-calendar-months__month_selected:hover {
  background-color: #20b2aa;
  color: #fff;
}
.vanilla-calendar-months__month_disabled {
  pointer-events: none;
  background-color: #fff;
  color: silver;
}
.vanilla-calendar-months__month_disabled:hover {
  background-color: #fff;
  color: silver;
}
.vanilla-calendar-month {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  border-radius: 4px;
  padding: 2px;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}
.vanilla-calendar-month:hover {
  color: #20b2aa;
}
.vanilla-calendar-month_not-active {
  color: silver;
}
.vanilla-calendar-month_disabled {
  pointer-events: none;
  color: silver;
}
.vanilla-calendar-years {
  border-radius: 4px;
  display: grid;
  grid-column-gap: 6px;
  -webkit-column-gap: 6px;
  column-gap: 6px;
  grid-row-gap: 12px;
  row-gap: 12px;
  grid-template-columns: repeat(5, 1fr);
  background-color: #fff;
  flex-grow: 1;
  align-items: center;
}
.vanilla-calendar-years_selecting .vanilla-calendar-years__year {
  cursor: pointer;
}
.vanilla-calendar-years_selecting .vanilla-calendar-years__year_disabled {
  cursor: default;
}
.vanilla-calendar-years__year {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff;
  color: #20b2aa;
  padding: 2px;
  border-radius: 4px;
  border: 0;
  word-break: break-all;
}
.vanilla-calendar-years__year:hover {
  background-color: #f0f8ff;
}
.vanilla-calendar-years__year_selected {
  background-color: #20b2aa;
  color: #fff;
}
.vanilla-calendar-years__year_selected:hover {
  background-color: #20b2aa;
  color: #fff;
}
.vanilla-calendar-years__year_disabled {
  pointer-events: none;
  background-color: #fff;
  color: silver;
}
.vanilla-calendar-years__year_disabled:hover {
  background-color: #fff;
  color: silver;
}
.vanilla-calendar-year {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  border-radius: 4px;
  padding: 2px;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}
.vanilla-calendar-year:hover {
  color: #20b2aa;
}
.vanilla-calendar-year_not-active {
  color: silver;
}
.vanilla-calendar-year_disabled {
  pointer-events: none;
  color: silver;
}
.vanilla-calendar-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 2px;
  -webkit-column-gap: 2px;
  column-gap: 2px;
  justify-items: center;
  margin-bottom: 5px;
}
.vanilla-calendar-week__day {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #20b2aa;
  width: 28px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vanilla-calendar-week__day_weekend {
  color: coral;
}
.vanilla-calendar-week-number {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #20b2aa;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vanilla-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 2px;
  -webkit-column-gap: 2px;
  column-gap: 2px;
  grid-row-gap: 2px;
  row-gap: 2px;
  justify-items: center;
  align-items: center;
  flex-grow: 1;
}
.vanilla-calendar-days_selecting .vanilla-calendar-day__btn {
  cursor: pointer;
}
.vanilla-calendar-days_selecting .vanilla-calendar-day__btn_disabled {
  cursor: default;
}
.vanilla-calendar-day {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vanilla-calendar-day.focus-visible .vanilla-calendar-day__popup,
.vanilla-calendar-day:hover .vanilla-calendar-day__popup {
  opacity: 1;
  pointer-events: auto;
}
.vanilla-calendar-day:focus-visible .vanilla-calendar-day__popup,
.vanilla-calendar-day:hover .vanilla-calendar-day__popup {
  opacity: 1;
  pointer-events: auto;
}
.vanilla-calendar-day__btn {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: 0;
  cursor: default;
}
.vanilla-calendar-day__btn:hover {
  background-color: #f0f8ff;
}
.vanilla-calendar-day__btn_today {
  background-color: #f0f8ff;
  color: #20b2aa;
  font-weight: 600;
}
.vanilla-calendar-day__btn_today:hover {
  color: #20b2aa;
  background-color: #f0f8ff;
}
.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_prev,
.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_next {
  background-color: #f5f5f5;
  color: #a9a9a9;
}
.vanilla-calendar-day__btn_selected {
  background-color: #289b95;
  color: #fff;
}
.vanilla-calendar-day__btn_selected:hover {
  background-color: #289b95;
  color: #fff;
}
.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate {
  background-color: #68cec9;
  color: #fff;
}
.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover {
  background-color: #68cec9;
  color: #fff;
}
.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev,
.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next {
  background-color: #f5f5f5;
  color: gray;
}
.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev:hover,
.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next:hover {
  background-color: #f5f5f5;
  color: gray;
}
.vanilla-calendar-day__btn_weekend,
.vanilla-calendar-day__btn_holiday {
  color: coral;
}
.vanilla-calendar-day__btn_weekend:hover,
.vanilla-calendar-day__btn_holiday:hover {
  background-color: #fff5ee;
}
.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_today,
.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_today {
  color: coral;
  background-color: #fff5ee;
}
.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_prev,
.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_next,
.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_prev,
.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_next {
  color: #a9a9a9;
  background-color: #f5f5f5;
}
.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_disabled,
.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_disabled {
  color: #d3d3d3;
  background-color: #f5f5f5;
}
.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected,
.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected {
  background-color: coral;
  color: #fff;
}
.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected:hover,
.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected:hover {
  background-color: coral;
  color: #fff;
}
.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate,
.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate {
  background-color: #ffaa8a;
  color: #fff;
}
.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover,
.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_intermediate:hover {
  background-color: #ffaa8a;
  color: #fff;
}
.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev,
.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next,
.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev,
.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next {
  background-color: #f5f5f5;
  color: gray;
}
.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev:hover,
.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next:hover,
.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev:hover,
.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next:hover {
  background-color: #f5f5f5;
  color: gray;
}
.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev,
.vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next,
.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev,
.vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next {
  color: #a9a9a9;
}
.vanilla-calendar-day__btn_prev,
.vanilla-calendar-day__btn_next {
  background-color: #fff;
  color: #a9a9a9;
}
.vanilla-calendar-day__btn_prev:hover,
.vanilla-calendar-day__btn_next:hover {
  background-color: #fff;
  color: #a9a9a9;
}
.vanilla-calendar-day__btn_disabled {
  pointer-events: none;
  background-color: #fff;
  color: #d3d3d3;
}
.vanilla-calendar-day__btn_disabled:hover {
  background-color: #fff;
  color: #d3d3d3;
}
.vanilla-calendar-day__popup {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 130px;
  padding: 16px 12px 8px;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  opacity: 0;
  pointer-events: none;
}
.vanilla-calendar-day__popup:hover {
  opacity: 1;
  pointer-events: auto;
}
.vanilla-calendar-day__popup::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 8px);
  display: block;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
}
.vanilla-calendar-day__popup::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 2px;
  display: block;
  height: 0;
  width: 0;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  border-style: solid;
  border-width: 0 10px 8px;
}
.vanilla-calendar-time {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 12px;
  gap: 12px;
  border-top: 1px solid #dcdcdc;
  padding: 12px 6px 0;
}
.vanilla-calendar-time__content {
  display: flex;
  align-items: center;
}
.vanilla-calendar-time__content input {
  box-sizing: border-box;
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  color: #000;
  background-color: #fff;
  width: 100%;
  padding: 2px;
  margin: 0;
  border: 0;
  border-radius: 4px;
}
.vanilla-calendar-time__content input:hover {
  background-color: #faebd7;
}
.vanilla-calendar-time__content input:disabled {
  cursor: default;
}
.vanilla-calendar-time__content input:disabled:hover {
  background-color: rgba(0, 0, 0, 0);
}
.vanilla-calendar-time__content input.focus-visible {
  outline: 1px solid #ff8c00;
  background-color: #fff;
}
.vanilla-calendar-time__content input:focus-visible {
  outline: 1px solid #ff8c00;
  background-color: #fff;
}
.vanilla-calendar-time__content input.vanilla-calendar-is-focus {
  background-color: #faebd7;
}
.vanilla-calendar-time__hours {
  position: relative;
  width: 25px;
  margin-right: 6px;
}
.vanilla-calendar-time__hours::after {
  content: ":";
  display: block;
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -1px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #000;
}
.vanilla-calendar-time__minutes {
  width: 25px;
}
.vanilla-calendar-time__keeping {
  cursor: pointer;
  display: block;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  color: gray;
  margin-left: 1px;
  margin-top: 5px;
  padding: 2px;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}
.vanilla-calendar-time__keeping:hover {
  background-color: #faebd7;
}
.vanilla-calendar-time__keeping:disabled {
  cursor: default;
}
.vanilla-calendar-time__keeping:disabled:hover {
  background-color: rgba(0, 0, 0, 0);
}
.vanilla-calendar-time__ranges {
  display: flex;
  flex-direction: column;
}
.vanilla-calendar-time__range {
  font-size: 0;
  position: relative;
  z-index: 1;
}
.vanilla-calendar-time__range::before {
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: 0;
  top: 5px;
  margin-top: 1px;
  background-color: #dcdcdc;
}
.vanilla-calendar-time__range::after {
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  right: 0;
  top: 5px;
  margin-top: 1px;
  background-color: #dcdcdc;
}
.vanilla-calendar-time__range:hover input::-webkit-slider-thumb {
  border-color: gray;
}
.vanilla-calendar-time__range:hover input::-moz-range-thumb {
  border-color: gray;
}
.vanilla-calendar-time__range input {
  width: 100%;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  cursor: pointer;
  margin: 0;
  outline: none;
}
.vanilla-calendar-time__range input.focus-visible::-webkit-slider-thumb {
  border-color: #ff8c00;
}
.vanilla-calendar-time__range input:focus-visible::-webkit-slider-thumb {
  border-color: #ff8c00;
}
.vanilla-calendar-time__range input.focus-visible::-moz-range-thumb {
  border-color: #ff8c00;
}
.vanilla-calendar-time__range input:focus-visible::-moz-range-thumb {
  border-color: #ff8c00;
}
.vanilla-calendar-time__range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -8px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  height: 16px;
  width: 10px;
  box-shadow: none;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
}
.vanilla-calendar-time__range input::-moz-range-thumb {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  height: 16px;
  width: 10px;
  box-shadow: none;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
}
.vanilla-calendar-time__range input::-webkit-slider-runnable-track {
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  margin-top: 1px;
  cursor: pointer;
  background-color: #dcdcdc;
}
.vanilla-calendar-time__range input::-moz-range-track {
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  margin-top: 1px;
  cursor: pointer;
  background-color: #dcdcdc;
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.vanilla-calendar-week__day {
  color: #b7d02d;
}
.vanilla-calendar-day__btn_selected {
  background-color: #b7d02d;
}
.vanilla-calendar-day__btn.-bg_green {
  background-color: #b7d02d;
  color: #fff;
}
.vanilla-calendar-day__popup {
  word-break: break-all;
}
.vanilla-calendar-day__popup a:not(:root) {
  color: #3D6DCC;
  font-weight: bold;
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
:root {
  --item_box_out_padding: 20px;
  --item_box_out_padding_semi: 30px;
}
@media (min-width: 992px) {
  :root {
    --item_box_out_padding: 60px;
    --item_box_out_padding_semi: 30px;
  }
}
.item_boxes__wrapper {
  padding: 15px;
  background: #faf6f6;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .item_boxes__wrapper {
    padding: var(--item_box_out_padding);
  }
  .item_boxes__wrapper.seminar__inner {
    padding: var(--item_box_out_padding_semi);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .topic_row .item_boxes__wrapper {
    margin-right: 46px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .topic_row .item_boxes__wrapper {
    margin-right: 64px;
  }
}
:root {
  --item_box_margin: 20px;
  --item_box_margin_semi: 20px;
}
@media (min-width: 992px) {
  :root {
    --item_box_margin: 48px;
    --item_box_margin_semi: 30px;
  }
}
.item_boxes {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .item_boxes {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--item_box_margin));
    margin-left: calc(-1 * var(--item_box_margin));
  }
  .item_boxes.item_boxes-seminar {
    margin-top: calc(-1 * var(--item_box_margin_semi));
    margin-left: calc(-1 * var(--item_box_margin_semi));
  }
}
.item_box {
  background: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.item_box .item_box__text {
  flex: 1;
}
.item_box:not(:first-child) {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .item_box {
    width: calc(33.33% - var(--item_box_margin));
  }
  .item_box:not(:root) {
    margin-top: var(--item_box_margin);
    margin-left: var(--item_box_margin);
  }
  .item_box:not(:root).item_box-seminar {
    margin-top: var(--item_box_margin_semi);
    margin-left: var(--item_box_margin_semi);
  }
  .topic_row .item_box:not(:root) {
    width: calc(50% - var(--item_box_margin));
    margin-top: var(--item_box_margin);
    margin-left: var(--item_box_margin);
  }
}
@media (min-width: 768px) {
  .item_box.item_box-seminar {
    width: calc(50% - var(--item_box_margin_semi));
  }
}
@media (min-width: 992px) {
  .item_box.item_box-seminar {
    width: calc(25% - var(--item_box_margin_semi));
  }
}
.item_box.item_box-pick_up {
  overflow: visible;
  filter: drop-shadow(4px 4px 0px #b7d02d);
}
@media (min-width: 768px) {
  .item_box.item_box-pick_up {
    width: calc(50% - var(--item_box_margin_semi));
  }
}
.item_box.item_box-pick_up .item_box__pic {
  border-radius: 10px 10px 0 0;
}
.item_box.item_box-pick_up::after {
  content: "\6ce8\76ee\306e\30bb\30df\30ca\30fc";
  white-space: nowrap;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  padding: 0.5em 2em;
  background: #c9e914;
  border-radius: 100px;
  z-index: 1;
}
.item_box.item_box-calendar {
  background: none;
  overflow: visible;
}
@media (min-width: 768px) {
  .item_box.item_box-calendar {
    width: calc(50% - var(--item_box_margin_semi));
  }
}
@media (max-width: 767.98px) {
  .item_box.item_box-calendar {
    position: fixed;
    margin: 0;
    padding: 0;
    border-radius: 0;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    transition: 0.3s;
  }
}
.item_box.item_box-calendar .icon {
  display: inline-block;
  position: fixed;
  top: 10px;
  right: 10px;
  color: #fff;
}
.item_box.item_box-calendar [astro-icon] {
  width: 2rem;
}
.item_box.item_box-calendar.active {
  opacity: 1;
  visibility: visible;
}
.item_box a:hover {
  opacity: 1;
}
.item_box img {
  transition: all 0.3s ease-in-out;
}
.item_box .item_box__pic {
  overflow: hidden;
}
.item_box:hover .item_box__pic img {
  transform: scale(1.1);
}
.calendar__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
@media (min-width: 1200px) {
  .calendar__wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .calendar__wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
  }
}
.calendar__info {
  padding: 10px;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.calendar__info::before,
.calendar__info::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  background: #ff0c86;
}
.calendar__info::before {
  transform: rotate(-15deg);
}
.calendar__info::after {
  left: auto;
  right: 0;
  transform: rotate(15deg);
}
@media (max-width: 767.98px) {
  .calendar__info {
    display: none;
  }
}
.figure_modal {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  overflow: auto;
  transition: 0.3s;
}
.figure_modal__content {
  flex-shrink: 0;
  background: #fff;
  width: 750px;
  padding: 20px;
  border-radius: 10px;
}
.figure_modal .icon {
  display: inline-block;
  position: fixed;
  top: 10px;
  right: 10px;
  color: #fff;
}
.figure_modal [astro-icon] {
  width: 2rem;
}
.figure_modal.active {
  opacity: 1;
  visibility: visible;
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.service_flow_cas {
  background: #f3f3f5;
}
@media (min-width: 992px) {
  .service_flow_cas_boxes {
    display: flex;
    margin-left: -20px;
  }
}
.service_flow_cas_box {
  margin-top: 3em;
  background: #fff;
  padding: 30px 15px 10px;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .service_flow_cas_box {
    margin-left: 20px;
    width: 20%;
  }
}
.service_flow_cas_box__head {
  text-align: center;
  color: #ff0c86;
}
.service_flow_cas_box__vody {
  font-size: 14px;
}
.service_flow_cas_box__num {
  position: absolute;
  top: 0;
  left: 0;
  top: -1.2em;
  left: 0.5em;
  font-size: 52px;
  font-weight: normal;
  font-family: "Barlow Condensed", sans-serif;
}
.service_flow_cas_box__num::before {
  content: "STEP ";
  font-size: 50%;
}
.service_flow_cas_box:not(:first-of-type):after {
  position: absolute;
  top: 0;
  left: 0;
  content: url(/img/flow_arr.svg);
  top: -55px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
@media (min-width: 992px) {
  .service_flow_cas_box:not(:first-of-type):after {
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
  }
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.service_hero_index__inner {
  position: relative;
  background: #F7F9F7;
  padding: 40px 0 80px;
}
.lp_service_hero_index .service_hero_index__inner {
  padding: 120px 0 50px 20px;
}
.lp_service_hero_index .service_hero_index__text {
  width: 70%;
}
.lp_service_hero_index .service_hero_index__title {
  background-color:rgba(255,255,255,0.7);
  padding: 20px 0;
}
@media (min-width: 768px) {
  .service_hero_index__inner {
    padding-top: 60px;
  }
}
.service_hero_index__inner .container {
  max-width: none;
  position: relative;
  z-index: 1;
}
.service_hero_index__inner_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.service_hero_index__inner_bg figure,
.service_hero_index__inner_bg img {
  margin-bottom: 0;
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .service_hero_index__inner_bg figure,
  .service_hero_index__inner_bg img {
    object-fit: cover;
    object-position: center;
  }
}
.service_hero_index__sub {
  display: inline-block;
  font-weight: normal;
  font-size: clamp(14px, 3.3734939759vw, 20px);
  line-height: 1.2;
}
.service_hero_index__text {
  text-align: center;
}
.service_hero_index__head {
  font-size: clamp(20px, 4.8192771084vw, 39px);
}
.service_hero_index__head b {
  font-size: 138.5%;
}
.service_hero_index__points {
  margin-top: clamp(10px, 1.3020833333vw, 30px);
  margin-bottom: clamp(10px, 1.3020833333vw, 30px);
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .service_hero_index__points {
    margin-left: -10px;
    margin-right: -10px;
  }
  .lp_service_hero_index .service_hero_index__text {
    width: 100%;
  }
  .lp_service_hero_index .service_hero_index__inner {
    padding: 80px 0 30px;
  }
  .lp_service_hero_index .service_hero_index__inner_bg img {
    object-fit: cover;
  }
}
.service_hero_index__point {
  opacity: 0;
  transition: 0.2s;
  transition-delay: 0.2s;
  margin: clamp(2px, 0.4819277108vw, 10px);
  --w:30vw;
  width: var(--w);
  height: var(--w);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #b7d02d;
  color: #fff;
  font-size: clamp(12px, 2.8915662651vw, 20px);
}
html.js .service_hero_index__point {
  opacity: 1;
}
@media (min-width: 768px) {
  .service_hero_index__point {
    --w:200px;
  }
}
@media (max-width: 374.98px) {
  .service_hero_index__point {
    font-size: 11px;
  }
}
.service_hero_index__point strong {
  font-size: clamp(18px, 4.3373493976vw, 32px);
}
.service_hero_index__point strong i {
  font-style: normal;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 320%;
  font-weight: normal;
  line-height: 0.7;
}
@media (max-width: 374.98px) {
  .service_hero_index__point strong i {
    font-size: 290%;
  }
}
.service_hero_index .btn,
.lp_service_case .btn,
.btn-cta-contact {
  width: min(100%, 260px);
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.service_influencer_border {
  border-top: 3px solid #bfbfbf;
}
.service_influencer {
  background: inherit;
}
.service_influencer__data .boxes {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .service_influencer__data .boxes {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .service_influencer__data .box {
    width: 30%;
  }
}
.service_influencer__data .box .primary {
  text-align: center;
}
.service_influencer__data .box .secondary {
  margin: 10px 30px;
}
.service_influencer__member {
  background: #efe2e2;
  padding: var(--bs-gutter-x, 0.75rem);
  margin-top: 60px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .service_influencer__member {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .service_influencer__member .boxes {
    display: flex;
    flex-wrap: wrap;
    margin: -45px 0 0 -45px;
  }
}
.service_influencer__member .box {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
.service_influencer__member .box:not(:first-child) {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .service_influencer__member .box {
    width: calc(50% - 45px);
  }
  .service_influencer__member .box:not(:root) {
    margin: 45px 0 0 45px;
  }
}
.service_influencer__member .box .box__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .service_influencer__member .box .box__inner {
    flex-direction: row;
  }
  .service_influencer__member .box .primary {
    width: 220px;
  }
}
.service_influencer__member .box .primary {
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.service_influencer__member .box .primary img,
.service_influencer__member .box .primary figure {
  object-fit: cover;
  width: 100%;
  /* height: 100%; */
}
.service_influencer__member .box .secondary {
  margin: 10px 0 0;
  flex: 1;
  position: relative;
}
@media (min-width: 768px) {
  .service_influencer__member .box .secondary {
    margin: 10px 20px 0;
    padding-bottom: 40px;
  }
}
.service_influencer__member .box .secondary .h3 {
  font-size: 60px;
  font-weight: normal;
  font-family: "Barlow Condensed", sans-serif;
}
@media (min-width: 768px) {
  .service_influencer__member .box .secondary .h3 {
    position: absolute;
    bottom: -0.4em;
  }
}
.service_influencer__member .box .secondary .h3::after {
  content: "Followers";
  color: #ff0c86;
  font-size: 30%;
}
@media (min-width: 768px) {
  .service_influencer__member .box .secondary .h3::after {
    position: absolute;
    bottom: -9px;
    right: 0;
  }
}
.service_influencer__member .box .secondary .meta {
  display: flex;
  font-size: 14px;
}
.service_influencer__member .box .secondary .meta i {
  font-style: normal;
}
.service_influencer__member .box .secondary .meta .age {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #333;
}
.service_hero_index__head .marker {
  background: linear-gradient(transparent 60%, #febbe2 60%);
}
.service_influencer__member_scroll_wrapper {
  position: relative;
}
.service_influencer__member_scroll {
  padding: 20px;
  overflow: hidden;
  /* overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  position: relative; */
}

.service_influencer__member_scroll .boxes {
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  column-gap: 16px;
  margin: 0;
  width: max-content;
  transition: transform 0.3s ease;
  transform: translateX(0);
}

.service_influencer__member_scroll .box {
  padding: 8px 12px;
  flex: 1;
  display: flex;
  width: 250px;
}

.service_influencer__member_scroll .box .primary {
  width: 100%;
}

.service_influencer__member_scroll .box .primary img {
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.service_influencer__member_scroll .box .box__inner {
  flex-direction: column;
}

.service_influencer__member_scroll .box .secondary {
  margin: 10px 10px 0;
  display: flex;
  flex-direction: column;
}

.service_influencer__member_scroll .box:not(:first-child) {
  margin-top: 0;
}

.service_influencer__member_scroll .box:not(:root) {
  margin: 0;
}

.service_influencer__member_scroll .member-detail {
  flex-grow: 1;
}

.service_influencer__member_scroll .box:last-child {
  padding-right: 16px;
}

.service_influencer__member_scroll .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 6px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
}

.service_influencer__member_scroll .arrow.left {
  left: -22px;
}

.service_influencer__member_scroll .arrow.right {
  right: -22px;
}

.service_influencer__member_scroll .hide {
  display: none;
}

@media (max-width: 767.98px) {
  .service_influencer__member_scroll {
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .service_influencer__member_scroll .arrow {
    display: none;
  }

  .service_influencer__member_scroll .box .primary img {
    height: 170px;
  }

  .service_influencer__member_scroll {
    margin-top: 30px;
  }

  .service_influencer__member_scroll .box {
    width: 170px;
  }

  .service_influencer__member_scroll .member-detail {
    display: none;
  }

  .service_influencer__member_scroll .box .age,
  .service_influencer__member_scroll .box .tags {
    margin-bottom: 0;
    white-space: nowrap;
  }

  .service_influencer__member_scroll .box .secondary .meta .age {
    margin-right: 0.3em;
    padding-right: 0.3em;
  }

  .service_influencer__member_scroll .box .secondary .h3 {
    font-size: 40px;
  }

  .service_influencer__member_scroll .box .secondary {
    text-align: center;
  }

  .service_influencer__member_scroll .box .secondary b {
    white-space: nowrap;
  }

  .service_influencer__member_scroll .box .secondary .meta {
    justify-content: center;
  }

  .service_influencer__member.service_influencer__member_scroll .box .secondary .h3::after {
    content: '\A Followers';
    white-space: pre;
  }
}

.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
@media (min-width: 1200px) {
  .service_solution_boxes {
    display: flex;
    justify-content: center;
  }
}
.service_solution_box {
  flex: 1;
  text-align: center;
}
.service_solution_box__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service_solution_box__text p {
  position: relative;
  margin-bottom: 45px;
  font-size: 17px;
  width: 100%;
  display: inline-block;
  background: #efe2e2;
  position: relative;
  padding: 0.8em 2.8em;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .service_solution_box__text p {
    font-size: 18px;
    width: auto;
  }
}
.service_solution_box__text p::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 20px;
  border-top-color: #efe2e2;
  margin-left: -20px;
  left: 50%;
  bottom: -40px;
}
.service_solution_box__text p::before {
  transform: scale(0.5, 1);
}
.service_solution_box__pic p {
  text-align: center;
}
@media (min-width: 992px) {
  .service_solution_box:first-child p:nth-child(1) {
    left: -40px;
  }
  .service_solution_box:first-child p:nth-child(2) {
    left: 120px;
  }
  .service_solution_box:first-child p:nth-child(3) {
    left: -110px;
  }
  .service_solution_box:last-child p:nth-child(1) {
    left: -40px;
  }
  .service_solution_box:last-child p:nth-child(2) {
    left: 120px;
  }
  .service_solution_box:last-child p:nth-child(3) {
    left: -110px;
  }
}
.service_reason {
  background: #efe2e2;
}
.service_reason_box {
  margin-top: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .service_reason_box {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .service_reason_box {
    flex-direction: row;
  }
}
.service_reason_box__primary {
  background: #faf6f6;
  padding: 15px;
  flex: 1;
}
@media (min-width: 768px) {
  .service_reason_box__primary {
    padding: 30px 25px;
  }
}
.service_reason_box__primary p {
  margin-bottom: 5px;
}
.service_reason_box__primary .h3 {
  margin-bottom: 20px;
}
.service_reason_box__primary img {
  display: block;
  margin-left: auto;
}
.service_reason_box__secondary {
  padding: 15px;
  flex: 1.2;
}
@media (min-width: 768px) {
  .service_reason_box__secondary {
    padding: 30px;
  }
}
.service_reason_box__secondary dt {
  font-size: 17px;
  margin-bottom: 0.2em;
  color: #a5bb28;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .service_reason_box__secondary dt {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .service_genre_box {
    display: flex;
  }
}
.service_genre_box__primary {
  flex: 1;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .service_genre_box__primary {
    margin-bottom: auto;
  }
}
.service_genre_box__primary .h5 {
  position: relative;
}
.service_genre_box__primary .h5 i {
  position: absolute;
  top: 1px;
  right: 80px;
  font-style: normal;
  font-size: 50px;
  color: #b7d02d;
  opacity: 0.4;
}
.service_genre_box__secondary {
  flex: 2.5;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .service_genre_box__secondary {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.service_genre_box__secondary dl {
  background: url(/img/ser_genre1.png) no-repeat;
  min-height: 161px;
  margin-bottom: 30px;
  background-size: 130px;
  padding-left: 150px;
}
@media (min-width: 768px) {
  .service_genre_box__secondary dl {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .service_genre_box__secondary dl {
    padding-left: 180px;
    background-size: auto;
  }
}
@media (min-width: 992px) {
  .service_genre_box__secondary dl {
    margin-bottom: 100px;
  }
}
.service_genre_box__secondary dl:nth-of-type(2) {
  background-image: url(/img/ser_genre2.png);
}
.service_genre_box__secondary dl:nth-of-type(3) {
  background-image: url(/img/ser_genre3.png);
}
.service_genre_box__secondary dl:nth-of-type(4) {
  background-image: url(/img/ser_genre4.png);
}
.service_genre_box__secondary dt {
  margin-top: 10px;
  margin-bottom: 10px;
}
.service_genre_box__secondary dd {
  display: list-item;
  margin-left: 1em;
}
.service_genre_box:last-child dl {
  background-image: url(/img/ser_genre5.png);
}
.service_genre_box:last-child dl:nth-of-type(2) {
  background-image: url(/img/ser_genre6.png);
}
.service_genre_box:last-child dl:nth-of-type(3) {
  background-image: url(/img/ser_genre7.png);
}
.service_genre_box:last-child dl:nth-of-type(4) {
  background-image: url(/img/ser_genre8.png);
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.service_to_detail {
  color: #fff;
  position: relative;
}
.service_to_detail.service_to_detail_gray {
  background: #bfbfbf;
  /* color: #010101; */
}
.service_to_detail_gray .service_to_detail__inner {
  background: #3c3838;
  padding: 40px;
  border-radius: 20px;
  align-items: end;
}
.service_to_detail_gray .service_to_detail__text .service_img {
  width: 60%;
  margin: 0 auto;
}
.service_to_detail_gray .service_to_detail__wbtn .btn {
  width: 300px;
  margin-top: 0;
  margin-right: 20px;
}
.service_to_detail_gray .service_to_detail__wbtn ul {
  width: 60%;
  margin-bottom: 0;
}
.service_to_detail_gray .service_to_detail_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.service_to_detail_gray .service_to_detail_wrapper:nth-child(3) {
  margin-bottom: 10px;
}
.service_to_detail__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.service_to_detail__bg img,
.service_to_detail__bg figure {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: right center;
}
.service_to_detail__bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
}
.service_to_detail__inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .service_to_detail__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .service_to_detail__inner > * {
    width: 50%;
  }
  .service_to_detail_gray .service_to_detail__text {
    width: 40%;
  }
  .service_to_detail_gray .service_to_detail__wbtn {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .service_to_detail_gray .service_to_detail__inner {
    width: 90%;
  }
  .service_to_detail_gray .service_to_detail_wrapper {
    display: block;
  }
  .service_to_detail_gray .service_to_detail__wbtn {
    margin: 0 auto;
  }
  .service_to_detail_gray .service_to_detail__wbtn .btn {
    width: min(100%, 300px);
  }
  .service_to_detail_gray .service_to_detail__wbtn ul {
    width: min(100%, 300px);
  }
  .service_to_detail_gray .service_to_detail__inner {
    padding: 20px;
  }
  .service_to_detail_gray .service_to_detail__wbtn .btn {
    margin: 0 0 10px;
  }
}
.service_to_detail__text {
  font-size: 17px;
}
.service_to_detail__text br {
  display: none;
}
@media (min-width: 768px) {
  .service_to_detail__text {
    font-size: 20px;
  }
  .service_to_detail__text br {
    display: inline;
  }
}
.service_to_detail__text p {
  margin-bottom: 0;
}
.service_to_detail__wbtn .btn {
  display: block;
  margin-top: 30px;
  width: min(100%, 300px);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .service_to_detail__wbtn .btn {
    margin-right: 0;
  }
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.login_card__wrapper {
  width: min(100% - 40px, 600px);
  margin: 0 auto;
}
.login_card {
  padding: clamp(15px, 3.6144578313vw, 60px);
}
.login_card small.nt {
  font-size: 12px;
  opacity: 0.7;
}
.login_card .btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_card [astro-icon] {
  width: 1.8em;
  margin-right: 5px;
}
.login_card.-instagram_code .instagram_code__code {
  font-size: 3rem;
  letter-spacing: 0.3em;
  margin-bottom: 2.5rem;
  margin-left: 0.3em;
}
.login_card.-instagram_code .instagram_code__steps_hd {
  text-align: center;
  font-size: 15px;
  position: relative;
  color: #777;
}
.login_card.-instagram_code .instagram_code__steps_hd span {
  position: relative;
  background: #fff;
  padding: 10px;
  z-index: 1;
}
.login_card.-instagram_code .instagram_code__steps_hd::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #ddd;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.login_card.-instagram_code ul.instagram_code__steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.login_card.-instagram_code ul.instagram_code__steps li {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
  padding-top: 50px;
}
.login_card.-instagram_code ul.instagram_code__steps li:not(:last-child) {
  border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
  position: relative;
}
.login_card.-instagram_code ul.instagram_code__steps li:not(:last-child)::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 12px;
  border-top-color: rgba(0, 0, 0, 0.2);
  margin-left: -12px;
  left: 50%;
  bottom: -24px;
}
.login_card.-instagram_code ul.instagram_code__steps li::after {
  content: "1";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 1.6em;
  height: 1.6em;
  border-radius: 100%;
  background: #b7d02d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_card.-instagram_code ul.instagram_code__steps li:nth-child(2)::after {
  content: "2";
}
.login_card.-instagram_code ul.instagram_code__steps li:nth-child(3)::after {
  content: "3";
}
.login_card.-instagram_code ul.instagram_code__steps li:nth-child(4)::after {
  content: "4";
}
.login_card.-instagram_code ul.instagram_code__steps li i {
  font-style: normal;
  display: inline-block;
  background: #b7d02d;
  color: #fff;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.login_card.-instagram_code ul.instagram_code__steps li [astro-icon] {
  width: 2.5em;
  margin: 0 6px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.login_card.-instagram_code ul.instagram_code__steps li .p {
  flex: 1;
  align-self: flex-start;
  margin-bottom: 0;
  word-break: break-all;
}
.login_card.-instagram_code ul.instagram_code__steps li .figure__wrapper {
  display: flex;
  justify-content: center;
}
.login_card.-instagram_code ul.instagram_code__steps li .figure__wrapper figure {
  position: relative;
}
.login_card.-instagram_code ul.instagram_code__steps li .figure__wrapper .figure_code {
  position: absolute;
  top: 68%;
  left: 26%;
}
.login_card.-instagram_code ul.instagram_code__steps li .figure__wrapper .figure_code .blob {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  transform: scale(1);
  animation: pulse 2.5s infinite;
}
.login_card.-instagram_code .no_reach {
  margin-top: 10px;
  border: #ddd 1px solid;
  padding: 15px;
  margin-top: 0;
  font-size: 14px;
}
.login_card.-instagram_code .no_reach .h6 {
  background: #f7f7f7;
  margin: -15px;
  margin-bottom: 10px;
  padding: 8px 15px;
  font-size: 14px;
}
.login_card.-instagram_code .no_reach p {
  margin-bottom: 5px;
}
.login_card.-instagram_code .no_reach .no_reach__sample .b {
  margin-top: 15px;
  padding-top: 5px;
  border-top: #ccc 1px solid;
  font-weight: bold;
  opacity: 0.5;
}
.login_card.-instagram_code .no_reach .no_reach__sample i {
  border-left: #eee 3px solid;
  display: inline-block;
  padding-left: 1em;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 99, 71, 0.7);
  }
  70% {
    transform: scale(1.5);
    box-shadow: 0 0 0 10px rgba(255, 99, 71, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 99, 71, 0);
  }
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.price_hero {
  padding-top: 100px;
}
.price_hero .w_section_head {
  text-align: center;
}
.price_hero .section_head {
  margin-bottom: clamp(20px, 4.8192771084vw, 50px);
}
.price_hero .section_head:after {
  display: none;
}
.price_hero_boxes {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .price_hero_boxes {
    justify-content: center;
  }
}
.price_hero_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 10px 0;
  border: #b7d02d 4px solid;
  color: #b7d02d;
  border-radius: 10px;
  width: 48%;
}
@media (min-width: 992px) {
  .price_hero_box {
    border: #b7d02d 8px solid;
  }
}
@media (min-width: 992px) {
  .price_hero_box {
    margin: 0 50px;
  }
}
@media (min-width: 992px) {
  .price_hero_box {
    width: 40%;
    width: 320px;
    height: 320px;
    border-radius: 100%;
  }
}
.price_hero_box__head {
  font-size: clamp(12px, 2.8915662651vw, 30px);
  font-weight: normal;
  line-height: 0.7;
}
.price_hero_box__head i {
  font-size: 400%;
  font-style: normal;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 0.7;
}
.price_hero_box__head.-ad {
  font-size: 14px;
  position: relative;
}
@media (min-width: 992px) {
  .price_hero_box__head.-ad {
    left: 10px;
  }
}
.price_hero_box__head.-ad i {
  font-size: 230%;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .price_hero_box__head.-ad i {
    font-size: 520%;
  }
}
.price_hero_box__subhead {
  margin-top: clamp(10px, 2.4096385542vw, 15px);
  font-size: clamp(16px, 3.8554216867vw, 28px);
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.price_table {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .price_table .section_head {
    margin-bottom: 20px;
  }
}
.price_table_boxes {
  padding-top: 20px;
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.07));
}
.coverage_section .align-center {
  text-align: center;
}
@media (min-width: 768px) {
  .price_table_boxes {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .price_table .coverage_img {
    width: 83%;
  }
}
.price_table_box {
  position: relative;
  text-align: center;
  flex: 1;
  background: #fff;
  position: relative;
  border-right: #eee 2px solid;
}
.price_table_box:not(:nth-of-type(2)) {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .price_table_box:not(:nth-of-type(2)) {
    margin-top: 0;
  }
}
.price_table_box > div {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: #eee 2px solid;
  min-height: clamp(60px, 14.4578313253vw, 80px);
}
.price_table_box > div small {
  display: block;
  font-size: clamp(10px, 2.4096385542vw, 12px);
}
.price_table_box > div i {
  font-style: normal;
  font-weight: normal;
  padding: 0 0.25em;
  color: #a0a0af;
  width: 50%;
  text-align: right;
}
@media (min-width: 768px) {
  .price_table_box > div i {
    display: none;
  }
}
.price_table_box > div span {
  flex: 1;
  text-align: left;
  padding: 0 0.25em;
}
@media (min-width: 768px) {
  .price_table_box > div span {
    text-align: center;
  }
}
.price_table_box > div span br {
  display: none;
}
@media (min-width: 768px) {
  .price_table_box > div span br {
    display: inline;
  }
}
.price_table_box.-box0 {
  border-radius: 10px 0 0 10px;
  background: #ebebee;
  position: relative;
  left: 10px;
  overflow: hidden;
  display: none;
}
@media (min-width: 768px) {
  .price_table_box.-box0 {
    display: block;
  }
}
.price_table_box.-box0 > div {
  flex-direction: column;
}
.price_table_box.-box1 {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  position: relative;
}
.-cas .price_table_box.-box2 {
  border-radius: 10px;
  z-index: 2;
}
@media (min-width: 768px) {
  .-cas .price_table_box.-box2 {
    transform: scale(1.05);
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
  }
}
.-ac .price_table_box.-box3 {
  border-radius: 0 10px 10px 0px;
  overflow: hidden;
}
.-cas .price_table_box.-box4 {
  border-radius: 0 10px 10px 0px;
  overflow: hidden;
}
.-box_plan .price_table_box__ac_name,
.-box_plan .price_table_box__name {
  background: #f1e5e5;
  font-weight: bold;
  font-size: clamp(17px, 4.0963855422vw, 20px);
}
.-box_plan .price_table_box__ac_name i,
.-box_plan .price_table_box__name i {
  display: none;
}
.-box_plan .price_table_box__ac_name span,
.-box_plan .price_table_box__name span {
  text-align: center;
}
@media (min-width: 768px) {
  .-box_plan .price_table_box__ac_name,
  .-box_plan .price_table_box__name {
    background: #f8f2f2;
  }
}
.-box_plan .price_table_box__price {
  font-size: clamp(17px, 4.0963855422vw, 120%);
  font-weight: bold;
}
.-box_plan .price_table_box__ac_price {
  font-size: 120%;
  font-weight: bold;
}
.-box_plan .price_table_box__ac_price u {
  font-style: normal;
  font-size: 70%;
  text-decoration: none;
}
.-box1 .price_table_box__ac_image [astro-icon],
.-box1 .price_table_box__ac_movie [astro-icon],
.-box1 .price_table_box__ac_post [astro-icon],
.-box1 .price_table_box__ac_edit [astro-icon],
.-box1 .price_table_box__ac_res [astro-icon],
.-box2 .price_table_box__ac_movie [astro-icon] {
  display: none;
}
.-box1 .price_table_box__ac_image span:after,
.-box1 .price_table_box__ac_movie span:after,
.-box1 .price_table_box__ac_post span:after,
.-box1 .price_table_box__ac_edit span:after,
.-box1 .price_table_box__ac_res span:after,
.-box2 .price_table_box__ac_movie span:after {
  content: "-";
}
.price_table_box [astro-icon] {
  width: 1.5em;
  color: #b7d02d;
}
.price_table_box .pop {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 0;
  left: 0;
  top: 2.6vw;
  left: calc(50% + 3em);
  width: 5.5em;
  content: "";
  background: #b7d02d;
  padding: 0.4em 0;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  .price_table_box .pop {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .price_table_box .pop::before {
    content: "";
    border: solid transparent;
    display: inline-block;
    position: absolute;
    border-width: 8px;
    border-top-color: #b7d02d;
    margin-left: -8px;
    left: 50%;
    bottom: -16px;
  }
}
@media (max-width: 767.98px) {
  .price_table_box {
    border-radius: 10px !important;
    overflow: hidden;
  }
}
.f_ex {
  font-family: "Barlow Condensed", sans-serif;
}
.price_case {
  background: #f3f3f5;
}
@media (min-width: 1200px) {
  .price_case .container {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .price_case_boxes,
  .problem_case_boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .problem_case_two_box.problem_case_boxes {
    justify-content: space-evenly;
  }
}
.price_case_box {
  margin-top: 0;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
}
.problem_case_box {
  margin-top: 0;
  border: 1px solid #000;
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  display:flex;
  flex-direction:column;
}
@media (max-width: 767.98px) {
  .price_case_box:not(:first-child),
  .problem_case_box {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .price_case_box,
  .problem_case_box {
    width: 31%;
  }
}
.price_case_box > div {
  border-bottom: #ddd 1px solid;
  padding: 10px 0;
  min-height: 4rem;
  line-height: 1.3;
  text-align: left;
  display: flex;
  align-items: center;
}
.price_case_box i {
  font-style: normal;
  display: block;
}
.price_case_box .price_case_box__media {
  flex-direction: row;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  min-height: 3em;
}
.problem_case_box .problem_case_box_title {
  flex-direction: row;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.problem_case_box img {
  width: 50%;
  margin: 0 auto;
}
.problem_case_box ul {
  list-style: none;
  padding: 20px 0;
  background-color: #e1f0d9;
  justify-content:center;
  flex-grow:1;
  border-radius: 10px;
}
.problem_case_box ul.problem_case_box_content {
  background-color: #fff;
  padding-bottom: 0;
}
.problem_case_box ul li {
  margin-bottom: 10px;
}
.problem_case_box ul li:last-child {
  margin-bottom: none;
}
.price_case_box .price_case_box__media img {
  display: inline-block;
  margin: 0 5px;
  width: auto;
  height: 40px;
}
@media (max-width: 767.98px) {
  .price_case_box .price_case_box__media,
  .problem_case_box .problem_case_box_title {
    padding-top: 0;
    font-size: 20px;
  }
  .price_case_box .price_case_box__media img {
    height: 25px;
  }
}
.price_case_box.-box2 .price_case_box__media img {
  height: 32px;
}
.price_case_box.-box4 .price_case_box__media img {
  height: 45px;
}
@media (max-width: 767.98px) {
  .price_case_box.-box2 .price_case_box__media img {
    height: 23px;
  }
  .price_case_box.-box4 .price_case_box__media img {
    height: 35px;
  }
}
.price_case_box .price_case_box__name {
  display: block;
}
.price_case_box .price_case_box__name div {
  display: flex;
}
.price_case_box .price_case_box__name i {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}
.price_case_box .price_case_box__name i img,
.price_case_box .price_case_box__name i figure {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.price_case_box .price_case_box__name span {
  flex: 1;
  /* margin-left: 10px; */
  margin-left: 0;
  text-align: center;
}
.price_case_box .price_case_box__name span b {
  display: block;
  text-align: center;
}
.price_case_box .price_case_box__result dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.price_case_box .price_case_box__result dl dt {
  font-weight: normal;
}
.price_case_box .price_case_box__result dl dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 0.4em;
  font-weight: bold;
}
.price_case_box .price_case_box__price {
  text-align: center;
  font-size: clamp(18px, 4.3373493976vw, 26px);
  display: block;
  border: none;
}
.price_case_box .price_case_box__price b {
  font-size: 110%;
}
@media (max-width: 767.98px) {
  .price_case_box .price_case_box__price b {
    font-size: 130%;
  }
}
.price_case_box .price_case_box__price p {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .price_case_box .price_case_box__price {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.price_case_box [astro-icon] {
  width: 1.8em;
  margin-right: 10px;
}

.invalid-feedback {
  display: block;
}

section.bg-gray-section {
  background: #f3f3f5;
}
section.bg-white-section {
  background: #ffffff;
}
section.bg-pink-section {
  background: #efe2e2;
}
.lp_service_solution .solution-text {
  font-size: clamp(22px, 3.3846153846vw, 38px);
  letter-spacing: 0.15rem;
  margin-top: 5rem;
}
.lp_service_solution .solution-text img {
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 20px;
  height: 60px;
}
.lp_service_solution .solution-text span {
  font-size: 138.5%;
  letter-spacing: 0.25rem;
}
.lp_service_solution .solution-text span.pink {
  color: #fe0788;
}
.lp_service_case .case-text h3 {
  font-size: clamp(22px, 3.3846153846vw, 38px);
  letter-spacing: 0.05rem;
}
.lp_service_case .case-text h3 .pink {
  color: #fe0788;
}
.lp_service_case .case-text h3 .pink b {
  font-size: 138.5%;
}
.pink {
  color: #fe0788;
}
.price-text {
  font-weight: bold;
  font-size: clamp(17px, 4.0963855422vw, 20px);
}
@media (max-width: 767.98px) {
  .lp_service_solution .solution-text {
    margin-top: 2rem;
  }
  .lp_service_solution .solution-text img {
    height: 50px;
    margin: 12px 8px 12px 0;
  }
}

@media (min-width: 768px) {
  .pc-display {
    display: block;
  }
  .sp-display {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .pc-display {
    display: none;
  }
  .sp-display {
    display: block;
  }
}

@media (min-width: 768px) {
  .inbound-main .service_hero_index__inner {
    padding-bottom: 20px;
  }
}
.inbound-main .service_hero_index__inner .container {
  padding-top: 400px;
}
.inbound-main .service_hero_index__head {
  color: #fff;
  text-align: right;
}
.inbound-main .hero-section h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
}
.inbound-main .influencer-box-wrapper {
  display: flex;
  justify-content: space-between;
}
.inbound-main .influencer-box {
  border: 2px solid #a5a6a8;
  width: 49%;
  padding: 10px 10px;
  display: flex;
}
.inbound-main .influencer-box-inner.inner1 {
  width: 40%;
}
.inbound-main .influencer-box-inner.inner2 {
  width: 60%;
  padding-left: 15px;
}
.inbound-main .influencer-box-inner .icon {
  display: flex;
  align-items: center;
}
.inbound-main .influencer-box-inner .icon img {
  width: 12%;
  margin-right: 10px;
}
.inbound-main .influencer-box-inner .hashtag {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inbound-main .influencer-box-inner .hashtag p {
  width: 48%;
  border: 1px solid #cfcece;
  border-radius: 10px;
  background-color: #f0f0f0;
  padding: 5px 0 5px 10px;
  text-align: left;
}
.inbound-main .influencer-box-inner .follower b {
  font-size: 1.5rem;
}
.inbound-main .case-box {
  display: flex;
  align-items: flex-start;
}
.inbound-main .case-box-image {
  width: 40%;
}
.inbound-main .case-box-text {
  width: 60%;
  padding-left: 30px;
}
.inbound-main .case-box-text h3 {
  display: flex;
  align-items: center;
}
.inbound-main .case-box-text img {
  width: 8%;
  margin-right: 15px;
}
.inbound-main #service .container img {
  width: 100%;
}
.inbound-main .pink {
  color: #fe0788;
}
@media (max-width: 767.98px) {
  .inbound-main .service_hero_index__inner .container {
    padding-top: 10px;
  }
  .inbound-main .service_hero_index__inner {
    padding: 110px 0 10px;
  }
  .inbound-main .service_hero_index__head {
    text-align: right;
  }
  .inbound-main .hero-section h3 {
    font-size: calc(19px + ((1vw - 3.2px) * 1.3414634146));
    line-height: 1.5;
  }
  .inbound-main .influencer-box-wrapper {
    flex-wrap: wrap;
  }
  .inbound-main .influencer-box {
    width: 100%;
  }
  .inbound-main .influencer-box {
    flex-wrap: wrap;
  }
  .inbound-main .influencer-box-inner {
    text-align: center;
  }
  .inbound-main .influencer-box-inner.inner1 {
    width: 100%;
  }
  .inbound-main .influencer-box-inner.inner2 {
    width: 100%;
    padding-left: 0;
  }
  .inbound-main .influencer-box-inner .icon {
    justify-content: center;
  }
  .inbound-main .case-box {
    flex-wrap: wrap;
  }
  .inbound-main .case-box-image {
    width: 100%;
    margin-bottom: 10px;
  }
  .inbound-main .case-box-text {
    width: 100%;
    padding-left: 0;
  }
}
/* ポップアップ */
.popup-area {
  display:none;
  width:70%;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.popup-area a:not(.btn):hover {
  opacity: 1;
}
.popup-area img {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .popup-area {
      width:auto;
  }
  .popup-area img {
      width: 70%;
  }
}
/* 背景色 */
.cover-eml {
  background:rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;   
  top:0;
  right:0;
  bottom:0;
  left:0;
}
.fixed-div {
  position: fixed;
  bottom: 40px;
  right: 1px;
  /* width: 280px; */
  /* height: 240px; */
  /* overflow: auto; */
  /* border:1px solid #444444;
  background-color:#fff;
  border-radius: 10px; */
  z-index: 100;
  text-align: center;
  padding: 10px;
}
.fixed-div .fixed-icon {
  width: 50px;
  margin-bottom: 15px;
}
.fixed-div .title {
  font-weight: bold;
}
.fixed-div .context {
  font-size: 0.8rem;
}
/* topのみ */
.fixed-div .btn_pink {
  border-radius: 20px;
  padding: 8px 18px;
  width: 183px;
}
.fixed-div p {
  margin-bottom: 0.5rem;
}
.cross {
  position: absolute;
  top: 15px;
  right: 10px;
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #333;
  transform: rotate(45deg);
  vertical-align: middle;
}
.cross::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  transform: rotate(90deg);
}
.document_download_form th.must:after,
.document_download_form th.matter:after {
  content: '必須';
  background: #fb7b15;
  font-size: 11px;
  padding: 1px 4px;
  color: #fff;
  position: absolute;
  right: 10px;
  border-radius: 4px;
  font-weight: normal;
}
.document_download_form th.must,
.document_download_form th.matter,
.document_download_form th.confirm {
  width: 25%;
  padding-left: 15px;
  position: relative;
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #cbcbcb;
  padding-right: 40px;
}
.document_download_form td textarea.form-control,
.document_download_form td.text input {
  width: 450px;
}
.document_download_form td {
  background: #f7f7f7;
}
.document_download_form .form-control {
  display: inline-block;
  width: auto;
  margin: 5px 0;
}
.document_download_form td {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #cbcbcb;
}
.document_download_form td {
  border-bottom: 1px solid #cbcbcb;
}

.service_faq {
  background: #f3f3f5;
}
.service_faq .accordion-container {
  width: 100%;
  margin: 0 auto;
}
.service_faq .accordion-list:not(:first-child) {
  margin-top: 10px;
}
.service_faq .accordion-title {
  background: #fff;
  cursor: pointer;
  font-size: 17px;
  padding: 20px 40px;
  position: relative;
}
.service_faq .accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 15px;
  height: 2px;
  width: 15px;
  background: #333;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.service_faq .accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 15px;
  height: 2px;
  width: 15px;
  background: #333;
  transition: all .3s ease-in-out;
}
.service_faq .accordion-title.open:before {
  transform: rotate(180deg);
}
.service_faq .accordion-title.open:after {
  opacity: 0;
}
.service_faq .accordion-text {
  border-top: 1px solid #DDD;
  background: #fff;
  display: none;
  padding: 20px 40px;
  position: relative;
}
/* .service_faq .accordion-text:before {
  position: absolute;
  display: block;
  content: 'A';
  top: 18px;
  left: 12px;
  color: #ff0c86;
  font-size: 1.1rem;
} */
.service_faq .text-q:before {
  position: absolute;
  display: block;
  content: 'Q';
  top: calc(50% - 16px);
  left: 13px;
  color: #ff0c86;
  font-size: 18px;
}
.service_faq .accordion-text a {
  color: #838383;
  text-decoration: underline;
}
.service_faq .accordion-text a:hover {
  color: black;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .service_faq .accordion-title {
    font-size: 16px;
  }
  .document_download_form td textarea.form-control,
  .document_download_form td.text input {
    width: 100%;
  }
  .document_download_form th.must,
  .document_download_form th.matter,
  .document_download_form th.confirm {
    width: inherit;
  }
}

.sc_getpost {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: none;
  transition-duration: .2s;
  transition-timing-function: ease-out;
  margin: 1em 0;
  border: 1px solid #ddd;
  background: #fff;
}

.sc_getpost a {
  padding: 0;
  color: #1D1D1F;
  text-decoration: none;
}

.sc_getpost .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sc_getpost_thumb {
  width: 200px;
  margin-right: 25px;
}

.sc_getpost_caption {
  flex: 1;
  box-sizing: border-box;
  padding: 0px 25px 0px 0;
}

.sc_getpost img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  font-family: 'object-fit:cover;';
  float: left;
  margin: 0;
  margin-right: 10px;
}

.sc_getpost a {
  display: flex;
  align-items: center;
}

.sc_getpost:hover {
  background: #eee
}

.sc_getpost p {
  padding: 0;
  display: none
}

.sc_getpost .substr {
  font-size: .8em;
  line-height: 1.5;
  color: #666;
  margin-bottom: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}

.sc_getpost .date {
  font-size: .8em;
  position: absolute;
  right: 15px;
  bottom: 5px
}

.sc_getpost .badge {
  font-size: .8em;
  padding: .1em 7px;
  margin-right: 5px
}

.related_link {
  color: #06c;
  text-decoration: underline;
}

.previous-case {
  left: 20%;
}

.next-case {
  right: 20%;
}

.case-link,
.case-link:hover {
  color: #010101;
}

.case-link {
  position: absolute;
  bottom: 7px;
}

.case-link-wrapper {
  position: relative;
}

@media (max-width: 767.98px) {
  .previous-case {
    left: 10%;
  }
  
  .next-case {
    right: 10%;
  }

  .sc_getpost_thumb {
    width: 20vw;
    height: 20vw;
    margin-right: 10px;
  }

  .sc_getpost_thumb img {
    width: 20vw !important;
    height: 24vw !important;
  }

  .sc_getpost .title {
    font-size: 13px;
    margin: 0 0 5px;
  }

  .sc_getpost .date {
    position: static;
    font-size: 8px;
    padding-bottom: 5px;
  }

  .sc_getpost .substr {
    display: none;
  }

  .related_link {
    font-size: 15px;
  }
}

.btn-font-small {
  font-size: 18px;
  padding: 0.1rem 1rem;
  line-height: 1.5rem;
}
.inf_flow_option_circle {
  padding: 50px;
  margin-left: 60px;
  margin-right: 60px;
  align-self: center;
}
.inf_flow_option_circle .inf_flow_option__pic {
  align-self: center;
}
@media (max-width: 767.98px) {
    .align-items-center-sm {
        align-items: center;
    }
    .inf_flow_option_circle {
      margin-top: 20px;
      padding: 20px;
      margin: 20px 0;
    }
}