@charset "utf-8";
/* ---------------------------- */
/* ABOUT
/* ---------------------------- */
	/* セカンドページ ヘッダー */
	.second-header a{
		color: #333;
		text-decoration: none;
		transition: .3s;
		letter-spacing: 0.1em;
		text-shadow: none;
	}
.top_logo{
  fill: #333;
}


/* contents
--------------------------- */
.about-wrapper{
	padding: 200px 0 120px;
	margin: 0 auto;
}
/* about-sec */
.about-sec {
	display: flex;
	max-width: 1160px;
	margin: 0 auto 70px;
	padding: 80px 0 70px;
}
.about-sec .left-side {
	width: 45.5%;
	margin: 0 9% 0 0;
}
.about-sec .right-side {
	width: 45.5%;
	padding-top: 8.5%;
}
.about-ttl {
	margin-bottom: 45px;
	font-size: 18px;
	letter-spacing: 0.16em;
}
.about-text {
	margin-bottom: 30px;
	line-height: 2.3;
}
.about-text p {
	margin-bottom: 32px;
	font-size: 12px;
	text-indent: 1em;
}
.about-text p:last-child {
	margin-bottom: 0;
}
.about-sign {
	font-size: 12px;
	text-align: right;
	letter-spacing: 0.16em;
}
/* office-sec */
.office-sec {
	max-width: 1160px;
	margin: 100px auto 0;
	padding: 0 0 100px;
}
.office-inner {
	display: flex;
	align-items: center;
	margin: 120px 0;
}
.office-sec-ttl {
	margin-bottom: 60px;
	text-align: center;
	font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.16em;

}
.office-sec .left-side {
	width: 42%;
	margin: 0 13% 60px 0;
}
.office-sec .right-side {
	width: 45%;
	margin: 0 auto 55px;
}
.office-profile-list {
	margin-bottom: 45px;
	font-size: 12px;
}
.office-profile-list > li {
	display: flex;
	margin-bottom: 15px;
}
.office-profile-list span {
	display: block;
	width: 7.5em;
}
.office-profile-list div {
	width: calc(100% - 7.5em);
}
.office-profile-list div.office-contact a{
	text-decoration: none;
	color: #333;
}
.office-profile-list div.office-contact a:hover{
	color: #999;
}
.office-profile-service {
	text-indent: -1em;
	margin-left: 1em;
}
.access-inner{
  margin: 0 auto;
}
.access-map{
  position:relative;
  width:100%;
  height:0;
  padding-top:32.7%;
}
.access-map iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
@media screen and (max-width:1100px){
  /* ---------------------------- */
  /* ABOUT_tablet
	/* ---------------------------- */
	.about-wrapper{
    padding: 200px 4vw 120px;
	}
}

@media screen and (max-width:768px){
  /* ---------------------------- */
  /* ABOUT_sp
	/* ---------------------------- */
	/* セカンドページ ヘッダー */
.second-header nav.header-nav-second{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgb(255, 255, 255, 0.8)!important;
}
.second-header nav.second-header.header-nav-second.nav-list{
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.second-header nav.second-header.header-nav-second.nav-list.nav-item{
	margin: 0 0 30px;
}
.second-header nav.second-header.header-nav-second.nav-list.nav-item:last-of-type{
	margin-bottom: 0;
}
.bar-second .bar{
  display: block;
  height: 2px;
  width: 30px;
  background-color: #111;
}
	.about-wrapper{
    padding: 160px 4vw 120px;
	}
	/* about-sec */
	.about-sec {
		flex-direction: column;
	  padding: 60px 0;
	}
	.about-sec .left-side {
		width: 100%;
		margin-bottom: 45px;
	}
	.about-sec .right-side {
		width: 100%;
	}
	.about-ttl {
		margin-bottom: 30px;
		font-size: 1.6rem;
		color: #333;
	}
	.about-text {
		margin-bottom: 20px;
		line-height: 2.0;
	}
	.about-text p {
		margin-bottom: 25px;
		font-size: 1.2rem;
		text-indent: 1em;
		color: #333;
	}
	.about-text p:last-child {
		margin-bottom: 0;
	}
	.about-sign {
		font-size: 1.2rem;
		text-align: right;
	}
	/* office-sec */
	.office-sec {
		margin: 60px 0 60px;
		padding: 0;
	}
	.office-inner {
		flex-direction: column;
	}
	.office-sec-ttl {
		margin-bottom: 2.5rem;
		text-align: center;
		color: #333;
	}
	.office-sec .left-side {
		width: 97%;
		margin: 0 auto;
	}
	.office-sec .right-side {
		width: 100%;
	}
	.office-profile-list {
		margin-bottom: 45px;
		padding: 0 4vw;
	}
	.office-profile-list > li {
		margin-bottom: 12px;
	}
	.office-profile-list span {
		display: block;
		width: 10em;
		letter-spacing: .2rem;
	}
	.office-profile-list div {
		width: calc(100% - 10em);
	}
	.office-profile-list div.office-contact a{
		text-decoration: none;
		color: #333;
	}
	.office-profile-list div.office-contact a:hover{
		color: #999;
	}
	.office-profile-service {
		text-indent: -1em;
		margin-left: 1em;
	}

}