@charset "UTF-8";
#header {
	background-color: rgba(255,255,255,1);
}
#page_header{background-image: url("../img/header_img_pc.webp");}

 /*====== section02 ======*/ 
.network {
  padding: 40px 16px;
  color: #1a1a1a;
}

.network__container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

/* 見出し */
.network__title {
  font-size: 1.4em;
  font-weight: bold;
  color: #2a8fd4;
  border-bottom: 2px solid #2a8fd4;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

/* リスト */
.network__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.network__list li {
  margin-bottom: 8px;
}

.network__list a {
  display: inline-block;
  color: #2a8fd4;
  text-decoration: none;
  font-size: 1.0em;
  padding-left: 1em;
  position: relative;
}
.network__list a:hover{opacity: 0.5;}
.network__list a::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}
.network__block {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-bottom: 2px solid #2a8fd4;
}

/* リストが伸びて高さを揃える */
.network__list {
  flex-grow: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* ---------- スマホ（640px以下） ---------- */
@media (max-width: 640px) {
  .network__container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .network__title {
    font-size: 1.1em;
  }

  .network__list a {
    font-size: 0.84em;
  }
}

.sec_wrap{border: solid 1px #dadbdb;padding: 2em;margin-bottom: 2em;}
.office {
  padding: 0px 16px;
  color: #1a1a1a;
}
.office_group.office {
  padding: 0px;
  color: #1a1a1a;
}
/* タイトル */
.office__name {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 0em;
}

/* 事業内容 */
.office__business {
  color: #2a8fd4;
  font-size: 1.14em;
  font-weight: bold;
  margin-bottom: 0.4em;
}

/* 情報ブロック */
.office__info {
  border-top: 2px solid #dcdcdc;
  margin-bottom: 1em;
}

.office__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  padding: 0.6em 0;
  border-bottom: 2px solid #dcdcdc;
}

.office__label {
	background: #2a8fd4;
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.4em;
  align-self: flex-start;
	text-align: center;
  width: 5em;
}

.office__data {
  font-size: 1.0em;
  line-height: 1.2em;
}

/* 下部リンク */
.office__links {
  display: grid;
  gap: 10px;
}

.office__link {
  display: block;
  border: 2px solid #2a8fd4;
  color: #2a8fd4;
  text-decoration: none;
  padding: 7px 48px 7px 16px;
  position: relative;
  font-weight: bold;
}

.office__link::after {
  content: ">";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.gmap iframe{width: 100%;height: 350px;}
.gmap_group iframe{width: 100%;height: 230px;margin-bottom: 0.4em;}
.sec_wrap_group{box-sizing: border-box; border: solid 1px #dadbdb;padding: 2em;margin-bottom: 2em;}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image: url("../img/header_img_sp.webp");}
 /*====== section02 ======*/ 
.network__block {border-bottom: none;}
.sec_wrap{padding: 1.6em;}
.office {padding: 0px 0;}
/* タイトル */
.office__name {font-size: 1.4em;margin-bottom: 0em;}
/* 事業内容 */
.office__business {font-size: 1.0em;margin-bottom: 0.4em;}
.gmap iframe{width: 100%;height: 200px;}

}