@charset "UTF-8";

.head{
display: flex;
background-color: #000;
height: 60px;
position: fixed;
justify-content: space-between;
top: 0;
width: 100%;
z-index: 999;
padding: 10px;
}
.head h1{
margin: 0;
}
.head h1 img{
height: 100%;
width: max-content;	
}
.head_btnWrap{
display: flex;
align-items: center;
}
.head a {
display: block;
height: 40px;
line-height: 40px;
padding: 0 20px;
font-weight: bold;
text-decoration: none;
transition: 0.3s;
text-align: center;
font-size: 14px;
}
.head_btnWrap a:first-child  {
background: #CC0000;
color: #fff;
}
.head_btnWrap a:last-child {
background: #fff;
color: #CC0000;
margin-left: 10px;
}
@media screen and (max-width : 767px) {

.head{
justify-content: center;
}
.head_btnWrap {
display: none;
}
}

.footer{
background-color: #000000;
display: flex;
padding: 30px 5%;
justify-content: space-between;
}



.footer a,
.footer span{
color: #fff;
font-size: 16px;
text-decoration: none;
display: block;
}

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

.footer{
flex-direction: column-reverse;
gap: 30px;
padding-bottom: 60px;
}
}

.fix_btnWrap{
display: none;
}
@media screen and (max-width: 767px){

.fix_btnWrap{
display: flex;
align-items: center;
justify-content: center;
position: fixed;
width: 100%;
background-color: #000;
height: 60px;
bottom: 0;
left: 0;
}
.fix_btnWrap a {
display: block;
height: 40px;
width: 45%;
max-width: 300px;
line-height: 40px;
padding: 0 15px;
font-weight: bold;
text-decoration: none;
transition: 0.3s;
text-align: center;
font-size: 13px;
}
.fix_btnWrap a:first-child  {
background: #CC0000;
color: #fff;
}
.fix_btnWrap a:last-child {
background: #fff;
color: #CC0000;
margin-left: 10px;
}

}





.freakout-page .l-h1-wrap .l-h1-inner{
    background: #fff;
}
.l-h1-inner:has(.globe){
  padding: 135px 0 50px;
}
.l-freakout-subh1{
	color: #aaa;
	font-weight: 600;
}
.sns-note{
  font-size: 1.2rem;
  margin-top: 20px;
}
.globe + .sns-note{
  text-align: center;
}
.problem .m-ttl03{
  font-size: 3.8rem;
}
.problem-sns{
  margin-top: 40px;
  padding: 60px 45px 40px;
  text-align: center;
  background-color: #fff;
}
.problem-sns__title{
  font-size: 3.0rem;
  font-weight: bold;
  color: #666;
  margin-bottom: 20px;
}
.problem-sns__title + p{
  margin-bottom: 30px;
}
.problem-sns__list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
	gap: 12px 30px;
}
.problem-sns__item{
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
	text-align: center;
}
.problem-sns__item + .problem-sns__item{
  border-left: 1px solid #ccc;
}
.problem-sns__item > dt{
  font-weight: bold;
  font-size: 1.8rem;
  order: 2;
}
.problem-sns__num{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 6.5rem;
  color: #cc0000;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  order: 1;
  line-height: 1;
}
.problem-sns__num span{
  font-size: 3.0rem;
  margin-left: 5px;
}
.problem-sns__desc{
  order: 3;
}
.problem-solution{
  position: relative;
  text-align: center;
  margin-top: 120px;
}
.problem-solution::before{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  background-color: #cc0000;
  height: calc(60px / 2);
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.problem-solution > img{
  margin-bottom: 50px;
}
.problem-solution__list{
  font-size: 3.4rem;
  font-weight: bold;
  color: #666;
}
.problem-solution__list > li{
  margin-bottom: 15px;
}
.problem-solution__list li:nth-child(2){
  font-size: 3.7rem;
  display: inline;
  padding: 6px;
  background-color: #303030;
  color: #fff;
}
.problem-solution__list + img{
  margin: 30px 0 20px;
}
.about{
  background: #fff;
}
.about__img{
  display: block;
  margin: 50px auto 0;
  width: 70%;
  height: auto;
}
.moredetail__item{
  margin-bottom: 30px;
}
.moredetail-col3{
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
	gap: 30px 40px;
  margin-top: 20px;
}
.moredetail-col3__item{
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
	text-align: center;
}
.moredetail-col3__title{
	font-size: 1.8rem;
	color: #CC0000;
}
.moredetail-col3__title + dd{
  display: flex;
	align-items: center;
	justify-content: center;
}
.moredetail-col3__title + dd img{
  width: 80px;
	height: auto;
}
.moredetail-col3__desc{
	text-align: left;
}
@media screen and (max-width: 768px) {
  .pc{
    display: none;
  }
  .problem .m-ttl03{
    font-size: 2.8rem;
  }
  .problem-sns{
    margin-top: 30px;
    padding: 30px 20px 20px;
  }
  .problem-sns__title{
    font-size: 2.4rem;
  }
  .problem-sns__list{
    font-size: 90%;
	  grid-template-columns: 1fr;
    gap: 20px;
  }
  .problem-sns__item > dt{
    font-size: 1.6rem;
  }
  .problem-sns__item + .problem-sns__item{
    padding-top: 25px;
    border-left: none;
    border-top: 1px solid #ccc;
  }
  .problem-sns__num{
    font-size: 3.0rem;
  }
  .problem-solution__list{
    font-size: 2.0rem;
  }
  .problem-solution__list li:nth-child(2){
    font-size: 2.8rem;
  }
  .about__img{
    display: block;
    margin: 40px 0 0;
    width: 100%;
    height: auto;
  }
  .moredetail-col3{
    font-size: 90%;
	  grid-template-columns: 1fr;
    gap: 30px;
  }
  .moredetail-col3__item{
    margin-bottom: 20px;
  }
  .moredetail-col3__title + dd img{
    width: 60px;
  }
}
/* Globe */
.globe{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 0;
}
.globe__wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
}
.globe__contents{
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes dotPulse{
  0%, 100% { 
    opacity: 0.7; 
  }
  50% { 
    opacity: 1; 
  }
}
.globe-dot-pulse{
  animation: dotPulse 3s ease-in-out infinite;
}
.hawk-gif{
  display: flex;
  justify-content: center;
  margin: 50px 0 30px;
}
.hawk-gif__img{
  height: 300px;
  width: auto;
}
.memo-network-container{
  position: relative;
  width: 100%;
  max-width: 720px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}
.memo-network-container > svg{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  inset: 0px;
}
.memo-card{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  z-index: 10;
  background: #fce4e4;
  border-radius: 6px;
  padding: 16px 14px;
  font-size: 11px;
  line-height: 1.6;
  color: #141413;
  box-shadow: 0 4px 24px rgba(20,20,20,0.10), 0 1px 4px rgba(20,20,20,0.06);
  animation: memoFloat 4s ease-in-out infinite;
}
@keyframes memoFloat{
  0%,
  100%{
    transform: translate(-50%, -50%) translateY(0);
  }
  50%{
    transform: translate(-50%, -50%) translateY(-8px);
  }
}
.memo-card__title{
  font-weight:600;
  margin-bottom:6px;
  font-size:12px;
  border-bottom:1px dashed #848484;
  padding-bottom:4px;
}
.output-node{
  position: absolute;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #fff;
  border: 1.5px solid #e5e5e5;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(20,20,19,0.05);
  z-index: 10;
  opacity: 0;
  animation: nodeAppear 0.6s ease-out forwards;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.output-node:hover{
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(91,110,79,0.15);
}
@keyframes nodeAppear{
  from{
    opacity: 0;
    transform: scale(0.6);
  }
  to{
    opacity: 1;
    transform: scale(1);
  }
}
.pulse-line{
  stroke: #DAE4D0;
  stroke-width: 2;
  fill: none;
  stroke-dasharray: 6 4;
}
.pulse-dot{
  fill: #A3B18A;
  filter: drop-shadow(0 0 4px rgba(163,177,138,0.6));
}
.pulse-dot-glow{
  fill: #fcb6b6;
  filter: drop-shadow(0 0 6px rgba(252, 182, 182, 0.8));
}
.solution-section-content{
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.solution-section-content.visible{
  opacity: 1;
  transform: translateY(0);
}
.material-symbols-outlined{
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-size: 28px;
}
.node-label{
  font-size: 12px;
}
@media (max-width: 640px){
  .memo-network-container{
    max-width: 360px;
  }
  .memo-card{
    width: 140px;
    padding: 10px;
    font-size: 9px;
  }
  .output-node{
    width: 64px;
    height: 64px;
    border-radius: 12px;
    gap: 2px;
  }
  .output-node .material-symbols-outlined{
    font-size: 20px !important;
  }
  .output-node .node-label{
    font-size: 8px !important;
  }
}




.case_contact-nav .contact a{
background: #ffffff !important;
color: #cc0000 !important;
}

.case_contact-nav .contact a:hover{
color: #ffffff !important;
background: #cc0000 !important;
}