@charset "utf-8";
/* CSS Document */

.heading {
	padding: 7rem 0 0 0;
	text-align: center;
}

.heading__title {
	padding: 0;
	margin: 0;
	color:var(--second-color);
	font-size: 1.8rem;
	letter-spacing: 4px;
	text-indent: 4px;
	line-height: 1em;
}

.heading__title::before {
	display: block;
	content:"";
	margin: 0 auto 12px auto;
	width: 45px;
	height: 45px;
	background: url(../img/icon-review.png) no-repeat top center;
	background-size: cover;
}

.heading__title::after {
	content:"";
	display: block;
	margin: 36px auto 0 auto;
	width: 90px;
	height: 1px;
	background: linear-gradient(90deg, var(--sub-color) 0%, var(--sub-color) 49.9%, var(--second-color) 50%, var(--second-color) 100%);
}

/* review-section */

.review {
	position: relative;
	text-align: center;
}

.review__wrapper {
	padding: 36px 18px;
}

.review__outline {
	margin: 0 0 2rem 0;
	color: var(--main-text-color);
	font-size: 1.2rem;
	text-align: center;
}

.review__outline span {
	display:inline-block;
}

.review__wrapper {
	padding: 2rem 1rem;
}

.review__list {
	display: flex;
	flex-wrap: wrap;;
	justify-content: flex-start;
	column-gap: 24px;
	row-gap:24px;
	padding: 0 0.5rem;
}

.review__box {
	padding: 24px 24px;
	margin: 0;
	border-radius: 10px;
	flex-basis: 100%;
	background: rgba(123,123,123,0.1);
}

.review__title {
	font-size: 1.5rem;
	font-weight: normal;
}

.review__lead {
	text-align: left;
	font-size: 1.1rem;
	line-height: 1.5em;
}

.review__name {
	font-size: 0.75rem;
	font-weight: bold;
}

.review__text {
	color: var(--main-text-color);
	text-align: left;
	font-size: 0.8rem;
	line-height: 1.5em;
}


/* profile-section */

.profile {
	position: relative;
	text-align: center;
}

.profile__wrapper {
	padding: 36px 18px;
}

.profile__title {
	font-size: 28px;
}

.profile__title::after {
	display: block;
	content:"company profile";
	font-size: 9px;
	letter-spacing: 0.4em;
	text-indent: 0.4em;
}

.profile__table {
	padding: 0;
}

.profile__table dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-top: 1px solid #d3ccc1;
	border-left: 1px solid #d3ccc1;
	border-right: 1px solid #d3ccc1;
	text-align: left;
}

.profile__table dt {
	flex-basis: 25%;
	padding: 12px 9px;
	margin: 0;
	border-bottom: 1px solid #d3ccc1;
	background: #beb9b4;
}

.profile__table dd {
	flex-basis: 75%;
	padding: 12px 9px;
	margin: 0;
	border-bottom: 1px solid #d3ccc1;
	background: #e1dbcf;
}

.profile__table dd > div {

}


/* access-section */

.access {
	text-align: center;
}

.access__wrapper {
	padding: 36px 0;
}

.access__title {
	font-size: 28px;
}

.access__title::after {
	display: block;
	content:"access";
	font-size: 9px;
	letter-spacing: 0.4em;
	text-indent: 0.4em;
}

.access__map {
	padding: 0;
	height: 240px;
	background: #f0ece8;
}


/* contact-box */

.contact-box {
	padding: 60px 0 84px 0;
	background: #e1dbcf;
	text-align: center;
}

.contact-box__wrapper {
	padding: 0 18px;
}

.contact-box__form-link {
	margin: 0 auto;
	width: 90%;
	border-radius: 50px;
	overflow: hidden;
	text-align: center;
}

a.link-button {
	display: block;
	background: var(--button-color);
	color:var(--link-color);
	font-size: 20px;
	line-height: 3.2em;
}


/*----------------------------------------------------------------------------
 ***                                                                width480
----------------------------------------------------------------------------*/

@media only screen and (min-width: 480px) {
}

/*----------------------------------------------------------------------------
 ***                                                                width768
----------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) {

.heading {
	padding: 9rem 0 0 0;
}

.review__wrapper {
	padding: 48px 0;
	margin: 0 auto;
	width: 90%;
}

.review__box {
	flex-basis: calc(50% - 12px);
}

.review__lead {
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.5em;
}

.review__name {
	font-size: 0.8rem;
}

.review__text {
	color: var(--main-text-color);
	text-align: left;
	font-size: 0.85rem;
	line-height: 1.5em;
}

.profile-section h2 {
	font-size:42px;
}

.photo {
	width:40%;
	float:left;
}

.info {
	padding:0 0 0 2%;
	margin:0;
	width:60%;
	float:left;
}

.info dl dt {
	padding:12px;
	width:22%;
}

.info dl dd {
	padding:12px;
	margin-left:22%;
}

}


/*----------------------------------------------------------------------------
 ***                                                                width980
----------------------------------------------------------------------------*/

@media only screen and (min-width: 980px) {

.review__wrapper {
	padding: 60px 0;
	width: 80%;
}

.review__box {
	flex-basis: calc(33.33% - 16px);
}

}

/*----------------------------------------------------------------------------
 ***                                                                width1024
----------------------------------------------------------------------------*/

@media only screen and (min-width: 1024px){

}

/*----------------------------------------------------------------------------
 ***                                                                width1280
----------------------------------------------------------------------------*/

@media only screen and (min-width: 1280px){



}
