@charset "utf-8";


html {
  font-size: 62.5%;
}
body {
	font-size: 1.4rem;
	color: #333333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;;
	line-height: 1.6;
}
img {
  vertical-align: bottom;
}

/* 共通 */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?60403852');
  src: url('../font/fontello.eot?60403852#iefix') format('embedded-opentype'),
  url('../font/fontello.woff2?60403852') format('woff2'),
    url('../font/fontello.woff?60403852') format('woff'),
       url('../font/fontello.ttf?60403852') format('truetype'),
       url('../font/fontello.svg?60403852#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-angle-right:before {
	content: '\f105';
    font-size: 1.8rem;
    color: #cccccc;
    margin: 0;
}
.icon-up-open-1:before {
    content: '\f005';
    vertical-align: bottom;
    font-size: 2.4rem;
    color: #ffffff;
}
.icon-popup-1:before {
	content: '\e802';
    font-size: 1.5rem;
    color: #ffffff;
    margin-right: 13px! important;
}
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
.p_left_20 {
	padding-left: 20px;
}
.p_bottom25 {
	padding-bottom: 25px;
}
.f_bold {
	font-weight: bold;
}
.f_normal {
	font-weight: normal;
}
.fsize_14 {
	font-size: 1.4rem;
}
.sp_br {
 	display: none;
}
.pc_br {
	display: block;
}
.l_wrapper {
	background: url('../images/img_koso_background.jpg') 100% top no-repeat;
	z-index: -100;
  -webkit-background-size: 115%;
  background-size: 115%;
  background-attachment: fixed;
  min-width: 1020px;
}

/* ヘッダー */
.header {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.g_logo_wrap {
	padding-top: 29px;
	position:relative;
	height: 83px;
}
.g_logo_wrap p {
	color: #164b99;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.2px;
}
.g_logo {
	height: 70px;
	width: 360px;
	position: absolute;
	top: 23px;
  left: -30px;
}
.g_logo img {
  width: 360px;
}
.btngnav {
  display: none;
}
.contact_wrap {
	font-size: 1.1rem;
	color: #ffffff;
	text-align: right;
	position: absolute;
	top: 32px;
	right: 0px;
  text-shadow: 0px 0px 2px #000000;
}
.contact_wrap_sp {
	display: none;
}
.contact_box {
	display: inline-block;
	border: solid 1px #ffffff;
}
.contact_box p {
	padding: 1px 8px;
}
.contact_phone {
	padding-left: 13px;
	font-family: "Helvetica Neue";
	display: inline-block;	
	font-size: 2.7rem;
	vertical-align: -5px;
	line-height: 1.2;
}
.g-nav {
  background-color: #164b99;
}
.g-nav .nav_item {
  display: inline-block;
  vertical-align: bottom; 
}
.g-nav .nav_item + .nav_item {
	border-left: 1px solid #ffffff;
}

.g-nav .nav_item a {
	display: inline-block;
	width: 195px;
	height: 38px;
	padding-top: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.2;
  letter-spacing: 1px;
	color: #ffffff;
	text-decoration: none;
	vertical-align: bottom;
	transition:opacity 0.3s;
  background-color: #164b99;
}
.g-nav .nav_item a:hover {	
	opacity: 0.6;
  background-color: #2a649e;
}
.g-nav .nav_item.active a {
	transition:opacity 0s;	
	opacity: 0.6;
  background-color: #2a649e;
}
.g-nav .nav_item a .pc_br {
  line-height: 0px;
}

.g-nav .nav_item.nav_item_2lines a {
	height: 46px;
	padding-top: 16px;
}
.g-breadcrumb {
  padding-top: 10px;
}
.g-breadcrumb a {
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s;
  opacity: 1;
}
.g-breadcrumb a:hover {
  opacity: 0.6;
}
#modal-overlay {
	background-color: rgba(0, 0, 0, 0.6);
  	display: none;
  	height: 120%;
  	left: 0;
  	position: fixed;
  	top: 0;
  	width: 100%;
  	z-index: 99;
}

/* メイン */
.h_main {
	background: url('../images/img_koso_m_background.jpg') no-repeat;
}
.main {
	width: 940px;
	margin: 0 auto 60px;
	padding: 0 20px 60px;
	background-color: #ffffff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.home {
	font-size: 1.3rem;
	display: inline-block;
}
.location {
	display: inline-block;
}
.dpa_logo {
	height: 300px;
	width: 300px;
}
.design_wrap {
	padding: 30px 0 60px;
	position: relative;
}
.dpa_logo_wrap {
  float: left;
  margin-right: 30px;
}
.h_content_wrap {
	padding: 73px 0 72px 45px;
}
.content_wrap {
	padding-left: 2px;
}
.h_content_read {
	font-size: 1.7rem;
	color: #164B99;
}
.content_read {
	padding-top: 8px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #164B99;
}
.h_content_title {
	font-size: 2.8rem;
	color: #164B99;
	line-height: 1.3;
}
.content_title {
	padding-top: 6px;
	font-size: 2.3rem;
	color: #164B99;
}
.h_content_text {
	padding-top: 35px;
	font-size: 1.6rem;
	line-height: 1.7;
  font-weight: bold;
}
.content_text {
	padding-top: 17px;
	line-height: 1.8;
}
.marker {
	background: linear-gradient(transparent 75%, #fcee21 50%);
}
.g_profile {
	padding-bottom: 65px;
}
.g_profile_box {
	display: inline-block;
	height: 267px;
	width: 460px;
	position: relative;
}
.g_profile_box:nth-of-type(even) {
	float: right;
}
.img_parts {
	position:absolute;
	top: -8px;
	left: -9px;
}
.g_profile_wrap {
	padding: 5px;
}
.g_profile_title {
	font-size: 1.6rem;
  padding: 5px 0;
}
.g_work {
	overflow: hidden;
}
.g_work_text {
	padding-top: 29px;
	padding-left: 5px;
}
.g_work_box {
	float: left;
	height: 198px;
	width: 220px;
	border : 1px solid #cccccc;
	margin: 27px 0 60px 17.3px;
}
.g_work_box p {
	text-align: center;
	font-weight: bold;
	padding-top: 14px;
}
.g_work_box_4 p {
	padding-top: 6px;
	line-height: 1.3;
}
.g_work_box:nth-of-type(1) {
	margin-left: 0;
}
.g_info_wrap {
	width: 780px;
	margin: 5px auto 0;
}
.philosophy {
	font-size: 1.7rem;
	text-align: center;
	padding: 34px 0 25px;
	line-height: 1.8;
}
.info {
	border-collapse: collapse;
	width: 100%;
	margin-top: 12px;
}
.info th {
	background-color: #ededed;
	font-weight: normal;
	text-align: left;
	width: 220px;
	padding: 10px 0 10px 15px;

}
.info td {
	padding: 10px 0 10px 20px;
	line-height: 1.8;
}
.info th, .info td {
	border: 1px solid #cccccc;
  line-height: 1.4;
  letter-spacing: 1px;
}
.info_td_5 p {
	line-height: 1.78! important;
}
.btn_wrap {
	text-align: center;
}
.btn_base {
	width: 200px;
	display: inline-block;
	padding: 9px 15px 9px 5px;
	border-radius: 7px;
	background: -webkit-linear-gradient(top,#3275C6, #164B99);
	background: -o-linear-gradient(top,#3275C6, #164B99);
	background: linear-gradient(to bottom,#3275C6, #164B99);
	color: #FFFFFF;
	font-size: 1.3rem;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn_base._small {
	width: 170px;
	padding: 8px 15px 8px 5px;
}
.btn_base:hover {
  opacity: 0.6;
}
.btn_wrap._right {
	text-align: right;
}
.m_heading_box {
	background: -webkit-linear-gradient(top,#ffffff, #e1e1e1);
	background: -o-linear-gradient(top,#ffffff, #e1e1e1);
	background: linear-gradient(to bottom,#ffffff, #e1e1e1);
	color: #164B99;
	position:relative;
	border: solid 1px #cccccc;
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.1) inset;
}
.m_heading {
	padding: 8px 0 7px 21px;
	font-size: 1.7rem;
}
.m_heading::before {
	content:'';
	display: inline-block;
	width: 5px;
	height: 34px;
	background-color: #164B99;
	position: absolute;
	top: 4px;
	left: 4px;
}
.s_heading {
	padding-top: 25px;
	padding-left: 2px;
	color: #164B99;
	font-size: 1.7rem;
	border-bottom: solid 1px #164B99;
}
.s_heading_designpage {
  margin-bottom: 30px;
}
.text {
	padding-bottom: 25px;
	line-height: 1.8;
}
.worklist_wrap {
	display: inline-block;
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}
.worklist_l {
	width: 460px;
	height: 290px;
	float: right;
	padding-bottom: 20px;
}
.worklist_l_left {
	width: 460px;
	height: 600px;
	padding-bottom: 20px;
}
.worklist_wrap_right {
	display: flex;
	flex-direction: column;
}
.worklist_l:nth-of-type(even) {
	padding-left: 20px;
}

/* フッター */
.footer {
	width: 100%;
	height: 245px;
	background-color: #164B99;
}
.l_footer {
	width: 980px;
	margin: 0 auto;
	padding-top: 52px; 
	padding-bottom: 52px;
	color: #cccccc;
	position: relative;
}
.g-gototop {
	position: absolute;
	top: 65px;
	right: 5px;
	color: #ffffff;
	text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;  
}
.g-gototop:hover {
  opacity: 0.6;
}
.footer_logo {
	padding-bottom: 9px;
	color: #ffffff;
	font-size: 1.8rem;
}
.footer_txt {
	font-size: 1.3rem;
	line-height: 1.9;
}
.g_copyright {
	font-size: 1.5rem;
	letter-spacing: 0.3px;
	position: absolute;
	top: 155px;
	right: 0px;
}
.g_copyright span {
	font-size: 2.1rem;
  vertical-align: middle;
}


/* smart phone */
@media (max-width: 767px) {
  body {
  	font-size: 2rem;
}

 /* 全てに適用 */
/*
 .g_nav_sp{
 	display: none;
 }
 */
.pc_br {
 	display: none;
}
.sp_br {
 	display: block;
}
.l_wrapper {
  background: url('../images/img_koso_background.jpg') 40% top no-repeat;
  background-size: 300%;
  min-width: 0;
}
/* header-sp */
.header {
	height: 60px;
	width: 97%;
}
.g_logo {
  width: 250px;
  height: auto;
  top: 4px;
  left: -21px;
}
.g_logo img {
  width: 250px;
}
.g_logo_wrap {
	height: 64px;
  padding-top: 7px;
  padding-left: 0;
}
.g_logo_wrap p {
  font-size: 1rem;
}
.contact_wrap {
	display: none;
}
.contact_wrap_sp {
 	display: block;
 	color: #ffffff;
 	text-align: center;
	width: 100%;
}
.contact_box_sp {
  font-size: 1.1rem;
  display: inline-block;
  border: solid 1px #ffffff;
}
.contact_box_sp p {
	padding: 1px 8px;
}
.contact_phone_sp {
	padding-left: 13px;
	font-family: "Helvetica Neue";
	display: inline-block;	
	font-size: 2.1rem;
	vertical-align: -5px;
	line-height: 1.2;
}
.contact_phone_sp_txt {
	font-size: 1.1rem;
	line-height: 1.2;
	padding-top: 5px;
}
.btngnav {
	display: block;
}
.g-toggle-nav {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  right: 10px;
  top: 18px;
  width: 27px;
  height: 22px;
  cursor: pointer;
  outline: none;
  z-index: 1020; 
  background: transparent;
  border: 0px;
}
.g-toggle-nav:focus {
  outline: none; 
}
.g-toggle-nav span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #164b99;  
}
.g-toggle-nav span:nth-of-type(1) {
  top: 0px; 
}
.g-toggle-nav span:nth-of-type(2) {
  top: 10px; 
}
.g-toggle-nav span:nth-of-type(3) {
  top: 20px; 
}
.g-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  pointer-events: none;
  background-color: transparent;
}
.g-nav:before {
  content: '';
  display: block;
  background-color: #164b99;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0; 
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  
}
.is-nav-open .g-toggle-nav span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg); 
  background-color: #fff;
}
.is-nav-open .g-toggle-nav span:nth-of-type(2) {
  opacity: 0;
  background-color: #fff;
}
.is-nav-open .g-toggle-nav span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg); 
  background-color: #fff;
}
.is-nav-open .g-nav {
  pointer-events: auto;
}
.is-nav-open .g-nav:before {
  transform: scaleX(1);
}
.g-nav-inner {
  position: relative;
  z-index: 1010;
  top: calc(50vh - 166px);
}
.g-nav-main {
  margin-bottom: 2em;
}
.g-nav-main li, .g-nav-contact li, .g-nav-contact-head {
  text-align: right;
}
.g-nav-main li a {
  color: #414349;
  text-decoration: none;
  line-height: 2.35;
}
.g-nav-main li a {
  font-size: 2.0rem;
}
.g-nav-sns li a {
  font-size: 1.4rem;
}
.g-nav-contact li {
  margin-bottom: 0.8em;
}
.g-nav-inner li, .contact_wrap_sp {
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 0;
  transform: translateY(10px);
}
.g-nav-main li:nth-of-type(1) {
  transition-delay: 0.2s;
}
.g-nav-main li:nth-of-type(2) {
  transition-delay: 0.25s;
}
.g-nav-main li:nth-of-type(3) {
  transition-delay: 0.3s;
}
.g-nav-main li:nth-of-type(4) {
  transition-delay: 0.35s;
}
.g-nav-main li:nth-of-type(5) {
  transition-delay: 0.4s;
}
.contact_wrap_sp {
  transition-delay: 0.45s;
} 
.is-nav-open .g-nav-inner li, .is-nav-open .contact_wrap_sp {
  opacity: 1.0;
  transform: translateY(0px);
}
.is-nav-close .g-nav-inner li, .is-nav-close .contact_wrap_sp {
  transition-delay: 0s !important;
}
.is-nav-open .g_nav_sp {
  pointer-events: auto;
}
.g-nav ul {
	height: auto;
	display: block;
}
.g-nav .nav_item {
	border-left: none !important;
	display: block;
  margin-bottom: 20px;
}
.g-nav .nav_item a {
	font-size: 1.6rem;
	font-weight: normal;
	height: auto;
	width: 100%;
	padding-top: 0px;
  background-color: transparent;
}
.g-nav .nav_item a:hover {
  background-color: transparent;
}
.nav_item:nth-of-type(6) {
	width: 100%;
}
.g-nav .nav_item.nav_item_2lines a {
  height: auto;
  padding-top: 0px;
}
.g-nav .nav_item.active a {
  background-color: transparent;
}
.g-breadcrumb {
  padding-top: 0;
}

/* main-sp */
.h_main {
	background: url('../images/img_koso_m_background_sp.jpg') 80% 0px no-repeat;
	background-size: 544px 225px;
	background-color: #fff;
}
.main {
	box-sizing: border-box;
	width: 97%;
	padding:15px 15px 20px;
	margin-bottom: 35px;
}
img {
	width:100%;
	max-width: 100%;
	height: auto;
}
.h_content_wrap {
  padding: 190px 0 30px;
  text-align: center;
}
.h_content_text {
  padding-top: 15px;
  font-size: 1.4rem;
}
.h_content_title {
  letter-spacing: 1px;
  font-size: 2.5rem;
}
.g_profile {
  padding-bottom: 50px;
}
.g_profile_box {
	width: 100%;
	height: auto;
}
.g_profile_wrap {
	padding: 5px 0 40px 5px;
}
.g_profile_title {
  font-size: 1.8rem;
  padding: 0;
}
.g_profile_text {
	padding-top: 5px;
  font-size: 1.5rem;
}
.g_info_wrap {
	width: 100%;
}
.linkbtn_1 {
	margin-top: 30px;
	width: 150px;
	font-size: 1.2rem;
}
.m_heading {
  padding: 6px 0 5px 21px;
  font-size: 1.6rem;
}
.m_heading::before {
  height: 28px;
}
.g_work {
  padding-bottom: 30px;
}
.g_work_box {
	display: inline-block;
	width: calc(50% - 5px);
  height: auto;
	box-sizing: border-box;
	margin: 0 10px 10px 0;
	font-size: 1.3rem;
}
.g_work_box p {
  padding-top: 0;
  font-size: 1.1rem;
  height: 28px;
}
.g_work_box:nth-of-type(even) {
	margin-right: 0;
}
.g_work_text {
	text-align: center;
  padding-top: 25px;
  padding-left: 0;
  padding-bottom: 30px;
  font-size: 1.6rem;
}
.g_work_box_4 p {
  padding-top: 5px;
  height: 33px;
}
.g_work_box img {
  padding-bottom: 10px;
}
.g_work_box_4 img {
  padding-bottom: 0;
}
.s_heading {
	margin-bottom: 15px;
	padding-top: 25px;
  font-size: 1.4rem;
}
.philosophy {
  font-size: 1.5rem;
  padding: 40px 0 15px;
}
.info{
	margin: 15px 0 25px;
	font-size: 1.5rem;

}
.info th {
	width: auto;
	font-weight: bold
}
.info td {
	padding-left: 15px;
	line-height: 1.7! important;
}
.info_td_5 p {
	line-height: 1.7! important;
}
.info th, .info td {
	display: block;
	border-bottom: none;
  padding-right: 15px;
}
.info, .info_td_8 {
	border-bottom: 1px solid #cccccc;
}
.g-gototop {
  top: 10px;
  right: 8px;
  font-size: 1.4rem;
}
.icon-up-open-1:before {
  font-size: 2rem;
}

/* footer-sp */
.footer {
	height: auto;	
}
.l_footer {
	width: 97%;
	padding-top: 80px;
	padding-bottom: 10px;
}
.footer_logo {
  padding: 0 0 10px 10px;
  font-size: 1.6rem;
}
.footer_txt {
  font-size: 1.2rem;
  padding-left: 10px;
  padding-bottom: 48px;
}
.g_copyright {
  font-size: 1rem;
  position: static;
	text-align: center;
}

/* デザイン事例ページ-sp */
.designpage_main {
	padding-top: 5px;
}
.design_wrap {
  padding-top: 10px;
}
.home {
  padding-left: 5px;
  font-size: 1.2rem;
}
.location {
  font-size: 1.2rem;
}
.dpa_logo_wrap {
  max-height: 280px;
  width: 100%;
  background-color: #000;
  text-align: center;
}
.dpa_logo {
  height: auto;
  width: 100%;
  max-width: 280px;
}
.design_wrap {
	padding-bottom: 40px;
}
.dpa_logo_wrap {
  float: none;
  margin-right: 0;
}
.design_text {
}
.content_read {
  font-size: 1.3rem;
}
.content_title {
  font-size: 2.4rem;
  padding-top: 5px;
}
.content_text {
	font-size: 1.5rem;
}
.linkbtn_2 {
	font-size: 1.2rem;
	width: 190px;
}
.linkbtn_2_center {
  margin-top: 20px;
  margin-bottom: 15px;
}
.s_heading_designpage {
	padding-top: 35px;
}
.text {
	padding-bottom: 20px;
  font-size: 1.5rem;
}
.worklist_wrap {
  padding-bottom: 0px;
  display: block;
}
.worklist_l {
  width: 100%;
  height: auto;
  padding-left: 0px;
  padding-bottom: 15px;
  box-sizing: border-box;
  float: none;
}
.worklist_l_left {
  width: auto;
  height: auto;
  padding-bottom: 15px;
}
.worklist_l:nth-of-type(even) {
  padding-left: 0px;
}
.worklist_wrap_right {
  display: block;
}
}


























