@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-feature-settings : "palt";
  color: #4D4D4D;
}

.pc_on {
  display: block;
}

.sp_on {
  display: none;
}

html,body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
}

.container {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

/* .container {
  max-width: 1060px;
  width: 100%;
  padding: 0 15px;
  margin: auto;
} */

.logo_for_responsive{
  margin: 20px auto;
}

.logo_for_responsive img{
    transition: 0.5s !important;
    width: 402px;
    height: 82px;
}



.container {
  max-width: 1000px;
  width: 100%;
  /* padding: 0 15px; */
  margin: auto;
}

/* .inner_container{
  width: 820px;
  padding: 0 15px;
  margin: auto;
} */

img{
  max-width: 100%;
  height:auto;
}

section{
  padding-bottom: 60px;
  padding-top: 60px;
}

a{
  cursor: pointer;
}

.hover_pointer{
  cursor: pointer;
}

.section_head{
  font-size: 34px;
  color: #38A1DB;
  text-align: center;
  /* padding-bottom: 30px; */
  letter-spacing: 0em;
  padding-bottom: 20px;
}

.section_icon{
  border-bottom: solid 3px #EE869A;
  /* padding-bottom: 12px; */
  /* margin-bottom: 5px; */
  margin: 0 auto;
  width: 50px;
  padding-bottom: 15px;
  margin-bottom: 5px;
}

.section_icon img{
  margin: 0 auto;
  width: 35px;
}

.top_section .container_slider{
  margin-top: -60px;
}

#kv{
  height: 360px;
  width: 100%;
  background-size: cover;
  background-position: top center;
}

/* button */

/* .btn_wrapper img{
  width: 30px;
  height: 100%;
  margin-left: 50px;
} */

.btn_wrapper a.btn_main,
.btn_wrapper input.wpcf7-submit {
  background: linear-gradient(45deg, #38A1DB 60%, #003668);
  color: white;
  font-size: 16px;
  padding: 20px;
  display: flex;
  width: calc(100%/3);
  justify-content: center;
  margin: auto;
  border-radius: 100px;
  align-items: center;
  letter-spacing: 0em;
  min-width: 300px;
}

.btn_wrapper a.btn_main:hover {
  background: #003668;
  opacity: 1;
}

/* ----- index.php ----- */

/* top_section */

.top_section{
  padding-bottom: 0;

}

#top #kv {
  height: 94%;
  /* max-height: 580px; */
  background-image: url(../img/kv_top.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  margin: auto;
  position: absolute;
  max-width: 94%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.top_kv{
  /* max-width: 1280px; */
  width: 100%;
  margin: auto;
  position: relative;
  height: auto;
  max-height: 640px;
}

.top_bkg_slash{
  height: 580px;
  padding-top: 45px;
  display: flex;
  /* position: absolute;
  z-index: 2;
  right: 0; */
}

.top_bkg_slash .grey_bkg_slash{
  /* height: 580px; */
  width: 70%;
  display: inline-block;
  height: 90%;
  margin-top: 50px;
  position: absolute;
  z-index: 1;
}

.pink_bkg_slash{
  background: linear-gradient(-45deg,
 #a9c94c 20%,
 #E3ECCA 20%, #E3ECCA 50%,
 #a9c94c 50%, #a9c94c 70%,
 #E3ECCA 70%,
 #E3ECCA);
 /* #E3ECCA　クリーム　#a9c94c みどり */
  background-size: 6px 6px;
  height: 78%;
  width: 55%;
  display: inline-block;
  position: absolute;
  z-index: 2;
  right: 0;
  margin-top: 70px;
}

#slider{
  z-index: 4;
}

/* about_kashiwanoha */

.about_kashiwanoha p{
  /* padding-bottom: 30px; */
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0em;
  text-align: justify;
  /* padding-bottom: 60px; */
  padding-bottom: 40px;
}

.btn_wrapper{
  text-align: center;
  display: flex;
}

/* common_project */

.grey_bkg_slash{
  background: linear-gradient(-45deg,
  #D8D8D8 20%,
  #F0F0F0 20%, #F0F0F0 50%,
  #D8D8D8 50%, #D8D8D8 70%,
  #F0F0F0 70%,
  #F0F0F0);
  background-size: 6px 6px;
}

.info_wrapper{
  background-color: white;
  padding: 20px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  width: 300px;
}

.tag_list_wrapper {
  margin: auto 0 0 0;
}

.project_list_wrapper .img_wrapper img{
  width: 100%;
  /* height: 200px; */
  object-fit: cover;
  height: 220px;
}

.project_list_wrapper .title{
  line-height: 1.6875;
  max-height: 5.0625em;
  overflow: hidden;
  letter-spacing: 0em;
  text-align: justify;
}

.tag_list_wrapper .project_tag{
  display: inline-block;
  background-color: #e6e6e6;
  padding: 3px 7px;
  font-size: 10px;
  letter-spacing: 0em;
  margin: 5px 3px;
}

.project_list li{
  min-height: 400px;
}

ul.project_list.flex{
  /* justify-content: space-between; */
  justify-content: flex-start;
}

ul.project_list.flex > li:nth-child(3n + 1) {
  /* margin-right: calc((50px/3)*2); */
  margin-left: 0;
  margin-right: 0;
}

ul.project_list.flex > li:nth-child(3n + 2) {
  margin-left: 50px;
  margin-right: 50px;
}

ul.project_list.flex > li:nth-child(3n + 3) {
  /* margin-left: calc((50px/3)*2); */
  margin-left: 0;
  margin-right: 0;
}

.project_list.flex [class^="col_"], .flex [class^="flex_"]{
  width: 300px;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
}

ul.project_list a{
  /* width: 300px; */
}

#top .common_project .btn_wrapper{
  /* margin-top: 10px; */
}

.project_list .img_wrapper{
  background-color: white;
  width: 300px;
  height: auto;
}

/* index_news */

.news_list_wrapper .news_date{
  font-size: 14px;
  color: #188DCE;
}

ul.news_list{
  margin-bottom: 40px
}

.news_list_wrapper p{
  /* padding-top: 5px; */
  letter-spacing: 0em;
  padding-top: 15px;
}

.news_list_wrapper li {
  padding-bottom: 20px;
  border-top: solid 2px #FFFFFF;
  position: relative;
  /* padding-top: 10px; */
  padding-top: 15px;
}

.news_list_wrapper li:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 5em;
  border-top: 2px solid #188DCE;
}

.news_list_wrapper li:before {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 5em - 5px);
  /* 青から5em引く。白分5px */
  border-top: 2px solid #E6E6E6;
}

/* テスト　関連団体組織　single_organization */

.single_organization{
  padding-bottom: 0;
}

.single_organization .member_text{
  font-size: 14px;
  letter-spacing: 0em;
  padding-bottom: 30px;
}

.single_organization .member_list.flex.center {
  justify-content: center;
}

.single_organization .logo_dnp img{
  width: 130px;
}

.single_organization .member_name{
  font-size: 14px;
  text-align: center;
  /* margin: auto 0; */
}

.single_organization .member_list.flex{
  justify-content: flex-start;
  margin-bottom: 60px;
}

.single_organization .member_list.flex [class^="col_"], .flex [class^="flex_"]{
  margin: 0 15px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
    padding-right: 0;
    width: calc(100%/(12/4) - 30px);
    margin-bottom: 40px;
    height: 140px;
}


/* 関連団組織　index_organization */

.index_organization{
  padding-bottom: 0;
}

.member_title{
  font-size: 18px;
  color: #188DCE;
  text-align: center;
  padding: 4px;
  display: flex;
  width: calc(100%/3);
  justify-content: center;
  margin: auto;
  border: solid 2px;
  border-radius: 10px;
  /* margin-bottom: 35px; */
  margin-bottom: 30px;
}

.index_organization .member_text{
  font-size: 14px;
  letter-spacing: 0em;
  padding-bottom: 30px;
}

.index_organization .member_name{
  font-size: 14px;
  text-align: center;
  /* margin: auto 0; */
}

.member_list.flex [class^="col_"], .flex [class^="flex_"]{
  padding-left: 0;
  padding-right: 0;
  border: solid 2px #F0F0F0;
  /* margin: 0 15px; */
  width: calc(100%/(12/4) - 30px);
  margin-bottom: 40px;
  height: 140px;
}

.member_list a{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.member_list.flex {
  margin-bottom: 20px;
  justify-content: space-between;
}

.member_list p br{
  line-height: 0.5em;
}

.member_list img{
  max-height: 70px;
  width: auto;
  margin: 0 auto;
}

.member_list img.img_width_170{
  width: 170px
}

.member_list img.logo_tep{
  width: 120px;
}

.member_list .logo_wrapper{
  padding: 0 5%;
  margin-bottom: 15px;
  height: 50px;
  width: 220px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

/* project_requirements */

.project_requirements{
  background-image: url("../img/project_requirements_cover.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 0;
}

/* .blue_filter{
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(24,141,206,0.5);
} */

.project_requirements h1{
  color: white;
}

.project_requirements p{
  color: white;
  /* margin-bottom: 30px; */
  letter-spacing: 0em;
  padding-bottom: 25px;
  text-align: justify;
  line-height: 2;
}

.project_requirements .btn_wrapper{
  /* margin-bottom: 60px; */
}

.project_requirements .section_icon{
  /* padding-top: 60px; */
}

/* ----- about_kashiwanoha ----- */

#about #kv{
  background-image: url(../img/kashiwanoha_if_top_20181030_3-0000.jpg);
  background-position: center;
  height: 180px;
}

#about .about_kashiwanoha_wrapper{
  padding-bottom: 80px;
}

#about .about_kashiwanoha_wrapper p:last-of-type{
  padding-bottom: 20px;
}

#about .img_wrapper{
  padding-bottom: 40px;
  /* padding-bottom: 35px; */
}

.about_kashiwanoha{
  padding-bottom: 20px;
}

.about_kashiwa_text p{
  line-height: 2.1428;
  font-size: 14px;
  letter-spacing: 0em;
  text-align: justify;
  padding-bottom: 40px;
}

.about_kashiwanoha_organization .section_head{
  padding-bottom: 30px;
}

.about_kashiwanoha_organization p{
  padding-bottom: 23px;
  font-size: 14px;
  line-height: 2;

}

.about_kashiwanoha_organization .member_title{
  width: 70%;
  margin-bottom: 20px;
}

.about_kashiwanoha_organization .col_6{
  background-color: white;
  padding: 50px;
}

.about_kashiwanoha_organization .member_wrapper .col_6:first-of-type{
  /* margin: 0 20px 0 0;
  width: calc(100%/(12/6) - 20px); */
  margin: 0 15px 0 0;
  width: calc(100%/(12/6) - 15px);
}

.about_kashiwanoha_organization .member_wrapper .col_6:last-of-type{
  margin: 0 0 0 15px;
  width: calc(100%/(12/6) - 15px);
  margin: 0 0 0 15px;
  width: calc(100%/(12/6) - 15px);
}

.about_kashiwanoha_organization li{
  line-height: 2.25;
}

#about .focus_area_wrapper{
  /* padding: 15px 0; */
  padding: 15px 0 0;
}

.grey_filter {
  display: block;
  width: 100%;
  min-height: 400px;
  background-color: rgba(0,0,0,0.4);
  padding: 60px 0;
}

#about .project_requirements p{
  margin-bottom: 0;
}

.btn_wrapper.focus_area a.btn_main{
  margin: 0 10px;
}

#about .project_requirements .btn_wrapper a.btn_main{
  margin: auto;
}

/* ----- IoTビジネス共創ラボ IoT.php  ----- */

#iot-lab #kv{
  background-image: url(../img/kv_iot_lab.jpg);
  height: 180px;
  background-size: cover;
}

/* AI/IoT */

#ai-iot #kv{
  background-image: url(../img/kv_ai_iot.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 180px;
}

/* ライフサイエンス/メディカル */
#lifescience-medical #kv{
  background-image: url(../img/kv_lifescience_medical.jpg);
  height: 180px;
  background-size: cover;
}

/* IoT_labo、AI/IoT、ライフサイエンス/メディカル共通 */

.top_single_project{
  padding-bottom: 20px;
}

.top_single_project p{
  /* padding-bottom: 30px; */
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0em;
  text-align: justify;
  padding-bottom: 40px;
}

.top_single_project .img_wrapper {
  margin-bottom: 40px;
}

.common_project.single_project .section_head{
  padding-bottom: 40px;
}

.common_project.single_project .grey_bkg_slash{
  padding-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 10px;
}

.common_project.single_project .pagination_wrapper{
  margin-bottom: 60px;
}

.banner_img_wrapper{
  padding: 0 10%;
}

.banner_list a{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: solid 2px #F0F0F0;
}

.banner_list_item{
  width: 20%;;
  height: 100px;
  padding: 10px;
}

.banner_list_item img{
  max-height: 70px;
}

img.img_height_50{
  max-height: 50px;
}

img.logo_dnp{
  max-height: 38px;
}

.banner_list{
  justify-content: flex-start;
}

.banner_list.last_type{
  justify-content: flex-start;
}

.banner_list.last_type .banner_list_item{
  margin-right: 20px;
}

/* .banner_wrapper{
  margin-bottom: 60px;
} */

.btn_wrapper.focus_area a.btn_main.on{
  background-color: #E6E6E6;
  background-image: none;
  color: white;
}

.single_project_news{
  margin-bottom: 10px;
}

#lifescience-medical .single_project_news,
#ai-iot .single_project_news {
  margin-bottom: 0px;
}

.focus_area_wrapper .section_head{
  padding-bottom: 30px;
}

/* .focus_area_wrapper {
  padding-bottom: 30px;
}
 */




 /* ----- fieldマップ　field_map.php ----- */

#map #kv {
 height: 94%;
 /* max-height: 580px; */
 background-image: url(../img/kv_top.png);
 background-size: contain;
 background-repeat: no-repeat;
 background-position: top center;
 margin: auto;
 position: absolute;
 max-width: 94%;
 width: 100%;
 top: 0;
 left: 0;
 right: 0;
 z-index: 3;
}

.search_plus{
  position: absolute;
  /* top: 88%; */
  top: calc(88% - 10px);
  left: 47%;
  z-index: 4;
}

 .search_plus p{
  font-size: 50px;
  color: white;
  background-color: #003668;
  width: 70px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  line-height: 65px;
  /* padding-left: 9px; */
 }

.facility_list li:nth-child(odd){
  padding: 0 35px 0 0;
  margin-bottom: 0;
}

.facility_list li:nth-child(even){
  padding: 0 0 0 35px;
  margin-bottom: 0;
}

.facility_wrapper .facility_list li {
  margin-bottom: 30px;
}

.facility_list li:nth-child(3n+1){
  padding: 0 10px 0 0;
}

.facility_list li:nth-child(3n+2){
  padding: 0 5px;
}

.facility_list li:nth-child(3n+3){
  padding: 0 0 0 10px;
}

.flex [class^="col_"], .flex [class^="flex_"]:nth-child(odd){

}

.flex [class^="col_"], .flex [class^="flex_"]:nth-child(even){

}

 .facility_wrapper {
   margin-top: 80px;
 }

.facility_icon img{
  margin: 0 auto;
  width: 40px;
}

.facility_name{
  color: #38A1DB;
  border: solid 2px #38A1DB;
  padding: 12px 60px;
  margin-bottom: 25px;
  position: relative;
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
}

.facility_name{
  padding: 12px 12px 12px 60px;
}


.facility_name span{
  position: absolute;
  color: white;
  background-color: #38A1DB;
  top: -10px;
  left: -10px;
  padding: 12px;
  width: 60px;
  height: auto;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
}

.facility_list .img_wrapper{
  height: auto;
  padding-bottom: 20px;
}

.facility_list .img_wrapper img{
  height: 300px;
  width: 460px;
  object-fit: cover;
}

.facility_list .info_wrapper{
  width: auto;
  padding: 0;
  min-height: 0;
}

.facility_list .info_wrapper .title{
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 2.142;
  text-align: justify;
}

.facility_list .tag_list_wrapper .project_tag{
  background-color: #999999;
  color: white;
  padding:7px 20px;
  font-size: 12px;
  margin: 0;
}

.facility_list .tag_list_wrapper{
  margin: 5px 0 0 0;
}

.project_tag i{
  padding-left: 10px;
}

/* requirements.php */

#requirement section.project_page p{
  width: 100%;
}

/* #requirement .inner_container{
  width: 730px;
} */

#requirement .section_head{
  padding-bottom: 70px;
}

#requirement .section_icon{
  /* padding-top: 60px; */
  /* padding-top: 200px; */
  padding-top: 0;
}

#requirement .project_page .project_title{
  font-size: 24px;
  color: #38A1DB;
  padding: 20px 50px 20px 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#requirement .project_page p.project_title span{
  font-size: 18px;
}

.project_page .project_title_wrapper{
  background-color: #F0F0F0;

}

#requirement .project_page .project_text{
  font-size: 14px;
  padding: 40px 20px 40px 180px;

}

#requirement .project_page .project_text p{
  line-height: 2.5;
  font-size: 14px;
}

.project_page li{
  border: solid 1px #999999;
  margin-bottom: 80px;
  position: relative;
}

.project_page li::after{
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 24px 24px;
  bottom: 0;
  position: absolute;
  right: 0;
}

.dog_ear{
  position: absolute;
  right: -1px;
  width: 24px;
  height: 24px;
  border: solid 1px white;
  background-color: transparent;
  bottom: -1px;
  z-index: 1;
  border-left: solid 1px #999999;
  border-top: solid 1px #999999;
  border-bottom: solid 1px white;
  border-right: solid 1px white;
  background: linear-gradient(135deg, #fff, #fff 15px, #999999 15px, #999999 16px, #fff 17px, #fff)
}

.project_page .step_num{
  background-color: #38A1DB;
  padding: 25px 15px 15px;
  width: 90px;
  height: auto;
  text-align: center;
}

.project_page .step_num p{
  color: white;
  font-size: 16px;
  display: block;
}

.project_page .step_num span{
  color: white;
  font-size: 48px;
  display: block;
  font-weight: bold;
  line-height: 1;
}

.project_page .triangle{
  border-top: 25px solid #38A1DB;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  width: 80px;
}

.project_page .step_num_wrapper{
  position: absolute;
  top: -25px;
  left: 50px;
}

.project_page .step_3{
  padding-bottom: 30px;
}



/* single_nwes.php */

#single_news .single_wrapper{
  padding-bottom: 0;
}

.single_body .inner_container .btn_wrapper{
  padding-bottom: 0;
}

#single_news .single_title_info{
  padding-bottom: 60px;
}

#single_news .single_body p:last-of-type{
  padding-bottom: 60px;
}
.inner_container{
	max-width: 44em;
    margin: 0 auto;
}
.fa{
	color: white;
}








/* hover */
.hover_zoom img {
  transform: scale(1, 1);
  transition: 0.5s;
}
.hover_zoom:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.5s;
  opacity: 0.7;
}

.hover_zoom:hover .title {
  color: #38A1DB;
}

a p {
  transition: 0.5s;
}

a:hover p {
  color: #38A1DB;
  /* transition: 0.5s; */
}

a:hover .project_tag {
  color: inherit;
}

.fade {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 0.5s;
}

.fade.in {
  opacity: 1;
  transform: translate(0, 0);
  transition: 0.5s;
}

#kv .container {
  height: 100%;
  /* display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  color: white; */
  position: relative;
}

#kv .container h1 {
  line-height: 0.8;
  font-size: 65px;
  color: rgba(255,255,255,0.8);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* header */
header {
position: fixed;
top: 0;
/* margin-bottom: 100px; */
margin-bottom: 0px;
background: white;
z-index: 1000;
width: 100%;
padding: 0;
}

header * {
  transition: 0.5s !important;
  /* transition: 0s !important; */
}

.header_inner_wrapper {
  height: 195px;
  background: white;
  transition: 0.5s;
  position: relative;
}

nav.gnavi {
  position: absolute;
  bottom: 0;
  right: calc((100% - 706.45px)/2);
}

nav.gnavi, nav.gnavi * {
  transition: 0.5s !important;
}

.header_title_wrapper {
  display: flex;
  background: white;
  position: absolute;
  top: 0;
  left: calc((100% - 402px)/2);
}

.header_title {
  font-size: 38px;
  font-weight: normal;
  color: #38A1DB;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}

.header_sub_title {
  font-size: 24px;
  font-weight: normal;
  color: #4D4D4D;
  text-align: center;
  line-height: 1;
  /* padding-bottom: 20px; */
}

.header_title_inner_wrapper {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  border: 8px solid #38A1DB;
  position: relative;
  padding: 5px 40px;
}

/* .header_title_inner_wrapper:before {
  content: "";
  border-left: 8px solid white;
  border-right: 8px solid white;
  width: 100%;
  height: calc(100% - 20px);
  display: block;
  position: absolute;
  top: 10px;
  left: -8px;
} */

.header_title_inner_wrapper:before {
    content: "";
    border-left: 12px solid white;
    border-right: 12px solid white;
    width: calc(100% - 4px);
    height: calc(100% - 20px);
    display: block;
    position: absolute;
    top: 10px;
    left: -10px;
}

/* .header_title_inner_wrapper:after {
  content: "";
  border-top: 8px solid white;
  border-bottom: 8px solid white;
  width: calc(100% - 20px);
  height: 100%;
  display: block;
  position: absolute;
  top: -8px;
  left: 10px;
} */

.header_title_inner_wrapper:after {
  content: "";
  border-top: 12px solid white;
  border-bottom: 12px solid white;
  width: calc(100% - 20px);
  height: calc(100% - 4px);
  display: block;
  position: absolute;
  top: -10px;
  left: 10px;
}


.top_section{
  margin-top: 200px;
  padding-top: 0;
  transition: 0.5s;
}
/* header + * {
  margin-top: 200px;
  padding-top: 0;
} */

.header_inner_wrapper.down {
  display: flex;
  /* transition: 0.5s; */
  transition: 0s;
  /* height: 80px; */
  height: 63px;
  display: block;
  position: relative;
}
.header_inner_wrapper.down .logo_for_responsive{
	/* width: 250px; */
  width: auto;
  margin: 0;
}
.header_inner_wrapper.down .logo_for_responsive img{
    width: 250px;
    height: 51px;
    transition: 0.5s !important;
}

/* .header_inner_wrapper.down .header_title_wrapper {
  width: 250px;
} */

.header_inner_wrapper.down .header_title_wrapper {
  width: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 0;
}

.header_inner_wrapper.down .header_title_inner_wrapper {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  border: 4px solid #38A1DB;
  position: relative;
  padding: 0px 10px;
}

/* .header_inner_wrapper.down .header_title_inner_wrapper:before {
  content: "";
  border-left: 4px solid white;
  border-right: 4px solid white;
  width: 100%;
  height: calc(100% - 20px);
  display: block;
  position: absolute;
  top: 10px;
  left: -4px;
} */

.header_inner_wrapper.down .header_title_inner_wrapper:before {
    content: "";
    border-left: 8px solid white;
    border-right: 8px solid white;
    width: calc(100% - 4px);
    height: calc(100% - 20px);
    display: block;
    position: absolute;
    top: 10px;
    left: -6px;
}

/* .header_inner_wrapper.down .header_title_inner_wrapper:after {
  content: "";
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  width: calc(100% - 20px);
  height: 100%;
  display: block;
  position: absolute;
  top: -4px;
  left: 10px;
} */

.header_inner_wrapper.down .header_title_inner_wrapper:after {
  content: "";
  border-top: 8px solid white;
  border-bottom: 8px solid white;
  width: calc(100% - 20px);
  height: calc(100% - 4px);
  display: block;
  position: absolute;
  top: -6px;
  left: 10px;
}

.header_inner_wrapper.down nav.gnavi {
  /* margin: auto 0 auto auto; */
  margin: 0;
  position: absolute;
  top: 10px;
  right: 0;
  left: auto;
  height: 53.67px;
}

.header_inner_wrapper.down .header_title {
  font-size: 26px;
  /* font-weight: bold; */
}

.header_inner_wrapper.down .header_sub_title {
  font-size: 16px;
  /* font-weight: bold; */
  padding-bottom: 0;
}

.header_inner_wrapper.down .gnavi_icon {
  width: 24px;
  height: 24px;
}

.header_inner_wrapper.down ul.gnavi_menu li {
  padding: 5px 10px 0 10px;
  /* padding: 5px 5px 0 5px; */
	min-width: 52px;
}

.header_inner_wrapper.down ul.gnavi_menu li a,
.header_inner_wrapper.down ul.gnavi_menu li p {
  /* font-size: 12px; */
	font-size: 10px;
    font-weight: bold;
}

.header_inner_wrapper.down ul.gnavi_menu .sub_menu {
  top: 53px;

}

/* footer */
footer {
  background: #38A1DB;
}

footer * {
  color: white;
}

ul.footer_menu_list {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0 ;
}

ul.footer_menu_list li {
  padding: 0 30px 0 0;
}


ul.footer_menu_list a {
  font-size: 12px;
}

footer .copyright {
  font-size: 10px;
  text-align: center;
  padding: 20px 0;
}

/* gnavi */
ul.gnavi_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}

ul.gnavi_menu li {
  padding: 10px 20px 0;
  border-left: 1px solid #E6E6E6;
}

li.with_menu {
    position: relative;
}

ul.gnavi_menu li:last-of-type {
  /* border-right: 1px solid #E6E6E6; */
  border-right: none;
  border-left: none;
  padding-top: 0;
}

ul.gnavi_menu li a,
ul.gnavi_menu li p
 {
  color: #999999;
  font-size: 14px;
  padding: 0 0 5px 0;
  margin: 0;
  transition: 0.5s;
  position: relative;
	letter-spacing: 0;
	font-weight: bolder;
}

.sub_menu_wrapper i {
  color:  #999999;
}

.slide_down .sub_menu_wrapper i {
  color: white;
}

ul.gnavi_menu > li > a:hover {
  transition: 0.5s;
  opacity: 1;
}

ul.gnavi_menu > li > a:before,
ul.gnavi_menu > li > a:after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 3px;
  transition: 0.5s;
  background: #38A1DB;
  position: absolute;
  bottom: 0;
}

ul.gnavi_menu > li > a:before {
  left: 50%;
}

ul.gnavi_menu > li > a:after {
  right: 50%;
}

ul.gnavi_menu > li > a:hover:before,
ul.gnavi_menu > li > a:hover:after {
  width: 50%;
  transition: 0.5s;
  /* background: #38A1DB; */
}

ul.gnavi_menu li.with_menu:hover {
  background: #38A1DB;
}

ul.gnavi_menu li.with_menu:hover p {
  color: white;
}

.gnavi_icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin: auto auto 5px auto;
}

ul.gnavi_menu .sub_menu {
  /* display: none; */
  /* display: block; */
  display: inline-block;
  position: absolute;
  top: 73px;
  left: 0;
  z-index: 1000;
  width: 254px;
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  transition: 0.5s !important;
  transform: translateY(-204px);
  z-index: -1;
}

ul.gnavi_menu .slide_down .sub_menu {
  transform: translateY(0px);
  z-index: -1;
}

ul.gnavi_menu .sub_menu {
  background-color: #38A1DB;
}

ul.gnavi_menu .sub_menu li {
  border: none;
  padding: 0 !important;
}
ul.gnavi_menu .sub_menu a {
  color: white;
  padding: 15px 20px;
}

ul.gnavi_menu .sub_menu a:hover {
  background: rgba(255,255,255,0.3);
  opacity: 1;
}

/* slider */
#slider {
  padding: 30px 40px;
  overflow: hidden;
  background: white;
  /* border: 1px solid #eee; */
}
.slide_wrapper {
  padding: 0 2px;
}
#slider .slick-slide img {
  object-fit: cover;
  width: 100%;
  height: 220px;
}

button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 120px;
    font-size: 0;
    background: none;
    border: none;
    outline: none;
}

button.slick-next.slick-arrow {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 120px;
    font-size: 0;
    background: none;
    border: none;
    outline: none;

}
button.slick-next.slick-arrow:after {
    content: "\f105";
    font-family: fontawesome;
    width: 20px;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: #E6E6E6;
}
button.slick-prev.slick-arrow:after {
    content: "\f104";
    font-family: fontawesome;
    width: 20px;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: #E6E6E6;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

ul.slick-dots li {
    padding: 0 5px;
}

ul.slick-dots li button {
    font-size: 0 !important;
    width: 10px;
    height: 10px;
    background: #B3B3B3;
    outline: none;
    display: block;
}

ul.slick-dots li.slick-active button {
  background: #38A1DB;
}

.slide_wrapper .title {
  font-size: 16px;
  font-weight: bold;
  color: #38A1DB;
  width: calc(100% - 40px);
  margin: auto;
}

.slide_wrapper .desc {
  font-size: 12px;
  font-weight: normal;
  color: #4d4d4d;
  width: calc(100% - 40px);
  margin: auto;
  height: 6em;
  overflow: hidden;
}

.slide_info {
    padding-top: 10px;
}

.slide_wrapper a {
    display: block;
    width: 100%;
    height: 100%;
}

.slide_wrapper a img {
  transform: scale(1, 1);
  transition: 0.5s;
}

.slide_wrapper a:hover {
  opacity: 1;
}

.slide_wrapper a:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.5s;
  opacity: 0.7;
}

.slide_wrapper a:hover .desc {
  color: #38A1DB;
}

.img_wrapper {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.img_wrapper img {
    margin: auto;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.tab_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 20px 0;
  flex-wrap: nowrap;
  overflow: hidden;
  position: absolute;
  left: 0px;
  margin-left: 30px;
  /* margin-right: 30px; */
  transition: 0.5s;
}

.tab_btn_wrapper {
    position: relative;
    height: 64px;
    overflow: hidden;
    margin-bottom: -20px;
}

.tab_btn_wrapper .next {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  color: #38A1DB;
  width: 30px;
  height: 44px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab_btn_wrapper .prev {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #38A1DB;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 44px;
  background: white;
}

label.tab_label {
  width: 0;
  font-size: 0;
  display: none;
}


label.tab_label.view  {

  margin: 0 10px 0 0;
  border-bottom: none;
  white-space: nowrap;
  width: auto;
  display: block;
  font-size: 16px;
  /* transition: 0.5s; */
}
label.tab_label a{
	display: block;
	padding: 10px 2em;
	background: #E6E6E6;
	color: white;
}

label.tab_label a:hover {
  cursor: pointer;
	background: #38A1DB;
}
label.tab_label.open,
label.tab_label.open a {
    background: #38A1DB;
    color: white;
    position: relative;
}

label.tab_label.open:after {
    content: "";
    width: 40px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    background: transparent;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #38A1DB transparent transparent transparent;
}

ul.project_list a {
    border: 1px solid #D4D4D4;
}

.list_body {
    display: none;
}

.list_body.open {
    display: block;
}

/* pagination */
nav.pagination_wrapper {
    margin-top: 40px;
}
ul.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.pagination li {
    width: 30px;
    height: 30px;
    border: 1px solid #D4D4D4;
    margin: 0 5px;
}

ul.pagination li.prev_btn,
ul.pagination li.next_btn {
  border: none;
}

ul.pagination li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #D4D4D4;
}

ul.pagination .open {
    border: 1px solid #000;
}

ul.pagination .open a {
    color: #38A1DB;
}

.contact_btn_section {
  background: #E6E6E6;
}

section.contact_btn_section a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: black;
    font-weight: bold;
    text-align: center;
    border: 1px solid;
    padding: 20px 0;
    background: white;
}

section.contact_btn_section .flex > * {
  margin-bottom: 0;
}

/* #project #kv {
    height: 400px;
    background: #D6D6D6;
} */

.menu_btn {
  display: none;
}

/* btn */
.btn_wrapper a.btn_main img {
  position: absolute;
  width: 30px;
  height: 12px;
  right: 15px;
  display: block;
  top: calc(50% - 6px);
}

.btn_wrapper a.btn_main,
.btn_wrapper input.wpcf7-submit {
  position: relative;
  /* background-color: transparent !important; */
  background-color: transparent;
  background-image: url("../img/btn_bkg.png");
  background-position: left;
  transition: 0.5s;
}

.btn_wrapper a.btn_main:hover,
.btn_wrapper input.wpcf7-submit:hover {
  position: relative;
  /* background-color: transparent !important; */
  background-color: transparent;
  background-image: url("../img/btn_bkg.png");
  background-position: right;
  transition: 0.5s;
}


/* news page*/
#news #kv {
  background-image: url("../img/kv/kv_news.jpg");
  height: 180px;
  background-position: center;
}
.news_list .tag_list_wrapper {
    padding-top: 10px;
}

#news .grey_bkg_slash,
#project .grey_bkg_slash {
  padding: 40px 0;
}

#news .news_list_wrapper {
  padding: 40px;
  background: white;
}

/* project page */
#project #kv {
  background: url("../img/kv/kv_project.jpg");
  height: 180px;
  background-position: center;
  background-size: cover;
}



/* single page*/
.single_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.single_title .date {
    font-size: 16px;
    color: #38A1DB;
    padding-bottom: 10px;
}

.single_title_info {
  display: flex;
  padding-bottom: 40px;
}

.single_title_info .category_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 2px solid #38A1DB;
    border-bottom: 2px solid #38A1DB;
    width: calc(100%/(12/2) - 5px);
    margin-right: 5px;
}

.single_title_info .category_icon {
  /* width: calc(100%/(12/2) - 5px); */
  width: 145px;
  margin-right: 5px;
}

.single_title_info .single_title {
  /* width: calc(100%/(12/10)); */
  width: calc(100% - 150px);
}

.category_icon img {
    width: 36px;
    height: auto;
}

.single_title {
    border-top: 2px solid #E6E6E6;
    border-bottom: 2px solid #E6E6E6;
    padding: 20px 0;
}

.single_title .title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
}

/* .single_body {
  width: calc(100%/(12/10));
  margin: 0 0 0 auto;
} */

.single_body .inner_container > * {
    padding-bottom: 40px;
}

.single_title .inner_container,
.single_body .inner_container {
  margin: 0 auto;
  padding: 0;
}

ul.project_info {
    /* display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 2px solid #E6E6E6;
    padding-top: 20px;
    margin-top: 20px; */
    display: block;
    padding-top: 20px;
}

ul.project_info li {
  /* margin-right: 40px; */
  margin-bottom: 20px;
}

ul.project_info li:last-of-type {
  margin-bottom: 0;
}


ul.project_info .label {
    /* border: 1px solid #38A1DB;
    border-radius: 5px;
    padding: 5px 20px;
    margin-right: 10px;
    display: inline-block;
    color: #38A1DB;
    font-size: 14px; */
    border: 1px solid #38A1DB;
    border-radius: 5px;
    padding: 5px;
    margin-right: 20px;
    display: inline-block;
    color: #38A1DB;
    font-size: 14px;
    width: 170px;
    text-align: center;
}
ul.project_info .data {
  font-size: 14px;
}

.btm_deco_01 {
  position: relative;
  padding-bottom: 40px;
}

.btm_deco_01 .deco {
  /* width: 100%; */
    width: 100vw;
    height: 90px;
    position: absolute;
    bottom: -90px;
    z-index: 10;
}

.btm_deco_01 .inner_deco {
  /* width: 150vw; */
  /* width: 100%; */
    width: 100vw;
    height: 90px;
    position: absolute;
    bottom: -90px;
    z-index: 5;
    overflow: hidden;
}

.btm_deco_01 .deco:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 90px 0;
  border-color: transparent white transparent transparent;
  position: inherit;
  left: 0;
}

.btm_deco_01 .deco:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 50vw 0 0;
  border-color: white transparent transparent transparent;
  position: inherit;
  right: 0;
}

.btm_deco_01 .inner_deco:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 75vw 90px 0;
  border-color: transparent #EE869A transparent transparent;
  position: inherit;
  left: -25vw;
}

.btm_deco_01 .inner_deco:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 75vw 0 0;
  border-color: #999999 transparent transparent transparent;
  position: inherit;
  right: -25vw;
}

.top_deco_01 {
  position: relative;
  padding-top: 150px;
}

.btm_deco_02 {
  /* padding-bottom: 150px; */
  padding-bottom: 100px;
}

.top_deco_02 {
  position: relative;
}

.top_deco_02 .deco {
  position: absolute;
  top: -90px;
  /* width: 100%; */
  width: 100vw;
}

.top_deco_02 .inner_deco {
  position: absolute;
  top: -90px;
  /* width: 100%; */
  width: 100vw;
}


.top_deco_02 .deco:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 0 0 50vw;
  border-color: transparent transparent transparent #999999;
  position: inherit;
  left: 0;
}

.top_deco_02 .deco:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 90px 50vw;
  border-color: transparent transparent #EE869A transparent;
  position: inherit;
  right: 0;
}

.top_deco_02 .inner_deco:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  /* border-width: 90px 0 0 75vw; */
  border-width: 60px 0 0 50vw;
  border-color: transparent transparent transparent white;
  position: inherit;
  /* left: -25vw; */
  left: 0;
  bottom: -90px;
}

.top_deco_02 .inner_deco:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  /* border-width: 0 0 90px 75vw; */
  border-width: 0 0 60px 50vw;
  border-color: transparent transparent white transparent;
  position: inherit;
  /* right: -25vw; */
  right: 0;
  bottom: -90px;
}

#privacy_policy h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
}

#privacy_policy li {
  line-height: 2;
  text-align: justify;
}

#privacy_policy ul {
  margin-bottom: 30px;
}

#privacy_policy ul ul {
  margin-bottom: 0;
}

/* #requirement section p {
  margin-bottom: 20px;
	width: 44em;
    margin: 0 auto;
} */

.btn_wrapper.group a.btn_main {
  width: calc(100% / 3 - 10px);
}
.entry-content p a,
.entry-content p strong,
.entry-content p b{
	display: inline;
	font-size: inherit;
	letter-spacing: inherit;
	text-align: inherit;
	line-height: inherit;
}
/* section p{
	max-width: 44em;
    margin: 0 auto;
} */

/* contact form */
input:focus {
  outline: 0;
}

.project_page li {
  margin-bottom: 40px;
}

.project_page li.questions {
  border: none;
}

.project_page li.questions .input_fields {
  border: 1px solid #999999;
  padding: 15px;
}

.wpcf7-list-item input[type="checkbox"] {
  /* display: none; */
}

span.wpcf7-list-item {
  display: inline-flex;
  margin-left: 0;
  padding-right: 1em;
  position: relative;
}

span.wpcf7-list-item-label {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}

.wpcf7-list-item input[type="checkbox"] {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    left: 1px;
    z-index: 1;
    opacity: 0;
}

span.wpcf7-list-item-label:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
}

.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label{
  color: #4D4D4D;
}

.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 4px;
  height: 8px;
  transform: rotate(40deg);
  border-bottom: 2px solid #4D4D4D;
  border-right: 2px solid #4D4D4D;
}

.project_page li.questions .input_fields.text {
  padding: 5px;
}

.project_page li.questions .input_fields.text_area {
  padding: 5px;
}

.input_fields.text span input {
  width: 100%;
  display: block;
  height: 100%;
}

.input_fields.text_area span,
.input_fields.text_area span textarea {
  display: block;
  width: 100%;
  height: 10em;
  outline: 0;
}

.file_attatchment lable br {
  display: none;
}

/* .file_attatchment label input {
  display: none;
} */

.file_attatchment label input[type=file] {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    cursor:pointer;
    opacity:0;
}

li.file_attatchment .input_fields {
    display: flex;
    justify-content: center;
}

li.file_attatchment .input_fields label {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1em 1em 0;
  cursor: pointer;
}

li.file_attatchment .input_fields label br {
  /* display: none; */
}

.project_page li.agreement {
  border: none;
}

li.agreement .input_fields {
    display: flex;
    justify-content: center;
}

.project_page li.submit {
  border: none;
}

label.required:after {
    content: "*";
    color: #F6879A;
}

.sns_fb i {
  color: #38A1DB;
  font-size: 30px;
  line-height: 1;
  padding: 0 0 5px;
  margin: 0;
}

.sns_tw i {
  color: #38A1DB;
  font-size: 30px;
  line-height: 1;
  padding: 0 0 5px;
  margin: 0;
}

li.sns_wrapper .sns_fb,
li.sns_wrapper .sns_tw {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

li.sns_wrapper .sns_tw {
  /* margin-left: 20px; */
}

li.sns_wrapper {
  display: flex;
  border: none !important;
  padding: 0 0 0 20px !important;
}

li.contact {
    border-right: 1px solid #E6E6E6;
}

.sns_share_btns {
    padding-bottom: 10px !important;
    display: flex;
    justify-content: flex-end;
}

.twitter_btn {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-right: 5px;
}

li.sns_wrapper a span {
    display: none;
}

#contact .top_section {
  padding-bottom: 40px;
}

#requirement .top_section {
  padding-bottom: 40px;
}

/*翻訳*/
.WidgetEnabled {
  height: 20px;
}

div#MicrosoftTranslatorWidget #WidgetLauncher .WidgetEnabled {
    height: 20px !important;
}

font {
    color: inherit !important;
    font-size: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
}
