/*-------------------------------------------
　共通スタイル
-------------------------------------------*/
div[class^="column-"]{
  position: relative;
  display: flex;
  justify-content: space-between;
}
.column-two{
  gap: 50px;
}
.column-three{
  gap: 30px;
}
@media screen and (max-width: 767px) {
  div[class^="column-"]{
    flex-direction: column;
  }
}
/*-------------------------------------------
　フォーム離脱者に、即時架電ですぐ繋がれる
-------------------------------------------*/
h2 {
  margin-bottom: 24px;
  font-size: 6rem;
  line-height: 1.3;
}
#read p{
  font-size: 1.8rem;
  font-weight: bold;
}
.section__before_after {
  gap: 30px;
}
.read-box{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  font-weight: bold;
}
.box {
  display: block;
  width: fit-content;
  font-size: 2.2rem;
  padding: 0.25em 0.75em;
  border-radius: var(--radius);
  color: var(--white);
  background-color: var(--red);
}
.before .box{
  background-color: var(--blue)
}
.title__before_after {
  display: flex;
  flex-direction: column;
}

.read-box.after {
  position: relative;
}
.read-box.after::before {
  content: "";
  position: absolute;
  left: -75px;
  top: 50%;
  transform: translate(0, -50%);
  border-left: 20px solid var(--red);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

@media screen and (max-width: 1280px) {
  h2{
    font-size: 6vw;
  }
}
@media screen and (min-width: 768px) {
  #read .section-inner {
    padding-top: 40px;
    padding-bottom: 170px;
  }
  #benefits .section-inner {
    padding-bottom: 120px;
  }
  #features .section-inner {
    padding-bottom: 200px;
  }
  #operation-flow .section-inner {
    padding-bottom: 140px;
  }
  #application-flow .section-inner {
    padding-top: 180px;
    padding-bottom: 210px;
  }
  #price .section-inner {
    padding-bottom: 90px;
  }
  #case-study .section-inner {
    padding-top: 210px;
    padding-bottom: 150px;
  }
  #faq .section-inner {
    padding-top: 210px;
    padding-bottom: 200px;
  }
  #contact .section-inner {
    padding-bottom: 160px;
  }
  
  .read-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 40px;
    font-weight: bold;
  }
  .box {
    width: fit-content;
    font-size: 2.2rem;
    margin-bottom: 15px;
    padding: 0.25em 0.75em;
    border-radius: var(--radius);
    color: var(--white);
    background-color: var(--red);
  }
  .before .box{
    background-color: var(--blue)
  }
}
@media screen and (max-width: 767px) {
  h2{
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
  div[class^="column-"]{
    flex-direction: column;
  }
  #read p{
    font-size: 1.4rem;
  }
  .read-box.after::before {
    left: 50%;
    top: -35px;
    transform: translate(-50%, 0);
    border-top: 16px solid var(--red);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
  }
  .section__before_after {
    gap: 20px;
  }
  .section__before_after .read-box {
    justify-content: center;
    align-items: center;
  }
  .section__before_after .read-box img {
    width: 90%;
    max-width: 500px;
  }
  .title__before_after {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
  }
  .title__before,
  .title__after {
    margin-bottom: 0;
  }
  .box {
    padding: 0.5em 0.75em;
    font-size: 1.6rem;
  }
}
/*-------------------------------------------
　BENEFITS 導入メリット
-------------------------------------------*/
.title{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: -3em;
}
.title p{
  font-size: 4rem;
  position: relative;
  z-index: 2;
}
.title p.subtitle{
  width: auto;
  padding: 0.75em 3em 0.5em 3em;
  font-size: 2.5rem;
  background-color: var(--white);
  border-radius: 100vh;
  filter: var(--drop-shadow);
  transform: translateY(-1em) rotateZ(0);
  z-index: 1;
}
.benefit-box{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-bottom: 90px;
  padding: 55px 55px 0;
  font-size: 4rem;
  font-weight: bold;
  border-radius: var(--radius-large);
  background-color: var(--light-blue);
}
.images{
  transform: translateY(30px);
}
.column-two:nth-of-type(2) .benefit-box{
  padding-bottom: 30px;
}
/* 広告費のロスを削減 */
.section__for-marketing .text__loss-AD {
  padding-top: 50px;
}
@media screen and (max-width: 1280px) {
  .title p.subtitle {
    padding: 0.75em 2em 0.5em 2em;
    font-size: 2rem;
  }
  .benefit-box {
    width: 50%;
    padding: 40px 30px 0;
    font-size: 2rem;
  }
  .section__for-marketing .text__loss-AD {
    padding-top: 35px;
  }
  .benefit-box .images {
    max-width: 90%;
    transform: translateY(15px);
  }
  .section__for-store .image__followup {
    max-width: 72%;
  }
  .section__for-sales,
  .section__for-marketing,
  .section__for-store {
    margin-bottom: -20px;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .title{
    margin-top: 50px;
    margin-bottom: -2em;
  }
  .title__for-sale {
    margin-top: 0;
  }
  .title__for-marketing {
    margin-top: 85px;
  }
  .title__for-store {
    margin-top: 60px;
  }
  .title p{
    font-size: 2rem;
  }
  .title p.subtitle{
    font-size: 1.5rem;
    transform: translateY(-1rem) rotateZ(0);
  }
  .benefit-box {
    width: 100%;
    height: 280px;
    margin-bottom: 0;
    padding: 20px 0 0;
    font-size: 2.3rem;
  }
  .benefit-box:first-child {
    padding-top: 30px;
  }
  .benefit-box p {
    font-size: 1.8rem;
  }
  .section__for-marketing .text__cpa-cvr {
    padding-top: 10px;
  }
  .section__for-marketing .text__loss-AD {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .section__for-store .text__followup {
    padding-top: 10px;
  }
  .section__for-store .image__followup {
    max-width: 60%;
  }
  .section__for-store .image__voc {
    max-width: 80%;
  }
  .section__for-sales,
  .section__for-marketing,
  .section__for-store {
    gap: 35px;
  }
  .benefit-box .images img {
    max-width: 325px;
  }
  .benefit-box .image__followup img {
    max-width: 225px;
  }
  .benefit-box .image__voc img {
    max-width: 275px;
  }
}
/*-------------------------------------------
　FEATURES 機能一覧
-------------------------------------------*/
.card{
  display: flex;
  flex-direction: column;
  width: 30%;
  filter: var(--drop-shadow);
  transform: rotateZ(0);
}
.card .icon,
.card .text{
  display: flex;
  flex-direction: column;
  padding: 40px;
  background-color: var(--white);
}
.card .icon{
  height: 230px;
  align-items: center;
  justify-content: center;
  background-color: #d7e0e6;
  border-radius: var(--radius-large) var(--radius-large) 0 0;
}
.card .icon img{
  width: 60%;
  margin: auto;
}
.card:last-of-type .icon img{
  width: 100%;
}
.card .text{
  gap: 10px;
  flex-grow: 1;
  font-size: 15px;
  border-radius: 0 0 var(--radius-large) var(--radius-large);
}
.card .text p{
  line-height: 1.7;
}
.features{
  line-height: 1.5;
  font-size: 20px;
  font-weight: 900;
}
.section__features .features {
  min-height: 60px;
}
.section__features .card .text p {
  line-height: 1.5;
}

@media screen and (max-width: 1280px) {
  .card{
    flex-direction: row;
    width: 100%;
  }
  .card .icon,
  .card .text{
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }
  .column-three .card .icon {
    min-height: 170px;
  }
  .card .icon {
    width: 40%;
    border-radius: var(--radius-large) 0 0 var(--radius-large);
  }
  .card .icon img{
    width: 80%;
  }
  .card:last-of-type .icon img{
    width: 100%;
  }
  .card .text{
    gap: 0;
    flex-grow: initial;
    justify-content: center;
    width: 60%;
    border-radius: 0 var(--radius-large) var(--radius-large) 0;
  }
  .features{
    min-height: 0;
    font-weight: bold;
  }
  .section__features .features {
    min-height: initial;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px){
  #features .column-three{
    flex-direction: column;
  }
  #features .card .icon img {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .column-three {
    flex-direction: column;
  }
  .card .text{
    font-size: 1.4rem;
  }
  .features{
    font-size: 1.6rem;
  }
  .section__features .icon {
    border-radius: 15px 0 0 15px;
  }
  .section__features .text {
    border-radius: 0 15px 15px 0;
  }
  .section__features .features {
    margin-bottom: 0;
  }
  .column-three .card .icon {
    width: 30%;
    height: auto;
  }
  .column-three .card .text {
    width: 70%;
    padding: 10px;
  }
  .column-three .card .text p {
    padding-top: 5px;
  }
}
/*-------------------------------------------
　OPERATION FLOW 運用フロー
-------------------------------------------*/
#operation-flow strong{
  font-size: 2em;
}
.column-five.section__operation_flow {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px calc((325px - 15%) / 3);
}
.card.radius{
  position: relative;
  display: flex;
  align-items: center;
  filter: none;
}
.card.radius .icon {
  position: relative;
  width: 325px;
  height: 325px;
  border-radius: 200px;
  z-index: 10;
}
.card.radius .icon::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  background-color: var(--white);
  filter: var(--drop-shadow);
}
.card.radius .glade {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 75%;
  background: linear-gradient(
    to top,
    #f5f5f5 0%,
    rgba(245, 245, 245, 0) 100%
  );
  z-index: 20;
}
.card.radius img {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%, 0);
  width: 50%;
  z-index: 30;
}
.card.radius:first-of-type img {
  top: 20%;
  width: 65%;
}
.card.radius:nth-child(2) img {
  top: 13%;
}
.card.radius:nth-child(3) img {
  top: 15%;
}
.card.radius:last-of-type img {
  top: 13%;
  width: 60%;
}
.card.radius .text{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0 0 20px;
  background: none;
  border-radius: 0;
  border-left: 1px solid var(--red);
  gap: 0;
  z-index: 40;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  #operation-flow .section-inner {
    padding-bottom: 165px;
  }
}
@media screen and (max-width: 1280px) {
  #operation-flow strong{
    font-size: 1.5em;
  }
  .column-five.section__operation_flow {
    gap: 30px 0;
  }
  .card.radius{
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
    width: 100%;
  }
  .card.radius .icon {
    position: relative;
    width: 75px;
    height: 75px;
  }
  .card.radius .text{
    position: relative;
  }
  .card.radius .text p {
    padding-top: 5px;
    line-height: 1.5;
  }
  .card.radius img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    z-index: 30;
  }
  .card.radius:first-of-type img {
    top: 50%;
    width: 70%;
  }
  .card.radius:nth-child(2) img {
    top: 50%;
  }
  .card.radius:nth-child(3) img {
    top: 50%;
  }
  .card.radius:last-of-type img {
    top: 50%;
    width: 80%;
  }
  .card.radius .text{
    flex-grow: 1;
    transform: none;
    width: calc(100% - 85px );
    padding: 0px 0 0 15px;
  }
  .card.radius .glade {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .section__operation_flow {
    margin-top: 5px;
  }
}
/*-------------------------------------------
　APPLICATION FLOW 導入までの流れ
-------------------------------------------*/
#application-flow .card.square:not(:first-of-type):after{
  content: "";
  position: absolute;
  left: -30px;
  top: calc(50% + 9px);
  transform: translate(-50%);
  border-left: 20px solid var(--red);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.card.square .step{
  position: relative;
  display: inline-block;
  left: 0%;
  width: 14rem;
  padding: 0.1em 0.5em;
  font-weight: 900;
  font-size: 3rem;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.075em;
  color: var(--white);
  transform: rotateZ(-3deg) translate(-0.5em, 50%);
}
.card.square .step::before{
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--blue);
  transform: skewX(-15deg);
  z-index: -1;
}
.card.square .step.next::before{
  background-color: #a57970;
}
.card.square .step.last::before{
  background-color: var(--red);
}
.card.square .text{
  border-radius: var(--radius-large);
}
@media screen and (max-width: 1280px) {
  #application-flow div[class^="column-"]{
    flex-direction: column;
  }
  .card.square{
    flex-direction: column;
  }
  .serction__application_flow .card .text {
    border-radius: 20px;
  }
  .card.square .text{
    width: 100%;
    padding: 20px;
  }
  .card.square .step{
    width: 16vw;
    padding: 0.1em 0.3em;
    font-size: 3vw;
    transform: rotateZ(-3deg) translate(0.5em, 0.5em);
  }
  #application-flow .card.square:not(:first-of-type):after{
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid var(--red);
    top: 0;
    left: calc(50% - 4px);
  }
  #application-flow div[class^="column-"] {
    align-items: center;
  }
  #application-flow .card .features {
    margin: 12px 0 5px;
  }
  .card.square .step {
    width: 25vw;
    font-size: 5vw;
  }
}

@media screen and (max-width: 767px) {
  #application-flow .card.square:not(:first-of-type):after{
    content: "";
    left: calc(50% - 4px);
    top: -8px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid var(--red);
  }
  .card.square .step{
    width: 30vw;
    padding: 0.1em 0.3em;
    font-size: 6.5vw;
  }
  #application-flow .card .features {
    margin: 6px 0 5px;
  }
}
/*-------------------------------------------
　PRICE 料金プラン
-------------------------------------------*/
#price .card{
  filter: none;
}
@media screen and (max-width: 1280px) {
  #price .column-three {
    gap: 50px;
  }
  #price .card{
    width: 70%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .section__plan {
    margin-top: 15px;
  }
}
/*-------------------------------------------
　CVセクション
-------------------------------------------*/
#cv{
  margin: 90px 0 135px;
}
.cv-image{
  position: relative;
  max-width: 1220px;
  margin: auto;
}
.cv-left,
.cv-right{
  position: absolute;
  width: 30%;
  height: auto;
  z-index: 11;
}
.cv-left{
  left: 0;
  width: 32%;
}
.cv-right{
  top: 40px;
  right: 0;
}
#cv .section-inner{
  position: relative;
  padding: 140px 0 110px;
  z-index: 10;
}
#cv p{
  position: relative;
  padding-bottom: 1em;
  color: var(--white);
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (min-width: 1418px) {
  .cv-left{
    transform: translateX(-25%);
  }
  .cv-right{
    transform: translateX(25%);
  }
}
@media screen and (max-width: 1280px) {
  .cv-left{
    max-width: 210px;
  }
  .cv-right{
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #cv {
    margin: 40px 0 60px;
  }
  #cv .section-inner{
    padding: 140px 0 60px;
  }
  .cv-image{
    padding: 0 5%;
  }
  .cv-left{
    width: 38%;
    top: 0;
    transform: translateY(-30%);
  }
  .cv-right{
    width: 40%;
    top: 0;
    right: 2%;
    transform: translateY(-30%);
  }
  #cv p{
    padding-bottom: 1.5em;
    font-size: 1.6rem;
  }
}
/*-------------------------------------------
　CASE STUDY 導入事例
-------------------------------------------*/
.case {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  line-height: 1.5;
  gap: 20px;
}
/* CASE1の画像 */
.case__image-bg {
  display: flex;
  justify-content: center;
  padding: 35px 150px;
  background-color: var(--white);
  border-radius: 15px;
  filter: var(--drop-shadow);
}
.case__image {
  width: 100%;
}
.case .features {
  margin-top: 40px;
}
.read {
  font-size: 1.4rem;
}
.slider {
  margin-top: 90px;
}
.slider__inner {
  display: flex !important;
  justify-content: space-between;
}
.slider__inner .case {
  width: calc(50% - 30px);
}
/* CASE2以降の画像 */
.slider__inner .case__image-bg {
  position: relative;
  height: 200px;
}
.slider__inner .case__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}


/*スライドショー*/
.slick-dots {
  bottom: -36px;
}
.slick-dots li button:before {
  font-size: 11px;
}
.arrow_box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: -5px 0 6px;
  position: relative;
}
.prev-arrow,
.next-arrow {
  display: block;
  transition: all .3s ease;
  cursor: pointer;
  position:relative;
}
.prev-arrow {
  transform: rotate(180deg);
}
.prev-arrow:first-of-type::before,
.next-arrow:last-of-type:before{
  position:absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #505050;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.prev-arrow:first-of-type::before,
.next-arrow:last-of-type::before{
  transform: translateX(-400%);
  -webkit-transform: translateX(-400%);
}
@media screen and (max-width:1280px) {
  .case {
    gap: 15px;
  }
  .case__image-bg {
    padding: 15px 50px;
  }
  .case .features {
    margin-top: 30px;
  }
  /* CASE2以降の画像 */
  .slider__inner .case__image-bg {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .case {
    gap: 30px;
  }
  .case__image-bg {
    padding: 10px 20px;
    margin-top: 20px;
  }
  .case .features {
    display: flex;
    margin-top: 25px;
  }
  .case .features span {
    line-height: 1.4;
  }
  .case .features .red {
    padding-right: 10px;
    white-space: nowrap;
  }
  /* CASE2以降の画像 */
  .slider__inner .case__image-bg {
    height: 125px;
  }
  .slider__inner .case__image {
    max-width: 400px;
  }
  .slider {
    margin-top: 27px;
  }
  .slider__inner {
    flex-direction: column;
    gap: 30px;
  }
  .slider__inner .case {
    width: calc(100% - 10px);
    margin: auto;
  }
  .arrow_box{
    justify-content: space-around;
  }
  .prev-arrow:first-of-type::before,
  .next-arrow:last-of-type::before{
    border-width: 8px 0 8px 8px;
  }
}
/*-------------------------------------------
　FAQ よくあるご質問
-------------------------------------------*/
.faq-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 20px 0 0;
  padding: 2em 1em;
  border-radius: var(--radius-large);
  background-color: var(--white);
  filter: var(--drop-shadow);
  transform: rotateZ(0);
}
.faq-block h3 {
  position: relative;
  margin: 0;
  padding: 10px 40px 10px 75px;
  font-size: 2rem;
  line-height: 1.4;
  cursor: pointer
}
.faq-block h3::before,
.faq-block p::before {
  content: "Q.";
  position: absolute;
  left: 20px;
  top: 5px;
  width: 50px;
  font-weight: bold;
  font-size: 3.5rem;
  color: var(--red);
}
.faq-block p::before {
  content: "A.";
  left: 21px;
  top: -6px;
  color: var(--blue);
}
.faq-block h3::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 40%;
  transform: translateY(0, -40%);
  width: 13px;
  height: 13px;
  border-top: 13px solid var(--red);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.faq-block h3.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-block .faq-answer-content {
  display: none;
}
.faq-block .faq-answer-content .post {
  display: block;
  margin-top: 15px;
  padding: 15px;
  background-color: var(--bg-gray);
  border-radius: 15px;
  line-height: 1.5;
}
.faq-block p {
  position: relative;
  background: 0 0;
  padding: 0 20px 10px 7rem;
  font-size: 1.5rem;
  word-break: break-all;
  margin-top: 15px;
}
@media screen and (max-width:767px) {
  .faq-block{
    padding: 1.5em 1em;
    margin: 15px 0 0;
    border-radius: 15px;
  }
  .faq-block h3 {
    padding: 0em 1.5em 0 2em;
    font-size: 1.4rem;
  }
  .faq-block h3::before,
  .faq-block p::before {
    left: 2px;
    top: 0;
    width: 30px;
    font-size: 1.8rem;
  }
  .faq-block h3::after {
    right: 3px;
    width: 9px;
    height: 9px;
    border-top: 9px solid var(--red);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
  .faq-block p {
    font-size: 1.3rem;
    padding: 7px 1.5em 0 2em;
    margin-top: 3px;
  }
  .faq-block p::before {
    top: 7px;
  }
}
/*-------------------------------------------
　CONTACT 問い合わせ
-------------------------------------------*/
.p-inquiry__inner {
  width: 850px;
  font-size: 1.7rem;
}
.p-inquiry__form {
  position: relative;
}
.p-form__list{
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
}
.p-form__check-text {
  margin-bottom: 35px;
  text-align: center;
}
.p-form__check-text-wrap {
  display: inline-block;
  text-align: left; 
  line-height: 1.7;
  margin-top: -50px;
}
.p-form__check-text a {
  text-decoration: underline;
}

/* 問い合わせフォーム　中身*/
.form-box {
  margin: 15px auto 30px;
}

/*エラーメッセージ*/
p[class^="is-error-"]{
  margin-top: 0.5em;
  margin-left: 1.7em;
  font-size: 1.4rem;
  font-weight: bold;
  color: #B90404;
}
p[class^="is-error-"]:empty{
  margin: 0;
}

/*必須マーク*/
.required-mark {
  position: absolute;
  right: 75px;
  margin-left: 1.5em;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  border-radius: 100vh;
  color: var(--white);
  background-color: var(--red);
  white-space: nowrap;
}

/*input項目*/
.p-form__radio,
.p-form__input {
  width: 65%;
}
.p-form__input-text,
.p-form__textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 18px 16px 24px;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-radius: var(--radius-large);
  background-color: var(--white);
  filter: var(--drop-shadow);
  transform: rotateZ(0);
}
.p-form__textarea {
  width: 100% !important;
  height: 200px;
}
.p-form__textarea::-moz-placeholder, .p-form__input-text::-moz-placeholder {
  color: rgba(28, 30, 44, 0.15);
}

/*チェックボックス*/
.p-form__purpose {
  margin-top: 5px;
}
.p-form__inquiry {
  margin-top: 5px;
}
.p-form__radio {
  display: block;
  margin-top: -7px;
}
.p-form__radio .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p-form__radio .wpcf7-list-item {
  width: 50%;
  margin-left: 0;
}
/* クリッカブルアエリア */
.p-form__radio .wpcf7-list-item label {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 0;
  cursor: pointer;
}
input[type=radio]{
  display: none;
}
.p-form__radio input[type=radio] + span {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin: 0;
}
.p-form__radio input[type=radio] + span::before,
.p-form__radio input[type=radio]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  border-radius: 50%;
}
.p-form__radio input[type=radio] + span::before{
  filter: var(--drop-shadow);
  transform: translateY(-50%) rotateZ(0);
  background: var(--white);
}
.p-form__radio input[type=radio]:checked + span::after {
  left: -5px;
  width: 18px;
  height: 18px;
  background: var(--red);
  transform: translate(50%, -50%);
}

/*項目*/
.p-form__labels {
  display: flex;
  align-items: flex-start;
}
.p-form__label {
  position: relative;
  width: 35%;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/*送信ボタン*/
.p-form__button {
  margin: 50px auto 0;
  text-align: center;
  width: 260px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0086A0;
  border-radius: 100px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 0;
}
.p-form__button p {
  line-height: 1;
}
.p-form__button input {
  font-weight: bold;
  font-size: 20px;
  transition: 0.3s ease;
  color: var(--white);
}
.p-form__button:hover input {
  color: var(--blue);
}
.p-form__input__flex {
  display: flex;
  gap: 10px;
}
.p-form__label-text {
  display: flex;
  align-items: center;
  margin-top: 18px;
  line-height: 1;
}
.p-form__button-img a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 会社名 */
.p-form__input--company {
  position: relative;
  width: 65%;
}
.p-form__input--company .p-form__input-text {
  width: 100%;
}
/* 名前 */
.p-form__input--name {
  position: relative;
  width: 65%;
}
/* 名前：姓 */
.p-form__input--first-name {
  position: relative;
  width: 50%;
  margin-right: 50px;
}
.p-form__input--first-name::before {
  position: absolute;
  content: '姓';
  left: -35px;
}
/* 名前：名 */
.p-form__input--last-name {
  position: relative;
  width: 50%;
}
.p-form__input--last-name::before {
  position: absolute;
  content: '名';
  left: -35px;
}
.p-form__input--first-name,
.p-form__input--last-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-form__input--first-name p,
.p-form__input--last-name p {
  display: flex;
  width: 100%;
}
/* 電話番号 */
.p-form__input--telephone {
  position: relative;
  width: 65%;
}
.p-form__input--telephone .p-form__input-text {
  width: 100%;
}
/* メールアドレス */
.p-form__input--email {
  position: relative;
  width: 65%;
}
.p-form__input--email .p-form__input-text {
  width: 100%;
}
/* お問い合わせ目的ラベル */
.p-form__label--purpose .p-form__label-text {
  margin-top: 0;
}

@media screen and (max-width: 1280px) {
  .required-mark {
    right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .form-box {
    font-size: 1.4rem;
  }
  .p-form__check-text {
    margin-bottom: 15px;
  }
  .p-form__labels {
    display: block;
  }
  .p-form__label {
    margin-bottom: 10px;
  }
  .required-mark {
    position: relative;
    right: initial;
    margin-left: 10px;
  }
  .p-inquiry__inner{
    width: 100%;
  }
  .p-form__check-text {
    font-size: 1.4rem;
  }
  .p-form__input__flex {
    display: block;
  }
  .p-form__input__flex span:last-child {
    display: block;
  }
  .wpcf7-form-control-wrap {
    width: 100%;
  }
  .p-form__input__flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .p-form__input-text {
    padding: 13px 18px;
  }
  /* 会社名 */
  .p-form__input--company {
    width: 100%;
  }
  /* 名前 */
  .p-form__input--name {
    width: 100%;
    text-align: left;
  }
  /* 姓 */
  .p-form__input--first-name {
    width: calc(100% - 25px);
    margin-left: 25px;
  }
  .p-form__input--first-name::before {
    left: -25px;
  }
  /* 名 */
  .p-form__input--last-name {
    width: calc(100% - 25px);
    margin-left: 25px;
  }
  .p-form__input--last-name::before {
    left: -25px;
  }
  /* 電話番号 */
  .p-form__input--telephone {
    width: 100%;
  }
  /* メールアドレス */
  .p-form__input--email {
    width: 100%;
  }
  .p-form__radio {
    width: 100%;
  }
  .p-form__radio .wpcf7-list-item label {
    padding: 15px 0;
  }
  .p-form__radio input[type=radio] + span {
    padding-left: 28px;
    font-size: 1.4rem;
    letter-spacing: -0.05rem;
  }
  .p-form__radio input[type=radio] + span::before,
  .p-form__radio input[type=radio]:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
  }
  .p-form__radio input[type=radio]:checked + span::after {
    left: -3px;
    width: 14px;
    height: 14px;
    background: var(--red);
    transform: translate(50%, -50%);
  }
  .p-form__input {
    width: 100%;
  }
  .p-form__input-text, .p-form__textarea {
    font-size: 1.5rem;
  }
  p[class^="is-error-"] {
    margin-left: 1.2em;
  }
  .p-form__input__flex + p[class^="is-error-"] {
    margin-left: 2.8em;
  }
}

/*-------------------------------------------
　THANKS 問い合わせ完了
-------------------------------------------*/
/* サンクスページ専用CSS start */
.thanks-main {
  margin-top: 85px;
  padding-top: 80px;
  min-height: calc(100vh - 526px);
}
#complete {
  display: none;
}
.thanks-page main {
  min-height: calc(100vh - 122.23px);
  position: relative;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.thanks-page footer {
  position: relative;
}
.thanks-page .p-flow__inner.section-inner {
  padding: 70px 0 0;
}
.thanks-page .p-form__button {
  margin-top: 75px;
}
.breadcrumb-area {
  margin-top: 85px;
  padding: 30px 0;
}
.p-bg-thanks {
  position: relative;
}
.p-detail {
  font-size: 16px;
  width: 100%;
  margin: 65px auto 0;
}
.p-form__button-img {
  margin: 65px auto 0;
  text-align: center;
  width: 260px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0086A0;
  border-radius: 100px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.p-form__button-img::after {
  content: "";
  border-left: 10px solid #FFF;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) translateX(-50%);
}
#thanks .p-detail {
  width: fit-content;
  font-size: 1.5rem;
  line-height: 1.7;
}
/* サンクスページ専用CSS end */

@media (min-width: 768px) and (max-width: 1280px) {
  /* サンクスページ専用CSS start */
  .thanks-page main {
    min-height: calc(100vh - 366px);
  }
  .thanks-page .p-flow__inner.section-inner {
    padding: 55px 0 0;
  }
  .thanks-page .p-detail-title span {
    font-size: 1.2em;
  }
  .thanks-page .graph-text > div:nth-of-type(1) {
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
  }
  .thanks-page .phone-number {
    margin: 0 15px 0 10px;
    font-weight: bold;
    font-size: 15px;
  }
  .thanks-page .phone-name {
    font-size: 13px;
  }
  .thanks-page .phone-icon {
    width: 14px;
  }
  .thanks-page .p-form__button-img a {
    font-size: 17px;
  }
  .thanks-page .p-form__button {
    margin-top: 55px;
  }
  .products__subtitle {
    font-size: 6vw;
  }
  .thanks-main .products__subtitle {
    font-size: 6vw;
  }
  /* サンクスページ専用CSS end */
}

.p-thanks {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    max-width: 90%;
    margin-top: -50px;
  }
  #thanks .p-detail {
    margin-top: 30px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .slick-slider.sp {
    display: none;
  }
  /* サンクスページ専用CSS start */
  .thanks-page .phone-box.sp {
    display: none;
  }
  /* サンクスページ専用CSS end */
}

@media screen and (max-width: 767px) {
  .thanks-main .products__subtitle {
    font-size: 6vw;
  }
  .thanks-main .section-inner {
    padding: 90px 5% 70px;
  }
  .thanks-main {
    margin-top: 75px;
    padding-top: 50px;
    min-height: initial;
  }
  .p-detail {
    margin: 10px auto 0;
  }
  .p-form__button-img {
    margin: 40px auto 0;
  }
  .p-form__label-text {
    margin-top: 10px;
    white-space: nowrap;
  }
}

/*-------------------------------------------
  legalnotice 特定商取引法に基づく表記
-------------------------------------------*/
/* 特定商取引法に基づく表記専用CSS start */
.legalnotice-main {
  margin-top: 85px;
  padding-top: 80px;
  min-height: calc(100vh - 526px);
}
.p-bg-legalnotice {
  position: relative;
}
.p-legalnotice {
  margin: 0 auto;
}
.products__title--legalnotice {
  margin-top: 0;
}
.legalnotice-detail {
  margin: 90px auto;
  max-width: 1000px;
  font-size: 1.4rem;
}
.legalnotice-table {
  width: 100%;
  border-collapse: collapse;
}
.legalnotice-table th,
.legalnotice-table td {
  padding: 8px 10px;
  border: solid 1px var(--blue);
  line-height: 1.6;
}
.legalnotice-table th {
  padding-right: 25px;
  background-color: var(--blue);
  text-align: left;
  white-space: nowrap;
  border-bottom: solid 1px var(--white);
  color: var(--white);
}
.legalnotice-table__list {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  margin-top: 5px;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 22px;
}
.legalnotice-table__anotation {
  margin-top: 5px;
  padding-left: 1.2rem;
  text-indent: -1.2rem;
  font-size: 1.2rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .legalnotice-main {
    margin-top: 75px;
    padding-top: 50px;
    min-height: initial;
  }
  .p-legalnotice {
    max-width: 95%;
    margin-top: -50px;
  }
  .legalnotice-main .section-inner {
    padding: 90px 5% 70px;
  }
  .legalnotice-detail {
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .legalnotice-table {
    border-collapse: separate;
    border-spacing: 0px 10px;
  }
  .legalnotice-table th,
  .legalnotice-table td {
    display: block;
    padding: 8px 10px;
  }
  .legalnotice-table th {
    padding-right: 0;
    border-bottom: none;
  }
  .legalnotice-table__list li {
    line-height: 1.4;
  }
  .legalnotice-table__anotation {
    padding-left: 1.1rem;
    text-indent: -1.1rem;
    font-size: 1.1rem;
  }
}
/* 特定商取引法に基づく表記ジ専用CSS end */

/*-------------------------------------------
　フッター前　CVエリア
-------------------------------------------*/
.footer__cv__cover {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to right, #a8dee5 49%, #c0ebdf 50%);
}
.footer__link {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 0);
}
.footer__link .c-cv-btn__item{
  width: 250px;
}
.footer__link .links {
  font-size: 1.5rem;
  justify-content: space-evenly;
  display: inline-flex;
  text-align: center;
  width: 100%;
  gap: 0 15px;
}
.footer__link .links a {
  text-align: center;
  white-space: nowrap;
}
.footer__link .links a:hover {
  text-decoration: underline;
}
.footer__link-separator {
  border-right: 1px solid var(--black);
}
.footer__copyright{
  margin-top: 10px;
  text-align: center;
  font-size: 1.2rem;
}
/* PC用フッターイメージ */
.footer__image {
  display: flex;
  justify-content: center;
  width: 1250px;
  height: 455px;
  background-image: url(https://re-cone.jp/wp-content/uploads/2025/12/contact-pc-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.footer__image img {
  width: 882px;
  height: 294px;
  margin-top: 50px;
}
@media screen and (max-width: 1280px) {
  .footer__link {
    min-width: 500px;
  }
  .footer__link .links{
    font-size: 1.2rem;
  }
  .footer__copyright{
    margin-top: 10px;
  }
  .footer__image {
    width: 100%;
    height: 350px;
    background-size: cover;
  }
  .footer__image img.tb {
    display: block;
    width: 600px;
    height: 200px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .footer__link {
    min-width: initial;
    width: 325px;
  }
  .footer__link .links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  /* 左列 */
  .footer__link .links > :nth-child(1) { grid-column: 1; grid-row: 1; }
  .footer__link .links > :nth-child(3) { grid-column: 1; grid-row: 2; }

  /* 右列 */
  .footer__link .links > :nth-child(5) { grid-column: 2; grid-row: 1; }
  .footer__link .links > :nth-child(7) { grid-column: 2; grid-row: 2; }

  /* 最後だけ右下 */
  .footer__link .links > :nth-child(9) {
    grid-column: 2;
    grid-row: 3;
  }

  .footer__link .links a {
    padding: 2px 7px;
    text-align: left;
  }
  .footer__link-separator {
    display: none;
  }
  .footer__image {
    display: none;
  }
  .footer__cv__cover {
    display: flex;
    gap: 50px;
    flex-direction: column;
    padding: 40px 0 70px;
    background-image: url(https://re-cone.jp/wp-content/uploads/2025/11/contact-sp-bg.png);
    background-repeat: no-repeat;
    background-position: center -50px;
    background-size: cover;
  }
  .footer__cv__cover img {
    width: 75%;
    max-width: 350px;
    margin-bottom: 65px;
  }
}
