body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
body {
	-webkit-text-size-adjust: 100%; /* for iphone */
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, table, caption, th, td {
	margin: 0;
	padding: 0;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: bottom;
}
.clear {
    clear: both;
}
/* clearfix */
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:".";
	display: block;
	clear: both;
	height: 0;
	visibility:hidden;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
#TIEUP2010-BAR h1 {
	font-size:1em;
}

a:link  {
	color: #94c509;
}
a:visited {
	color: #94c509;
}
a:hover {
	color: #45a848;
}
#container {
	width: 100%;
	clear: both;
    background: #f4f6f6;
}
body.ipad #container {
}
#container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#container img {/* IE画像縦横比 */
	max-width: 100%;
	height: auto;
	width:/***/auto; /* IE8 */
}

/*------------------------------------------------*/
#na_partner {
	width: 100%;
	height: 30px;
	position: relative;
	border-bottom: 1px solid #C7C7C7;
    background-color: #FFF;
}
#na_partner .partner_inner {
    max-width: 966px;
	margin-right: auto;
	margin-left: auto;
    text-align: center;
}
#na_partner .partner_ti {
	height: 30px;
    font-family: "Arial", Gadget, "sans-serif";
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #999999;
    padding-top: 7px;
}
#na_partner .client_name {
    position: absolute;
    font-family: "Arial", Gadget, "sans-serif";
    font-size: 16px;
    line-height: 100%;
    color: #686868;
    top: 7px;
}
#na_partner .client_logo {
    height: 26px;
    position: absolute;
    font-family: "Arial", Gadget, "sans-serif";
    font-size: 16px;
    line-height: 100%;
    color: #686868;
    top: 2px;
}

@media screen and (max-width: 995px) { /* sp */
#na_partner .client_name {
    margin-left: 14px;
}
}
@media screen and (max-width: 780px) { /* sp */
#na_partner {
	width: 100%;
	height: auto;
    padding-bottom: 8px;
}
#na_partner .client_name {
    position: static;
    font-family: "Arial", Gadget, "sans-serif";
    color: #686868;
    top: 0px;
    margin-left: 0;
}
#na_partner .client_logo {
    position: static;
    font-family: "Arial", Gadget, "sans-serif";
    font-size: 16px;
    line-height: 100%;
    color: #686868;
    top: 0px;
}
}
/*------------------------------------------------*/
#titelebg {
    position: relative;
	width: 100%;
	background-image: url(../img/main_image_p.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1400px;
    margin-bottom: 50px;
}
#titelebg2 {
    position: relative;
	width: 100%;
	background-image: url(../img/inner_image_p.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1400px;
}
#titelebox {
	position: relative;
	width: 100%;
    max-width: 996px;
	margin-right: auto;
	margin-left: auto;
    z-index: 100;
}
#titelebox2 {
	position: relative;
	width: 100%;
    max-width: 996px;
	margin: 0 auto 4px;
    z-index: 100;
}
#titelebox #tibox,#titelebox2 #tibox {
	position: relative;
    width: 100%;
    max-width: 636px;
	margin: 0 auto;
	z-index: 10;
}
#titelebox #tibox h2,#titelebox2 #tibox h2 {
	position: relative;
	display: inline-block;
    width: 100%;
    z-index: 100;
}
/*- - - - - - - - - - -*/

.readbox {
	position: relative;
	width: 100%;
	max-width: 636px;
    background: rgba(255, 255, 255, 0.8);
	margin: 0px auto 4px;
    padding: 34px 40px 16px;
}
.readbox p {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	line-height: 162%;
	color: #383838;
	padding-bottom: 16px;
}
.readbox p span {
	font-size: 12px;
}
/*- - - - - - - - - - -*/
.nav_topbg {
	position: relative;
    margin-bottom: 0px;
}
.nav {
	position: relative;
	width: 100%;
    max-width: 636px;
    z-index: 100;
}
.navtop {
    margin: 0 auto 26px;
}
.navbtm {
    margin: 70px auto 4px;
    overflow: hidden;
}
.nav ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; 
    gap: 0px 4px;
    list-style: none;
}
.nav li {
	width: 156px;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    background: #113652;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.nav li.activ {
    height: 68px;
    background: #f4f6f6;
}
.nav li a {
	width: 156px;
    height: 68px;
    background: #113652;
    text-decoration: none;
}
.nav li.activ p {
    height: 68px;
    background: #f4f6f6;
    padding: 21px 0;
}
.nav li a p {
    color: #FFFFFF;
    padding: 21px 0;
}
.nav li a p.nigy {
    color: #FFFFFF;
    padding: 13px 0;
}
.nav li a {
    z-index:0;
    transition:0.8s;
}
.nav li a:hover{
    background:#116b7d;
}
.nav li.activ p.nigy {
    padding: 13px 0;
}
/*------------------------------------------------*/
.mainbg {
    position: relative;
	width: 100%;
	background-image: url(../img/mainbg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 2400px;
}
.main1 {
    position: relative;
	width: 100%;
    max-width: 996px;
	text-align: center;
    background:#FFFFFF;
	padding: 50px 0 54px;
	margin: 0 auto 20px;    
}
.main2 {
    position: relative;
	width: 100%;
    max-width: 996px;
	text-align: center;
    background:#FFFFFF;
	padding: 0px 0 54px;
	margin: 0 auto 20px;     
}

.catbox {
	width: 100%;
    max-width: 996px;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    background: #113652;
    padding: 10px 0 10px;
    margin: 0 auto 20px;
}
.catbox.second {
    margin: 40px auto 20px;
}
.sidebg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 220px;
  background-image: linear-gradient(0deg, rgba(17, 82, 82, 1), rgba(17, 54, 82, 1));
    z-index: 1;
}/*- - - - - - - - - - -*/
.namelistbg {
    position: relative;
	width: 100%;
    background: #FFFFFF;
    z-index: 30;
}
.namelist {
	width: 100%;
    max-width: 812px;
    padding: 56px 0 26px;
    margin: 0 auto;
}
.namelist h3 {
    display: block;
	font-size: 35px;
	font-weight: 500;
	line-height: 130%;
	color: #343434;
	text-align: center;
	font-feature-settings: "palt";
	padding: 0px 0px 10px 0px;
	margin-bottom: 24px;
	border-bottom: 2px solid #e6e6e6;
}
.namelist p {
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	color: #343434;
	text-align: center;
	margin-bottom: 2px;
}
.namelist p.name {
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 6px;
}
.namelist p strong{
	font-size: 18px;
	font-weight: 600;
}
.namelist p strong span {
	font-size: 16px;
	font-weight: 600;
}
.namelist p.yaku {
	font-size: 14px;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 8px;
}
.toppdng {
    padding-top: 56px;
}
/*- - - - - - - - - - -*/
.kijibox {
    position: relative;
	width: 100%;
    max-width: 812px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
	text-align: left;
    z-index: 10;
}
.kijibox.second {
    margin-top: 50px;
}
.ph_l {
    float: left;
	width: 100%;
	max-width: 210px;
    margin: 0;
}
.ph_l2 {
    float: left;
	width: 100%;
	max-width: 210px;
    margin: 0;
}
.headline {
	width: 100%;
    max-width: 574px;
	text-align: left;
    margin: 0 0 20px auto;
}
.kiji {
	width: 100%;
    max-width: 574px;
	text-align: left;
    margin: 0 0 0 auto;
}

.ph_l .ph_item,.ph_l2 .ph_item {
    margin: 0 0 20px;
}
/*- - - - - - - - - - -*/
.headline h3 {
    display: block;
	font-size: 32px;
	font-weight: 500;
	line-height: 130%;
	color: #343434;
	text-align: left;
	font-feature-settings: "palt";
	padding: 0px 0px 10px 0px;
	margin-bottom: 14px;
	border-bottom: 2px solid #343434;
}
.headline p {
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	color: #343434;
	text-align: left;
	margin-bottom: 4px;
}
.headline p.name {
	font-size: 16px;
	font-weight: 400;
}
.headline p.name span {
	font-size: 18px;
	font-weight: 600;
}
.headline p.yaku {
	font-size: 14px;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 8px;
}
.txtbr {
	display: inline-block;
}
.kiji p {
	font-size: 16px;
	font-weight: 400;
	line-height: 162%;
	color: #333333;
	margin-bottom: 16px;
	text-align: left;
    overflow: hidden;
}
.kiji p.qes {
	font-weight: 600;
}
.kiji p span.nme {
	font-weight: 600;
}
.kiji p.line {
	border-bottom: 1px solid #ebebeb;
    padding-bottom: 26px;
    margin-bottom: 26px;
}
.phbox {
	width: 100%;
    max-width: 790px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; 
    margin: 30px auto;
}
.phbox2 {
	width: 100%;
    max-width: 590px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; 
    margin: 30px auto;
}
.phbox .phitem,.phbox2 .phitem {
	width: 190px;
    margin: 0;
}

.nxtbox {
	width: 100%;
    max-width: 996px;
    text-align: center;
    margin: 0 auto;
}
.nxtbox a {
    display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
    text-decoration: none;
    color: #FFFFFF;
    background: #113652;
    padding: 12px 0 14px;
    transition:0.8s;
}
.nxtbox a:hover {
    background: #1f8fa4;
}

.php p {
	font-size: 14px;
	text-align: left;
	font-weight: 300;
	line-height: 116%;
	color: #FFF;
    background-color: #231815;
	padding: 4px 6px 5px;
	margin-bottom: 0px;
}
.php p span {
	font-size: 12px;
}



.overf_p {
	overflow: hidden;
}

/*- - - - - - - - - - -*/

.logoboxbg {
	width: auto;
    position: relative;
	text-align: center;
    background-color: #FFFFFF;
}
.logobox {
	width: auto;
    position: relative;
	text-align: center;
    background-color: #FFFFFF;
	margin: 0 auto;
	padding: 80px 20px 100px;
}
.logo {
    display:inline-block;
    margin: 0 10px 20px;
}
.logo p {
    display:block;
    margin: 0 8px 0 0;
}
.logobox p {
    display:inline-block;
	font-size: 16px;
	font-weight: 300;
	line-height: 120%;
    vertical-align: middle;
}
.kyosai {
    display:inline-block;
}
.logo1 {
	width: 118px;
    display:inline-block;
    vertical-align: middle;
    margin: 0 16px;
}
.logo2 {
	width: 169px;
    display:inline-block;
    vertical-align: middle;
    margin: 0 16px;
}
.logo3 {
	width: 230px;
    display:inline-block;
    vertical-align: middle;
    margin: 0 16px;
}
.logobox p.txt {
    display:block;
	font-size: 16px;
	line-height: 140%;
    vertical-align: middle;
}
@media screen and (max-width: 600px) { /* sp */
.logobox p {
    display:block;
    margin-bottom: 8px;
}
.logo2 {
    display:block;
}
.logo3 {
    display:block;
}
}
/*------------------------------------------------*/
.pcon {
	display: block;
}
.pcon2 {
	display: block;
}

/*------------------------------------------------*/
#pageTop {
	border-radius:5px;
	color:#ffffff;
	padding:10px;
	position:fixed;
	bottom:20px;
	right:10px;
	background-color: #333333;
	z-index: 99;
}
#pageTop:hover {
	background-color: #0099CC;
    cursor:pointer;
}

/*------------------------------------------------*/
@media screen and (max-width: 995px) { /* sp */
body {
	background-color: #FFFFFF;
	background-image: none;
}

.catbox {
	width: auto;
    max-width: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    background: #113652;
    padding: 10px 0 10px;
    margin: 0 30px 20px;
}
/*- - - - - - - - - - -*/
.pcon2 {
	display: none;
}
#popup{
    display: none;
    left: 200%;
}
}

@media screen and (max-width: 860px) { /* sp */
.sidebg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  background-image: linear-gradient(0deg, rgba(17, 82, 82, 1), rgba(17, 54, 82, 1));
    z-index: 1;
}
.namelist {
	width: auto;
    max-width: 812px;
    padding: 56px 30px 26px;
    margin: 0 auto;
}
.toppdng {
    padding-top: 0px;
}
.kijibox {
    position: relative;
	width: auto;
    max-width: 812px;
	text-align: left;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 24px 0 30px;
}
.ph_l {
    float: none;
	width: 100%;
    max-width: 210px;
    margin: 0 auto 20px;
    order: 2;
}
.headline {
	width: 100%;
    max-width: none;
	text-align: left;
    margin: 0 auto 10px;
    order: 1;
}
.kiji {
	width: 100%;
    max-width: none;
	text-align: left;
    margin: 0 0 0 auto;
    order: 3;
}
.headline h3 {
    display: block;
	font-size: 32px;
	font-weight: 500;
	line-height: 130%;
	color: #343434;
	text-align: center;
	font-feature-settings: "palt";
	padding: 0px 0px 10px 0px;
	margin-bottom: 14px;
	border-bottom: 2px solid #343434;
}
.headline p {
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	color: #343434;
	text-align: center;
	margin-bottom: 4px;
}
.ph_l2 {
    float: none;
	width: 100%;
	max-width: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:0 10px;
    margin: 0 0 30px;
}
.ph_l2 .ph_item {
	width: 100%;
    max-width: 210px;
    margin: 0 0 10px;
}
.ph_l .ph_item {
    margin: 0 0 10px;
}
}
@media screen and (max-width: 832px) { /* sp */
.topbox .project {
	position: relative;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
	box-sizing: border-box;
}
.phbox,.phbox2 {
	width: auto;
    max-width: none;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 30px auto;
}
}

@media screen and (max-width: 756px) { /* sp */
.readbox {
	position: relative;
	width: auto;
    max-width: none;
	margin: 0 2px 4px;
}
}
@media screen and (max-width: 640px) { /* sp */
#titelebg {
	width: 100%;
	background-image: url(../img/main_image_p.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: cover;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
}
#titelebox {
	position: relative;
	width: 100%;
	margin: 0px;
    padding: 0;
}
#titelebox2 {
	position: relative;
	width: 100%;
	margin: 0 0 4px;
    padding: 0;
}
#titelebox #tibox {
	position: relative;
	display: inline-block;
    width: 100%;
    max-width: 640px;
	margin-right: auto;
	margin: 0px;
	z-index: 10;
}
#titelebox #tibox h2,#titelebox2 #tibox h2 {
	position: relative;
	display: inline-block;
    width: 100%;
    z-index: 100;
}
.readbox {
	position: relative;
	width: auto;
    max-width: none;
    background: rgba(255, 255, 255, 0.8);
	margin: 0px auto 4px;
    padding: 34px 40px 16px;
}
.readbox p {
	width: 100%;
    max-width: none;
	font-size: 16px;
	text-align: left;
	margin: 0;
    padding: 0;
}
.nav {
    background: #e2f0cf;
}
.nav ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center; 
    gap: 0px 2px;
}
.nav li {
	width: 24%;
    font-size: 3.2vw;
    line-height: 125%;
    text-align: center;
    background: #113652;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.nav li.activ {
    background: #f4f6f6;
}
.nav li a {
	width: 100%;
    height: 68px;
    background: #113652;
    text-decoration: none;
}

.headline {
	text-align: center;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
}
.main2 h3 {
    font-size: 32px;
}
.mgnbtm80 {
	margin-bottom: 40px;
}

.kijibox {
	text-align: center;
}
.ph_l {
    float: none;
	width: 100%;
	max-width: 200px;
    margin: 3px auto 18px;
}
}/* 640 end */
@media screen and (max-width: 594px) { /* sp */
#titelebox {
	position: relative;
    width: auto;
	margin-right: 0;
	margin-left: 0;
}
}
@media screen and (max-width: 484px) { /* sp */
#titelebg {
	width: 100%;
	background-image: url(../img/main_image_s.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: contain;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
    background-color: #e2f0cf;
}
.nav li {
    font-size: 3.6vw;
}
.ph_l2 .ph_item {
	width: 48%;
    max-width: none;
    margin: 0 0 10px;
}
}
@media screen and (max-width: 475px) { /* sp */
.pcon {
	display: none;
}
.readbox p {
	font-size: 16px;
	font-weight: normal;
	line-height: 160%;
}

.namelist p {
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
	color: #343434;
	text-align: center;
	margin-bottom: 2px;
}
.namelist p.name {
	font-size: 12px;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 6px;
}
.namelist p strong{
	font-size: 15px;
	font-weight: 600;
}
.namelist p strong span {
	font-size: 14px;
	font-weight: 600;
}
.namelist p.yaku {
	font-size: 12px;
	font-weight: 400;
	line-height: 130%;
	margin-bottom: 8px;
}

.headline p {
	font-size: 13px;
	font-weight: 400;
	line-height: 140%;
	color: #343434;
	margin-bottom: 8px;
	text-align: center;
    font-feature-settings: "palt";
}
.headline p span {
	font-size: 14px;
	font-weight: 600;
}
.headline p.yaku {
	font-size: 12px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 4px;
}
.logobox p {
	font-size: 14px;
}
.logobox p.txt {
	font-size: 14px;
}
}
@media screen and (max-width: 436px) { /* sp */
.phbox .phitem,.phbox2 .phitem {
	width: 154px;
    margin: 0 4px;;
}
}
@media screen and (max-width: 400px) { /* sp */
.headline h3 {
	font-size: 26px;
	margin-right: 10px;
	margin-left: 10px;
}
.main2 h3 {
	position: relative;
    font-size: 26px;
}
.php p {
	font-size: 12px;
}
.php p span {
	font-size: 10px;
}
}

@media screen and (max-width: 374px) { /* sp */
.phbox .phitem,.phbox2 .phitem {
	width: 130px;
    margin: 0 4px;;
}
}
@media screen and (max-width: 360px) { /* sp */
.headline h3 {
	font-size: 24px;
}
.main2 h3 {
	font-size: 24px;
}
.kijibox p {
	font-size: 14px;
}
.php p {
	font-size: 10px;
}
.php p span {
	font-size: 8px;
}
}