@charset "UTF-8";
#header {
	background-color: rgba(255,255,255,0.5);
}
#page_header{background-image: url("../img/header_img_pc.webp");}
 /*====== section00 ======*/
.anc_navi {
    margin-bottom: 3em;
}
.anc_navi ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -0.5em;
}
.anc_navi ul li {
    width: 48%;
    margin-bottom: 0.5em;
}
.anc_navi ul li a {
    display: block;
    color: #2ea5de;
    line-height: 1;
    padding: 1em;
    border-bottom: 1px solid #2ea5de;
    background-image: url("../../img/arr_anc.png");
    background-repeat: no-repeat;
    background-size: auto 0.5em;
    background-position: right center;
    transition: all 0.3s;
}
.anc_navi ul li a:hover {
    opacity: 0.6;
}

 /*====== section01 ======*/ 
.sec_wrap{border: solid 1px #dadbdb;padding: 2em;margin-bottom: 2em;}
.sec_mb{margin-bottom: 2em;}
.gray_box{display: inline-block;background-color: #ededed;padding: 0.2em 0.6em;font-size: 1.4em;border: solid 1px #000000;margin-top: 1em;}
.sec_01_komi{font-size: 1.14em;padding:0.6em 2em;line-height: 1.6em;}
 /*====== section02 ======*/ 
.job-desc {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0px;
}

.job-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  column-gap: 10px;
  margin-bottom: 20px;
}

/* 左ラベル */
.job-title {
  font-weight: 700;
  font-size: 1.2em;
  white-space: nowrap;
}

/* 右本文 */
.job-text {
  font-size: 1.0em;
  line-height: 1.4;
}
.job-item-02 {
    grid-template-columns: 1fr;
    row-gap: 8px;
    margin-bottom: 24px;
  }
/* 左ラベル */
.job-title-02 {
  font-weight: 700;
  font-size: 1.2em;
  white-space: nowrap;
	margin-bottom: 0.2em;
}

/* 右本文 */
.job-text-02 {
  font-size: 1.0em;
  line-height: 1.4;
	padding-left: 1em;
}
.job-text-02 ul li,ul.kikakuka li{list-style: disc;margin-left: 2em;}
/* ===== スマホ ===== */
@media (max-width: 640px) {
  .job-item {
    grid-template-columns: 1fr;
    row-gap: 8px;
    margin-bottom: 24px;
  }

  .job-title {
    font-size: 1.1em;
  }

  .job-text {
    font-size: 0.84em;
    line-height: 1.6;
  }
}

.soumuka_midashi{font-size: 1.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;
padding-top: 0.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");}
	
.anc_navi {
    margin-bottom: 3em;
}
.anc_navi ul li {
    width: 100%;
}	
	
 /*====== section02 ======*/ 
.network__block {border-bottom: none;}
.sec_wrap{padding: 1.6em;}
.office {padding: 0px 0;}
/* タイトル */
.office__name {font-size: 1.2em;margin-bottom: 0em;}
/* 事業内容 */
.office__business {font-size: 0.84em;margin-bottom: 0.4em;}
.office__data {
  font-size: 0.84em;
  line-height: 1.2em;
padding-top: 0.4em;
}
.office__label {padding: 0.2em 0.3em;width: 4em;font-size: 0.84em;}
.office__row {
  display: grid;
  grid-template-columns:70px 1fr;
  padding: 0.6em 0;
  border-bottom: 2px solid #dcdcdc;
}

.gmap iframe{width: 100%;height: 200px;}

}