@charset "UTF-8";

/*-------------------------------
  ホーム用のスタイル
-------------------------------*/
/*-------------------------------
  メインビジュアル
-------------------------------*/
.o-home_header {
  background-color: var(--color-main);
  position: relative;
  overflow: visible;
  font-weight: bold;
  margin-top: 5vw;
  padding-bottom: 7vw;
  padding-bottom: 22vw;

  flex-direction: column-reverse;
}
@media (min-width: 40em) {
  .o-home_header {
    margin-top: 50px;
    padding-bottom: 0;
    height: 32rem;
    flex-direction: unset;
  }
}

@media (max-width: 39.9375rem) {
  .o-home_header--content {
    z-index: 2;
    text-align: center;
    margin-top: -22vw;
    margin-left: -3rem;
  }
}
@media (min-width: 40em) {
  .o-home_header--content {
    z-index: 2;
    margin-left: 7%;
    text-align: left;
    margin-top: 0;
  }
}
.o-home_header--text,
.o-home_header--title {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-bottom: 8vw;
}

@media (max-width: 39.9375rem) {
  .o-home_header--text {
    position: absolute;
    top: 2vw;
    left: -60px;
    text-shadow: rgb(34, 34, 34) 3px 0px 0px, rgb(34, 34, 34) 2.83487px 0.981584px 0px, rgb(34, 34, 34) 2.35766px 1.85511px 0px, rgb(34, 34, 34) 1.62091px 2.52441px 0px, rgb(34, 34, 34) 0.705713px 2.91581px 0px, rgb(34, 34, 34) -0.287171px 2.98622px 0px, rgb(34, 34, 34) -1.24844px 2.72789px 0px, rgb(34, 34, 34) -2.07227px 2.16926px 0px, rgb(34, 34, 34) -2.66798px 1.37182px 0px, rgb(34, 34, 34) -2.96998px 0.42336px 0px, rgb(34, 34, 34) -2.94502px -0.571704px 0px, rgb(34, 34, 34) -2.59586px -1.50383px 0px, rgb(34, 34, 34) -1.96093px -2.27041px 0px, rgb(34, 34, 34) -1.11013px -2.78704px 0px, rgb(34, 34, 34) -0.137119px -2.99686px 0px, rgb(34, 34, 34) 0.850987px -2.87677px 0px, rgb(34, 34, 34) 1.74541px -2.43999px 0px, rgb(34, 34, 34) 2.44769px -1.73459px 0px, rgb(34, 34, 34) 2.88051px -0.838247px 0px;
  }
  .o-home_header--title {
    margin-bottom: 4vw;
  }
}
@media (min-width: 40em) {
  .o-home_header--text,
  .o-home_header--title {
    display: block;
    margin-bottom: 0;
  }
}
.o-home_header--text {
  position: relative;
  color: #fff;
  display: inline-block;
  font-size: var(--px-to-vw_12);
  line-height: 1.5;
  margin-right: 4vw;
}
.o-home_header--text .line {
  position: absolute;
}
.o-home_header--text .line.solid.top,
.o-home_header--text .line.solid.bottom {
  background-color: var(--color-sub-y);
}
.o-home_header--text .line {
  width: var(--px-to-vw_50);
  height: var(--px-to-vw_2);
  left: 15%;
  transform: translateX(-50%);
}
.o-home_header--text .line.solid.top {
  top: calc(-6 * 0.2667vw);
  transform: translateX(-50%) rotate(-8deg);
}
.o-home_header--text .line.dashed.top {
  top: calc(-16 * 0.2667vw);
  border-top: var(--px-to-vw_2) dashed var(--color-sub-y);
  transform: translateX(-50%) rotate(-8deg);
}
.o-home_header--text .line.solid.bottom {
  bottom: calc(-6 * 0.2667vw);
  transform: translateX(-50%) rotate(8deg);
}
.o-home_header--text .line.dashed.bottom {
  bottom: calc(-16 * 0.2667vw);
  border-top: var(--px-to-vw_2) dashed var(--color-sub-y);
  transform: translateX(-50%) rotate(8deg);
}
@media (min-width: 40em) {
  .o-home_header--text {
    font-size: var(--px-to-rem_16);
    margin-bottom: 40px;
    margin-right: 0;
  }
  .o-home_header--text .line {
    width: 70px;
    height: 2px;
    left: 15%;
    transform: translateX(-50%);
  }
  .o-home_header--text .line.solid.top {
    top: -10px;
  }
  .o-home_header--text .line.dashed.top {
    top: -20px;
    border-top: 2px dashed var(--color-sub-y);
  }
  .o-home_header--text .line.solid.bottom {
    bottom: -10px;
  }
  .o-home_header--text .line.dashed.bottom {
    bottom: -20px;
    border-top: 2px dashed var(--color-sub-y);
  }
}
.o-home_header--title {
  font-size: var(--px-to-vw_24);
  line-height: 1.5;
}
.o-home_header--title span {
  display: inline-block;
  background-color: #fff;
  padding: 0 0.25rem 0 0.5rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 40em) {
  .o-home_header--title {
    font-size: var(--px-to-rem_50);
    line-height: 1.4;
  }
  .o-home_header--title span {
    padding: 2px 10px; 
    padding: 0 10px; 
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
}
.o-home_header--img {
  max-width: 100%;
}
.o-home_header--img img {
  margin-top: -5vw;
}
@media (min-width: 40em) {
  .o-home_header--img img {
    position: absolute;
    top: 41%;
    left: 58%;
    transform: translate(-50%, -50%);
    width: 70rem;
    margin-top: 0;
  }
}

/*-------------------------------
  ChatLINKの説明
-------------------------------*/

.o-home_explanation--logo {
  width: 55%;
  margin: 0 auto 20px;
  padding-left: 25px;
}
@media (min-width: 40em) {
  .o-home_explanation--logo {
    width: 30%;
    padding-left: 0;
  }
}
.o-home_explanation--left {
  margin-bottom: 50px;
}
.o-home_explanation--right {
  width: 100%;
}
@media (min-width: 40em) {
  .o-home_explanation--left {
    width: 50%;
    margin-bottom: 0;
    padding-right: 50px;
  }
  .o-home_explanation--right {
    width: 50%;
    padding-left: 20px;
  }
  .o-home_explanation--right img {
    max-width: 55rem;
    width: 55rem;
    height: auto;
  }
}
.o-home_explanation--title {
  font-weight: bold;
  font-size: var(--px-to-vw_17);
  margin-bottom: 1rem;
  line-height: 1.5;

}
.o-home_explanation--text {
  font-size: var(--px-to-vw_15);
  line-height: 1.8;
}
.o-home_explanation--about img {
  width: 100%;
}
@media (min-width: 40em) {
  .o-home_explanation--title {
    font-size: var(--px-to-rem_24);
  }
  .o-home_explanation--text {
    font-size: var(--px-to-rem_18);
    line-height: 2;
  }
}

/*-------------------------------
  ChatLINKを選ぶメリット
-------------------------------*/
.o-home_merit.u-fullwidth {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
@media (min-width: 40em) {
  .o-home_merit.u-fullwidth {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 75rem) {
  .o-home_merit.u-fullwidth {
    position: relative;
    margin: 0;
    width: auto;
  }
}
.o-home_merit__items {
  counter-reset: merit;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
.o-home_merit__item {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 40em) {
  .o-home_merit__items {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .o-home_merit__item {
    flex-direction: row-reverse;
  }
}
.o-home_merit__item:last-child {
  margin-bottom: 0;
}
.o-home_merit__item:nth-child(even) {
  flex-direction: column-reverse;
}
@media (min-width: 40em) {
  .o-home_merit__item:nth-child(even) {
    flex-direction: row;
  }
}
.o-home_merit__item__body {
  margin-top: 2.0rem;
}
@media (min-width: 40em) {
  .o-home_merit__item__body {
    margin-top: 3.5rem;
    padding: 0 3rem;
    width: 50%;
  }
  .o-home_merit__item:nth-child(even) .o-home_merit__item__body {
    padding: 0 3rem;
  }
}
@media (min-width: 40em) {
  .o-home_merit__item__image {
    margin-left: -6rem;
    flex: 1;
    text-align: -webkit-right;
  }
}
.o-home_merit__item__image img {
  margin-top: -12vw;
}
@media (min-width: 40em) {
  .o-home_merit__item__image img {
    margin-top: -55px;
  }
}
@media (min-width: 40em) {
  .o-home_merit__item:nth-child(even) .o-home_merit__item__image {
    margin-left: 0;
    margin-right: -6rem;
    text-align: -webkit-left;
    text-align: left;
  }
}
.o-home_merit__item__number {
  position: relative;
  width: fit-content;
  font-weight: bold;
  line-height: 1.5;
  color: var(--color-main);
  font-size: var(--px-to-vw_60);
}
.o-home_merit__item:nth-child(even) .o-home_merit__item__number {
  margin-left: 73vw;
}
.o-home_merit__item__number::after {
  counter-increment: merit;
  content: counter(merit);
}
@media (min-width: 40em) {
  .o-home_merit__item__number {
    font-size: var(--px-to-rem_80);
    margin-right: 20px;
  }
  .o-home_merit__item:nth-child(even) .o-home_merit__item__number {
    text-align: left;
    margin-left: 30px;
  }
}
.o-home_merit__item__heading {
  margin-bottom: 1.5rem;
  font-size: var(--px-to-vw_20);
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 40em) {
  .o-home_merit__item__heading {
    font-size: 1.875rem;
  }
}
.o-home_merit__items ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.o-home_merit__items ul li {
    list-style:  none;
    width: 50%;
    font-size: var(--px-to-vw_15);
    line-height: 1.8;
}
@media (min-width: 40em) {
  .o-home_merit__items ul li {
      width: 55%;
      margin-left: -1.5rem;
      font-size: var(--px-to-rem_15);
      line-height: 2;
  }
}
.o-home_merit__items ul.lst-square li:before {
    content: '\25A0';
    color: var(--color-main);
    margin-right: 1.0rem;
}

/*-------------------------------
  ChatLINKを選ぶメリット
-------------------------------*/

.o-home_function {
  background: url(../img/function_bg_sp.jpg); 
  background-size: contain; 
  background-position: top center;
  background-repeat: repeat;
  padding: 40px 0 30px;
}
@media (min-width: 40em) {
  .o-home_function {
    background: url(../img/function_bg.jpg); 
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0 50px;
  }
}
.o-home_function h1 {
  margin-bottom: 23vw;
}
.o-home_function--comment {
  position: relative;
  width: 30%;
  margin: 0 auto;
  background-color: var(--color-sub-g);
  text-align: center;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}
.o-home_function--comment::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: var(--color-sub-g) transparent transparent;
  translate: -50% 100%;
}
@media (min-width: 40em) {
  .o-home_function--comment {
    margin-bottom: -20px;
    padding: 3px 15px;
    font-size: var(--px-to-rem_20);
  }
}
.o-home_function h1 {
  color: #fff;
}
.o-home_function--illustration {
  position: relative;
}
.o-home_function--illustration img {
  position: absolute;
  top: -25vw;
  left: 68%;
  width: 30%;
}
@media (min-width: 40em) {
  .o-home_function--illustration img {
    top: -232px;
    left: 73%;
    width: 22%;
  }
}
.o-home_function--white {
  background: #fff;
}
.o-home_function--items {
  padding: 2vw;
}
.o-home_function--item {
  width: 100%;
  border: var(--px-to-vw_5) solid var(--color-main);
  padding: var(--px-to-vw_30) var(--px-to-vw_18);
  margin: var(--px-to-vw_10);
}
@media (min-width: 40em) {
  .o-home_function--items {
    padding: 30px;
  }
  .o-home_function--item {
    width: 30%;
    border: 5px solid var(--color-main);
    padding: 30px 20px;
    margin: 10px;
  }
}
.o-home_function--img {
  margin: 0px auto 15px;
}
.o-home_function--img img {
  height: 20vw;
  max-height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.o-home_function--title {
  text-align: center;
  font-weight: bold;
  font-size: var(--px-to-vw_18);
  margin-bottom: 0.5rem;
}
.o-home_function--text {
  font-size: var(--px-to-vw_15);
}
@media (min-width: 40em) {
  .o-home_function--img img {
    height: 70px;
  }
  .o-home_function--title {
    font-size: var(--px-to-rem_20);
  }
  .o-home_function--text {
    font-size: var(--px-to-rem_15);
  }
}

/*-------------------------------
  集客でお悩みの方へ
-------------------------------*/

.o-home_banner {
  background: url(../img/home-banner.jpg); 
  background-size: cover; 
  background-position: right;
  background-repeat: no-repeat;
  height: 50vw;
  padding: var(--px-to-vw_24) 0;
  margin-bottom: 70vw;
}
@media (min-width: 40em) {
  .o-home_banner {
    background-position: center;
    height: 350px;
    padding: 50px 0;
    margin-bottom: 200px;
  }
}
.o-home_banner--text {
  text-align: left;
  font-weight: bold;
  color: var(--color-sub-y);
  position: relative;
  font-size: var(--px-to-vw_12);
  margin-bottom: 2vw;
  line-height: normal;
}
.o-home_banner--title {
  text-align: left;
  font-weight: bold;
  color: #fff;
  font-size: var(--px-to-vw_23);
  line-height: 1.2;
  margin-bottom: 7vw;
}
@media (min-width: 40em) {
  .o-home_banner--text {
    text-align: center;
    font-size: var(--px-to-rem_20);
    margin-bottom: 0;
    line-height: 2.0;
  }
  .o-home_banner--text::before,
  .o-home_banner--text::after {
    content: ""; 
    position: absolute;
    width: 30px;
    height: 2px;
    top: 80%;
    background-color: var(--color-sub-y);
  }
  .o-home_banner--text::before {
    transform: rotate(55deg);
    left: calc(50% - 18rem);;
    transform-origin: bottom right;
  }
  .o-home_banner--text::after {
    transform: rotate(-55deg);
    right: calc(50% - 18rem);;
    transform-origin: bottom left;
  }
  .o-home_banner--title {
    text-align: center;
    font-size: var(--px-to-rem_38);
    line-height: 1;
    margin-bottom: 30px;
    line-height: 2;
    margin-bottom: 0;
  }
}
.o-home_banner--white {
  background: #fff;
  height: auto;
  padding: 8vw 5vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 40em) {
  .o-home_banner--white {
    height: 150px;
    padding: 0;
  }
}
.o-home_banner .c-contact-btn {
  margin: 0 auto;
}
@media (min-width: 40em) {
  .o-home_banner .c-contact-btn {
    margin: 0;
    padding: 0 30px 0 60px;
    font-size: var(--px-to-rem_20);
  }
  .o-home_banner .c-contact-btn div {
    margin-right: 40px;
  }
  .o-home_banner .c-contact-btn i {
    font-size: 28px;
  }
}
.o-home_banner .c-info {
  margin-bottom: 5vw;
}
@media (min-width: 40em) {
  .o-home_banner .c-info {
    margin-bottom: 0;
  }
}
.o-home_banner--img {
  position: relative;
  width: 27%;
  padding-left: 50px;
}
.o-home_banner--img img {
  position: absolute;
  top: -29vw;
  left: 64vw;
}
@media (min-width: 40em) {
  .o-home_banner--img img {
    position: static;
  }
}

/*-------------------------------
  安心のサポート
-------------------------------*/

.o-home_support {
  padding: 20vw 0 10vw;
  margin-bottom: 15vw;
  scroll-margin-top: 13vw;
}
@media (min-width: 40em) {
  .o-home_support {
    padding: 15vw 0 10vw;
    scroll-margin-top: 80px;
  }
}
.o-home_support.u-fullwidth {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
@media (min-width: 40em) {
  .o-home_support.u-fullwidth {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 75rem) {
  .o-home_support.u-fullwidth {
    position: relative;
    margin: 0;
    width: auto;
  }
}
.o-home_support h1 {
  margin-bottom: 5vw;
}
.o-home_support--content {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 40em) {
  .o-home_support--content {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.o-home_support--description {
  text-align: center;
  margin-bottom: 8vw;
}
.o-home_support--illustration {
  position: relative;
  z-index: 2;
  width: 30%;
}
.o-home_support--illustration img {
  position: absolute;
  bottom: 22vw;
  left: 3vw;
}
@media (min-width: 40em) {
  .o-home_support--illustration {
    width: 40%;
  }
  .o-home_support--illustration img {
    position: absolute;
    bottom: 50px;
    left: 30%;
  }
}
.o-home_support ul {
  text-align: center;
}
.o-home_support ul li {
  text-align: left;
  font-weight: bold;
  list-style: none;
  margin: 0 0 10px 0;
  width: 90%;
  font-size: var(--px-to-vw_18);
  padding-bottom: 5px;
  border-bottom: 2px dashed #cccccc;
}
.o-home_support ul li i {
  color: var(--color-main);
}
@media (min-width: 40em) {
  .o-home_support--checkbox {
    margin: 0 auto;
    width: 80%;
  }
  .o-home_support ul li {
    margin: 0 0 10px 0;
    width: 40%;
    font-size: var(--px-to-rem_20);
    padding-bottom: 5px;
    border-bottom: 2px dashed #cccccc;
  }
  .o-home_support ul li i {
    font-size: var(--px-to-rem_22);
    margin-right: 8px;
  }
}

/*-------------------------------
  よくあるご質問
-------------------------------*/

.o-home_faq {
  margin-bottom: 18vw;
}
@media (min-width: 40em) {
  .o-home_faq {
    margin-bottom: 8rem;
  }
}
.o-home_faq h1 {
  margin-bottom: 8vw;
}
.o-home_faq--item {
  margin-bottom: 5vw;
  padding: 5vw;
  border: var(--px-to-vw_5) solid #E6E6E6;
}
@media (min-width: 40em) {
  .o-home_faq--item {
    margin-bottom: 1.5rem;
    padding: 35px 20px 20px 40px;
    border: 5px solid #E6E6E6;
  }
}
.o-home_faq--item__q {
  margin-bottom: var(--px-to-vw_26);
  padding-top: var(--px-to-vw_5);
  padding-left: calc(var(--px-to-vw_50) + 1rem);
  font-size: var(--px-to-vw_18);
  font-weight: bold;
  position: relative;
  line-height: normal;
}
.o-home_faq--item__q::before {
  content: 'Q';
  width: var(--px-to-vw_50);
  background-color: var(--color-main);
  color: #fff;
  font-weight: bold;
  font-size: var(--px-to-vw_26);
  text-align: center;
  line-height: var(--px-to-vw_50);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 40em) {
  .o-home_faq--item__q {
    margin-bottom: 2rem;
    padding-top: 5px;
    padding-left: calc(50px + 1rem);
    font-size: var(--px-to-rem_20);
    line-height: 2.0;
  }
  .o-home_faq--item__q::before {
    width: 50px;
    font-size: var(--px-to-rem_26);
    line-height: 50px;
  }
}
.o-home_faq--item__a {
  padding-left: calc(var(--px-to-vw_50) + 1rem);
  position: relative;
  font-size: var(--px-to-vw_15);
}
.o-home_faq--item__a::before {
  content: 'A';
  width: var(--px-to-vw_50);
  background-color: var(--color-sub-y);
  color: var(--color-main);
  font-weight: bold;
  font-size: var(--px-to-vw_26);
  text-align: center;
  line-height: var(--px-to-vw_50);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 40em) {
  .o-home_faq--item__a {
    padding-left: calc(50px + 1rem);
    font-size: var(--px-to-rem_16);
  }
  .o-home_faq--item__a::before {
    width: 50px;
    font-size: var(--px-to-rem_26);
    line-height: 50px;
  }
}

/*-------------------------------
  お問い合わせ
-------------------------------*/

.o-home_contact {
  background: repeating-linear-gradient(
    -45deg,
    var(--color-main),
    var(--color-main) 10px,
    #64b976 5px,
    #64b976 14px
  );
  padding: 15vw 0;
}
.o-home_contact h1 {
  color: #fff;
  margin-bottom: 3vw;
}
.o-home_contact--text {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 7vw;
  font-size: var(--px-to-vw_15);
}
@media (min-width: 40em) {
  .o-home_contact--text{
    font-size: var(--px-to-rem_20);
  }
}
.o-home_contact .c-info {
  text-align: center;
  border-top: none;
  border-bottom: none;
}
.o-home_contact--white {
  background: #fff;
  margin: 0;
  padding: 5vw;
}
@media (min-width: 40em) {
  .o-home_contact--white {
    padding: 45px 100px;
    margin: 0 100px;
  }
}
.o-home_contact--border {
  border: 1px dashed #333;
}
@media (min-width: 40em) {
  .c-form .c-contact-btn {
    padding: 0px 40px 0 150px;
    font-size: var(--px-to-rem_20);
  }
  .c-form .c-contact-btn div {
      margin-right: 70px;
  }
  .c-form .c-contact-btn i {
    font-size: 28px;
  }
}
.c-form table {
  font-weight: bold;
  width: 100%;
}
.c-form table tr th {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.75rem;
  border-left: 5px solid var(--color-sub-y);
  font-size: var(--px-to-rem_17);
}
.c-form table tr td {
  padding-top: 7px;
  padding-bottom: 30px;
}
.c-form table tr td input[type="text"],
.c-form table tr td input[type="email"],
.c-form table tr td textarea {
  padding: 1rem;
  border: 5px solid #E6E6E6;
}
.c-contact-btn--back,
.c-contact-btn--send {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 0 40px;
  line-height: 4;
  color: #fff;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.c-contact-btn--back {
  color: #333;
  background-color: #cccccc;
  padding: 0 50px;
  margin-right: 10px;
}
.c-contact-btn--send {
  background-color: var(--color-main);
  margin-left: 10px;
}
.c-contact-btn--back:hover {
  color: #333;
  background-color: #fff;
  border: 2px solid #cccccc;
}
.c-contact-btn--send:hover {
  color: var(--color-main);
  background-color: #fff;
  border: 2px solid var(--color-main);
}
.c-form--agree {
  margin: 2vw 0 8vw;
}
@media (min-width: 40em) {
  .c-form--agree {
    margin: 20px 0 60px;
  }
}
.c-form .horizontal-item {
  display: inline;
}