html { 
  font-size: 62.5%; 
  margin-top: 0px !important;
}

/* ===== 見出し（背景画像付き） ===== */
.jigyou_ttl {
  color: #0070BF;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 10%;
  margin-bottom: 5%;
  padding-top: 76px;
  min-height: 200px;
  line-height: 1.3;

  /* ← 元通り：位置指定せずデフォルトの left top */
  background-image: url("../img/service/SERVICE.png");
  background-repeat: no-repeat;
  background-size: 540px auto;
}

.jigyou1 {
  margin-top: 50px;
}
.jigyou1 img{
  max-width: 100%;
}

.yuudou {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}

.n_left {
  max-width: 40%;
  margin-right: 50px;
}
.n_left h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #0070BF;
  display: inline-block;
  padding-bottom: 5px;
}
.n_left p {
  font-size: 20px;
  padding-top: 15px;
  line-height: 3rem;
}

.jigyou2 {
  margin-top: 50px;
}
.jigyou2 img{
  max-width: 100%;
}

.zattou {
  display: flex;
  justify-content: space-between;
  margin-bottom: 200px;
}

.n_right {
  max-width: 40%;
  margin-left: 50px;
}
.n_right h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #0070BF;
  display: inline-block;
  padding-bottom: 5px;
}
.n_right p {
  font-size: 20px;
  padding-top: 15px;
  line-height: 3rem;
}

.jigyou_bnr img {
  max-width: 50%;
}
.jigyou_bnr {
  text-align: center;
  margin-bottom: 200px;
}

.jigyou_ttl2 {
  font-size: 32px;
  color: #0070BF;
  text-align: center;
  font-weight: bold;
  line-height: 5rem;
  margin-top: 150px;
  margin-bottom: 50px;
}

.ttl_mini {
  font-size: 24px;
  text-align: center;
  margin-bottom: 100px;
}

.support {
  background: #63B2E3;
  display: flex;
  justify-content: space-around;
  max-width: 85%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 150px;
}
.spt_left {
  max-width: 40%;
  margin-right: 50px;
}
.support h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 5px;
  color: #fff;
}
.support p {
  font-size: 20px;
  padding-top: 15px;
  line-height: 3rem;
  color: #fff;
}
.spt_img {
  max-width: 35%;
}

.program {
  background: #63B2E3;
  display: flex;
  justify-content: space-around;
  max-width: 85%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 0 0 auto;
  margin-bottom: 150px;
}
.prgm_right {
  max-width: 40%;
  margin-left: 50px;
}
.program h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 5px;
  color: #fff;
}
.mini_t {
  font-weight: bold;
}
.program p {
  font-size: 20px;
  padding-top: 15px;
  line-height: 3rem;
  color: #fff;
}
.pnone {
  padding-top: 0px !important;
}
.prgm_img {
  max-width: 35%;
}

.kaigyou {
	display: none;
}

/* =========================
   レスポンシブ
   ========================= */
@media screen and (max-width: 1300px) {
  .jigyou_ttl {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .yuudou { margin-bottom: 120px; }
  .zattou { margin-bottom: 150px; }
  .jigyou_bnr { margin-bottom: 150px; }
  .jigyou_ttl2 {
    font-size: 24px;
    margin-top: 100px;
    margin-bottom: 30px;
  }
  .ttl_mini {
    font-size: 22px;
    text-align: center;
    margin-bottom: 80px;
    line-height: 3rem;
  }
  .spt_left { margin-right: 0px; }
  .prgm_right { margin-left: 0px; }
}

.kaigyou {
	display: block;
}

@media screen and (max-width: 768px) {
  .pc_none { margin-top: 50px; }

  .jigyou_ttl {
    min-height: 160px;
  }

  .jigyou1 { margin-top: 40px; }

  .yuudou {
    margin-bottom: 100px;
    flex-direction: column;
  }
  .n_left {
    max-width: 100%;
    margin-right: 0px;
  }
  .n_left h2 { font-size: 18px; }
  .n_left p {
    font-size: 17px;
    padding-top: 15px;
    line-height: 3rem;
  }

  .jigyou2 { margin-top: 40px; }

  .zattou {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    flex-direction: column-reverse;
  }
  .n_right {
    max-width: 100%;
    margin-left: 0px;
  }
  .n_right h2 { font-size: 18px; }
  .n_right p { font-size: 17px; }

  .jigyou_bnr img { max-width: 80%; }
  .jigyou_bnr { margin-bottom: 100px; }

  .jigyou_ttl2 {
    font-size: 20px;
    line-height: 3rem;
    margin-top: 100px;
    margin-bottom: 20px;
  }
  .ttl_mini {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .support {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 100px;
    flex-direction: column-reverse;
  }
  .support h2 {
    font-size: 18px;
    line-height: 2.2rem;
  }
  .support p { font-size: 17px; }
  .spt_left {
    max-width: 100%;
    margin-right: 0px;
    padding: 0 15px;
  }
  .spt_img {
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .program {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0;
    margin-bottom: 100px;
    flex-direction: column;
  }
  .program h2 { font-size: 18px; }
  .program p { font-size: 17px; }
  .prgm_img {
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .prgm_right {
    max-width: 100%;
    margin-left: 0px;
    padding: 0 15px;
  }
	
	.jg_txt {
    margin-bottom: 0px!important;
	font-size: 17px!important;
}
	
}

/* 文章・イベントリスト周り（そのまま） */
.jg_txt {
  font-size: 20px;
  line-height: 1.7;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.event-section { padding: 40px 20px; }
.section-title {
  font-size: 20px;
  text-align: left;
  margin-bottom: 20px;
  font-weight: bold;
}

.event-grid {
  display: grid;
  grid-template-columns: 1fr; /* デフォルトは1列 */
  gap: 50px;
}
/* タブレット：768px以上は2列 */
@media (min-width: 768px) {
  .event-grid { grid-template-columns: repeat(2, 1fr); }
}
/* PC：1024px以上は3列 */
@media (min-width: 1024px) {
  .event-grid { grid-template-columns: repeat(3, 1fr); }
}

.event-item { text-align: left; }
.event-img { margin-bottom: 15px; }
.event-img img {
  width: 100%;
  height: auto;
  display: block;
}
.event-text h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.event-text ul {
  margin: 0;
  padding-left: 18px;
}
.event-text ul li {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.5;
  list-style: disc;
}

@media only screen and (max-width: 990px) {
    .jigyou_ttl {
        font-size: 2.6rem;
        padding: 50px 0 0 0;
        background-size: 200px;
    }
}