body,ul,li{
  margin:0;
  padding:0;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
*{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8em;
  color:#333333;
}
.font_bold{font-weight: 700;}
.font_bold2{font-weight: 500;}


.jap_g{
  color:#008d8e;
  font-size:2.5em;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.works_h3{
  color:#008d8e;
  margin-bottom:20px;
  font-weight: 600;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
  padding:0;
	font-weight:normal
}

img {
	border-style: none;
	margin: 0;
	padding: 0;
}
form,object,param,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

ul{
	list-style-type: none;
}

a:link{color: #008d8e !important;}
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
a:active{text-decoration: none;}


@media (width < 600px) {
  .uk-navbar{height:100px;}
  #logo img{width:120px;}
  .menu_btn {top:30px;}
  .container-pdg{
    padding-top:20px;
    padding-bottom:20px;}
  .works_h3{
  font-size:1.3em;
  }
}

@media (600px <= width < 960px) {
  .uk-navbar{height:120px;}
  #logo img{width:150px;}
  .menu_btn {top:45px;}
  .container-pdg{
    padding-top:40px;
    padding-bottom:40px;}
  .pdg_t_13p{padding-top: 13%;}
  .pdg_l_15p{padding-left:15%;}
  .works_h3{
  font-size:1.8em;
  }
}

@media (960px <= width < 1200px) {
  .uk-navbar{height:130px;}
  #logo img{width:200px;}
  .container-pdg{
    padding-top:50px;
    padding-bottom:50px;}
  .pdg_t_13p{padding-top: 13%;}
  .pdg_l_15p{padding-left:15%;}
  .works_h3{
  font-size:1.8em;
  }
}


@media (1200px <= width) {
  .uk-navbar{height:130px;}
  #logo img{width:200px;}
  .container-pdg{
    padding-top:50px;
    padding-bottom:50px;}
  .pdg_t_13p{padding-top: 13%;}
  .pdg_l_15p{padding-left:15%;}
  .works_h3{
  font-size:1.8em;
  }
}


/* @group header */
.g_navi{
  text-align:center;
  padding-left:0 !important;
}
.g_navi li a{
  display:block;
  width:100%;
  color: #16a99f !important;
  transition: background-color 1s;
}
.g_navi li a:hover{
  color:#065c5c !important;
}
.g_navi_sp{
  font-size: 1.2em;
  border-bottom: solid 1px #ccc;
  padding: 12px 0 !important;
}
.g_navi_sp a{
  color: #16a99f !important;
  text-decoration: none;
}
.g_navi_sp a:hover{
  color:#065c5c !important;
  text-decoration: none;
}

.menu_btn {
	width:50px;
	position:absolute;
	right:5px;
}
/* @header end */





/* @group h2 h3 */
.h2_title{
  background: url("../a_images/h2_title.png") no-repeat;
  background-position: center;
  min-height: 144px;
  margin-bottom:15px;
}
.h2_title h2{
  font-size: 1.5em;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  padding-top:65px;
}

.page_title{
  font-weight: bold;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  color: white;
  font-style: italic;
}

.h2_rl{
  writing-mode: vertical-rl;
  font-weight: 100;
  font-size: 3em;
  letter-spacing: 0.2em;
  width: 100%;
  color: #008d8e;
}
.h2_lr{
  writing-mode: vertical-lr;
  font-weight: 100;
  font-size: 3em;
  letter-spacing: 0.2em;
  width: 100%;
  color: #008d8e;
}
.about_bcg_l{
  background: linear-gradient(90deg, rgb(254, 240, 245), rgb(245, 245, 238));
  border-right: 2px solid #b6e6df;
  border-radius: 10px 20px 40px 100px;  
}
.about_bcg_r{
  background: linear-gradient(90deg, rgb(245, 245, 238), rgb(254, 240, 245));
  border-left: 2px solid #b6e6df;
  padding-left: 0 !important;
  border-radius: 10px 20px 40px 100px;
}


.h2_title_bdr {
	color: #008d8e;
	display: flex;
	align-items: center;
  margin:40px 0;
  font-size: 1.7em;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-weight: bold;
}
.h2_title_bdr:before, .h2_title_bdr:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #cde7e3;
	display: block;
}
.h2_title_bdr:before {
	margin-right: .4em;
}
.h2_title_bdr:after {
	margin-left: .4em;
}

.works_h2{
	color: #008d8e;
  text-align: center;
  /*letter-spacing: 0.2em;
  text-indent: 0.2em;*/
  animation-name: fadein;
  animation-duration: 3s;
  padding:20px 0;
}
@media screen and (min-width: 641px) {
  .works_h2{
    font-size:3.5em;
  }
}
@media screen and (max-width: 640px) {
  .works_h2{
    font-size:2.5em;
  }
}
@keyframes fadein{
  from{
  opacity: 0;
  transform: translatey(20px);
  }
  to{
  opacity: 1;
  transform: translatey(0);
  }
}
/* @end */



/* @group content */
.top_project{
  background:#eeefe4 url("../a_images/prj_bg.png") no-repeat;
  background-size:cover;
  background-position: right;
}
.top_prj_ul li{
  float: left;
  margin-right: 10px;
  color: #db3279;
  font-size: 0.8em;
  /* text-decoration: underline;
  border-bottom: 1px #db3279 solid; */
  font-weight: 600;
}


/* @content end */



/* @group footer */
footer{
  padding: 20px 0;
	background-color: #add5cf;
  color:#ffffff;
}

footer a{
	font-size: 0.8em;
  line-height: 1.1em;
}
footer ul li{
  margin: 0 !important;
}
footer ul li a:link{
	color: #ffffff;
text-decoration: none;
}

footer ul li a:visited{
	color: #ffffff;
text-decoration: none;
}

footer ul li a:hover{
	color: #008d8e !important;
text-decoration: none;
}

footer ul li  a:active{
	color: #ffffff;
text-decoration: none;
}

#footer_bottom{
  background: #008d8e;
  color:#add5cf;
  text-align: center;
  padding:3px 0;
}
#footer_bottom p{
  font-size: 0.6em;
}

#fixedTop {
	right:0;
  bottom: 20px;
	width:70px;
	position:fixed;
	z-index:9999;
	opacity:0.8;
}
.b_pdg{
  bottom:10px;
  padding-right: 5px;
}


.b_btn:hover {
    opacity: 0.4;
    filter: alpha(opacity=60);
}

/* @footer end */



/* @group br */
@media screen and (max-width: 650px){
  br.br_sp { display: inline; }
  br.br_pc { display: none; }
  }
  @media screen and (min-width: 651px){
  br.br_sp { display: none; }
  br.br_pc { display: inline; }
  }

/* @end */

/* @group button */
.button_w{
  border-radius: 100px;
  border:1px solid #008d8e;
  display: block;
  width: 200px;
  padding: 8px 15px;
  box-sizing: border-box;
  background: #FFF;
  color: #008d8e;
  text-decoration: none;
  text-align: center;
  margin: 20px auto;
  font-size: 0.85em;
  font-weight:bold;
}
.button_w:hover {
  color: #fff;
  border:1px solid #008d8e;
  background-color: #6bcccd;
  text-decoration: none;
}

a.button{
  border-radius: 100px;
  border:1px solid #008d8e;
  display: block;
  width: 200px;
  padding: 8px 14px;
  box-sizing: border-box;
  background: #008d8e;
  color: #FFFFFF !important;
  text-decoration: none;
  text-align: center;
  font-size: 0.8em;
  font-weight:bold;
}
a.button:link{coloe:white;}
a.button:visited{coloe:white;}
a.button:hover {
  color: #FFFFFF;
  border:1px solid #008d8e;
  background-color: #6bcccd;
  text-decoration: none;
}
a.button:active{coloe:white;}

.foot_contact{
  border-radius: 1px;
  border:1px solid #FFFFFF;
  display: block;
  width: 200px;
  padding: 3px 14px;
  box-sizing: border-box;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 10px auto;
  font-size: 0.7em;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.foot_contact:hover {
  color: #fff;
  border:1px solid #FFFFFF;
  background-color: #008d8e;
  text-decoration: none;
}


.foot_list li a:link{color: #FFFFFF !important;}
.foot_list li a:visited{color: #FFFFFF !important;}
.foot_list li a:hover{color: #008d8e !important;}
.foot_list li a:active{color: #FFFFFF !important;}

.button_L{
  border-radius: 100px;
  border:1px solid #008d8e;
  display: block;
  width: 80%;
  padding: 20px 15px;
  box-sizing: border-box;
  background: #FFF;
  color: #008d8e;
  text-decoration: none;
  text-align: center;
  margin: 20px auto;
  font-weight:bold;
}
.button_L:hover {
  color: #fff;
  border:1px solid #008d8e;
  background-color: #6bcccd;
  text-decoration: none;
}

.f_h4{
  color: #6caea3;
  font-size: 0.9em;
  font-weight:bold;
}
/* @button end */