@charset "UTF-8";

body                  { background: url(../images/home/bg.jpg) left top no-repeat;}


#hd_image             { text-align: right; position: relative; padding-top: 100px;}
#hd_image h1          { background: url(../images/home/hd_h1.png); width: 617px; height: 211px; font-size: 0; line-height: 0; text-indent: -9999px; position: absolute; top: 70%; transform: translate(0,-50%);}
#hd_image::before     { content: ""; display: block; width: 50%; height: 1px; background-color: #000; position: absolute; top: 70%; margin-top: -30px;}
#hd_image video         { width: 60%; height: auto; mix-blend-mode:multiply;}

main article h2           { font-size: 2em; font-weight: 300; margin-bottom: 0.5em; line-height: 1.5em;}

#app                  { width: 1200px; margin: auto; text-align: center; margin-top: 5em;}
#app ul               { background: url(../images/home/app.png); width: 1200px; height: 275px; margin: 50px 0 30px; font-size: 0; line-height: 0; text-indent: -9999px;}

#solution             { background-color: #e9f6ff; padding: 3em 0; margin-top: 5em;}
#solution h2          { text-align: center; margin-bottom: 1em;}
#solution ul          { display: grid; grid-template-columns: repeat(4,1fr); gap: 50px; width: 1200px; margin: auto;}
#solution ul li       { position: relative; transition: .2s;}
#solution ul li:hover { transform: scale(102%);}
#solution ul li a     { font-size: 0; line-height: 0; text-indent: -9999px; position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
#solution img         { aspect-ratio: 6/3.8; width: 100%; background-color: #e5e5e5; display: block;}
#solution h3          { }


#example              { width: 1200px; margin: 8em auto 0;}
#example h2           { text-align: center; margin-bottom: 1em;}
#example ul           { display: grid; grid-template-columns: repeat(3,1fr); gap: 0 50px;}
#example ul li        { position: relative; border: 1px solid #e5e5e5; transition: .2s;}
#example ul li a      { font-size: 0; line-height: 0; text-indent: -9999px; position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
#example ul li:hover  { transform: scale(102%);}
#example img          { aspect-ratio: 6/3.8; width: 100%; background-color: #e5e5e5; display: block;}
#example h3 span      { font-weight: 300; font-size: 0.8em;}
#example h3           { margin: 0.5em 1.5em 0;}
#example p            { margin: 0 1.5em 2em;}

#local                { background: url(../images/home/local_bg.jpg) left center no-repeat; background-size: 60% auto; width: 100%; padding: 3em 0; margin-top: 8em;}
#local div            { background-color: rgba(233,246,255,0.9); width: 600px; padding: 2em; margin: auto; position: relative; left: 300px; box-sizing: border-box;}


#news                 { width: 1200px; margin: 8em auto 0; position: relative;}
#news dl              { width: 850px; position: absolute; top: 0; right: 0; border-top: 1px solid #e5e5e5; padding-top: 0.5em;}
#news dl dd           { padding-left: 10em; margin-top: -2em; padding-bottom: 0.5em; margin-bottom: 0.5em; border-bottom: 1px solid #e5e5e5;}
#news dl dd a:before  { content: "›"; margin-right: 0.5em; color: #c00;}


#press                { width: 1200px; margin: 5em auto; position: relative; overflow: hidden; padding: 2em; background-color: #f2f2f2; box-sizing: border-box;}
#press h3             { font-size: 1.3em; margin-bottom: 0.5em;}
#press img            { float: left; width: 180px; margin-right: 1em; transition: .2s;}
#press img:hover      { transform: scale(1.1);}


@media screen and ( max-width:767px ) {

  body                  { background: url(../images/home/bg.jpg) left top no-repeat; background-size: 100% auto;}

  header div > a        { background: url(../images/common/logo.png); background-size: 100% auto; width: 240px; height: 35px; display: block; font-size: 0; line-height: 0; text-indent: -9999px;}

  #hd_image             { z-index: 100; padding-bottom: 5vw; padding-top: 15vw;}
  #hd_image h1          { background: url(../images/home/hd_h1sp.png) top; background-size: 100% auto; width: 70%; height: 15vw; position: absolute; top: 80%; left: 3.5vw; transform: translate(auto,auto); z-index: 10000; filter: drop-shadow(0px 0px 10px rgb(0,0,0));}
  #hd_image::before     { display: none;}

  #hd_image video       { width: 100%; height: auto; mix-blend-mode:multiply;}

  main article h2       { font-size: 1.5em; font-weight: 300; margin-bottom: 0.5em; line-height: 1.5em;}

  #app                  { width: 90%; margin-top: 0; text-align: left;}
  #app br { display: none;}
  #app ul               { background: url(../images/home/app-sp.png) no-repeat; background-size: contain; width: 100%; height: 95vw; margin: 1rem 0 2rem; }

  #solution             { padding: 2rem 0; margin-top: 3rem;}
  #solution ul          { grid-template-columns: repeat(2,1fr); gap: 1rem 2rem; width: 90%; margin: auto;}


  /* #example              { width: 100%; margin: 5rem auto 0;}
  #example ul           { grid-template-columns: repeat(3,1fr); gap: 0 50px;}
  #example ul li        { position: relative; border: 1px solid #e5e5e5; transition: .2s;}
  #example ul li a      { font-size: 0; line-height: 0; text-indent: -9999px; position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
  #example ul li:hover  { transform: scale(102%);}
  #example img          { aspect-ratio: 6/3.8; width: 100%; background-color: #e5e5e5; display: block;}
  #example h3 span      { font-weight: 300; font-size: 0.8em;}
  #example h3           { margin: 0.5em 1.5em 0;}
  #example p            { margin: 0 1.5em 2em;} */
  
  #local                { background: url(../images/home/local_bg.jpg) left top no-repeat; background-size: 100% auto; width: 100%; padding: 13rem 0 0; margin-top: 0;}
  #local div            { width: 90%; padding: 1em; margin: auto; left: 0; box-sizing: border-box;}
  
  
  #news                 { width: 90%; margin: 3rem auto 0; position: relative;}
  #news dl              { width: 100%; position: static; border-top: 1px solid #e5e5e5; padding-top: 0.5em;}
  #news a.arw           { position: absolute; right: 0; top: 0;}
  #news dl dd           { padding-left: 1rem; margin-top: 0em; }

  #press                { width: auto; margin: 5em auto; position: relative; overflow: hidden; padding: 2em; background-color: #f2f2f2; box-sizing: border-box;}
  #press h3             { font-size: 1.3em; margin-bottom: 0.5em;}
  #press img            { float: none; width: 50vw; height: auto; margin-right: 0; margin: 0 auto 1em; display: block;}
  


}