@charset "utf-8";
/*=======================================================
==========================================================
　　　　　　　　　　　　　PC start
==========================================================
========================================================*/
@media screen and (min-width:768px) {
/*singlepage設定*/
.page-title{
  padding:60px 0 30px;
}
h1{
  color: #000;
  font-size:4rem;
  letter-spacing: 1px;
  margin:.3em 0 0;
  text-align: center;
}
p.h1-p{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  position:relative;
  font-size:1.7rem;
  font-weight: bold;
  color: #FFE402;
  line-height: 1em;
  margin:0;
  text-align: center;
  text-transform: uppercase;
}
.single-box{
  padding: 20px 0 60px;
}

/* セクション */
.mn-section{
  margin-bottom: 50px;
}
.mn-section:last-child{
  margin-bottom: 0;
}
.mn-section-head{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 3px solid #FFE402;
}
.mn-section-num{
  font-size: 3.2rem;
  color: #FFE402;
  line-height: 1;
  font-weight: bold;
}
.mn-section-title{
  font-size: 2.2rem;
  font-weight: bold;
  color: #221715;
  margin: 0;
  line-height: 1.3;
}

/* カードグリッド */
.mn-card-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.mn-card{
  background: #fff;
  border: 2px solid #FFE402;
  border-radius: 14px;
  padding: 28px 16px 22px;
  text-align: center;
  box-shadow: 4px 4px 0 #FFE402;
  transition: transform .3s ease, box-shadow .3s ease;
}
.mn-card:hover{
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 #FFE402;
}
.mn-card-value{
  font-size: 1.5rem;
  font-weight: bold;
  color: #221715;
  margin: 0 0 8px;
  line-height: 1.3;
}
.mn-card-num{
  font-size: 3.6rem;
  color: #FFE402;
  line-height: 1;
  font-weight: bold;
}
.mn-card-sub{
  font-size: 1.2rem;
  font-weight: normal;
  color: #888;
}
.mn-card-icon{
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
}
.mn-card-icon svg{
  width: 100%;
  height: 100%;
}
.mn-card-label{
  font-size: 1.2rem;
  color: #888;
  margin: 0;
  line-height: 1.4;
}


}/*=======================================================
==========================================================
　　　　　　　　　　　　　PC end
==========================================================
==========================================================
========================================================*/

/*=======================================================
==========================================================
  　　　　　　　　　　　　　SPstart
==========================================================
========================================================*/
@media screen and (max-width:768px) {
/*singlepage設定*/
.page-title{
  padding: 40px 0 10px;
}
h1{
  color: #000;
  font-size:2.5rem;
  letter-spacing: 1px;
  margin:.3em 0 0;
  text-align: center;
}
p.h1-p{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  position:relative;
  font-size:1.5rem;
  font-weight: bold;
  color: #FFE402;
  line-height: 1em;
  margin:0;
  text-align: center;
  text-transform: uppercase;
}
.single-box{
  padding: 15px 0 30px;
}
.sp-head-logo{
  display: flex;
  align-items: center;
  height: 58px;
  border-bottom: 6px solid #FFE402;
  width: 100%;
  margin: 0;
  mix-blend-mode: multiply;
}
.sp-head-logo img{
  width: auto;
  height: 48px;
  padding: 0 0 0 12px;
  object-fit: contain;
  margin: 0;
  mix-blend-mode: multiply;
}

/* セクション */
.mn-section{
  margin-bottom: 36px;
}
.mn-section:last-child{
  margin-bottom: 0;
}
.mn-section-head{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 3px solid #FFE402;
}
.mn-section-num{
  font-size: 2.6rem;
  color: #FFE402;
  line-height: 1;
  font-weight: bold;
}
.mn-section-title{
  font-size: 1.8rem;
  font-weight: bold;
  color: #221715;
  margin: 0;
  line-height: 1.3;
}

/* カードグリッド */
.mn-card-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.mn-card{
  background: #fff;
  border: 2px solid #FFE402;
  border-radius: 10px;
  padding: 20px 12px 16px;
  text-align: center;
  box-shadow: 3px 3px 0 #FFE402;
}
.mn-card-value{
  font-size: 1.3rem;
  font-weight: bold;
  color: #221715;
  margin: 0 0 6px;
  line-height: 1.3;
}
.mn-card-num{
  font-size: 2.8rem;
  color: #FFE402;
  line-height: 1;
  font-weight: bold;
}
.mn-card-sub{
  font-size: 1.1rem;
  font-weight: normal;
  color: #888;
}
.mn-card-icon{
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}
.mn-card-icon svg{
  width: 100%;
  height: 100%;
}
.mn-card-label{
  font-size: 1.1rem;
  color: #888;
  margin: 0;
  line-height: 1.4;
}


}/*=======================================================
==========================================================
　　　　　　　　　　　　　SPend
==========================================================
==========================================================
========================================================*/
/*=======================================================
==========================================================
　　　　　　　　　　　　　IPAD start
==========================================================
========================================================*/
@media screen and (min-width:768px) and ( max-width:1190px) {

.mn-card-grid{
  grid-template-columns: repeat(3, 1fr);
}

}/*=======================================================
==========================================================
　　　　　　　　　　　　　IPAD end
==========================================================
==========================================================
========================================================*/
/*=======================================================
==========================================================
　　　　　　　　　　　　　共通コード
==========================================================
========================================================*/
#main{
    background-color: #f5f5f5;
}
#footer {
    background-color: #fff;
}


/*=======================================================
==========================================================
　　　　　　　　　　　　　共通end
==========================================================
========================================================*/
