@charset "UTF-8";
/* ////////////////////////////
SERVICE
//////////////////////////// */
#service_Wrap {
  overflow: hidden;
}
.inner_1100 {
    max-width:1100px;
    width: 90%;
    margin: 0 auto;
}
.inner_750 {
  max-width:750px;
  width: 90%;
  margin: 0 auto;
}

#content_Wrap {
  padding: 0 0;
  background: #efefef;
  /* margin-top: 116px; */
}

.title_Box {
  position: absolute;
  top:0;
  left:13%;

  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: 46px 0 60px; /* margin-top: 116px;分 */
  z-index: 10;
  pointer-events: none;
}
.title_Box div {
  margin-right: 1em;
}
.title_Box div img {
/*  width: 100%;*/
  width: auto!important;
  height: 76px;
  object-fit: contain;
}
.title_Box p {
  color:#0032e6;
  font-size: 26px;
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}

#scrollX_Area {
  position: relative;
}
#illustMap_Wrap {
  /* background:url('../img/main_bg.jpg') center center no-repeat;
  background-size: contain; */
  /* height:85vh; */
  position: relative;
}

/* balloon */
#illustMap_Wrap .balloon {
  position: absolute;
	width: 6.6%;
	height: 6%;
  animation: floating-y 1.2s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(3%);
  }
}
#illustMap_Wrap .balloon.balloon_01 {
	top: 22%;
	left: 44.5%;
}
#illustMap_Wrap .balloon.balloon_02 {
	top: 37.5%;
	left: 35.5%;
}
#illustMap_Wrap .balloon.balloon_03 {
	top: 54%;
	left: 26.5%;
}
#illustMap_Wrap .balloon.balloon_04 {
	top: 18%;
	left: 22.5%;
}
#illustMap_Wrap .balloon.balloon_05 {
	top: 27.5%;
	left: 74.5%;
}
#illustMap_Wrap .balloon.balloon_06 {
	top: 35.5%;
	left: 86.5%;
}

#illustMap_Wrap .balloon img {
  transition: transform .3s ease;
}
#illustMap_Wrap .balloon:hover img {
  transform: scale(1.1);
  transition: .3s;
}


/* 技術項目 */
#illustMap_Wrap ul.balloon_item {
	display: none;
}
#illustMap_Wrap ul.balloon_item li {
	position: absolute;
  border-radius: 50vh;
	color: #fff;
  font-size: 15px;
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}
#illustMap_Wrap ul.balloon_01_item li { background: #00d2ff; }
#illustMap_Wrap ul.balloon_02_item li { background: #ffb400; }
#illustMap_Wrap ul.balloon_03_item li { background: #ff8cf0; }
#illustMap_Wrap ul.balloon_04_item li { background: #0d78ff; }
#illustMap_Wrap ul.balloon_05_item li { background: #ff3c5a; }
#illustMap_Wrap ul.balloon_06_item li { background: #00d264; }

#illustMap_Wrap ul.balloon_item li a {
  color: #fff;
  display: block;
  padding: 6px 20px;
}

/* balloon_01_item */
#illustMap_Wrap ul.balloon_01_item li:nth-of-type(1) { /* 河川・ダム */
	top: 45%;
	left: 46%;
}
#illustMap_Wrap ul.balloon_01_item li:nth-of-type(2) { /* 海岸・港湾 */
	top: 85%;
	left: 60%;
}
#illustMap_Wrap ul.balloon_01_item li:nth-of-type(3) { /* 地域・社会基盤整備 */
	top: 49%;
	left: 55%;
}
#illustMap_Wrap ul.balloon_01_item li:nth-of-type(4) { /* 防災・情報 */
  top: 35%;
	left: 56%;
}
#illustMap_Wrap ul.balloon_01_item li:nth-of-type(5) { /* 調査・試験 */
	top: 71%;
	left: 60%;
}


/* balloon_02_item */
#illustMap_Wrap ul.balloon_02_item li:nth-of-type(1) { /* 中大規模木造・ハイブリッド木造 */
	top: 50%;
	left:13%;
}
#illustMap_Wrap ul.balloon_02_item li:nth-of-type(2) { /* 構造設計・耐震診断 */
	top: 55%;
	left: 34%;
}
#illustMap_Wrap ul.balloon_02_item li:nth-of-type(3) { /* 建築設計・リニューアル設計 */
	top: 63%;
	left: 45%;
}
#illustMap_Wrap ul.balloon_02_item li:nth-of-type(4) { /* ZEB・環境設計 */
  top: 68%;
	left: 37%;
}


/* balloon_03_item */
#illustMap_Wrap ul.balloon_03_item li:nth-of-type(1) { /* エネルギーテック */
	top: 76%;
	left:5%;
}
#illustMap_Wrap ul.balloon_03_item li:nth-of-type(2) { /* 内燃力 */
	top: 90%;
	left: 10%;
}
#illustMap_Wrap ul.balloon_03_item li:nth-of-type(3) { /* バイオマス */
	top: 74%;
	left: 18%;
}
#illustMap_Wrap ul.balloon_03_item li:nth-of-type(4) { /* 火力 */
  top: 73%;
	left: 32%;
}
#illustMap_Wrap ul.balloon_03_item li:nth-of-type(5) { /* 海外プロジェクト */
  top: 32%;
	left: 35%;
}
#illustMap_Wrap ul.balloon_03_item li:nth-of-type(6) { /* 地熱 */
  top: 40%;
	left: 64%;
}
#illustMap_Wrap ul.balloon_03_item li:nth-of-type(7) { /* 太陽光 */
  top: 34%;
	left: 66%;
}
#illustMap_Wrap ul.balloon_03_item li:nth-of-type(8) { /* 風力 */
  top: 16%;
	left: 78%;
}
#illustMap_Wrap ul.balloon_03_item li:nth-of-type(9) { /* 風力 */
  top: 95%;
	left: 85%;
}


/* balloon_04_item */
#illustMap_Wrap ul.balloon_04_item li:nth-of-type(1) { /* 原子力 */
	top: 30%;
	left:15%;
}


/* balloon_05_item */
#illustMap_Wrap ul.balloon_05_item li:nth-of-type(1) { /* 海外地熱プロジェクト関連 */
	top: 32%;
	left:26%;
}
#illustMap_Wrap ul.balloon_05_item li:nth-of-type(2) { /* 資源調査 */
	top: 36%;
	left:55%;
}
#illustMap_Wrap ul.balloon_05_item li:nth-of-type(3) { /* 発電・熱利用 */
	top: 44%;
	left:58%;
}
#illustMap_Wrap ul.balloon_05_item li:nth-of-type(4) { /* 資源開発・管理 */
	top: 48%;
	left:65%;
}


/* balloon_06_item */
#illustMap_Wrap ul.balloon_06_item li:nth-of-type(1) { /* カーボンニュートラル（CN） */
	top: 65%;
	left:36%;
}
#illustMap_Wrap ul.balloon_06_item li:nth-of-type(2) { /* 普及啓発・地域連携活動 */
	top: 73%;
	left:38%;
}
#illustMap_Wrap ul.balloon_06_item li:nth-of-type(3) { /* DX・技術開発への取り組み */
	top: 57%;
	left:40%;
}
#illustMap_Wrap ul.balloon_06_item li:nth-of-type(4) { /* バラタナゴ類 DNA 分析 */
	top: 59%;
	left:64%;
}
#illustMap_Wrap ul.balloon_06_item li:nth-of-type(5) { /* 環境調査・解析・保全（生活環境） */
	top: 50%;
	left:70%;
}
#illustMap_Wrap ul.balloon_06_item li:nth-of-type(6) { /* 環境調査・解析・保全（自然環境） */
	top: 69%;
	left:60%;
}
#illustMap_Wrap ul.balloon_06_item li:nth-of-type(7) { /* 環境アセスメント */
	top: 80%;
	left:80%;
}








#illustMap_Wrap ul.balloon_item li {
  transition: transform .3s ease;
}
#illustMap_Wrap ul.balloon_item li:hover {
  transform: scale(1.1);
  transition: .3s;
}
#illustMap_Wrap ul.balloon_item li a:hover {
  opacity: 1;
}

#tecModalSP .tec_modal {
  display: none;
  opacity: 0;
  pointer-events: none;
}
.tec_modal {
  display: none; /* ----------------------------------------------------------- */
	width: 40%;
  height:auto;
	background: #FFF;
  padding: 30px 40px 30px 30px;
  border-radius: 10px;

	position: absolute;
	/* top: 48%;
	left: 6%; */
}
.tec_modal.balloon_01_modal { border:5px solid #00d2ff; top: 48%; left: 6%; }
.tec_modal.balloon_02_modal { border:5px solid #ffb400; top: 20%; left: 50%; }
.tec_modal.balloon_03_modal { border:5px solid #ff8cf0; top: 52%; left: 50%; }
.tec_modal.balloon_04_modal { border:5px solid #0d78ff; top: 48%; left: 6%; }
.tec_modal.balloon_05_modal { border:5px solid #ff3c5a; top: 48%; left: 6%; }
.tec_modal.balloon_06_modal { border:5px solid #00d264; top: 22%; left: 6%; }

.tec_modal .close {
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	right: 0;

  font-size: 34px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
}
.balloon_01_modal .close { color: #00d2ff; }
.balloon_02_modal .close { color: #ffb400; }
.balloon_03_modal .close { color: #ff8cf0; }
.balloon_04_modal .close { color: #0d78ff; }
.balloon_05_modal .close { color: #ff3c5a; }
.balloon_06_modal .close { color: #00d264; }

.modal_Con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal_Con figure {
  width:22%;
  margin-right: 5%;
}
.modal_Con figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.modal_Con .txt {
  width:75%;
}
.modal_Con .txt h3 {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 10px;
}
.balloon_01_modal .modal_Con .txt h3 { color: #00d2ff; }
.balloon_02_modal .modal_Con .txt h3 { color: #ffb400; }
.balloon_03_modal .modal_Con .txt h3 { color: #ff8cf0; }
.balloon_04_modal .modal_Con .txt h3 { color: #0d78ff; }
.balloon_05_modal .modal_Con .txt h3 { color: #ff3c5a; }
.balloon_06_modal .modal_Con .txt h3 { color: #00d264; }


.modal_Con .txt p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.modal_Con .txt .btn {
  text-align: right;
}
.modal_Con .txt .btn a {
  margin-top: 10px;
  display: inline-block;
  background: #00d2ff;
  padding: 3px 30px 3px 20px;
  border-radius: 20px;

  color: #FFF!important;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;

  position: relative;
}
.modal_Con .txt .btn a::after {
  content:'';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #FFF;
}

.balloon_01_modal .modal_Con .txt .btn a { background: #00d2ff; }
.balloon_02_modal .modal_Con .txt .btn a { background: #ffb400; }
.balloon_03_modal .modal_Con .txt .btn a { background: #ff8cf0; }
.balloon_04_modal .modal_Con .txt .btn a { background: #0d78ff; }
.balloon_05_modal .modal_Con .txt .btn a { background: #ff3c5a; }
.balloon_06_modal .modal_Con .txt .btn a { background: #00d264; }

#service_Con {
  padding: 100px 0;
}
#service_Con h3 {
  text-align: center;
  color:#0032e6;
  font-size: 24px;
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
  padding: 0 0 60px;
}

.service_Menu {
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 100px;
}
.service_Menu .menu {
  width: calc((100% - 2%) / 3);
  background: #FFF;
  padding: 20px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  display: block;
  position: relative;
  cursor: pointer;
  transition: border 0.3s ease;
}
.service_Menu .menu:nth-child(-n+3) {
  margin-bottom: 1%;
}

.service_Menu img {
  width: 100%;
  height: 240px;
  object-fit: contain;
}

.service_Menu .menu:after{
  content: "";
  border: 3px solid #fff;
  transition: border 0.3s ease;
  position: absolute;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.service_Menu .menu:hover {
  opacity: 1!important;
}
.service_Menu .menu:hover:after {
  /*content: "";
  position: absolute;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;*/
  opacity: 1;
}
.service_Menu .menu:nth-child(1):hover:after { border: 3px solid #00d2ff; }
.service_Menu .menu:nth-child(2):hover:after { border: 3px solid #ffb400; }
.service_Menu .menu:nth-child(3):hover:after { border: 3px solid #ff8cf0; }
.service_Menu .menu:nth-child(4):hover:after { border: 3px solid #0d78ff; }
.service_Menu .menu:nth-child(5):hover:after { border: 3px solid #ff3c5a; }
.service_Menu .menu:nth-child(6):hover:after { border: 3px solid #00d264; }

.service_Menu .menu a {
  display: block;
}

.service_Menu .dropdown__lists {
/*  display: none;*/
  position: absolute;
  top: 95%;
  left: 0;
  padding: 0 20px;
  background: #FFF;
  border-radius: 0 0 5px 5px;
  margin: 0;
  width: 100%;
  z-index: 1000;
  height: 0;
  transition: .15s;
  opacity: 0;
}
.dropdown__lists li {
  display: none;
  padding: 4px 0;
  transition: background-color 0.3s ease;
}
#content_Wrap .dropdown__lists li a {
  font-size: 14px;
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  /* z-index: 1; */
}
/* #content_Wrap ul.under_Menu li a:hover {
  z-index: 50;
} */
#content_Wrap .dropdown__lists li a::after {
  content:'';
  display:inline-block;
  width: 12px;
  height:12px;
  padding-left: 1em;
}


/*menu_01 hover*/
#content_Wrap .menu_01 .dropdown__lists li a::after {
  background: url('../img/arw_01.svg') center center no-repeat;
}
.service_Menu .menu_01 .dropdown__lists {
  border: 3px solid #fff;
  border-top:none;
  transition: .1s ease;
}
#content_Wrap .menu_01 .dropdown__lists li a { color:#00d2ff; }

.service_Menu .menu_01:hover .dropdown__lists {
  height: auto;
  opacity: 1;
  padding: 10px 20px;
  border: 3px solid #00d2ff;
  border-top:none;
}
.service_Menu .menu_01:hover .dropdown__lists li {
  display: block;
}

@media (hover: hover) {
  .service_Menu .menu_01:hover .dropdown__lists {
    height: auto;
    opacity: 1;
    padding: 10px 20px;
    border: 3px solid #00d2ff;
    border-top:none;
  }
  .service_Menu .menu_01:hover .dropdown__lists li {
    display: block;
  }
}
@media (hover: none) {
  .service_Menu .menu_01:active .dropdown__lists {
    height: auto;
    opacity: 1;
    padding: 10px 20px;
    border: 3px solid #00d2ff;
    border-top:none;
  }
  .service_Menu .menu_01:active .dropdown__lists li {
    display: block;
  }
}

/*#content_Wrap .menu:nth-child(2) .dropdown__lists li a::after {
  background: url('../img/arw_02.svg') center center no-repeat;
}
#content_Wrap .menu:nth-child(3) .dropdown__lists li a::after {
  background: url('../img/arw_03.svg') center center no-repeat;
}
#content_Wrap .menu:nth-child(4) .dropdown__lists li a::after {
  background: url('../img/arw_04.svg') center center no-repeat;
}
#content_Wrap .menu:nth-child(5) .dropdown__lists li a::after {
  background: url('../img/arw_05.svg') center center no-repeat;
}
#content_Wrap .menu:nth-child(6) .dropdown__lists li a::after {
  background: url('../img/arw_06.svg') center center no-repeat;
}*/
/*
#content_Wrap .menu:nth-child(2) .dropdown__lists li a { color:#ffb400; }
#content_Wrap .menu:nth-child(3) .dropdown__lists li a { color:#ff8cf0; }
#content_Wrap .menu:nth-child(4) .dropdown__lists li a { color:#0d78ff; }
#content_Wrap .menu:nth-child(5) .dropdown__lists li a { color:#ff3c5a; }
#content_Wrap .menu:nth-child(6) .dropdown__lists li a { color:#00d264; }

.menu:nth-child(1):hover .dropdown__lists {
  border: 3px solid #00d2ff;
  border-top:none;
}
.menu:nth-child(2):hover .dropdown__lists {
  border: 3px solid #ffb400;
  border-top:none;
}
.menu:nth-child(3):hover .dropdown__lists {
  border: 3px solid #ff8cf0;
  border-top:none;
}
.menu:nth-child(4):hover .dropdown__lists {
  border: 3px solid #0d78ff;
  border-top:none;
}
.menu:nth-child(5):hover .dropdown__lists {
  border: 3px solid #ff3c5a;
  border-top:none;
}
.menu:nth-child(6):hover .dropdown__lists {
  border: 3px solid #00d264;
  border-top:none;
}
*/

ul.under_Menu {
  padding: 0;
}
ul.under_Menu li {
  margin-bottom: 20px;
}
#content_Wrap ul.under_Menu li a {
  display: block;
  background: #FFF;
  padding: 15px 0;
  border-radius: 40px;

  text-align: center;
  color:#000;
  font-size: 20px;
  letter-spacing: 0.12em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
ul.under_Menu li a::after {
  content:'';
  position: absolute;
  right:1em;
  background: url('../img/arw.svg') center center no-repeat;
  width: 20px;
  height:20px;
  padding-left: 1em;
}


/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (max-width: 1024px) {

  .title_Box {
    position: absolute;
    top:0;
    left:13%;

    display: flex;
    justify-content: flex-start;
    align-items:flex-end;
    padding: 46px 0 0px; /* margin-top: 116px;分 */
    z-index: 3;
  }
  .title_Box div {
    margin-right: 1em;
  }
  .title_Box div img {
/*    width: 100%;*/
    width: auto!important;
    height: 66px;
    object-fit: contain;
  }
  .title_Box p {
    font-size: 22px;
    padding: 0 0 0.3em;
  }


  .modal_Con figure {
    width:35%;
    margin-right: 5%;
  }
  .modal_Con .txt {
    width:60%;
  }


  #illustMap_Wrap ul.balloon_item li {
    font-size: 13px;
  }


  /*menu_01 hover*/
  .service_Menu .menu_01.sp_on .dropdown__lists {
    padding: 10px!important;
  }
  .service_Menu .menu_01.sp_on .dropdown__lists li {
    display: block;
  }
  .service_Menu .menu_01:hover .dropdown__lists {
    padding: 10px;
  }

}

/*=================================================================================================
 ipad 横 調整
 =================================================================================================*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
  .title_Box {
    align-items:flex-end;
  }
  .title_Box p {
    font-size: 22px;
    padding: 0 0 0.3em;
  }
}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {

  #content_Wrap {
    padding: 0 0;
    background: #efefef;
    /* margin-top: 77px; */
  }
  .sp_title {
    background-color: #ADDAF7;
    padding: 27px 0 0;
    margin-bottom: -15px;
    position: relative;
    z-index: 5;
  }
  .title_Box {
    /* display: flex;
    justify-content: flex-start; */
    align-items: baseline;
    flex-direction: column;
    padding: 0;
    position: static;
  }
  .title_Box div {
    margin-right: 1em;
    margin-bottom: 0.5em;
  }
  .title_Box div img {
    width: auto!important;
    height: 40px;
    object-fit:contain;
  }
  .title_Box p {
    font-size: 16px;
  }

  #scrollX_Area {
    overflow-x: scroll;
    height:60vh;
    background-color: #ADDAF7;
  }
  #illustMap_Wrap {
    /* background:url('../img/main_bg.jpg') center center no-repeat;
    background-size: cover; */
    /* height:35vh; */
    height: 100%;
    width: fit-content;
  }
  #illustMap_Wrap .main_bg {
    height: 100%;
    width: fit-content;
  }
  #illustMap_Wrap .main_bg img {
    height: 100%;
    width: auto!important;
  }
  #illustMap_Wrap .title_Box.pc {
    display: none;
  }

  /* balloon */
  #illustMap_Wrap .balloon {
    width: 8%;
    height: 15%;
    animation: floating-y 1.2s ease-in-out infinite alternate-reverse;
    z-index: 1;
  }
  @keyframes floating-y {
    0% {
      transform: translateY(-1.5%);
    }
    100% {
      transform: translateY(1.5%);
    }
  }
  #illustMap_Wrap .balloon.balloon_01 {
    top: 19%;
    left: 44.5%;
  }
  #illustMap_Wrap .balloon.balloon_02 {
    top: 34.5%;
    left: 34.5%;
  }
  #illustMap_Wrap .balloon.balloon_03 {
    top: 52%;
    left: 25.5%;
  }
  #illustMap_Wrap .balloon.balloon_04 {
    top: 17%;
    left: 21.5%;
  }
  #illustMap_Wrap .balloon.balloon_05 {
    top: 24.5%;
    left: 73.5%;
  }
  #illustMap_Wrap .balloon.balloon_06 {
    top: 30.5%;
    left: 85.5%;
  }

  #illustMap_Wrap .balloon:hover img {
    transform: scale(1.0);
  }


  /* 技術項目 */
  #illustMap_Wrap ul.balloon_item li {
    font-size: 10px;
  }
  #illustMap_Wrap ul.balloon_item li a {
    padding: 6px 10px;
  }

  /* balloon_01_item */
  #illustMap_Wrap ul.balloon_01_item li:nth-of-type(1) { /* 河川・ダム */
    top: 45%;
    left: 46%;
  }
  #illustMap_Wrap ul.balloon_01_item li:nth-of-type(2) { /* 海岸・港湾 */
    top: 85%;
    left: 60%;
  }
  #illustMap_Wrap ul.balloon_01_item li:nth-of-type(3) { /* 地域・社会基盤整備 */
    top: 49%;
    left: 55%;
  }
  #illustMap_Wrap ul.balloon_01_item li:nth-of-type(4) { /* 防災・情報 */
    top: 35%;
    left: 56%;
  }
  #illustMap_Wrap ul.balloon_01_item li:nth-of-type(5) { /* 調査・試験 */
    top: 71%;
    left: 60%;
  }

  /* balloon_02_item */
  #illustMap_Wrap ul.balloon_02_item li:nth-of-type(1) { /* 中大規模木造・ハイブリッド木造 */
    top: 46%;
    left:13%;
  }
  #illustMap_Wrap ul.balloon_02_item li:nth-of-type(2) { /* 構造設計・耐震診断 */
    top: 55%;
    left: 34%;
  }
  #illustMap_Wrap ul.balloon_02_item li:nth-of-type(3) { /* 建築設計・リニューアル設計 */
    top: 63%;
    left: 45%;
  }
  #illustMap_Wrap ul.balloon_02_item li:nth-of-type(4) { /* ZEB・環境設計 */
    top: 68%;
    left: 37%;
  }

  /* balloon_03_item */
  #illustMap_Wrap ul.balloon_03_item li:nth-of-type(1) { /* エネルギーテック */
    top: 76%;
    left:4%;
  }
  #illustMap_Wrap ul.balloon_03_item li:nth-of-type(2) { /* 内燃力 */
    top: 90%;
    left: 10%;
  }
  #illustMap_Wrap ul.balloon_03_item li:nth-of-type(3) { /* バイオマス */
    top: 71%;
    left: 15%;
  }
  #illustMap_Wrap ul.balloon_03_item li:nth-of-type(4) { /* 火力 */
    top: 73%;
    left: 31%;
  }
  #illustMap_Wrap ul.balloon_03_item li:nth-of-type(5) { /* 海外プロジェクト */
    top: 28%;
    left: 31%;
  }
  #illustMap_Wrap ul.balloon_03_item li:nth-of-type(6) { /* 地熱 */
    top: 40%;
    left: 64%;
  }
  #illustMap_Wrap ul.balloon_03_item li:nth-of-type(7) { /* 太陽光 */
    top: 34%;
    left: 65%;
  }
  #illustMap_Wrap ul.balloon_03_item li:nth-of-type(8) { /* 風力 */
    top: 16%;
    left: 78%;
  }
  #illustMap_Wrap ul.balloon_03_item li:nth-of-type(9) { /* 風力 */
    top: 95%;
    left: 85%;
  }

  /* balloon_05_item */
  #illustMap_Wrap ul.balloon_05_item li:nth-of-type(1) { /* 海外地熱プロジェクト関連 */
    top: 29%;
    left:26%;
  }
  #illustMap_Wrap ul.balloon_05_item li:nth-of-type(2) { /* 資源調査 */
    top: 35%;
    left: 55%;
  }
  #illustMap_Wrap ul.balloon_05_item li:nth-of-type(3) { /* 発電・熱利用 */
    top: 44%;
    left:58%;
  }
  #illustMap_Wrap ul.balloon_05_item li:nth-of-type(4) { /* 資源開発・管理 */
    top: 49%;
    left:65%;
  }

  /* balloon_06_item */
  #illustMap_Wrap ul.balloon_06_item li:nth-of-type(1) { /* カーボンニュートラル（CN） */
    top: 65%;
    left:36%;
  }
  #illustMap_Wrap ul.balloon_06_item li:nth-of-type(2) { /* 普及啓発・地域連携活動 */
    top: 73%;
    left:38%;
  }
  #illustMap_Wrap ul.balloon_06_item li:nth-of-type(3) { /* DX・技術開発への取り組み */
    top: 57%;
    left:40%;
  }
  #illustMap_Wrap ul.balloon_06_item li:nth-of-type(4) { /* バラタナゴ類 DNA 分析 */
    top: 59%;
    left:64%;
  }
  #illustMap_Wrap ul.balloon_06_item li:nth-of-type(5) { /* 環境調査・解析・保全（生活環境） */
    top: 50%;
    left:70%;
  }
  #illustMap_Wrap ul.balloon_06_item li:nth-of-type(6) { /* 環境調査・解析・保全（自然環境） */
    top: 69%;
    left:60%;
  }
  #illustMap_Wrap ul.balloon_06_item li:nth-of-type(7) { /* 環境アセスメント */
    top: 80%;
    left:80%;
  }



  #illustMap_Wrap .tec_modal {
    display: none;
    opacity: 0;
    pointer-events: none;
  }

  #tecModalSP .tec_modal {
    display: none;
    opacity: 1;
    pointer-events: all;
  }

  .tec_modal {
    width: calc(100% - 20px);
    padding: 2em 15px 15px;

    position: fixed;
    top: auto!important;
    bottom: 10px;
    left: 10px!important;
    z-index: 151;
  }

  .modal_Con figure {
    width:33%;
    margin-right: 5%;
  }
  .modal_Con .txt {
    width:62%;
  }
  .modal_Con .txt h3 {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
  .modal_Con .txt p {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }

  #swipeIcon_Wrap {
    position: fixed;
    width: 100vw;
    height: calc(60vh + 91px + 77px);/* sp_title（91px） header（77px）*/
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
  }
  #swipeIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.55);
    transform: translate(-50%,-50%);
    width: 110px;
    border-radius: 10px;
  }

  #service_Con {
    padding: 50px 0;
  }
  #service_Con h3 {
    font-size: 20px;
    padding: 0 0 30px;
  }

  .service_Menu {
    display:flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 50px;
  }
  .service_Menu .menu {
    width: calc((100% - 2%) / 2);
  }
  .service_Menu .menu:nth-child(-n+4) {
    margin-bottom: 2%;
  }

  .service_Menu .dropdown__lists {
/*    display: none;*/
    position: absolute;
    top: 95%;
    left: 0;
    padding: 10px 10px;
    margin: 0;
    width: 100%;
    z-index: 1000;
  }
  .dropdown__lists li {
    padding: 14px 0px;
    transition: background-color 0.3s ease;
  }

  #content_Wrap .dropdown__lists li a {
    font-size: 12px;
  }
  #content_Wrap .dropdown__lists li a::after {
    width: 10px;
    height:10px;
  }

  /*menu_01 hover*/
  .service_Menu .menu_01.sp_on .dropdown__lists {
    padding: 10px!important;
  }
  .service_Menu .menu_01.sp_on .dropdown__lists li {
    display: block;
  }
  .service_Menu .menu_01:hover .dropdown__lists {
    padding: 10px;
  }



  ul.under_Menu {
  }
  ul.under_Menu li {
    margin-bottom: 10px;
  }
  #content_Wrap ul.under_Menu li a {
    padding: 12px 0;

    font-size: 16px;
    position: relative;
  }
  ul.under_Menu li a::after {
    width: 16px;
    height:16px;
  }

}
