@charset "utf-8";

/* OFFICE */

/* contents
----------------------------------------- */
.office-cont {
	margin: 40px 0 70px;
	padding: 0 30px;
}
.profile-sec {
	margin-bottom: 50px;
}
.office-cont .img-area {
	width: 60%;
	margin: 0 auto 30px;
}
.text-area {
}
.profile-name {
	margin-bottom: 25px;
	text-align: center;
	color: #111;
}
.profile-name span {
	font-size: 10px;
}
.profile-history,
.profile-skill {
	margin-bottom: 45px;
}
.profile-sub-ttl {
	margin-bottom: 18px;
	font-size: 12px;
	color: #111;
}
.history-list,
.skill-list,
.award-list,
.office-profile-list {
	font-size: 12px;
	color: #111;
}
.history-list li {
	display: flex;
}
.history-list li span {
	display: block;
	width: 6em;
	
}
.history-list li p {
	width: calc(100% - 6em);
}
.office-sec-ttl {
	margin-bottom: 25px;
	text-align: center;
	color: #111;
}
.office-profile-list {
	margin-bottom: 45px;
}
.office-profile-list > li {
	display: flex;
	margin-bottom: 5px;
}
.office-profile-list span {
	display: block;
	width: 7.5em;
}
.office-profile-list div {
	width: calc(100% - 7.5em);
}
.office-profile-service {
	text-indent: -1em;
	margin-left: 1em;
}
.access-map {
	margin-bottom: 20px;
}
.googl-map-link {
	padding-right: 20px;
	font-size: 10px;
	text-align: right;
}



























/* tablet 600px - 799px */
@media only screen and (min-width: 600px) {

/* contents
----------------------------------------- */
.office-cont {
	margin: 40px 0 120px;
	padding: 0 60px;
}

.profile-sec {
	display: flex;
	margin-bottom: 80px;
}
.office-cont .img-area {
	width: 30%;
	margin: 0 10% 0 0;
}
.text-area {
	width: 60%;
	padding-top: 60px;
}
.profile-name {
	margin-bottom: 25px;
	text-align: left;
}
.profile-name span {
	font-size: 10px;
}
.profile-history,
.profile-skill {
	margin-bottom: 45px;
}
.profile-sub-ttl {
	margin-bottom: 18px;
	font-size: 12px;
}
.history-list,
.skill-list,
.award-list,
.office-profile-list {
	font-size: 12px;
}
.history-list li {
	display: flex;
}
.history-list li span {
	display: block;
	width: 6em;
	
}
.history-list li p {
	width: calc(100% - 6em);
}
.office-sec {
	display: flex;
}
.office-sec-ttl {
	margin-bottom: 25px;
	text-align: left;
}
.office-profile-list {
	margin-bottom: 45px;
}
.office-profile-list > li {
	display: flex;
	margin-bottom: 5px;
}
.office-profile-list span {
	display: block;
	width: 7.5em;
}
.office-profile-list div {
	width: calc(100% - 7.5em);
}
.office-profile-service {
	text-indent: -1em;
	margin-left: 1em;
}
.access-map {
	margin-bottom: 20px;
}
.googl-map-link {
	padding-right: 20px;
	font-size: 10px;
	text-align: right;
}


} /* tablet end */

































/* PC 800px - */
@media only screen and (min-width: 800px) {

/* contents
----------------------------------------- */
.office-cont {
	max-width: 1000px;
	margin: 100px auto 240px;
	padding: 0 2%;
}

.profile-sec {
	display: flex;
	margin-bottom: 80px;
}
.office-cont .img-area {
	width: 30%;
	margin: 0 10% 0 0;
}
.text-area {
	width: 60%;
	padding-top: 80px;
}
.profile-name {
	margin-bottom: 30px;
	text-align: left;
}
.profile-name span {
	font-size: 10px;
}
.profile-history,
.profile-skill {
	margin-bottom: 35px;
}
.profile-sub-ttl {
	margin-bottom: 15px;
	font-size: 12px;
}
.history-list,
.skill-list,
.award-list,
.office-profile-list {
	font-size: 12px;
}
.history-list li {
	display: flex;
}
.history-list li span {
	display: block;
	width: 6em;
	
}
.history-list li p {
	width: calc(100% - 6em);
}
.office-sec {
	display: flex;
}
.office-sec-ttl {
	font-family: quasimoda, sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
	text-align: left;
}
.office-profile-list {
	margin-bottom: 45px;
}
.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-service {
	text-indent: -1em;
	margin-left: 1em;
}
.access-map {
	margin-bottom: 20px;
	padding-right: 30px;
}
.googl-map-link {
	padding-right: 110px;
	font-size: 12px;
	text-align: right;
}
.googl-map-link a {
	transition: all .3s;
}

.googl-map-link a:hover {
	color: #999;
}




} /* PC end */


