/* 全要素に box-sizing を適用 */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 背景グラデーション */
.contents {
  min-height: 2000px;
  width: 100%;
  background: linear-gradient(118deg, rgba(255,201,114,1) 0%, rgba(246,179,84,1) 40%, rgba(231,229,97,1) 100%);
}

/* clearfix対応 */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* ページトップボタン */
#page-top {
  position: fixed;
  bottom: 120px;
  right: 30px;
  font-size: 77%;
  text-align: center;
  z-index: 9999;
}
#page-top .page-top-label {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.2;
  color: #489d37;
  font-weight: bold;
}
#page-top a {
  background: #c0ebbc;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  background: #489d37;
}
#page-top a img {
  margin: 0;
}

/* グラフ2列構成（修正版） */
#graphs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto;
  gap: 20px;
  box-sizing: border-box;
}
.bar-graph-wrap {
  flex: 0 0 calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0; /* ← 明示的に margin 0 にしてズレ防止 */
}
.bar-graph-wrap .right {
  margin-top: auto;
  padding-top: 10px;
  text-align: right;
  float: none;
}

/* 固定フッター */
#footerFix.contactFooter {
  background: rgba(72, 157, 55, 1);
  position: fixed;
  bottom: -100px;
  width: 100%;
  height: 100px;
  border-top: #b3ddbf solid 1px;
  z-index: 1000;
}
#footerFix.contactFooter.fixed {
  bottom: 0;
}
#footerFix.contactFooter .innerbox {
  width: 960px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
#footerFix.contactFooter .innerbox .left {
  width: 47%;
  margin-top: 20px;
}
#footerFix.contactFooter .innerbox .left:first-child {
  margin-left: 0;
}
#footerFix.contactFooter .innerbox p {
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 600;
}
#footerFix.contactFooter .innerbox a.btnOrange01,
#footerFix.contactFooter .innerbox a.btnOrange02 {
  border-radius: 6px;
  display: block;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration-line: none;
  padding: 7px 0 0;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 1);
}
#footerFix.contactFooter .innerbox a.btnOrange01 {
  background: linear-gradient(to bottom, rgb(181, 227, 214) 8%, rgb(132, 209, 185) 90%);
}
#footerFix.contactFooter .innerbox a.btnOrange02 {
  background: linear-gradient(to bottom, rgb(196, 223, 184) 8%, rgb(158, 202, 139) 90%);
}
#footerFix.contactFooter a:hover {
  transition: all 0.2s ease;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.sp{
	display:none !important;
	overflow:hidden;
	width:auto;
}


.interview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0;
}

.interview-card {
  width: calc(50% - 10px);
  /*border: 1px solid #ddd;*/
  border-radius: 8px;
  padding: 20px;
  /*background-color: #f9f9f9;*/
  box-sizing: border-box;
}

.interview-card .c-img img {
  width: auto;
  height: 200px;
  display: block;
  margin: 10px auto;
}

#l-1-index footer {
  margin-bottom: 80px;
}

/* SP対応 */
@media screen and (max-width: 768px) {
	
.sp{display:block !important;}
.pc{display:none !important;}

img.sp {
  display: block;
  margin: 0 auto;
}
	
  #graphs {
    flex-direction: column;
    max-width: 100%;
    gap: 20px;
  }
  .bar-graph-wrap {
    flex: 1 1 100%;
    width: 100%;
    margin: 0 0 20px 0; /* スマホ用に下余白だけ残す */
  }
  #footerFix.contactFooter {
    height: auto !important;
    padding: 10px 0 20px;
    bottom: 0 !important;
  }

  #footerFix.contactFooter .innerbox {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #footerFix.contactFooter .innerbox .left {
    width: calc(100% - 60px) !important;
    margin: 10px 30px !important;
    float: none !important;
  }

  #footerFix.contactFooter .innerbox a.btnOrange01,
  #footerFix.contactFooter .innerbox a.btnOrange02 {
    font-size: 1.6rem;
    height: 60px;
    padding: 10px 0;
  }

  #page-top {
    bottom: 200px;
    right: 10px;
  }
  #page-top a {
    width: 45px;
    height: 45px;
  }
  #page-top .page-top-label {
    font-size: 11px;
    margin-top: 4px;
    line-height: 1.3;
  }
	
/* 声 */	
  .interview-card {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
  }

#l-1-index footer {
  margin-bottom: 100px;
}
	
}
