/* =========================
  Base
========================= */
:root {
  --radius: 999px;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family:
    "YuGoPr6N",
    "Yu Gothic",
    "游ゴシック体",
    "Hiragino Kaku Gothic ProN",
    "Noto Sans JP",
    system-ui,
    sans-serif;
  /*color: var(--text);*/
  line-height: 1.7;
  background: #fff;
  font-size: 18px;
  color: #1c1c1c;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
.container {
  width: min(1120px, 92%);
  margin-inline: auto;
}

.pc-only{ display: inline; }
.sp-only{ display: none !important; }

html {
  scroll-behavior: smooth;
}


/* =========================
  Hero
========================= */
.hero {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  background-image: url("../images/kv.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container_hero{
  width: min(1252px, 92%);
  margin-inline: auto;
}


.hero__inner {
  position: relative;
  padding: 64px 0;
}

.hero__catch {
  margin: 0 0 102px;
  font-weight: 700;
  font-size: clamp(20px, 3vw, 38px);
  letter-spacing: .04em;
  text-shadow:
    0 0 1px rgba(0,0,0,.65),
    0 0 2px rgba(0,0,0,.60),
    0 0 3px rgba(0,0,0,.55),
    0 0 10px rgba(0,0,0,.40),
    0 0 18px rgba(0,0,0,.45),
    0 0 32px rgba(0,0,0,.60);

}

.hero__buttons{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-inline: auto;
  align-items: center;
}

.pill__inner{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}


.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 26px 22px;
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

.pill--white {
  background: #fff;
}

.pill__icon {
  font-size: 12px;
  opacity: .7;
}

.logo img{
  height: auto;
}

.hero__buttons img{     
  width: 140px;
  max-width: 100%;
}

.pill_aitalker{
  padding: 22px 22px !important;
}

.pill--brand{
  gap: 18px;            
  padding: 8px 44px; 
}

.pill--brand .logo_highlight__icon{
  width: 56px !important;
  height: auto;
}

.pill--brand .logo_highlight__text{
  font-size: 26px;       
  font-weight: 700;
  line-height: 1;
  color: #ee0055;
  white-space: nowrap;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto,
    "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}


/* =========================
  Campaign
========================= */
.campaign {
  background: #fff;
  padding: 70px 0;
}

.campaign__inner {
  text-align: center;
}

.campaign__title {
  margin: 0;
  font-weight: 800;
  letter-spacing: .03em;
  font-size: 25px;
}

.campaign__desc {
  margin: 8px 0 18px;
  font-weight: 800;
  font-size: 25px;
}


.campaign .btn--primary{
  width: 444px;
  height: 72px;
  min-width: 0;
  padding: 0 22px;
  margin: 0 auto;
  position: relative;
  text-align: center;     
  padding: 0;             
  line-height: 72px;      
  letter-spacing: 0.05em;
  margin-top: 18px;
}

.campaign .btn--primary::after{
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;                 
  transform: translateY(-50%);

  width: 30px;
  height: 20px;
  background-image: url("../images/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: var(--radius);
  font-weight: 700;
  min-width: 260px;
  transition: .2s;
  border: 1px solid transparent;
}

.btn--primary {
  background: #194a9e;
  color: #fff;
  box-shadow: var(--shadow);
}

.btn--secondary {
  background: #194a9e;
  color: #fff;
}

/* =========================
  Section Title
========================= */
.section-title {
  background: linear-gradient(
    90deg,
    rgba(214, 190, 255, 0.95) 0%,
    rgba(235, 235, 255, 0.95) 50%,
    rgba(195, 230, 255, 0.95) 100%
  );
  padding: 24px 0;
  text-align: center;
}
.section-title h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #194a9e;
  letter-spacing: .05em;
}

/* =========================
  Solutions
========================= */
.solutions {
  padding: 36px 0 0;
  background: #fff;
}

.solution {
  padding: 52px 0;
}

.solution__grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
}

.solution--reverse .solution__text { order: 2; }
.solution--reverse .solution__media { order: 1; }



.solution__lead {
  font-size: 23px;
  font-weight: 700;
  margin: 0 0 10px;
}


.solution__list {
  margin: 0 0 14px;
  padding-left: 18px;
  list-style: none;   
  padding-left: 0;
  margin: 0 0 14px;
  font-weight: 700;
}

.solution__list li {
  margin: 6px 0;
  position: relative;
  padding-left: 20px; 
  margin: 8px 0;
}

.solution__list li::before{
  content: "";
  position: absolute;
  top: 0.85em;       
  left: 0;
  width: 12px;          
  height: 12px;
  border-radius: 50%;
  background: #194a9e;  
  transform: translateY(-50%);
}

.solution__media img{
  width: 89%;
  box-shadow:   0 2px 8px rgba(0, 0, 0, 0.06),
  0 12px 24px rgba(0, 0, 0, 0.08);
}

.solution__media_pixell{
  width: 95%;
  margin: 0 auto;
}

.solution__media--phone img {
  max-width: 300px;
  margin-inline: auto;
  width: 95%;
}

/* 詳細はこちらボタン（共通で矢印付きにする） */
.btn--secondary{
  position: relative;
  text-align: center;
}

.btn--secondary::after{
  content: "";
  position: absolute;
  top: 45%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  background-image: url("../images/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.solution .btn--secondary{
  width: 500px;   
  height: 72px;
  margin: 24px 0 0;
}

.logo_pixell {
  max-width: 170px;
  /*margin-bottom: 12px;*/
	margin-bottom: 1em;
}

.logo_aitalker{
  max-width: 150px;
  /*margin-bottom: 12px;*/
	margin-bottom: 1em;
}

.solution__brand img {
  width: 100%;
  height: auto;
}

.logo_highlight{
  display: inline-flex;
  align-items: center;
  gap: 14px;             
  /*margin-bottom: 12px;*/
	margin-bottom: .5em;
  line-height: 1;
}

.logo_highlight__icon{
  width: 56px !important;         
  height: auto;
  flex: 0 0 auto;
  margin-right: 3px;
}

.logo_highlight__text{
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto,
    "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic",
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 700;
  color: #ee0055;
  font-size: 26px;       
  letter-spacing: -0.01em;
  white-space: nowrap;
  padding-bottom: 3px;
}


/* =========================
  Footer
========================= */
.footer{
  margin-top: 46px;
  color: #fff;
  background: #194a9e;
}

.footer__inner{
  display: flex;
  align-items: center;
  padding: 52px 0;
  width: 710px;
}

.footer__brand{
  align-items: center;
  margin-right: 45px;
}

.footer__logo{
  height: 62px;
  width: auto;
  margin-bottom: 15px;
}

.footer__addr{
  margin: 0;
  line-height: 1.8;
  font-weight: 500;
  opacity: 0.95;
}

.footer__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #194a9e;
  font-weight: 800;
  border-radius: 999px;
  text-decoration: none;
  width: 347px;
  height: 72px;
}



/* =========================
  Responsive (SP)
========================= */
@media (max-width: 768px) {
  .gnav { display: none; }
  .hamburger { display: inline-block; }

  .pc-only{ display: none; }
  .sp-only{ display: inline !important; }

  .hero {
    min-height: 520px;
    background-image: url("../images/kv_sp.jpg");
  }


  .hero__catch{
    font-size: 24px;
    
  }

  .hero__inner {
    padding: 56px 0;
  }

  .hero__buttons{
    grid-template-columns: 1fr;
    width: min(520px, 100%);
  }

.hero__buttons .pill {
        width: 100%;
        max-width: 440px;
        height: 60px;
        padding: 0 90px;
        border-radius: 9999px;
        background: #fff;
        box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        justify-self: center;
}

  .hero__buttons a[href="#ai-talker"] {
    padding-top: 18px;
    padding-bottom: 18px;
}

  .section-title h2 {
  font-size: 20px;
}

  .campaign__title,.campaign__desc{
    font-size: 17px; 
  }

  .campaign .btn--primary{
    width: 670px;        
    max-width: 100%;     
    line-height: 118px;
    font-size: 13px;
    height: 59px;
  }

  .btn {
    min-width: 0;
  }

  .pixell_m{
  margin-top: 25px !important;
}

.logo_pixell {
  max-width: 140px;
}

.logo_aitalker{
  max-width: 135px;
}

  .solution__media img {
    margin: 0 auto;
    margin-bottom: 20px;
}

  .solution__grid {
    grid-template-columns: 1fr;
  }

  .solution--reverse .solution__text,
  .solution--reverse .solution__media {
    order: initial;
  }

  .solution .btn--secondary{
    width: min(670px, 100%);
    margin: 24px auto 0;
    font-size: 13px;
    height: 59px;
  }

  .solution__lead {
    font-size: 15px;
}

  .solution__list {
    font-size: 13px;
}

  .solution__grid{ grid-template-columns: 1fr; }
  .solution__text{ display: contents; } 
  .solution__brand{ grid-row: 1; }
  .solution__lead{  grid-row: 2; }
  .solution__list{  grid-row: 3; }
  .solution__media{ grid-row: 4; }
  .solution .btn--secondary{ grid-row: 5; margin: 8px auto 0; }

    .footer__inner{
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 39px 0;
    width: auto;            
    display: flex;
    flex-direction: column;   
    align-items: center;      
    text-align: center;
  }

  .footer__brand{
    display: flex;
    flex-direction: column;
    align-items: center;   
    margin-right: 0; 
  }

  .footer__logo{
    height: 56px; 
  }

  .footer__addr{
    font-size: 16px;
    text-align: left;
  }

  .footer__btn{
    width: min(520px, 92%);
    height: 62px; 
    margin-top: 18px;
    font-size: 16px;     
    width: 300px;
  }
}

@media (max-width: 980px){
  .hero__buttons{
    grid-template-columns: 1fr;
    width: min(330px, 100%); 
  }
  .hero__buttons .pill{
    max-width: none;         
  }
}
