@charset "UTF-8";
/* ---------------------------------------------
*   leadTxt
--------------------------------------------- */
.leadTxt {
  align-items: center;
  color: #06c755;
  display: flex;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-family: 700;
  gap: 20px;
  justify-content: center;
  letter-spacing: 0.03em;
}
.leadTxt__icon {
  height: 50px;
  width: auto;
}

/* ---------------------------------------------
*   caseList
--------------------------------------------- */
.caseList {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: flex-start;
  margin-top: 0;
}
.caseList__item {
  display: flex;
  flex-direction: column;
  vertical-align: top;
}
.caseList_box {
  background-color: unset;
  padding-block: 0 70px;
  padding-inline: 20px;
}
.caseList_inner {
  margin-inline: auto;
  max-width: 1190px;
  width: 100%;
}
.caseList__item {
  margin-left: 0;
}
.caseList__item:nth-of-type(n + 4) {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .caseList__item:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
/* ---------------------------------------------
*   pagePannel
--------------------------------------------- */
.pagePannel {
  border: 2px solid #dcdee4;
  border-radius: 7px;
}
.pagePannel__company {
  border-left: none;
  color: #7f7f9b;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 0;
}
.pagePannel__imgArea {
  max-height: 253px;
}
.pagePannel__img {
  max-height: 253px;
}
.pagePannel__detail {
  padding: 20px 14px 0;
}
.pagePannel__inner {
  padding-bottom: 16px;
}
div.pagePannel__txt {
  color: #000;
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  div.pagePannel__txt {
    margin-bottom: 16px;
  }
}
/* ---------------------------------------------
*   company
--------------------------------------------- */
.company {
  padding-inline: 10px;
  position: relative;
}
/* ---------------------------------------------
*   downloadbnr
--------------------------------------------- */
.downloadbnr {
  padding-top: 70px;
}
/* ---------------------------------------------
*   c-useful
--------------------------------------------- */
.c-useful {
  padding-top: 70px;
}
.c-useful__item {
  height: auto;
  max-width: 378px;
  min-height: 510px;
  width: 31.5%;
}
@media (max-width: 1023px) {
  .c-useful__item {
    width: 100%;
  }
}
.c-useful__h3title {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #404040;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-size: 2.5rem;
  justify-content: center;
  letter-spacing: 0.1em;
}

.c-useful__h3title:before {
  background: #404040;
  content: "";
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 6px;
}

.c-useful__h3title:after {
  background: #404040;
  content: "";
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 6px;
}

.c-useful__container {
  background: #f2f4f8;
  border-radius: 15px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
  padding-bottom: 32px;
  row-gap: 26px;
}

.c-useful__container .whiteBtn {
  margin-top: 0;
}

.c-useful__container-imglink {
  height: 252px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.c-useful__container-imglink:hover {
  opacity: 0.8;
}
.c-useful__container-imglink img {
  border-left: 2px solid #f2f4f8;
  border-right: 2px solid #f2f4f8;
  border-top: 2px solid #f2f4f8;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 252px;
  object-fit: cover;
  width: auto;
}
.c-useful__container-txt {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-size: 1.4rem;
  padding-left: 32px;
  padding-right: 32px;
}

.c-useful .l-txt-link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .c-useful__list {
    flex-direction: column;
  }
}
/* ---------------------------------------------
*  columnList
--------------------------------------------- */

@media screen and (min-width: 1024px) {
  .columnList {
    flex-wrap: unset;
  }
}
/* ---------------------------------------------
*  bnr
--------------------------------------------- */
.bnr {
  padding-top: 70px;
}
/* ---------------------------------------------
*   その他
--------------------------------------------- */
.cursor-zoom-in {
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
}
.bnr__link:before {
  font-family: "LINESeedJPStd Regular", sans-serif;
  font-family: 500;
}
.bold {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-family: 700;
}
@media (max-width: 1023px) {
  .detail__contents--qr dt {
    text-align: left;
  }
  .detail__contents--qr dd {
    text-align: left;
  }
  .socialBtn {
    text-align: left;
  }
}
.socialBtn {
  display: block;
  margin-top: 4px;
}
a.pagePanel__linkbox {
  padding: 12px;
}
.voice__textBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.voice__textBlock--txt {
  width: 83%;
}
.voice__textBlock--img {
  text-align: center;
  width: 15%;
}
.voice__textBlock--img img {
  max-width: 100px;
  width: 100%;
}
@media (max-width: 1023px) {
  .voice__textBlock--txt {
    width: 100%;
  }
  .voice__textBlock--img {
    width: 100%;
  }
}
.l-conversionBoxA1 {
  padding: 0 70px 60px;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxA1 {
    display: block;
    padding: 0 20px 40px;
  }
}
.l-conversionBoxA1__inner {
  align-items: center;
  background-color: #f2f4f8;
  border-radius: 6px;
  display: flex;
  gap: 0 45px;
  justify-content: space-between;
  margin: 90px auto 10px;
  max-width: 1200px;
  padding: 50px 7.5%;
}
@media screen and (min-width: 1441px) {
  .l-conversionBoxA1__inner {
    padding: 50px 97px;
  }
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxA1__inner {
    display: block;
    padding: 60px 50px 50px;
  }
}
.l-conversionBoxA1__inner--yahooAds {
  padding-bottom: 70px;
  padding-top: 70px;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxA1__inner--yahooAds {
    padding-bottom: 63px;
    padding-top: 40px;
  }
}
.l-conversionBoxA1__textCol {
  color: #00003e;
  width: 525px;
}
.l-conversionBoxA1__textCol--download {
  color: #03003e;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxA1__textCol {
    font-size: 1.4rem;
    text-align: center;
    width: auto;
  }
}
.l-conversionBoxA1__textCol p {
  font-family: "UD新ゴ M", sans-serif !important;
}
.l-conversionBoxA1__text {
  color: #00003e;
  font-weight: bold;
}
.l-conversionBoxA1__appeal {
  font-family: "UD新ゴ B", sans-serif !important;
  font-size: 3.1rem;
  font-weight: 800;
  margin-top: 6px;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxA1__appeal {
    font-size: 2.4rem;
    margin-top: 16px;
  }
}
.l-conversionBoxA1__appeal--navy {
  color: #00003e;
}
.l-conversionBoxA1__btnCol {
  flex: 1 0 0;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxA1__btnCol {
    margin-top: 16px;
    width: auto;
  }
}
.l-conversionBoxA1__btn {
  align-items: center;
  background-color: #f77911;
  border: 2px solid #f77911;
  border-radius: 100px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 2.1rem;
  font-weight: 600;
  height: 68px;
  justify-content: center;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .l-conversionBoxA1__btn:hover {
    background-color: #fff;
    color: #f77911;
    text-decoration: none;
  }
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxA1__btn {
    font-size: 1.6rem;
    height: 54px;
    margin-inline: auto;
    max-width: 450px;
  }
}
.l-conversionBoxA1__btnLarge {
  margin-top: 0;
  max-width: 450px;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxA1__btnLarge {
    margin-inline: auto;
  }
}
.l-conversionBoxA1__btnLarge a {
  font-size: 2.1rem;
  padding: 19px 47px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .l-conversionBoxA1__btnLarge a {
    font-size: 1.6rem;
    padding: 16px 45px;
  }
}
.l-conversionBoxA1__btnInner {
  position: relative;
}
.top-label-list {
  padding-inline: 10px;
}
.detail {
  margin-top: 0;
}

#freearea-cta {
  background: #e2fee5;
  padding-block: 33px;
  padding-left: calc(40px + 6.009852217%);
  padding-right: 100px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #freearea-cta {
    padding-block: 34px;
    padding-left: 5.33333333333vw;
    padding-right: 5.33333333333vw;
  }
}
#freearea-cta::after {
  background: #e2fee5;
  content: "";
  height: 100% !important;
  position: absolute;
  right: -72.5px;
  top: 0;
  width: 72.5px;
}
@media screen and (max-width: 1023px) {
  #freearea-cta::after {
    display: none;
  }
}
.pickupArea-cta__block {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 715px;
}
@media screen and (max-width: 1023px) {
  .pickupArea-cta__block {
    flex-direction: column;
  }
}
.pickupArea-cta__title {
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-size: 3rem;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .pickupArea-cta__title {
    font-size: 3rem;
    line-height: 1.3;
    text-align: center;
  }
}
.pickupArea-cta__title span {
  font-size: 1.5rem;
}
.pickupArea-cta__list {
  margin-top: 4px;
}
@media screen and (max-width: 1023px) {
  .pickupArea-cta__list {
    text-align: center;
  }
}
.pickupArea-cta__item {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-size: 1.4rem;
}
.pickupArea-cta__item-2 {
  font-size: 1.7rem;
}
@media screen and (max-width: 1023px) {
  .pickupArea-cta__item-2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .pickupArea-cta__btn {
    margin-top: 33px;
    max-width: 268px;
    width: 100%;
  }
}
.pickupArea-cta__link {
  align-items: center;
  background: #003e9a;
  border: 4px solid #fff;
  border-radius: 41px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.45);
  color: #fff;
  display: flex;
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-size: 2.5rem;
  height: 61px;
  justify-content: center;
  transition: background-color 0.3s ease-out, transform 0.3s ease-out;
  width: 291px;
}
@media screen and (max-width: 1023px) {
  .pickupArea-cta__link {
    font-size: 2.3rem;
    height: 55px;
    line-height: 1;
    width: 100%;
  }
}
.pickupArea-cta__link:hover {
  background: #fff;
  border: 4px solid #003e9a;
  color: #003e9a;
  text-decoration: none;
}
/* c-contact */
.c-contact {
  background: #f2f4f8;
  border-radius: 14px;
  padding-block: 45px;
}
@media screen and (max-width: 1023px) {
  .c-contact {
    padding-block: 33px;
  }
}
.c-contact__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 740px;
  padding-inline: 20px;
}
@media screen and (max-width: 1023px) {
  .c-contact__inner {
    flex-direction: column;
  }
}
.c-contact__title {
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-size: 3.5rem;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .c-contact__title {
    font-size: 3rem;
    text-align: center;
  }
}
.c-contact__title span {
  font-size: 1.9rem;
}
@media screen and (max-width: 1023px) {
  .c-contact__title span {
    font-size: 1.5rem;
  }
}
.c-contact__list {
  margin-top: 4px;
}
@media screen and (max-width: 1023px) {
  .c-contact__list {
    text-align: center;
  }
}
.c-contact__item {
  font-family: "LINESeedJPStd Bold", sans-serif;
  font-size: 1.4rem;
}
.c-contact__item-2 {
  font-size: 1.8rem;
}
@media screen and (max-width: 1023px) {
  .c-contact__item-2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-contact__btn {
    margin-top: 33px;
    max-width: 268px;
    width: 100%;
  }
}
.c-contact__link {
  align-items: center;
  background: #003e9a;
  border: 4px solid #fff;
  border-radius: 41px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.45);
  color: #fff;
  display: flex;
  font-family: "LINESeedJPStd ExtraBold", sans-serif;
  font-size: 2.5rem;
  height: 61px;
  justify-content: center;
  transition: background-color 0.3s ease-out, transform 0.3s ease-out;
  width: 282px;
}
@media screen and (max-width: 1023px) {
  .c-contact__link {
    font-size: 2.3rem;
    height: 55px;
    line-height: 1;
    width: 100%;
  }
}
.c-contact__link:hover {
  background: #fff;
  border: 4px solid #003e9a;
  color: #003e9a;
  text-decoration: none;
}
/* miniapp-company */
.miniapp-company {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .sp-menu-wrap--clone .assist-nav__login {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .sp-menu-wrap--clone .assist-nav__signup a {
    font-size: 0;
  }
  .sp-menu-wrap--clone .assist-nav__signup a:before {
    color: var(--color-white-1);
    content: "LINE公式アカウントをはじめる";
    font-family: var(--ff-ls-b);
    font-size: 1.4rem;
  }
}
