@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto:wght@300;500&display=swap');


/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}
/*----------------------------------------------------------------------------------------------------*/

:root {
	--main-color:rgba(0, 109, 82, 1.0);
	--main-color-hover:rgba(5, 162, 122, 1.0);
	--main-color-l:rgba(229, 240, 237, 1.0);
	--color-pink:rgba(230, 100, 119, 1.0);
	--color-pink-l:rgba(252, 239, 241, 1.0);
	--color-blue:rgba(0, 123, 196, 1.0);
	--color-org:rgba(237, 112, 7, 1.0);
	--color-gry:#F7F7F7;
	--base-color:rgba(17, 17, 17, 1.0);
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: var(--base-color);
}



/*20250227モーダル用*/
.overlay {
	display: none;
	margin-top:0!important;
	width: 100vw;
	height: 100vh!important;
	background: rgba(0,0,0,0.6);
	position: fixed;
	/*position:relative;*/
	top:0;
	z-index: 100000;
	overflow-y:hidden;
}
.btn_area {
	width: calc(100% - 80px);
	max-width:800px;
	height: calc(100vh - 220px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	text-align: center;
	z-index: 2;
	overflow-y:scroll;
	padding:20px;
	border-radius:10px;
}
.btn_area h2 {
	font-size:21px;
	font-weight:500;
	margin-top:10px;
	margin-bottom:60px;
	color:var(--main-color);
}
.btn_area p {
	/*height:340px;
	padding: 15px*/
                    margin-bottom:30px;
}
.btn_area ul {
                    width:calc(100% - 40px);
                    margin-left:20px;
                    margin-bottom:50px;
                    margin-top:50px;
}
.btn_area ul li {
                    padding-bottom:6px;
}
.btn_area ul span {
                    font-weight:700;
}
.btn_area button {
	display: block;
	margin: 0 auto;
	background: #333;
	color: #fff;
	padding: 20px 40px;
	border: none;
	margin-top:60px;
}
.btn_area button:hover {
	background: #777;
}




table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
img {
	vertical-align: middle;
	border: none;
	max-width: 100%;
}
a {
  outline:none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
a,a:hover,a:hover img {
  text-decoration: none;
}
a:hover {
	-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.link-just {
      padding-top: 160px; margin-top:-160px;
}
@media only screen and ( max-width : 1000px ) {
.link-just {
      padding-top: 70px; margin-top:-70px;
}
}


/* ----- HEADER ----- */

#header {
	z-index: 99;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	height: 160px;
}
.mb-menu-plus {
	display:none!important;
}
#h_top a:hover {
	opacity: 0.6;
}
ul#h-logo-btn {
	width:100%;
	display:flex;
	background:#fff;

}
ul#h-logo-btn li {
	display:flex;
	height:100px;
	font-size:14px;
}
ul#h-logo-btn li:first-child {
	width:297px!important;
	display:flex;
	align-items: center;
	justify-content: center;
}
ul#h-logo-btn li:first-child img {
	/*width:257px;*/
	margin:auto 20px;
width:275px;

}
ul#h-logo-btn li:nth-child(2) {
	/*width:calc(100% - 1007px);*/
	
	/*20240717　変更*/
	width:calc(100% - 887px);
	
	height:100px;
	color:var(--main-color);
	display:flex;
	align-items: center;
}

ul#h-logo-btn li:nth-child(2) {
	display: flex;
	justify-content: flex-end;
}
div.h-logo-btn-mb {
	display:flex!important;
	background:var(--main-color-l);
	width:120px;
	height:100px;
		/*letter-spacing: -0.06em;*/
}
div.h-logo-btn-mb {
	color:var(--main-color);
	font-size:14px;
	width:120px;
	display:flex;
	justify-content: center!important;
	align-items: center;
	flex-flow: column;
}
div.h-logo-btn-mb img {
	width:24px;
	height:24px;
	margin-bottom:8px;
}

/* ---------- */

/*20240717　削除
ul#h-logo-btn li:nth-child(3) a,ul#h-logo-btn li:nth-child(4) a,ul#h-logo-btn li:nth-child(5) a {
	width:120px;
	height:100px;
}
ul#h-logo-btn li:nth-child(3) a img,ul#h-logo-btn li:nth-child(4) a img,ul#h-logo-btn li:nth-child(5) a img {
	margin-bottom:8px;
}*/


/*20240717 変更*/
ul#h-logo-btn li:nth-child(3) a,ul#h-logo-btn li:nth-child(4) a {
	width:120px;
	height:100px;
}
ul#h-logo-btn li:nth-child(3) a img,ul#h-logo-btn li:nth-child(4) a img {
	margin-bottom:8px;
}



ul#h-logo-btn li:nth-child(3) a {
	background:var(--color-pink);
	display:flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	color:#fff;
}
ul#h-logo-btn li:nth-child(3) a img {
	width:19px;
	height:22px;
}

/*20240717　削除
ul#h-logo-btn li:nth-child(4) a {
	background:var(--color-pink-l);
	display:flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	color:var(--color-pink);
}
ul#h-logo-btn li:nth-child(4) a img {
	height:22px;
}
ul#h-logo-btn li:nth-child(5) a {
	background:var(--color-blue);
	display:flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	color:#fff;
}
ul#h-logo-btn li:nth-child(5) a img {
	width:25px;
	height:22px;
}
*/


/*20240717　変更*/
ul#h-logo-btn li:nth-child(4) a {
	background:var(--color-blue);
	display:flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	color:#fff;
}
ul#h-logo-btn li:nth-child(4) a img {
	width:25px;
	height:22px;
}




ul#h-logo-btn li:last-child {	/*検索*/
	width:290px;
	padding-left:30px;
	padding-right:30px;
	background:var(--color-org);
	display:flex;
	align-items: center;
	justify-content: center;
}
/* ---------- */

/*20240717　削除
@media only screen and ( max-width : 1130px ) {
	
	ul#h-logo-btn li:last-child {
		width:calc(100% - 836px);
	}
	ul#h-logo-btn li:nth-child(2) {
		width:120px!important;
	}
}
*/

/* ---------- */

.h_nav {
	width:100%;
	background:var(--main-color);
	float:left;
	display:block;
}
#gNav {
	width:100%;
	max-width:1000px!important;
	margin:0 auto;
	height:60px;
}
#gNav a {
	color:#fff;
	font-weight:400;
}
#gNav a :nth-of-type(6) {
	margin-right:0px!important;
}
#gNav ul {
	display:flex;
}
#gNav li {
	display:flex;
	box-sizing: border-box;
	height:60px;
	flex-basis: calc((100% - 80px)/5); /*メニューの幅*/
	border-right:1px solid rgba(255,255,255,0.5);
	text-align: center;
}
#gNav li:nth-child(1) {
	border-left:1px solid rgba(255,255,255,0.5);
	flex-basis: 80px;
}

#gNav li a {
	line-height:60px;
	width:100%!important;
	padding:18px auto 18px auto;
	justify-content: center;
    align-items: center;
    text-align: center;
}
#gNav li a:hover {
	opacity: 1.0;
	background-color: rgba(0,133,100,1.00);
}
#gNav li.no-pc {
	display:none;
}

/*サブメニュー*/
#gNav .nav-space-last {
    visibility: hidden;
    opacity: 0;
    z-index: 1;	
}
#gNav .sub-menu {
    display: block;
    position: absolute;
	margin-left:-50px;
width: 220px;
padding:20px 30px 20px 30px;
	background:#fff;
	border:1px solid #ccc;
	border-radius:10px;
	/*transition: all .3s;表示にバグが起こる*/
	transition: all .0s;

  }

.submenu-psn {
	display:flex;flex-flow: column;
}
#gNav .sub-menu a {
    display: block;
    border-bottom: none;
	padding:0;
    line-height: 1.2em;
	color:var(--main-color);
	text-align:left;
	width: 200px;
	background-image: url("../img/circle.png");
	background-position: center right;
	background-repeat: no-repeat;

}
#gNav .sub-menu a:hover {
	opacity: 0.7;
	background-color: rgba(2,145,0,0.00);
}
#gNav .sub-menu li {
width:220px!important;
    display: /*block*/flex;align-items: center;
    /*padding: 0;*/
	padding:18px 0;
	border-bottom:1px solid rgba(0, 109, 82, 0.3);
	height:auto;
}
#gNav .sub-menu li:last-of-type {
	border-bottom:none;
}
#gNav .sub-menu li span {
	white-space: nowrap;
}


#gNav ul > li:hover {	/*サブメニューをhoverで*/
    -webkit-transition: all .3s;
    transition: all .3s;
}
#gNav li:hover .nav-space-last {
    visibility: visible;
    opacity: 1;
    z-index: 9999;	
}


#gNav li ul li:after {
    content: none;
}
/*隙間調整*/
.nav-space-last {
	padding-top:20px;
	background:rgba(255,255,255,0);
}


/* ----- CONTENTS ----- */
/*スライドショー*/
.swiper {
  width: 100%;
  height: 600px;
}
.swiper h1 {
	position: absolute;
	bottom:100px;
	left:100px;
	font-weight:700;
	z-index:2;
	color:#fff;
	font-size:29px;
	text-shadow:-1px -1px 5px #999;

}
.swiper h1 span {
	white-space:nowrap;
}
.swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size:cover;
	background-position: center;
}
.swiper-slide:nth-of-type(1) {background-image: url("../img/topimage-01-l.jpg");}
@media only screen and ( max-width : 1366px ) {
	.swiper-slide:nth-of-type(1) {background-image: url("../img/topimage-01-m.jpg");}
}
@media only screen and ( max-width : 520px ) {
	.swiper {width: 100%;height: 100vh;}
	.swiper-slide:nth-of-type(1) {background-image: url("../img/topimage-01-s.jpg");}
}


#main {
	margin-top:160px;
}

#main p {
    word-break: break-all;
    line-height: 2.0;
}
p.nml {
	display:inline-block;
	width:100%;
	margin-bottom:50px;
}
p.nml-c {
	text-align:center;
	display:inline-block;
	width:100%;
	margin-bottom:50px;
}
.header-box {
	display:flex;
	align-items: center;
	justify-content:center;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
	height:350px;
}
/*20250603月報用に追加*/
.header-box-geppou {
	display:flex;
	/*align-items: center;*/
	align-items: flex-start;
	justify-content:center;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
	height:350px;
}
.header-box-geppou h1 {
	padding-top:95px;
}




/*
.hb-bgimg-sample {
	background-image: url("../img/h-sample.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.hb-bgimg-sample::before {
	content: '';
	background-color: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
*/
/*ページトップの画像*/
.hbimg {		
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.hbimg::before {
	content: '';
	background-color: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.hbimg-m-info  {	/*賛助会員*/
	background-image: url("../img/back-m-info.jpg");
}
.hbimg-research  {	/*経済に関する*/
	background-image: url("../img/back-research.jpg");
}
.hbimg-business {	/*ビジネス*/
	background-image: url("../img/back-business.jpg");
}
.hbimg-gov-office {	/*官公庁*/
	background-image: url("../img/back-gov-office.jpg");
}
.hbimg-economics {	/*経済企業*/
	background-image: url("../img/back-economics.jpg");
}
.hbimg-m-report {	/*月報*/
	background-image: url("../img/back-m-report.jpg?20250602");
}
.hbimg-factory-map {	/*工場マップ*/
	background-image: url("../img/back-factory-map.jpg");
}
.hbimg-about  {	/*研究所について*/
	background-image: url("../img/back-about.jpg");
}
.hbimg-outline  {	/*概要*/
	background-image: url("../img/back-outline.jpg");
}
/*.hbimg-content {	事業内容
	background-image: url("../img/back-content.jpg");
}*/
.hbimg-base {	/*拠点*/
	background-image: url("../img/back-base.jpg");
}
.hbimg-message  {	/*理事長ご挨拶*/
	background-image: url("../img/back-message.jpg?202409");
}
.hbimg-staff  {	/*研究員ご紹介*/
	background-image: url("../img/back-staff.jpg");
}
.hbimg-disclosure  {	/*ディスクロージャー*/
	background-image: url("../img/back-disclosure.jpg");
}
.hbimg-sitemap  {	/*サイトマップ*/
	background-image: url("../img/back-sitemap.jpg");
}
.hbimg-kihou  {	/*季報*/
	background-image: url("../img/back-kihou.jpg?20250727");
}

@media only screen and ( max-width : 760px ) {
.hbimg-m-info  {	/*賛助会員*/
	background-image: url("../img/back-m-info-m.jpg");
}
.hbimg-research  {	/*経済に関する*/
	background-image: url("../img/back-research-m.jpg");
}
.hbimg-business {	/*ビジネス*/
	background-image: url("../img/back-business-m.jpg");
}
.hbimg-gov-office {	/*官公庁*/
	background-image: url("../img/back-gov-office-m.jpg");
}
.hbimg-economics {	/*経済企業*/
	background-image: url("../img/back-economics-m.jpg");
}
.hbimg-m-report {	/*月報*/
	background-image: url("../img/back-m-report-m.jpg?20250602");
}
.hbimg-factory-map {	/*工場マップ*/
	background-image: url("../img/back-factory-map-m.jpg");
}
.hbimg-about  {	/*研究所について*/
	background-image: url("../img/back-about-m.jpg");
}
.hbimg-outline  {	/*概要*/
	background-image: url("../img/back-outline-m.jpg");
}
/*.hbimg-content {	事業内容
	background-image: url("../img/back-content-m.jpg");
}*/
.hbimg-base {	/*拠点*/
	background-image: url("../img/back-base-m.jpg");
}
.hbimg-message  {	/*理事長ご挨拶*/
	background-image: url("../img/back-message-m.jpg?202409");
}
.hbimg-staff  {	/*研究員ご紹介*/
	background-image: url("../img/back-staff.jpg");
}
.hbimg-disclosure  {	/*ディスクロージャー*/
	background-image: url("../img/back-disclosure-m.jpg");
}
.hbimg-sitemap  {	/*サイトマップ*/
	background-image: url("../img/back-sitemap-m.jpg");
}
.hbimg-kihou  {	/*季報*/
	background-image: url("../img/back-kihou-m.jpg?20250727");
}

}
@media only screen and ( max-width : 520px ) {
.hbimg-m-info  {	/*賛助会員*/
	background-image: url("../img/back-m-info-s.jpg");
}
.hbimg-research  {	/*経済に関する*/
	background-image: url("../img/back-research-s.jpg");
}
.hbimg-business {	/*ビジネス*/
	background-image: url("../img/back-business-s.jpg");
}
.hbimg-gov-office {	/*官公庁*/
	background-image: url("../img/back-gov-office-s.jpg");
}
.hbimg-economics {	/*経済企業*/
	background-image: url("../img/back-economics-s.jpg");
}
.hbimg-m-report {	/*月報*/
	background-image: url("../img/back-m-report-s.jpg?20250602");
}
.hbimg-factory-map {	/*工場マップ*/
	background-image: url("../img/back-factory-map-s.jpg");
}
.hbimg-about  {	/*研究所について*/
	background-image: url("../img/back-about-s.jpg");
}
.hbimg-outline  {	/*概要*/
	background-image: url("../img/back-outline-s.jpg");
}
/*.hbimg-content {	事業内容
	background-image: url("../img/back-content-s.jpg");
}*/
.hbimg-base {	/*拠点*/
	background-image: url("../img/back-base-s.jpg");
}
.hbimg-message  {	/*理事長ご挨拶*/
	background-image: url("../img/back-message-s.jpg?202409");
}
.hbimg-staff  {	/*研究員ご紹介*/
	background-image: url("../img/back-staff-s.jpg");
}
.hbimg-disclosure  {	/*ディスクロージャー*/
	background-image: url("../img/back-disclosure-s.jpg");
}
.hbimg-sitemap  {	/*サイトマップ*/
	background-image: url("../img/back-sitemap-s.jpg");
}
.hbimg-kihou  {	/*季報*/
	background-image: url("../img/back-kihou-s.jpg?20250727");
}
}

h1 {
	font-size:33px;
	font-weight:500;
	color:#fff;
	position:absolute;
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
/*賛助会員のご案内h1用*/
h1 div.h1-small {
	font-size:70%;
	line-height:140%;	
}
h1 div.h1-small:nth-of-type(1) {
	margin-bottom:15px;
}
h1 div.h1-small:nth-of-type(2) {
	margin-top:15px;
	margin-left:15px;
}
h1 div.h1-small:nth-of-type(3) {
	/*margin-top:15px;*/
}
h1 div.h1-small span {
	white-space: nowrap;
}

/* ---- 見出し ----*/

h2 {
	font-size:32px;
	font-weight:700;
}
h2 span {
	white-space:nowrap;
}
h3 {
	font-size:28px;
	font-weight:500;
}
h4 {
	font-size:24px;
	font-weight:500;
}
h5 {
	font-size:20px;
	font-weight:500;
}
h6 {
	font-size:16px;
	font-weight:500;
}


/*h2単語付き*/
.h-sub-e {
	display:flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.h-sub-e p {
	color:var(--main-color);
	font-size:16px;
	font-weight:400;
	margin-top:6px;
	margin-bottom:0;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
}
.h-sub-e p.epink {
	color:var(--color-pink);
}
/*事業内容*/
.w-jigyou {
	background:var(--main-color-l);
	padding:80px;
	border-radius:10px;
	margin-bottom:20px;
}
.w-jigyou .h-sub-e {
	flex-flow: nowrap;
	align-items: baseline;
	justify-content: flex-start;
}
.w-jigyou h5 {
	color:var(--main-color);
}
.w-jigyou .h-sub-e p {
	margin-left:20px;
}

/*流れ*/
.w-nagare {
	background:var(--color-gry);
	padding:50px;
	border-radius:10px;
	margin-bottom:20px;
}
.w-nagare h5 {
	color:var(--main-color);
}
.w-nagare p {
	margin-bottom:0!important;
}
/*h2真ん中下にちょこっとライン*/
.h-center-line {
	position: relative;
	padding: 1.4rem;
  	text-align: center;
	margin-bottom:50px;
}
.h-center-line:before {
    position: absolute;
    bottom: 10px;
    left: calc(50% - 10px);
    width: 20px;
    height: 4px;
    content: '';
    border-radius: 3px;
    background-color: var(--main-color);
}
.h-center-line span {
	white-space: nowrap;
}
/*h3 アンダーライン2色*/
.h-under-line {
	position: relative;
	/*padding: 1rem 2rem;*/
	border-bottom: 1px solid #bbb;
	padding-bottom:15px;
}
.h-under-line:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 50px;
	height: 1px;
	content: '';
	background: var(--main-color);
}
/*パンくずリスト*/
.navi-pan {
	font-weight:400;
	background:#eee;
	width:100%;
	padding:16px 0;
	margin:0;
	display:flex;
}
.navi-pan ul {
	display:block;
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
.navi-pan ul li {
	display:inline-block;
	margin-right:15px;
	float:left;
}
.navi-pan ul li:after {
	content:"-";
	margin-left:15px;
}
.navi-pan ul li:last-child {
	margin-right:0px;
}
.navi-pan ul li:last-child:after {
	content:"";
	margin-left:0px;
}

section {
	width:100%;
	display:block;
	margin:0;
	padding:0;
}
.pdg30 {
	padding:30px 0;
}
.pdg40 {
	padding:40px 0;
}
.pdg60 {
	padding:60px 0;
}
.pdg80 {
	padding:80px 0;
}
.pdg100 {
	padding:100px 0;
}
.pdg120 {
	padding:120px 0;
}

.mgn-b120 {
	margin-bottom:120px;
}
.mgn-b100 {
	margin-bottom:100px;
}
.mgn-b80 {
	margin-bottom:80px;
}
.mgn-b60 {
	margin-bottom:60px;
}
.mgn-b50 {
	margin-bottom:50px;
}
.mgn-b40 {
	margin-bottom:40px;
}
.mgn-b30 {
	margin-bottom:30px;
}
.mgn-b20 {
	margin-bottom:20px;
}
.mgn-b15 {
	margin-bottom:15px;
}
.mgn-t120 {
	margin-top:120px;
}
.mgn-t60 {
	margin-top:60px;
}
.mgn-t40 {
	margin-top:40px;
}
.mgn-t15 {
	margin-top:15px;
}
.t-center {
	text-align: center;
}
.t-right {
	text-align: right;
	padding:30px 0 0 0;
}
.s-full-image {
	width:100%;
	height:540px;
	background-image:url("../img/top-about.jpg");
	background-repeat: none;
	background-size: cover;
	background-position:center;
	display:flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.s-full-image::before {
	content: '';
	background-color: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.s-full-image h2,.s-full-image p,.s-full-image p {
	color:#fff;
}
.s-full-image .inner {
	position:absolute;
}
.s-full-image-p {
	margin-bottom:50px;
}

.inner {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
.inner-full {
	width:100%;
	margin:0 auto;
}
/*プライバシーポリシー*/
.p-pp h5 {
	color:var(--main-color);
}
dl.pp-toiawase {
	margin-bottom:20px;
	width:100%;
	display:flex;
	flex-flow: wrap;
}
dl.pp-toiawase dt {
	width:80px;
	margin-right:10px;
	line-height:200%;
}
dl.pp-toiawase dd {
	width:calc(100% - 90px);
	line-height:200%;
}

/*背景の色*/
.sbk-w {
	background:#fff;
}
.sbk-gr {
	background:var(--main-color-l);
}
.sbk-p {
	background:var(--color-pink-l);
}
.sbk-gg {
    background-color: #F7F7F7;
}
/*トップページ　サービス*/
.servise-c {
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin:50px auto;
}
.servise-c p {
	width:150px;
	height:150px;
	border-radius:100vh;
	border:2px solid var(--main-color);
	background:#fff;
	color:var(--main-color);
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow:column;
	text-align: center;
	line-height:1.4!important;
}
.servise-c p span {
	font-size:85%;
}
/* ----- ボタン ----- */
/*ノーマルボタン*/
a.btn-n {
	display:flex;
	align-items: center;
	justify-content: center;
	width:280px;
	height:50px;
	color:#fff;
	border-radius:100vh;
	margin:auto;
	cursor: pointer;
}
a.btn-n p {
	display:flex;
	align-items: center;
	width:calc(100% - 50px);
	position: relative;
	font-weight:400;
	margin-bottom:0px!important;
}
a.btn-n p:after {
	position: absolute;
	right:0;
	width:16px;
	display:flex;
	justify-content: center;
	content:"●";
	/*font-size:50%;*/
	font-size:16px;
	transform: scale(0.5);
	transition: 0.3s;
}
a.btn-n:hover p:after {
	/*font-size:100%;*/
	transform: scale(1.0);
	transition: 0.3s;
}
a.c-grn {
	background:var(--main-color);
}
a.c-grn:hover {
	opacity: none;
	background:var(--main-color-hover);
}
a.c-brk {
	background:#000;
}
a.c-brk:hover {
	opacity: 0.5;
}
/* 1000pxボタン */
a.btn-1000 {
	width:100%;
	height:68px;
	max-width:1000px;
	display:flex;
	margin:40px auto 60px auto;
	border:1px solid var(--main-color);
	border-radius:10px;
	color:var(--main-color);
	font-weight:500!important;
	background:#fff;
}
a.btn-1000:hover {
	background:var(--main-color-l);
	color:var(--main-color);
	opacity: 1.0;
	cursor: pointer;
}
a.btn-1000 p {
	width:100%;
	margin:20px 30px 20px 30px!important;
	display:flex;
	align-items: center;
	position: relative;
}
a.btn-1000 p:before,a.btn-1000 p:after {
	position: absolute;
	width: 9px;
    height: 1px;
	background-color:var(--main-color);
}
a.btn-1000 p:before {
	content:"";
	margin-left:10px;
	color:var(--main-color);
	transition: 0.3s;
	top:10px;
	right:10px;
	transform: rotate(45deg);
}
a.btn-1000 p:after {
	content:"";
	margin-left:10px;
	color:var(--main-color);
	transition: 0.3s;
	top:16px;
	right:10px;
	transform: rotate(-45deg);
}
a:hover.btn-1000 p:before,a:hover.btn-1000 p:after {
	right:0px;
	transition: 0.3s;
}
/* 1000pxディスクロージャーボタン */
a.btn-1000-dr {
	width:calc(100% - 40px);
	max-width:1000px;
	display:flex;
	margin-bottom:25px;
	border:1px solid var(--main-color);
	border-radius:10px;
	color:var(--main-color);
	font-weight:500;
	background:#fff;
	padding:12px 20px;
	align-items: center;
	justify-content: center;
}
a.btn-1000-dr p:nth-of-type(1) {
	width:calc(100% - 20px);
	font-weight:500;
	font-size:20px;
	margin-bottom:0!important;
	line-height:130%;
}
a.btn-1000-dr p span {
	word-break:normal;
	white-space: nowrap;
}
a.btn-1000-dr p:nth-of-type(2) {
	width:10px;
	align-items: center;
	justify-content: center;
	font-size:8px;
	margin-bottom:0!important;
}
a.btn-1000-dr p img {
	margin-left:20px;
	width:20px;
}

/* 問い合わせメールボタン */
.btn-mail-tel {
	width:100%;
	max-width:740px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
}
a.btn-mail {
	display:flex;
	align-items: center;
	justify-content: center;
	width:350px;
	height:80px;
	color:#fff;
	border-radius:100vh;
	margin:30px auto;
	cursor: pointer;
	background:var(--color-blue);
}
a.btn-mail p {
	display:flex;
	align-items: center;
	justify-content: center;
	width:calc(100% - 50px);
	font-weight:400;
	margin-bottom:0px!important;
}
a.btn-mail p img {
	width:25px;
	margin-right:10px;
}
/* 問い合わせ電話ボタン */
a.btn-tel {
	display:flex;
	align-items: center;
	justify-content: center;
	width:350px;
	height:80px;
	color:#fff;
	border-radius:100vh;
	margin:30px auto;
	cursor: pointer;
	background:var(--color-org);
}
a.btn-tel p {
	display:flex;
	align-items: center;
	justify-content: center;
	width:calc(100% - 50px);
	font-weight:400;
	margin-bottom:0px!important;
}
a.btn-tel p img {
	width:18px;
	margin-right:10px;
}
a.btn-tel p span {
	font-size:13px;
	line-height:1.4!important;
	margin-left:10px;
	text-align:center;
	font-weight:300;
}
.btn-tel2 {
	display:flex;
	align-items: center;
	justify-content: center;
	width:350px;
	height:80px;
	color:#fff;
	border-radius:100vh;
	margin:30px auto;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:24px;
	background:var(--color-org);
}
.btn-tel2 p {
	display:flex;
	align-items: center;
	justify-content: center;
	width:calc(100% - 50px);
	font-weight:400;
	margin-bottom:0px!important;
}
.btn-tel2 p img {
	width:18px;
	margin-right:10px;
}
.btn-tel2 p span {
	font-size:13px;
	line-height:1.4!important;
	margin-left:10px;
	text-align:center;
	font-weight:300;
}
/* 調査ご提供までの流れボタン */
a.btn-nagare-bar {
	width:calc(100% - 50px);
	height:60px;
	padding:0 25px;
	display:flex;
	align-items: center;
	justify-content: space-between;
	border-radius:100vh;
/*	background:var(--main-color);試しに黒色に*/
	background:#000;
	color:#fff;
}
a.btn-nagare-bar:hover {
/*	background:var(--main-color-hover);試しに黒色に*/
	opacity: 0.5;
}
a.btn-nagare-bar p {
	line-height:100%!important;
}
a.btn-nagare-bar p span {
	white-space: nowrap;
}
a.btn-nagare-bar p:nth-of-type(2),a:hover.btn-nagare-bar p:nth-of-type(2) {
	color:#fff;
	font-weight:400;
}
a.btn-nagare-bar p:nth-of-type(2):before,a.btn-nagare-bar p:nth-of-type(2):after {
	background-color:#fff;
}
a p.btn-jts3 {
	margin-left:auto;
	margin-right:0;
	color:#000;
	font-size:16px;
	font-weight:700;
	padding-right:30px;
	display:flex;
	position: relative;
	align-items: center;
}
a p.btn-jts3:before,a p.btn-jts3:after {
	position: absolute;
	width: 6px;
    height: 1px;
	background-color:var(--main-color);
}
a p.btn-jts3:before {
	content:"";
	color:var(--main-color);
	transition: 0.3s;
	top:11px;
	right:10px;
	transform: rotate(45deg);
}
a p.btn-jts3:after {
	content:"";
	color:var(--main-color);
	transition: 0.3s;
	top:15px;
	right:10px;
	transform: rotate(-45deg);
}
a:hover p.btn-jts3 {
	color:var(--main-color);
}
a:hover p.btn-jts3:before,a:hover p.btn-jts3:after {
	right:0px;
	transition: 0.3s;
}
/*20231023追加　アンケートボタン*/
a.btn-n-questionnaire {
	display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
	max-width:640px;
	color:#fff;
	border-radius:100vh;
	margin:auto;
	cursor: pointer;
}
a.btn-n-questionnaire div {
	display:flex;
	align-items: center;
	width:calc(100% - 40px);
	position: relative;
	margin-left:15px!important;
	margin-right:auto;
	margin-bottom:0px!important;
	padding-top:23px;
	padding-bottom:23px;
}
a.btn-n-questionnaire div p {
	display:inline-block;
	font-size:130%;
	font-weight:500;
	line-height:140%!important;	
}
a.btn-n-questionnaire div p span {
	/*margin-left:16px;*/
	margin-left:5px;
}
a.btn-n-questionnaire div p br {
	display:none;
}
a.btn-n-questionnaire div:after {
	position: absolute;
	right:0;
	width:16px;
	display:flex;
	justify-content: center;
	content:"●";
	line-height:100%!important;
	font-size:20px;
	transform: scale(0.5);
	transition: 0.3s;
}
a.btn-n-questionnaire:hover div:after {
	transform: scale(1.0);
	transition: 0.3s;
}
.questionnaire-p {
	background:var(--color-pink);
}
.questionnaire-p:hover {
	background:rgba(255, 128, 146, 1.0);
}
.questionnaire-grn {
	background:var(--main-color);
}
.questionnaire-grn:hover {
	background:var(--main-color-hover);
}

/*情報提供*/
.jt-list-frm {
	padding:60px 50px;
	background:var(--color-gry);
}
.jt-list-frm h5 {
	width:100%;
	color:var(--main-color);
}
.jt-list-frm div {
	display:flex;
	justify-content: space-between;
}
.jt-list-frm ul {
	width:calc((100% - 40px)/2);
	margin:0;
	padding:0;
}
.jt-list-frm ul li {
	width:100%;
	line-height: 160%;
	margin-bottom:16px;	
}
.jt-list-frm div a {
	color:var(--main-color);
	text-decoration:underline;
}
.jt-list-frm div a:hover {
	text-decoration:none;
}
/*工場、月報、DB*/
.ecn-waku {
	position:relative;
}
.ecn-geppou {
	z-index:5;
}
.eco-kihou {
	z-index:4;
}
.eco-nenpou {
	z-index:3;
}
.ecn-koujyou {
	z-index:2;
}


/*
.ecn-toukei {
	z-index:1;
}*/

a.btn-nagare {
	display:flex;
	justify-content: space-between;
	align-items: center;
	width:calc(100% - 50px);
	height:60px;
	background:var(--main-color);
	border-radius:100vh;
	padding:0 25px;
}
a.btn-nagare:hover {
	background:var(--main-color-hover);
}
a.btn-nagare .i-nagare {
	
	display:flex;
	align-items: center;
	position: relative
}
a.btn-nagare .i-nagare span {
	display: inline-block;
}
a.btn-nagare .i-nagare p {
	font-weight:400;
	color:#fff;
}
a:hover.btn-nagare .i-nagare p {
	color:#fff;
}
a.btn-nagare p.btn-jts:before,a.btn-nagare p.btn-jts:after {
	background-color:#fff;
}

/* 情報提供サービス */
.i-tlist {
	display:flex;
	align-items: center;
	position: relative;
	justify-content:space-between;	
}
.i-tlist p {
	display:flex;
	align-items: center;
	font-size:23px;
	font-weight:700;
	margin-bottom:30px;
}
/*情報提供サービスはこちらボタン*/
.d-btn-jtsh {
	display:flex;
	justify-content: space-between;
	/*align-items:flex-start;*/
	align-items: center;
	margin-bottom:40px;
}
a p.btn-jtsh {
	width:230px;
	margin-top:3px;
	margin-left:30px;
	margin-right:auto;
	color:#000;
	font-size:16px;
	font-weight:700;
	padding-right:30px;
	display:flex;
	position: relative;
	align-items: center;
}
a p.btn-jtsh:before,a p.btn-jtsh:after {
	position: absolute;
	width: 6px;
    height: 1px;
	background-color:var(--main-color);
}
a p.btn-jtsh:before {
	content:"";
	color:var(--main-color);
	transition: 0.3s;
	top:15px;
	left:235px;
	transform: rotate(45deg);
}
a p.btn-jtsh:after {
	content:"";
	color:var(--main-color);
	transition: 0.3s;
	top:19px;
	left:235px;
	transform: rotate(-45deg);
}
a:hover p.btn-jtsh {
	color:var(--main-color);
}
a:hover p.btn-jtsh:before,a:hover p.btn-jtsh:after {
	left:245px;
	transition: 0.3s;
}
.d-btn-jtsh h4 {
	font-size:22px;
}
@media only screen and ( max-width : 900px ) {
	.d-btn-jtsh {
		display:flex;
		justify-content: space-between;
		align-items:flex-start;
		flex-flow: column;
		margin-bottom:30px;
	}
	.d-btn-jtsh h4 {
		margin-bottom:20px;
	}
}

/*受託調査実績はこちら*/
h6.rst-h6 {
	display:inline-block;
	padding:4px 10px;
	border:1px solid var(--main-color);
	margin-top:30px;
}
a p.btn-jyutakutyousa {
	margin-left:0;
	margin-right:auto;
	margin-top:20px;
	color:#000;
	font-size:16px;
	font-weight:700;
	padding-right:30px;
	display:flex;
	position: relative;
	align-items: center;
}
a p.btn-jyutakutyousa:before,a p.btn-jyutakutyousa:after {
	position: absolute;
	width: 6px;
    height: 1px;
	background-color:var(--main-color);
}
a p.btn-jyutakutyousa:before {
	content:"";
	color:var(--main-color);
	transition: 0.3s;
	top:15px;
	left:190px;
	transform: rotate(45deg);
}
a p.btn-jyutakutyousa:after {
	content:"";
	color:var(--main-color);
	transition: 0.3s;
	top:19px;
	left:190px;
	transform: rotate(-45deg);
}
a:hover p.btn-jyutakutyousa {
	color:var(--main-color);
}
a:hover p.btn-jyutakutyousa:before,a:hover p.btn-jyutakutyousa:after {
	left:200px;
	transition: 0.3s;
}
/*詳細はこちら*/
div.syousai-box {
	display:inline-block;
}
a p.btn-syousai {
	width:140px;
	margin-left:0;
	margin-right:auto;
	color:#000;
	font-size:16px;
	font-weight:700;
	padding-right:30px;
	display:flex;
	position: relative;
	align-items: center;
}
a p.btn-syousai:before,a p.btn-syousai:after {
	position: absolute;
	width: 6px;
    height: 1px;
	background-color:var(--main-color);
}
a p.btn-syousai:before {
	content:"";
	color:var(--main-color);
	transition: 0.3s;
	top:15px;
	left:120px;
	transform: rotate(45deg);
}
a p.btn-syousai:after {
	content:"";
	color:var(--main-color);
	transition: 0.3s;
	top:19px;
	left:120px;
	transform: rotate(-45deg);
}
a:hover p.btn-syousai {
	color:var(--main-color);
}
a:hover p.btn-syousai:before,a:hover p.btn-syousai:after {
	left:130px;
	transition: 0.3s;	
}
a.u-line {
	text-decoration-line: none!important;
}
/*片側矢印がのびる*/
.i-btn-arrow {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
a.btn-arrow {
	width:calc((100% - 40px) /2);
	margin-bottom:20px;
}
a.btn-arrow-abt {
	margin-bottom:40px;
}
a.btn-arrow p{
    display:flex;
    background:#fff;
    color:var(--main-color);
    border:1px solid var(--main-color);
    cursor:pointer;
    position: relative;
    height:70px;
	padding-left:25px;	
	align-items: center;
	font-weight:400;
	margin-bottom:0px!important;
}
a.btn-arrow p::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 35px;
    width: 15px;
    height: 5px;
    border: none;
    border-right: 2px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
    transform: skew(45deg);
    transition: .3s;
}
a.btn-arrow p:hover::after{
    right: 25px;
    width: 25px;
	border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
	transition: .3s;
}
a.btn-arrow p:hover {
	background:var(--main-color);
	color:#fff;
}
a.btn-arrow img {
	width:100%;
}
/* トップの3つ */
.top-pickupmenu {
	width:100%;
	display: flex; 
	align-items: center;
	justify-content: center;
}
.top-pickupmenu li {
	width:calc(100% /3);
	height:580px;
	color:#fff;
}
.top-pickupmenu li div {
	width:300px;
	margin:100px auto;
}
.top-pickupmenu li h3 { 
	font-size:26px;
	line-height:145%;
	width:100%;
	margin:0px auto 30px auto;
	height:100px;
	text-align:center;
}
.top-pickupmenu li div div {
	width:100%;
	height:150px;
	margin: 0 auto 30px auto;
}
.top-pickupmenu li:nth-child(1) {
	background:url("../img/bg-bk.png"),url("../img/top-picupmenu-1.jpg");
	background-size: cover;
	background-repeat:repeat,no-repeat;
	background-position: center;
}
.top-pickupmenu li:nth-child(2) {
	background:url("../img/bg-bk.png"),url("../img/top-picupmenu-2.jpg");
	background-size: cover;
	background-repeat: repeat,no-repeat;
	background-position: center;
}
.top-pickupmenu li:nth-child(3) {
	background:url("../img/bg-bk.png"),url("../img/top-picupmenu-3.jpg");
	background-size: cover;
	background-repeat: repeat,no-repeat;
	background-position: center;
}

/* ピックアップ */
.pickup {
	height: 500px;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom:50px;
}
.pickup-2:nth-of-type(4) {
	margin-bottom:0px;
}
.pickup figure {
	width: 70%;
	height: 500px;
	margin: 0;
	display: grid;
	place-items: center center;
	position: absolute;
	top: 0;	
	right: 0;
}
.pickup figure img {
	width:100%;
	height:500px;
	object-fit: cover;
	border-radius: 20px 0 0 20px;
}
.pickup figure picture {
	width:100%;
	height:500px;
	object-fit: cover;
	border-radius: 20px 0 0 20px;
}
.pickup .pickup-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	height:400px;
	background: #fff;
	padding-right:80px;
	box-sizing: border-box;
	border-radius:20px;
	z-index: 2;
	width:460px;
	position: absolute;
	right:54%;
}
.pickup .pickup-txt div,.pickup-2 .pickup-txt div {
	width:360px;
}
.pickup h3,.pickup-2 h3 {
	color:var(--main-color);
	text-align:center;
	margin-bottom:20px;
}
.pickup h3 span,.pickup-2 h3 span {
	font-size:70%;
}
.pickup-text-p,.pickup-text-p {
	font-size:16px;	
	margin-bottom:30px;
}
.pickup-2 {
	height: 500px;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom:50px;
}
.pickup-2 figure {
	width: 70%;
	height: 500px;
	margin: 0;
	display: grid;
	place-items: center center;
	position: absolute;
	top: 0;	
	left: 0;
}
.pickup-2 figure img {
	width:100%;
	height:500px;
	object-fit: cover;
	border-radius: 0 20px 20px 0;
}
.pickup-2 figure picture {
	width:100%;
	height:500px;
	object-fit: cover;
	border-radius: 0 20px 20px 0;
}
.pickup-2 .pickup-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	height:400px;
	background: #fff;
	padding-left:80px;
	box-sizing: border-box;
	border-radius:20px;
	z-index: 2;
	width:460px;
	position: absolute;
	left:54%;
}
/* 20240807　追加 */
.pickup-txt-2024 {
	font-size:27px;
}
	@media only screen and ( max-width : 760px ) {
		.pickup-txt-2024 {
			font-size:22px;
		}
	}
.pickup-txt-2024 span {
	font-size:75%;
}

/*基本情報テーブル*/
dl.d-info {
	width:100%;
	display:flex;
	align-items: stretch;
	flex-flow:wrap;
}
dl.d-info dt,dl.d-info dd {
	padding:30px 10px;
	display:flex;
	align-items: center;
}
dl.d-info dt {
	width:130px;
	border-top:1px solid var(--main-color);
	color:var(--main-color);
	font-weight:500;
	margin-right:20px;
}
dl.d-info dd {
	width:calc(100% - 190px);
	border-top:1px solid #bbb;
}
dl.d-info dt:nth-last-of-type(1) {
	border-bottom:1px solid var(--main-color)!important;
}
dl.d-info dd:nth-last-of-type(1)  {
	border-bottom:1px solid #bbb;
}
/*20250623追加*/
dl.d-info dd table {
	display:flex;
}
dl.d-info dd table tr td:nth-child(1) {
	width:70px;
}
dl.d-info dd table tr td:nth-child(2) {
	width:100px;
}
dl.d-info dd table tr td:nth-child(3) {
	width:calc(100% - 70px - 100px);
}
/*googlemap*/
#googlemap {
	width:100%;
	height:400px;
}
/*20250305追加　拠点*/
.googlemap-m {
	width:49%;
	height:300px;
}
.googlemap-m-hdn-area {
	width: 100%;overflow: hidden;
}
.googlemap-m-hdn {
	width:100%;
	height:470px;
	margin-top: -170px;
}
div.kyoten-info {
	display:flex;
	flex-flow:wrap;
	align-items: flex-start;
	justify-content: space-between;
}
div.kyoten-info h4 {
	width:100%;
}
dl.kyoten-dl {
	width:49%;
	display:flex;
	flex-flow:wrap;
}
dl.kyoten-dl dt,dl.kyoten-dl dd {
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}
dl.kyoten-dl dt {
	width:80px;
}
dl.kyoten-dl dd {
	width:calc(100% - 122px);
}
div.kyoten-shisyo {
	display:flex;
	flex-flow:wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-top:80px;
}
div.kyoten-info-harf {
	width:49%;
	display:flex;
	flex-flow:column;
	align-items: flex-start;
	justify-content:flex-start;
}
div.kyoten-info-harf h4 {
	width:100%;
}
div.kyoten-info-harf dl.kyoten-dl {
	width:100%;
	margin-bottom:30px;
}
div.kyoten-info-harf .googlemap-m {
	width:100%;
	height:300px;
}
/*20250305追加 概要事業内容*/
.gaiyou-jigyou-waku {
	display:flex;flex-flow:column;
}
.gaiyou-jigyou-waku h5 {
	font-size:17px;
	margin-top:40px;
	margin-bottom:10px;
	margin-left:0;
	margin-right:auto;
	display:inline-block!important;
	width:auto;
	background:rgba(0, 109, 82, 0.2);
	color:var(--main-color);
	padding:3px 15px;
	border-radius:100vh;
}
ul.gaiyou-jigyou-ul {
    list-style-position: outside;
    list-style-type: disc;
	width:calc(100% - 20px);
	margin-left:20px;
}
/*20250305追加 概要ボタン*/
div.btn-result-link-waku {
	display:flex;
}
a p.btn-result-link {
	width:170px;
	margin-left:0;
	margin-right:auto;
	color:#000;
	font-size:16px;
	font-weight:700;
	padding-right:30px;
	display:flex;
	position: relative;
	align-items: center;
}
a p.btn-result-link:before,a p.btn-result-link:after {
	position: absolute;
	width: 6px;
    height: 1px;
	background-color:var(--main-color);
}
a p.btn-result-link:before {
	content:"";
	color:var(--main-color);
	transition: 0.3s;
	top:15px;
	left:180px;
	transform: rotate(45deg);
}
a p.btn-result-link:after {
	content:"";
	color:var(--main-color);
	transition: 0.3s;
	top:19px;
	left:180px;
	transform: rotate(-45deg);
}
a:hover p.btn-result-link {
	color:var(--main-color);
}
a:hover p.btn-result-link:before,a:hover p.btn-result-link:after {
	left:190px;
	transition: 0.3s;	
}
/*20250305追加　沿革*/
dl.enkaku-dl {
	width:100%;
	display:flex;
	flex-flow:wrap;
	align-items: center;
	justify-content: flex-start;
}
dl.enkaku-dl dt,dl.enkaku-dl dd {
	box-sizing: border-box;
	padding:15px;
	border-top:1px solid #bbb;
	align-self: stretch;
}
dl.enkaku-dl dt:nth-last-of-type(1),dl.enkaku-dl dd:nth-last-of-type(1) {
	border-bottom:1px solid #bbb;
}
dl.enkaku-dl dt {
	width:150px;
	background:rgba(0, 109, 82, 0.07);
	color:rgba(0, 109, 82, 1.0);	
}
dl.enkaku-dl dd {
	width:calc(100% - 150px);	
}
/*20250306追加　概要見出し*/
.gaiyou-catch {
	display:flex;
	flex-direction: column;
	align-items: center;
	text-shadow: 2px 2px 3px #fff;
}
.gaiyou-catch h2 {
	font-size:32px;
	color:var(--main-color);
	line-height:145%;
	display:flex;
	justify-content: center;
}

.gaiyou-catch h3 {
	margin-top:20px;
	font-size:23px;
	color:var(--main-color);
	border:2px solid var(--main-color);
	padding:4px 12px;
	display:flex;
}
.gaiyou-catch h4 {
	margin-top:35px;
	font-size:20px;
	font-weight:500;
	display:flex;
	justify-content: center;
}
.gaiyou-midasi-e {
	display:inline-block;
	padding:4px 12px;
	background:var(--main-color);
	color:#fff;
	font-weight:700;
	font-size:20px;
	margin-bottom:10px;
}
/*斜線*/
.midashi-after-syasen {
    /*font-size:22px;*/
    padding: 10px 5px 20px 5px;
    position: relative;
    font-weight: 500;
	line-height:145%;
}
.midashi-after-syasen:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	height: 8px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, rgba(0, 109, 82, 1.0), rgba(0, 109, 82, 1.0) 1px, transparent 1.5px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, rgba(0, 109, 82, 1.0), rgba(0, 109, 82, 1.0) 1px, transparent 1.5px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}



/*概要の3つの説明*/
.about-back-img {
	background-image:url("../img/outline-back-img.jpg");
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}
.about-3ex {
	width:100%;
	display:flex;
	justify-content: space-between;
}
.about-3ex div {
	width:200px;
	background:#fff;
	border-radius:10px;
	padding:50px;
	display:flex;
	align-items: center;
	flex-flow: column;
}
.about-3ex div h5 {
	width:100%;
	text-align: center;
	color:var(--main-color);
	
	margin-bottom:30px;
}
.about-3ex div p {
	width:100%;
}
.about-3ex div h5 span {
	display: inline-block;
}
/*会員料金*/
table.m-ryoukin {
	width:100%;
}
table.m-ryoukin th,table.m-ryoukin td {
	border:1px solid #bbb;
	padding:20px 30px;
}
table.m-ryoukin th {
	width:150px;
	background:#eee;
}
table.m-ryoukin td {
	background:#fff;
}
/*月報ボタン2つ*/
.m-report-btn-2 {
	width:600px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
}
.m-report-btn-3 {
	width:900px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
}
.m-report-h5 p a {
	color:var(--main-color);
	text-decoration: underline;
}
.m-report-h5 h5 {
	color:var(--main-color);
}

/*会費*/
table.m-kaihi {
	width:100%;
}
table.m-kaihi th,table.m-kaihi td {
	text-align: left;
	border:1px solid #bbb;
	padding:20px 30px;
	width:25%;
}
table.m-kaihi th {
	background:var(--main-color);
	color:#fff;
}
table.m-kaihi th.sanjyo {
	width:70px;
}
table.m-kaihi td {
	background:#fff;
}
table.m-kaihi th.center-th {
	text-align:center;
	vertical-align: middle;
}
table.m-kaihi td {
	text-align:center;
	vertical-align: middle;
}
/* 会費細く説明 */
dl.ryoukin-setsumei {
	display:flex;
	flex-flow: wrap;
}
dl.ryoukin-setsumei dt {
	width:40px;
	padding-bottom:10px;
	line-height:200%;
}
dl.ryoukin-setsumei dd {
	width:calc(100% - 40px);
	padding-bottom:10px;
	line-height:200%;
}
dl.ryoukin-setsumei a {
	text-decoration: underline;
	color:var(--main-color);
}
/* トピックスリスト */
dl.topics-list {
	display:flex;
	flex-flow: wrap;
}

dl.topics-list dt {
    width: 120px;
    padding-top: 2px;
    padding-bottom: 40px;
    color: #939393;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
	font-weight:300;
	line-height:200%;
	color: var(--base-color);
}
dl.topics-list dd {
	width:calc(100% - 120px);
	padding-bottom:40px;
}
dl.topics-list dd h6 {
	font-weight:500;
	color:var(--main-color);
	margin-bottom:10px;
}

dl.topics-list dd a {
	color:var(--main-color);
	text-decoration: underline;
}
dl.topics-list dd a:hover {
	text-decoration: none;
}

dl.topics-list dd img {
	width:100%;
	max-width:600px;
	float:left;
	margin-top:10px;
	padding-right:auto;
	padding-left:0;
}
dl.topics-list-top dt,dl.topics-list-top dd {
	padding-bottom:20px;
}
dl.topics-list-top dd h6 {
	font-weight:normal;
	margin-bottom:0;
}
/*20231003追加*/
/*◆付きの見出し*/
dl.topics-list dd h3.topics-list-h3 {
	width:calc(100% - 22px);
	font-size:16px;
	font-weight:400;
	padding-left:22px;
	margin-bottom:5px;
}
dl.topics-list dd h3.topics-list-h3:before {
	content:"◆";
	margin-right:5px;
	margin-left:-22px;
}
dl.topics-list dd h4.topics-list-h4 {
	width:calc(100% - 22px);
	font-size:16px;
	font-weight:400;
	padding-left:22px;
	margin-bottom:5px;
}
dl.topics-list dd h4.topics-list-h4:before {
	content:"・";
	margin-right:5px;
	margin-left:-22px;
}
dl.topics-list dd span.ind20 {
	width:calc(100% - 20px);
	margin-left:20px;
	display:block;
	margin-bottom:5px;
}
/*トピックス内のtable*/
dl.topics-list dd table.topics-type-a {
	width:calc(100% - 20px);
	margin-left:20px;
}
dl.topics-list dd table.topics-type-a th {
	width:280px;
	padding-right:20px;
}


/* 各種レポート */
dl.report-list {
	display:flex;
	flex-flow: wrap;
	color:var(--base-color);
}
.rp-listpage {
	margin-bottom:60px;
}
dl.report-list dt {
	display:inline-block;
	width:120px;
	padding:20px 0 15px 0;
	font-size:14px;
    font-family: 'Roboto', sans-serif;
	font-weight:300;
}
dl.report-list dd {
	color:var(--base-color);
	display:inline-block;
	width:calc(100% - 120px);
	padding:15px 0;
	font-size:16px;
}

dl.report-list dd a {
	color:var(--main-color);
	text-decoration: underline;
}
dl.report-list dd a:hover {
	text-decoration: none;
}
dl.report-list dd.r-list {
	font-weight:500;
    font-size:16px;
}
dl.report-list dd div {
	margin:10px 0;
	font-weight:400;
	font-size:16px;
	color:var(--base-color)!important;
}
dl.report-list dd a.r-list-link,dl.report-list dd a:hover.r-list-link {
	font-weight:400;
	text-decoration: none;
	font-size:16px;
	margin-left:10px;
}
dl.report-list dd a.r-list-link {
	border:1px solid var(--main-color);
	border-radius:100vh;
	padding:2px 12px;
	background:#fff;
	float:right;
}
dl.report-list dd a:hover.r-list-link {
	background:var(--main-color);
	color:#fff;
}
/*ページめくりボタン*/
.page-turning {
	display:flex;
	align-items: center;
	justify-content: center;
	flex-flow: wrap;
	margin-top:20px;
}
input.page-btn[type="submit"] {
	display: flex;
	font-size: 16pt;
	font-weight:400;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding-left:12px;
	padding-right:12px;
	height:38px!important;
	/*background: #fff;*/
	background:var(--main-color-l);
	color: var(--main-color);
	line-height: 100%;
	margin-right:10px;
    margin-bottom:10px;
	-webkit-appearance: none;
	border:0;
	border-radius:0px;
}
input.page-btn[type="submit"]:hover {
	background: var(--main-color);
    color: #ffffff;
}
p.page-btn-choice {
	display: flex;
	font-size: 16pt;
	font-weight:400;
	align-items: center;
	justify-content: center;
	padding-left:12px;
	padding-right:12px;
	height:38px!important;
	background: var(--main-color);
	color: #ffffff;
	line-height: 100%;
	margin-right:10px;
	margin-bottom:10px;
	-webkit-appearance: none;
	border:0;
	border-radius:0px;
}
p.page-btn-nochoice a {
	display: flex;
	font-size: 16pt;
	font-weight:400;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding-left:12px;
	padding-right:12px;
	height:38px!important;
	background: var(--main-color-l);
	color: var(--main-color);
	line-height: 100%;
	margin-right:10px;
	margin-bottom:10px;
	-webkit-appearance: none;
	border:0;
	border-radius:0px
}
p.page-btn-nochoice a:hover {
    background: var(--main-color);
    color:#ffffff!important;
}

/* ---- スタッフ ---- */
.i-staff {
	display:flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.staff-all {
	width:calc((100% - 200px) /2);
	margin-bottom:40px;
	border-radius:10px;
	padding:40px;
	background:#eee;
	font-size:16px;
}
.staff-all p {
	font-size:16px;
	display:flex;
	flex-wrap: wrap;
	font-weight:500;
}
.staff-all h3 {
	display:flex;
	font-weight:700;
	display:flex;
	flex-wrap: wrap;
	margin-bottom:20px;
}
.staff-all h3 span {
	font-size:16px;
	display:flex;
	flex-wrap: wrap;
	font-weight:500;
	margin-bottom:10px;
}
.staff-all h5 {
	display:inline-block;
	width:auto;
	color:#fff;
	background:var(--main-color);
	font-size:14px;
	font-weight:300;
	padding:3px 15px;
	border-radius:100vh;
	margin:20px auto 15px 0;
}
.staff-all h6 {
	font-weight:700;
	line-height:200%;
}
.staff-all ul {
	padding:0 0 20px 0;
}
.staff-all ul li {
	line-height:180%;
}



/* ---- サイトマップ ----*/
.sitemap-list {
	display:flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.sitemap-clm {
	width:calc((100% - 80px) /3);
	display:flex;
	align-items: center;
	flex-flow: column;
}
.sitemap-clm:nth-of-type(3) {
	margin-right:0px;
}
.sitemap-clm li {
	display:flex;
	width:100%;
	padding:15px 0;
	align-items: center;
}
.sitemap-clm li:after {
	content:url("../img/sitemap-r-1.png");
	margin-right:0;
	margin-left:auto;
	color:var(--main-color);
}
.sitemap-clm li.pickupcontents {
	color:var(--main-color);
	font-weight:500;
}
.sitemap-clm li.pickupcontents:after {
	content:"";
}
.sitemap-clm li a {
	font-weight:500;
	color:var(--main-color);
}
.sitemap-clm li.sub-m-list {	
	width:calc(100% - 20px);
	margin-left:20px;
	padding:8px 0;
}
.sitemap-clm li.sub-m-list:after {
	content:url("../img/sitemap-r-2.png");
	margin-right:0;
	margin-left:auto;
}
.sitemap-clm li.sub-m-list a {
	color:var(--base-color);
	font-weight:400;
}

/*実績*/
.j-select {
	overflow: hidden;
	width:100%;
	max-width: 500px;
	margin:0 auto 60px auto;
	text-align: center;
}
.j-select select {
	width: 94%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.j-select select::-ms-expand {
    display: none;
}
.j-select.j-slt {
	position: relative;
	border: 2px solid var(--main-color);
  	border-radius: 100vh;
	background: #ffffff;
}
.j-select.j-slt::before {
	position: absolute;
	top: 21px;
	right: 19px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid var(--main-color);
	pointer-events: none;
}
.j-select select {
	padding: 14px 38px 14px 12px;
	color: var(--main-color);
	font-size:16px;
}
/*実績一覧*/
.j-list li {
	border-bottom:1px dotted #9e9e9e;
	padding:20px 0;
}
.j-list dl {
	width:100%;
	margin:0;
	display:flex;
	justify-content: space-between;
	align-items:flex-end;
	padding:0;
}
.j-list dl dt {
	width:calc(100% - 400px);
	margin:0 20px 0 0;
	padding:0;
	word-wrap: break-word!important;
	align-items:flex-start;
	justify-content: flex-start;
	flex-flow:column;
}
.j-list dl dt span {
	color:#939393;
	display:flex;
	flex-flow:column;
}

/*20240912変更
.j-list dl dt span.j-catgory {
	color:var(--main-color);
	font-size:14px;
}*/
/*20240912追加*/.j-list dl dt div {
	display:flex;
	flex-flow:wrap;
}
.j-list dl dt span.j-catgory {
	/*20240912追加*/display:flex;
	/*20240912追加*/flex-flow:wrap;
	color:var(--main-color);
	font-size:14px;
}
/*20240912追加*/
/*.j-list dl dt span.j-catgory:after {
	content: "/";
	margin-right:6px;
	margin-left:6px;
}削除*/
/*20240912追加*/
/*.j-list dl dt span.j-catgory:last-child:after {
	content:"";
}削除*/

.j-list dl dd {
	display:flex;
	justify-content: flex-end;
	width:350px;
	color: #939393;
	padding:0;
	margin:0;
	word-wrap: break-word!important;
}
.j-list dl dd:before {
	align-items:center;
	width:70px;
	content:"発注元：";
	white-space:nowrap!important;
	margin-right:8px;
}
/*メイン3ページトップ*/
.ptop-exp {
	display:flex;
	justify-content: space-between;
}
.ptop-exp div {
	display:flex;
	width:44%;
	flex-flow: column;
}
.ptop-exp div a.btn-n {
	margin-left:0
}
.ptop-exp picture {
	width:50%;
}
/*入会*/
.d-nyuukai {
	width:calc(100% - 100px);
	padding:50px;
	border:1px solid var(--main-color);
	border-radius:10px;
}
.d-nyuukai h5 {
	color:var(--main-color);
}

/* ----- フッター ----- */
footer {
	display:inline-block;
	width:100%;
	color:#fff;
	background:var(--main-color);
}
.inner-footer {
	width:100%;
	max-width:1000px;
	margin:100px auto;
}
footer dl {
	display:flex;
	margin-bottom:50px;
}
footer dt {
	display:flex;
	width:257px;
	margin-right:50px;
}
footer dt img {
	/*width:257px;*/
width:220px;
	/*height:50px;*/
	display:flex;
padding:20px;
	background:#fff;
	border-radius:6px;
}
footer dd {
	display:flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
footer ul {
	display:flex;
	margin-bottom:25px;
}
footer ul li {
	margin-right:30px;
}
footer small {
	font-size:14px;
}
footer a {
	color:#fff;
}

/* ----- 検索ボックス ----- */
.search-box {
    display: flex;
	position: relative;
    width: 100%;
}
.search-box input[type="text"] {
    flex-grow: 1;
    padding: 15px 40px 15px 15px;
	width:100%;
	display:flex;
	border:0px!important;
	outline: none;
	background:#fff;
	border-radius:6px!important;
	font-size:16px;
}
.search-box button {
    position: absolute;
    right: 0;
    cursor: pointer;
    padding: 13px;
    border-radius:6px!important;
    border: none;
    background: none;
}

/*マップ画像*/
.map-img {
	display:flex;
	justify-content: center; 
	background:#f0f0f0;
	padding:50px;
}
.map-img picture {
	width:100%;
	max-width:760px;
}

/*会員ログイン関係*/
.member-p span {
	color:var(--main-color);
}
.member-login {
	width:320px;
	margin:0 auto 40px auto;
}
.member-login h6 {
	color:var(--main-color);
	margin-top:10px;
}
.member-login h5 {
	margin-top:30px;
	margin-bottom:5px;
	text-align:center;
}
.member-login p {
	font-size:75%;
	line-height:130%!important;
}
.member-login div {
	width:100%;
	text-align: center;
}
/*横並び2つ*/
.member-login-input {
	margin:0 auto;
	width:100%;
	max-width:440px;
	display:flex;
	justify-content:center;
}
@media only screen and ( max-width : 520px ) {
	.member-login-input {
		justify-content:none;
		flex-flow: column!important;
	}
}
/*横並び2つ変更 20230607*/
.member-login-input2 {
	margin:0 auto;
	width:100%;
	max-width:600px;
	display:flex;
	justify-content:center;
}
@media only screen and ( max-width : 520px ) {
	.member-login-input2 {
		justify-content:none;
		flex-flow: column!important;
	}
}
/*input*/
.nice-textbox{
  position: relative;
  display: block;
  width: calc(100% - 22px);
  padding: 10px;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  font-size: 16px;
  color: #000;
  outline: none;
margin-bottom:5px;
}
/*ボタン*/
a.btn-member1 {
	display:flex;
	align-items: center;
	justify-content: center;
	width:220px;
	height:50px;
	color:#fff;
	border-radius:100vh;
	margin:auto auto 20px auto;
	cursor: pointer;
	font-weight:400;
	background:var(--main-color);
	font-size:16px;
	border:0;	
}
a.btn-member1:hover {
	background:var(--main-color-hover);
}
/*ボタン追加月報一覧用　20230607*/
a.btn-member-geppou {
	display:flex;
	align-items: center;
	justify-content: center;
	width:220px;
	height:50px;
	color:#fff;
	border-radius:100vh;
	margin:auto auto 20px auto;
	cursor: pointer;
	font-weight:400;
	background:var(--color-pink);
	font-size:16px;
	border:0;	
}
a.btn-member-geppou:hover {
	background:rgba(245, 159, 172, 1.0);
}
input.btn-logout {/*ログアウト*/
	display:flex;
	align-items: center;
	justify-content: center;
	width:130px;
	height:40px;
	color:#fff;
	border-radius:100vh;
	margin:20px 0 20px auto;
	cursor: pointer;
	font-weight:400;
	background:#555;
	font-size:16px;
	border:0;	
}
input.btn-logout:hover {
	background:#ccc;
}
/*ログアウト変更 20230607*/
input.btn-logout2 {
	display:flex;
	align-items: center;
	justify-content: center;
	width:130px;
	height:40px;
	color:#fff;
	border-radius:100vh;
	margin:60px auto 20px auto;
	cursor: pointer;
	font-weight:400;
	background:#555;
	font-size:16px;
	border:0;	
}
input.btn-logout2:hover {
	background:#ccc;
}
/*サブミットボタン*/
input.btn-submit1[type="submit"],input.btn-submit1[type="reset"] {
/*.btn-submit1 {*/
	display:flex;
	align-items: center;
	justify-content: center;
	width:210px;
	height:50px;
	color:#fff;
	margin:auto;
	margin-bottom:20px;
	cursor: pointer;
	font-weight:400;
	background:var(--main-color);
	font-size:16px;
	border:none;
	-webkit-appearance: none;
	/*border-radius:100vh!important;*/
	border-radius:100vh!important;
}
.btn-submit1:hover {
	background:var(--main-color-hover);
}

/*エラーメッセージ*/
.m-error {
	display:inline-block;
	width:calc(100% - 30px);
	padding:15px;
	text-align:center;
	color:#ff0000;
	font-weight:500;
	font-size:16px;
	margin-bottom:30px;
	border-radius:10px;
	background:#e7e7e7;
}
.m-error dl {
                                margin-top:14px;
}
.m-error dl dt {
                                padding-bottom:4px;
                                font-size:110%;
}
.m-error dl dt:before {
                                content:"※";
                                margin-right:5px;
}
.m-error dl dd {
                                width:calc(100% - 35px);
                                margin-left:35px;
                                font-weight:400;
                                margin-bottom:14px;
                                font-size:95%;
}
/*20230607追加 ID表示をシンプルに*/
.m-id-info {
	display:block;
	/*width:calc(100% - 30px);*/
	padding:0;
	text-align:right;
	/*color:var(--main-color);
	font-weight:500;*/
	font-size:16px;
	margin:0 0 30px 0;
	/*border-radius:10px;
	background:#e7e7e7;*/
}
/* チェックボックス全体 */
.checknox-wrap {
  display: block;
  position: relative;
	padding-left:39px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
	line-height:145%;
  user-select: none;
}
/* デフォルトチェックボックス非表示 */
.checknox-wrap input {
  display: none;
}
/* チェックボックスのスタイル */
.checknox-wrap .checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 28px;
  width: 28px;
  background: #eee;
  box-sizing: border-box;
	border:1px solid var(--main-color);
}
/* チェックマーク作成 */
.checknox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 1px;
  width: 8px;
  height: 18px;
  border: 3px solid #FFF;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
/* チェック時のスタイル */
.checknox-wrap input:checked + .checkmark {
  background-color: var(--main-color);
}
/* チェック時 チェックマーク表示 */
.checknox-wrap input:checked + .checkmark:after {
  display: block;
}
/*会員管理　リンク*/
a.m-link {
	color:var(--main-color);
	text-decoration: underline;
}
/*検索結果表示*/
.namazu-result-header {
	line-height:200%;
}

.seach-result,.seach-result ul li {
	line-heignt:200%!important;
}
.seach-result dl {
	margin-top:30px;
	font-size:16px;
	line-height:200%;
	width:100%;
}
.seach-result dl a {
	color:var(--main-color);
	text-decoration: underline;
}
.seach-result dl dt {
	width:100%;
	margin-bottom:8px;
}
.seach-result dl dd {
	width:calc(100% - 20px);
	margin-bottom:8px;
	padding-left:20px;
}
.seach-result dl dd.last-dd {
	margin-bottom:45px;
	word-break:break-all;
}
.example {
	display:inline-block;
	width:90%;
	margin-left:10%;
	margin-bottom:10px;
	float:left;
	color:#888;
}
.example span {
	color:var(--main-color);
}
.seach-result code {
	color:var(--main-color);
}
ul.search-body-ul li {
    line-height: 200%;
    list-style-type: disc;
	width:calc(100% - 40px);
	margin:0 20px;
}
p.kensakuhouhou {
	width:calc(100% - 40px);
	margin-left:40px;
}
.inner-waku {
	display:inline-block;
	width:100%;
}

/*トップ　関連リンク*/
ul.top-banner{
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
}
ul.top-banner li {
	display: flex;
	align-items: center;
	justify-content: center;
	height:70px;
	width: 168px;/*←画像を横に4つ並べる場合*/
	box-sizing:border-box;
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
	margin:5px;
}
ul.top-banner li a {
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.top-banner li a img {
	margin:5px;
	max-width:158px;
	max-height:50px;
}

.kanren-link-h {
	text-align:center;
	margin-bottom:30px;
}
.kanren-link-h:before {
	content:"-";
	margin-right:10px;
}
.kanren-link-h:after {
	content:"-";
	margin-left:10px;
}
/*20250228リンク集*/
ul.kanren-list-li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*margin-bottom: 40px;*/
    list-style-position: outside;
    list-style-type: none;
}
ul.kanren-list-li li {
	width:calc(33.33333% - 20px);
	margin-left:20px;
	margin-bottom:20px;
	display: flex;
	align-items: center!important;
	
}
ul.kanren-list-li li a {

	padding-top:8px;
	padding-bottom:8px;
	width:calc(100% - 20px);
	align-items: center!important;
	margin-left:20px;
	padding-left:-20px;
	line-height:145%;
	color:var(--main-color);
}
ul.kanren-list-li li a:before {
	content:"▶︎";
	font-size:11px;
	color:#ccc;
	margin-right:5px;
	margin-left:-15px;
}
p.kanren-list-p {
	width:calc(100% - 40px);
	margin-left:40px;
}


/*リンク集バナー*/
ul.kanren-list-img {
	width:100%;
	max-width:940px;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	justify-content: center;
	margin-bottom:40px;
}
ul.kanren-list-img li {
	width:calc((100% - 60px)/ 4);
}
ul.kanren-list-img li a {
	box-sizing: border-box;
	/*width:230px;*/	
	height:80px;
	display:flex;
	align-items: center;
	padding:8px 10px;
	border:1px solid #ccc;
	margin:10px;
	justify-content: center;
}
ul.kanren-list-img li a:hover {
	opacity: 0.6;
}
ul.kanren-list-img li a img {
	height:50%;
	object-fit: contain;
}
ul.kanren-list-img li:nth-of-type(1) a img {
	height:62%;
}

.no-pc {
	display:none;
}
.no-mb {
	display:inherit;
}
/*ポップアップで電話番号*/
.pop-up-open {
	cursor:pointer;
}
#pop-up-btn {
	display: none;
}
.pop-up-overlay {
	display: none;
}
#pop-up-btn:checked + .pop-up-overlay {
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.4);
}
.pop-up-tel {
	position: fixed;
	top: 200px;
	left: 50%;
	width: 90vw;
	max-width: 340px;
    padding: 30px;
	height: 100px;
	background-color: var(--main-color);
	border-radius: 10px;
	align-items: center;
	transform: translate(-50%, -50%);
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.pop-up-tel div {
	position:absolute;
	top:35px;
}
.pop-up-tel p.yama {
	diaplay:block;
	text-align: center;
	width:210px;
	margin:10px auto 0 10px;
	font-size:14px;
	padding:0;
	color:#fff;
}
.pop-up-tel div.yama-tel {
	width:320px;
	margin:10px 10px 0 10px;
	line-height:100%;
	display:flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:42px;
	color:#fff;
	padding:0;
	height:42px;
}
.pop-up-close {
	cursor:pointer;
	margin-left:auto;
	margin-right:0;
}
.square_btn {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  background: #fff; /* ボタンの背景色 */
}

.square_btn::before, .square_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 27px; /* 棒の高さ */
  background: var(--main-color); /* バツ印の色 */
}

.square_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.square_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
/*年会費　具体例*/
dl.nenkaihi-ex {
	width:calc(100% - 20px);
	display:flex;
	margin-left:20px;
}
dl.nenkaihi-ex dt {
	flex-basis: 60px;
	
}
dl.nenkaihi-ex dd {
	flex-basis: calc(100% - 40px);
	line-height:150%;
	margin-bottom:10px;
}
dl.nenkaihi-ex dd ul {
	width:calc(100% - 15px);
	margin-left:15px;
	margin-top:8px;
}
dl.nenkaihi-ex dd ul li {
	list-style: disc outside;
}
/*レポート購入文言*/
ul.report-buy {
	width:calc(100% - 80px);
	background:var(--color-gry);
	padding:40px;
}
ul.report-buy li {
	padding:3px 0 6px 20px;
	width:calc(100% - 20px);
}
ul.report-buy li:nth-child(1):before,ul.report-buy li:nth-child(3):before {
	content:"●";
	margin-left:-20px;
	margin-right:4px;
}
ul.report-buy li:nth-child(4) a {
	color:var(--main-color);
                                text-align:right;
}
ul.report-buy li:nth-child(2),ul.report-buy li:nth-child(4) {
	margin-right:0;
	margin-left:auto;
	text-align:right;
}
ul.report-buy li:nth-child(2) a {
	margin-right:0;
	margin-left:auto;
}
/*レポート内会員案内へのアンカー*/
#member-sec {
	padding-top: 70px; margin-top:-70px;
}
/*月報の掲載例*/
p.g-rei-bunsyou {
	line-height:150%!important;	
}
/*web版7月から*/
.web-start {
    color:#ff0000;
}
/*20250623追加　季報*/
ul.kihou-setsumei {
	width:calc(100% - 20px);
	margin-left:20px;
}
ul.kihou-setsumei li {
    list-style-position: outside;
    list-style-type: disc;
	padding-bottom:6px;
}
dl.kihou-kakaku {
	width:100%;
	display:flex;
	flex-flow: wrap;
}
dl.kihou-kakaku dt {
	width:60px;
}
dl.kihou-kakaku dd {
	width:calc(100% - 60px);
}


/* ===== 1000px以下 ================================================= */

@media only screen and ( max-width : 1000px ) {
	.swiper h1 {
	width:calc(100% - 80px);
	bottom:50px;
	left:40px;
	/*font-size:30px;*/
font-size:24px;
}
	.no-pc {
		display:inherit;
	}
	.no-mb {
		display:none;
	}
	#header {
		height: 70px!important;
	}
	#h-logo-btn li:nth-child(2),#h-logo-btn li:nth-child(3),#h-logo-btn li:nth-child(4),#h-logo-btn li:nth-child(5),#h-logo-btn li:nth-child(6) {
		display:none!important;
	}

	ul#h-logo-btn li:first-child {
		width:220px!important;
		margin-left:10px;
		height:70px!important;
	}
	ul#h-logo-btn li:first-child img {
	width:200px;
	margin:auto auto auto 0;
}
	h1 {
		width:calc(100% - 30px);
		max-width:none;
	}
	ul.nav li {
		background: var(--main-color);
		color: #fff;
		padding-left:6px;
	}
	ul.nav li a {
		font-weight:400;
		color:#fff!important;
	}
	ul.nav li.pickup-mb span {
		display:inline-block;
		width:calc(100% - 160px);
		padding:17px 60px 17px 40px;
	}
	ul.nav li li {
		border-bottom:none;
	}
	ul.nav li.search-li {
		padding:5px 0;
	}
	.mb-add {
		font-size:14px;
	}
	.mb-tel {
		padding:5px 0 5px 50px!important;
		font-family: 'Roboto', sans-serif;
		font-weight:500;
		font-size:37px;
		
		background-image:url("../img/mb-tel-footer.png");
		background-position: left center;
		background-repeat: no-repeat;
		background-size: auto;
	}
	.mb-set {
		border-bottom:0px!important;
	}
	.mb-set p.mb-mail a {
		display:flex!important;
		align-items: center!important;
		padding-left:30px!important;
		padding-right:30px!important;
		height:50px;
		line-height: 100%;
		width:300px!important;
		color:var(--main-color)!important;
		background:#fff;
		border-radius:100vh;
	}
	.mb-set p.mb-mail a:after {
		content:url("../img/circle.png");
		margin-right:0;
		margin-left:auto;
		margin-bottom:4px;
	}
	.mb-set a.mb-fmenu {
		width:100%!important;
		display:block!important;
		padding:6px 0!important;
		color:#fff;
		font-size:14px;
	}
	.mb-set a.mb-fmenu:before {
		content:none;
	}
	.mb-copy {
		font-size:12px;
	}

	ul.nav li> a:before {
		content:url("../img/circle-w.png");
		margin-right:14px;
	}

	ul.nav li.mb-menu-plus a:before {
		content:none;
	}
	/*アイコン*/
	ul.nav li.mb-menu-plus img {
		align-items: center!important;
		justify-content: center;
		margin-right:8px;
		height:25px;
	}
	.mb-menu-plus {
		display:inherit!important;
	}
	.mean-nav .container {
		padding: 0;
	}
	nav li .fa {
		display: none;
	}
	/*隙間調整*/
	.nav-space-last {
		padding-top:0;
		background:none;
	}
	.header-box h2 {
		width:calc(100% - 40px);
		max-width:none;
	}
	#main {
		margin-top:70px;
	}
	.inner {
		width:calc(100% - 60px);
		max-width:none;
		margin:auto;
	}

	.servise-c {
		justify-content: center;
		flex-wrap: wrap;
	}
	.servise-c p {
		width:160px;
		height:160px;
		margin:0 5px 10px 5px;
	}

	/* フッター */
	.inner-footer {
		width:calc(100% - 60px);
		max-width:none;
		margin:100px 30px;
	}
	/* 検索ボックス */
	.search-box {
		width:calc(100% - 30px);
    	max-width: 300px;
		margin:10px auto 10px 18px;
		
	}
	.search-box input[type="text"] {
		background:#fff;
	}
	.search-box button {
    	position: absolute;
    	right: 0;
    	cursor: pointer;
    	padding: 13px;
    	border-radius:100vh!important;
    	border: none;
    	background: none;
	}
	/*ぱんくずナビ*/
	.navi-pan ul {
		width:calc(100% - 60px);
		max-width:none;
	}
	/*ピックアップ*/
	.pickup .pickup-txt {
		height:360px;
		padding:40px 40px 40px 0;
		width:420px;
		right:auto;
		left:20px;
	}
	.pickup-2 .pickup-txt {
		height:360px;
		padding:40px 0 40px 40px;
		width:420px;
		left:auto;
		right:20px;
	}
	/* トップの3つ */
	.top-pickupmenu {
		width:100%;
		display: flex; 
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	.top-pickupmenu li {
		width:100%;
		height:auto;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		color:#fff;
	}
	.top-pickupmenu li div {
		width:300px;
		margin:60px auto;
	}
	.top-pickupmenu li h3 { 
		width:100%;
		margin:0px auto 30px auto;
		height:100px;
		text-align:center;
	}
	.top-pickupmenu li div div {
		width:100%;
		height:120px;
		margin: 0 auto 30px auto;
	}
	.top-pickupmenu li:nth-child(1) {
		background:url("../img/bg-bk.png"),url("../img/top-picupmenu-1m.jpg");
		background-position:center;
	}
	.top-pickupmenu li:nth-child(2) {
		background:url("../img/bg-bk.png"),url("../img/top-picupmenu-2m.jpg");
		background-position:center;
	}
	.top-pickupmenu li:nth-child(3) {
		background:url("../img/bg-bk.png"),url("../img/top-picupmenu-3m.jpg");
		background-position:center;
	}

		/*サイトマップ*/
	.sitemap-list {
		justify-content: flex-end;
		flex-flow: none;
		align-self:flex-start;
	}
	.sitemap-clm {
		width:45%;
	}
	.sitemap-clm:nth-of-type(1) {
		margin-left:0;
		margin-right:10%;
	}
	/*概要の3つの説明*/
	.about-3ex {
		width:100%;
		max-width:600px;
		justify-content: center;
		flex-flow: column;
		margin:auto;
	}
	.about-3ex div {
		width:calc(100% - 80px);
		padding:40px;
		margin:0 auto 50px auto;
	}
	/*月報ボタン3つ*/
	.m-report-btn-3 {
		width:600px;
		justify-content:none;
		flex-flow: wrap;
	}
	.m-report-btn-3 a {
		margin-bottom:15px;
	}	
	
	

}
/* ===== 900px以下 ================================================= */

@media only screen and ( max-width : 900px ) {

	ul.kanren-list-li {
		justify-content:flex-start;
	}
	ul.kanren-list-li li {
		width:48%;
		display:flex;
		align-items: center;
		margin:5px;
	}

	/*研究員紹介*/
	.i-staff {
	display:flex;
	justify-content: none;
	flex-flow: column;
	}
	.staff-all {
	width:calc((100% - 80px));
	}
	/*サイトマップ*/
	.sitemap-clm:nth-of-type(1),.sitemap-clm:nth-of-type(2),.sitemap-clm:nth-of-type(3) {
		margin-left:0;
		margin-right:0;
	}
	.sitemap-list {
		width:calc(100% - 40px);
		max-width:400px;
		margin-left:auto;
		margin-right:auto;
		align-items:center;
		flex-flow: none;
		align-self:none;
	}
	.sitemap-clm {
		width:100%;
	}
	/*20250306追加　概要見出し*/
	.gaiyou-catch h2 {
		font-size:29px;
	}
	.gaiyou-catch h3 {
		font-size:21px;
	}
	.gaiyou-catch h4 {
		font-size:18px;
	}
/*リンク集バナー*/
ul.kanren-list-img {
	width:100%;
	max-width:600px;
	flex-flow: wrap;
}
ul.kanren-list-img li {
	width:calc((100% - 30px)/ 2);
}
	
/*情報提供サービスはこちらボタン*/
a p.btn-jtsh {
	margin-left:0px;
}
	
	
	
}
/* ===== 760px以下 ================================================= */

@media only screen and ( max-width : 760px ) {

	h1 {
		font-size:24px;
	}
	h2 {
		font-size:26px;
	}
	h3 {
		font-size:22px;
	}
	h4 {
		font-size:20px;
	}
	h5 {
		font-size:18px;
	}
	.pdg120 {
		padding:80px 0;
	}
	.mgn-b120 {
		margin-bottom:80px;
	}
	.mgn-b100 {
		margin-bottom:70px;
	}
	.mgn-b80 {
		margin-bottom:60px;
	}
	.mgn-b60 {
		margin-bottom:40px;
	}
	.mgn-b50 {
		margin-bottom:40px;
	}
	.mgn-b40 {
		margin-bottom:30px;
	}
	.mgn-b30 {
		margin-bottom:30px;
	}
	.mgn-t120 {
		margin-top:80px;
	}
	.mgn-t60 {
		margin-top:40px;
	}
	/* 問い合わせメールボタン */
	.btn-mail-tel {
		width:100%;
		max-width:none;
		margin:0 auto;
		display:flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	a.btn-mail {
		/*width:315px;*/
		width:100%;
		margin-top:0;
		margin-bottom:10px!important;
	}
	a.btn-tel {
		/*width:315px;*/
		width:100%;
		margin-top:0;
		margin-bottom:0px;
	}
	.btn-tel2 {
		/*width:315px;*/
		width:100%;
		margin-top:0;
		margin-bottom:0px;
	}

	.inner-footer {
		margin:50px auto;
	}
	/*パンくずリスト*/
	.navi-pan {
		font-size:12px;
		padding:14px 0;
	}
	.navi-pan ul li {
		margin-right:5px;
	}
	.navi-pan ul li:after {
		margin-left:5px;
	}
	/*トップページ1000pxボタン*/
	a.btn-1000 {
		height:50px;
		margin:40px auto;
	}
	a.btn-1000 p:before {
		top:3px;
		right:10px;
	}
	a.btn-1000 p:after {
		top:9px;
		right:10px;
	}
	/*トピックス*/
	dl.topics-list dt {
		width:100%;
		padding:25px 0 0 0;
	}
	dl.topics-list dd {
		width:100%;
		padding-bottom:25px;
		border-bottom:1px dotted #ccc;
	}
	/*20231003追加*/
	/*トピックス内のtable*/
	dl.topics-list dd table.topics-type-a th {
		padding-right:0;
		width:100%;
		float:left;
	}
	dl.topics-list dd table.topics-type-a td {
		width:calc(100% - 16px);
		margin-left:16px;
		float:left;
	}

	/* 各種レポート */
	dl.report-list dt {
		display:inline-block;
		width:100%;
	}
	dl.report-list dd {
		display:inline-block;
		width:100%;
		padding:0 0 15px 0;
		border-bottom:1px dotted #ccc;
	}
	/* ピックアップ */
	.pickup,.pickup-2 {
		height: 550px;
		position: relative;
		display: flex;
		align-items: center;
		margin-bottom:50px;
	}
	.pickup:nth-of-type(3) {
		margin-bottom:0px;
	}
	.pickup figure,.pickup-2 figure {
		width: 100%;
		height: 800px;
		margin: 0;
		display: grid;
		place-items: center center;
		position: absolute;
		top: none;	
		right: none;
	}
	.pickup figure img,.pickup-2 figure img {
		width:100%;
		height:300px;
		object-fit: cover;
		border-radius: 0 0 0 0;
	}
	.pickup figure picture,.pickup-2 figure picture {
		width:100%;
		height:300px;
		object-fit: cover;
		border-radius: 0 0 0 0;
	}
	.pickup .pickup-txt,.pickup-2 .pickup-txt {
		display: flex;
		align-items: center;
		justify-content: center;
		height:350px;
		padding-right:30px;
		padding-left:30px;
		box-sizing: border-box;
		border-radius:20px;
		z-index: 2;
		width:calc(100% - 60px);
		position: absolute;
		right:none;
		left:30px;
		top:0px;
	}
	/*研究所について*/
	.s-full-image {
		width:100%;
		height:600px!important;
		background-image:url("../img/top-about-s.jpg");
	}
	/*メイン3ページトップ*/
	.ptop-exp {
		width:100%;
		max-width:600px;
		margin:0 auto;
		flex-flow: column;
	}
	.ptop-exp div {
		width:100%;
	}
	.ptop-exp div a.btn-n {
		margin-bottom:40px;
	}
	.ptop-exp picture {
		width:100%;
	}

	/*フッター*/
	footer dl {
		display:flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		margin-bottom:25px;
	}
	footer dt {
		margin-right:0px;
	}
	footer dd {
		margin-top:10px;
	}	
	footer ul {
		display:flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}	
	footer ul li {
		margin-right:0px;
		line-height:2.0!important;
	}

	/*↑の横並び*/
	.w-jigyou {
		padding:40px;
	}
	.w-jigyou .h-sub-e {
		width:100%;
		flex-flow: wrap;
		line-height:100%;
	}
	.w-jigyou .h-sub-e p {
		width:100%;
		line-height:100%;
		flex-flow: wrap;
		margin-left:0px;
		font-size:14px;
	}
	/*矢印が伸びるボタン*/
	a.btn-arrow {
		width:100%;
	}
	.i-btn-arrow {
		display:flex;
		justify-content:center;
		flex-wrap:wrap;
	}
	a.btn-arrow p{
    	height:60px;
	}

	/*流れ*/
	.w-nagare {
		padding:40px;
	}
	/*実績一覧*/
	.j-list dl {
		flex-flow:column;
	}
	.j-list dl dt {
		width:100%;
		margin-right:0;
	}
	.j-list dl dd {
		width:calc(100% - 60px);
	}
	/*月報ボタン2つ*/
	.m-report-btn-2 {
		width:300px;
		display:flex;
		justify-content:none;
		flex-flow: column;
	}
	.m-report-btn-2 a {
		margin-bottom:10px;
	}
	/*年会費横スクロール*/
	table.m-kaihi {
		width:640px;
	}
	table.m-kaihi th,table.m-kaihi td {
		padding:15px 10px;
		width:25%;
	}
	.scroll-table {
  		overflow: auto;
  		white-space: nowrap;
	}
	/*情報提供*/
	.jt-list-frm {
		padding:40px;
	}	
	.jt-list-frm div {
		flex-flow: column;
	}
	.jt-list-frm ul {
		width:100%;
	}


	/*月報ボタン3つ*/
	.m-report-btn-3 {
		width:300px;
		flex-flow: wrap;
	}
	/*年会費　具体例*/
	dl.nenkaihi-ex {
		width:100%;
		flex-wrap: wrap;
		margin-left:0!important;
	}
	dl.nenkaihi-ex dt {
		display: flex;
		flex-basis: 100%!important;
	}
	dl.nenkaihi-ex dd {
		flex-basis: 100%;
	}
	/*20250305追加*/
	.googlemap-m {
		width:100%;
		height:300px;
	}
	div.kyoten-info {
		flex-flow:column;
		justify-content: center;
	}
	dl.kyoten-dl {
		width:100%;
		margin-bottom:30px;
	}
	div.kyoten-shisyo {
		flex-flow:column;
		justify-content: center;
		margin-top:0px;
	}
	div.kyoten-info-harf {
		width:100%;
		margin-top:80px;
	}
	/*20250306追加　概要見出し*/
	.gaiyou-catch {
		align-items: flex-start;
	}
	.gaiyou-catch h2 {
		font-size:29px;
		width:100%;
	}
	.gaiyou-catch h3 {
		font-size:20px;
		display:flex;
		justify-content: flex-start;
	}
	.gaiyou-catch h4 {
		font-size:18px;
		width:100%;
		justify-content: flex-start;
	}
	.d-btn-jtsh h4 {
		font-size:20px;
	}

/*20250623追加*/
dl.d-info dd table tr td:nth-child(1) {
	display:flex;
	width:100%;
}
dl.d-info dd table tr td:nth-child(2) {
	display:flex;
	width:100%;
}
dl.d-info dd table tr td:nth-child(3) {
	display:flex;
	width:100%;
}
.add-hgt {
	height:auto!important;
}

}



/* ===== 520px以下 ================================================= */

@media only screen and ( max-width : 520px ) {
	.swiper h1 {
		width:calc(100% - 40px)!important;
		bottom:50px;
		left:20px!important;
		/*font-size:26px;*/
font-size:19px;
}
	
	/*概要　基本情報*/
	dl.d-info dt {
		width:70px;
	}
	dl.d-info dd {
		width:calc(100% - 130px);
	}
	/* 調査ご提供までの流れボタン */
	a.btn-nagare-bar {
		width:calc(100% - 70px);
		padding:0 30px 0 40px;
		height:100px;
		justify-content: space-between;
	}
	a.btn-nagare-bar p {
		width:120px;
		flex-flow: column;
	}
	a.btn-nagare-bar p.btn-jts3 {
		width:60px;
		flex-flow: column;
	}
	a.btn-nagare-bar p:nth-of-type(2):before,a.btn-nagare-bar p:nth-of-type(2):after {
		background-color:#fff;
	}
	a p.btn-jts3:before {
		top:23px;
	}
	a p.btn-jts3:after {
		top:27px;
	}
	/*レポート購入文言*/
	ul.report-buy {
		width:calc(100% - 40px);
		padding:20px;
	}
	ul.report-buy li:nth-child(4) {
		/*width:100%;*/
		margin-top:5px;
		margin-bottom:10px;
		margin-right:auto;
		margin-left:auto;
		text-align:right;
		padding:0;
	}
	ul.report-buy li:nth-child(4) a {
		white-space:nowrap;
	}
	ul.report-buy li:nth-child(2) {
		margin-top:5px;
		margin-bottom:10px;
		margin-right:auto;
		margin-left:auto;
		text-align:center;
		padding:0;
	}
	ul.report-buy li:nth-child(2) a {
		margin-right:auto;
		margin-left:auto;
	}
	/*レポート内会員案内へのアンカー*/
	#member-sec {
		padding-top: 40px; margin-top:-40px;
	}
	
	/*20231023追加　アンケートボタン*/
	a.btn-n-questionnaire {
		width:100%;
		max-width:none;
	}
	a.btn-n-questionnaire div p {
		font-size:110%;
	}
	a.btn-n-questionnaire div p span {
		margin-left:16px;
	}
	a.btn-n-questionnaire div p br {
		display:inherit;
	}
	
	/*20250306追加　沿革*/
	dl.enkaku-dl dt,dl.enkaku-dl dd {
		align-self:auto;
		border-right:1px solid #bbb;
		border-left:1px solid #bbb;
	}
	dl.enkaku-dl dt {
		width:100%;
	}
	dl.enkaku-dl dd {
		width:100%;
	}
	dl.enkaku-dl dt:nth-last-of-type(1),dl.enkaku-dl dd:nth-last-of-type(1) {
	border-bottom:none;
	}
	dl.enkaku-dl dd:nth-last-of-type(1) {
		border-bottom:1px solid #bbb;
	}
	
	
	ul.kanren-list-li li {
		width:100%;
		display:flex;
		align-items: center;
		margin:5px;
	}

/*リンク集バナー*/
ul.kanren-list-img {
	width:calc(100% - 40px);
	background:block;
}
ul.kanren-list-img li {
	width:90%;
	max-width:300px!important;
}
	
/*20250603月報用に追加*/	
.header-box-geppou h1 {
	padding-top:185px;
}	
	
	
	
	
	
	
	
	
}
