.about {
    background: url(../img/bg_paper.jpg);
}
.about .lower-mv {
    background: url(../img/about/bg_ttl.png) center center no-repeat;
    background-size: cover;
    padding: 60px 0;
}


/*▼ページ内リンク*/
html {
	scroll-behavior: smooth;
}
.internal-link {
	width: 100%;
	background-color: #fff;
	padding: 18px 0;
	font-size: 1.6rem;
	font-weight: 500;

}
.internal-link ul {
	display:flex;
	justify-content: center;
}
.internal-link ul li {
	padding-right: 80px;
}
.internal-link ul li:last-of-child {
	padding-right: 0;
}
.internal-link ul li a i {
	margin-right: 8px;
}
/*▲ページ内リンク*/

.about_s01 {
	margin-bottom: 100px;
	padding-top: 80px;
}
.about_s01 .img-box {
	margin-bottom: 80px;
}
.about_s01 .img-box .img-area {
    width: 500px;
}
.about_s01 .img-box .text-area {
    width: calc(100% - 500px);
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 65px 0 0;
    align-content: center;
}
.about .ex-text {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
}
.about .text {
	margin: 0 0 40px;
}
.about .main-img {
	text-align: center;
}


.flex-container {
	display: flex;
	justify-content: space-between;
    align-items: stretch;
}
.flex-container .item {
	width: 100%;
	background-color: #fff;
	margin-right: 20px;
}
.flex-container .item:last-of-type {
	margin-right: 0;
}
.flex-container .item img {
	width: 100%;
}
.flex-container .item .item-in {
	padding: 0 30px 30px;
}
.flex-container .item .item-in h3 {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.6;
	height: 130px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}
.flex-container .item .item-in .c-detail-btn a {
	width: 100% !important;
	background: url(../img/general-building/external-link.png) right 30px center no-repeat !important;
}
.flex-container .item .item-in .c-detail-btn a:hover {
    background: url(../img/general-building/external-link_white.png) right 30px center no-repeat #145b7e  !important;
    background-size: 14px;
    color: #fff;
    opacity: 1;
}


.voice-box .img-box .img-area .icon i img {
	width: auto;
}
.case-table {
    width: 485px;
    border-top: 1px solid #999;
    font-size: 1.2rem;
}
.case-table tbody tr {
    border-bottom: 1px solid #999999;
}
.case-table tbody tr th {
    background: #145b7e;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    width: 150px;
}
.case-table tbody tr td {
    padding: 10px 30px;
}


.about_s02 {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 40px;
}
.about_s02 .img-area {
	width: 85px;
	margin-right: 10px;
}
.about_s02 .flow-list {
	width: 880px;
}
.about_s02 .flow-list li {
	background-color: #F1F0E9;
	margin-bottom: 40px;
	padding: 30px 130px 30px 30px;
}
.about_s02 .flow-list li:nth-child(n + 4) {
	background-color: #C1B5A5;
}
.about_s02 .flow-list li:last-of-type {
	margin-bottom: 0;
}
.about_s02 .flow-list .flex-item {
	display: flex;
	align-items: center;
}
.about_s02 .flow-list .flex-item .left {
	display: flex;
	align-items: center;
}
.about_s02 .flow-list .flex-item .left i {
	padding-right: 10px;
	width: 60px;
}
.about_s02 .flow-list .flex-item .left .flow-title {
	font-size: 1.6rem;
	font-weight: 500;
	width: 160px;
	line-height: 1.5;
}

.about_s02 .lead-text{
	margin: 0 0 30px;
}

.about_s02 .flow-list .flex-item .right {
	padding-left: 30px;
}
.about_s02 .flow-list .flex-item .right .flow-text {
	font-size: 1.3rem;
}
.about_s02 .flow-list > * {
	pointer-events: relative;
}
.about_s02 .flow-list > *::after {
	position: absolute;
	left: 52%;
	content: url(../img/about/down_arrow.png);
	margin-top: 40px;
}
.about_s02 .flow-list li:last-of-type::after {
	display: none;
}


.about_s03 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.about_s03 .img-box {
	background-color: #fff;
	padding: 60px 50px;
	margin-bottom: 40px;
}

.about_s03 .img-box .float_box{
	overflow: hidden;
}
.about_s03 .img-box .img-area{
	clear: both;
	float: right;
}

.about_s03 .img-box .float_box .space{

}
.about_s03 .img-box .text-area {
    /* width: calc(100% - 200px); */
    /* align-items: center; */
    /* display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center; */
}
.about_s03 .img-area{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-top: 1em;
	margin-left: 1em;
}
.about_s03 .img-area .name {
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 1.4;
	margin-right: 30px;
}
.about_s03 .img-area .name span {
	font-size: 1.4rem;
}
.about_s03 .img-box .img-area figure{
	width: 200px;
	margin-bottom: 0;
}

.overview {
	background-color: #fff;
	padding: 60px 75px;
}
.overview .overview-table {
    width: 100%;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
}
.overview .overview-table tbody tr {
    border-bottom: 1px solid #999999;
}
.overview .overview-table tbody tr th {
    background: #145b7e;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 20px 0;
    width: 150px;
}
.overview .overview-table tbody tr td {
    padding: 20px 30px;
}
.overview .overview-table tbody tr td.address,.overview .overview-table tbody tr td .address {
	display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.overview .overview-table tbody tr td.address .map-btn a,.overview .overview-table tbody tr td .address .map-btn a {
	background-color: #707070;
	padding: 6px 20px 8px;
	color: #fff;
	border-radius: 20px;
	margin-left: 30px;
}
.overview .overview-table tbody tr td.address .map-btn a i,.overview .overview-table tbody tr td .address .map-btn a i {
	margin-left: 10px;
}
.overview .overview-table tbody tr td .flex-container {
	margin-top: 20px;
	justify-content: flex-start !important;
	align-items: center !important;
}
.overview .overview-table tbody tr td .flex-container .ttl {
	background-color: #f1f0e9;
	padding: 30px 30px;
	margin-right: 20px;
}
.overview .overview-table tbody tr th span {
	font-size: 1.2rem;
}


@media (max-width: 1080px) {
	.about_s01 .img-box .img-area {
		width: 400px;
	}
	.about_s01 .img-box .text-area {
		width: calc(100% - 400px);
		padding: 0 30px 0 0;
		display: block;
	}
	.about_s01 .text-area h3 {
		margin-bottom: 10px;
	}
}
@media (max-width: 960px){
	.about_s01 .img-box {
		margin-bottom: 40px;
	}
	.about_s01 .ex-text {
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.about_s01 .text {
		margin-bottom: 0 !important;
	}
	.about_s01 .flex-container {
		display: block;
	}
	.about_s01 .flex-container .item {
		display: flex;
		align-items: center;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.about_s01 .flex-container .item:last-of-type {
		margin-bottom: 0;
	}
	.about_s01 .flex-container .item img {
		width: auto;
	}
	.about_s01 .flex-container .item .item-in {
		padding: 0 30px;
	}
	.about_s01 .flex-container .item .item-in h3 {
		margin-bottom: 10px;
	}
	.about_s01 .flex-container .item .item-in h3 br {
		display: none;
	}
	.about_s02 .flow-list > *::after {
		margin-top: 30px;
	}
	.about_s02 .flow-list li {
		padding: 20px 30px 20px 30px;
	}
	.about_s03 .img-box {
		padding: 40px 30px;
	}
	.overview {
		padding: 40px 30px;
	}

	.about_s03 .img-box .space{
		display: none;
	}

	.about_s03 .img-box .float_box{
		display: flex;
		flex-direction: column;
		flex-direction: column-reverse;

	}
}
@media (max-width: 750px) {
	.about_s02 .lead-text{
		margin: 0 0 15px;
	}

	.internal-link {

		font-size: 1.4rem;
	}
	.internal-link ul li {
		padding-right: 40px;
	}

	.internal-link ul li img{
		width: 15px;
	}
	.about_s01 {
		margin-bottom: 40px;
		padding-top: 40px;
	}

	.about_s01 .img-box {
		display: block;
	}
	.about_s01 .img-box .img-area {
		width: 100%;
		margin-bottom: 20px;
	}
	.about_s01 .img-box .img-area img {
		width: 100%;
	}
	.about_s01 .img-box .text-area {
		width: 100%;
	}
	.about_s01 .img-box .text-area .ex-text br {
		display: none;
	}
	.about_s01 .flex-container .item{
		display: block;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.about_s01 .flex-container .item .item-in{
		padding: 15px;
	}
	.about_s01 .flex-container .item .item-in h3{
		height: inherit;
		margin: 10px 0;
		font-size: 1.8rem;
	}
	.about_s02 {
		padding-top: 40px;
	}
	.about_s02 .flow-list li {
		padding: 20px 30px;
		margin-bottom: 45px;
	}
	.about_s02 .flow-list .flex-item {
		display: block;
	}
	.about_s02 .flow-list .flex-item .left {
		margin-bottom: 10px;
	}
	.about_s02 .flow-list .flex-item .left .flow-title {
		width: auto;
	}
	.about_s02 .flow-list .flex-item .right {
		padding-left: 0;
	}

	.about_s02 .img-area{
		width: 65px;
	}
	.about_s02 .flow-list{
		width: calc(100% - 65px);
	}
	.about_s03 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	/* .about_s03 .img-box .text-area {
		padding: 0 30px 0 0;
	}
	.about_s03 .img-box .text-area .name {
		margin-top: 10px;
	} */

	.about_s03 .img-box .img-area figure{
		width: 150px;
	}

	.about_s03 .img-area .name {
		font-weight: 500;
		font-size: 2rem;
		line-height: 1.4;
	}
	.about_s03 .img-area .name span {
		font-size: 1rem;
	}

	.overview .overview-table {
		border-right: none;
		border-top: none;
	}
	.overview .overview-table tbody tr {
		border-bottom: none;
	}
	.overview .overview-table tbody tr th {
		display: block;
		width: 100%;
		text-align: left;
		padding: 10px 15px;
	}

 .overview .overview-table tbody tr td {
		display: block;
		width: 100%;
		text-align: left;
		padding: 10px 0px 0 8px;
	}

	.overview .overview-table tbody tr td {
		margin-bottom: 10px;
	}
	.overview .overview-table tbody tr td .flex-container {
		display: block;
	}
	.overview .overview-table tbody tr td .flex-container .ttl {
		margin-right: 0;
		margin-bottom: 5px;
		padding: 10px 10px;
	}
	.overview .overview-table tbody tr td.address,.overview .overview-table tbody tr td .address {
		display: block;
	}
	.overview .overview-table tbody tr td.address .map-btn,.overview .overview-table tbody tr td .address .map-btn {
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.overview .overview-table tbody tr td.address .map-btn a,.overview .overview-table tbody tr td .address .map-btn a {
		margin-left: 0;
		margin-top: 10px;
	}
}
@media (max-width: 600px) {
	.internal-link ul {
		display: block;
		width: 220px;
		margin: 0 auto;
	}
	.internal-link ul li {
		padding-right: 0;
		margin-bottom: 10px;
	}
	.internal-link ul li:last-of-type {
		margin-bottom: 0;
	}
	.about_s01 .item {
		display: block;
		background-color: #fff;
	}
	.about_s01 .item img {
		width: 100%;
	}
	.about_s01 .item .item-in {
		padding: 20px 20px;
	}
	.about_s03 .img-box {
		display: block;
	}
	.about_s03 .img-box .text-area {
		display: block;
		width: 100%;
		padding-right: 0;
	}
	.about_s03 .img-box .text-area .name {
		margin-bottom: 20px;
	}
	.about_s03 .img-box .img-area , .about_s03 .img-box .img-area img {
		width: 100%;
	}
}

.about_kyoka{
	display: flex;
}

.about_kyoka_name{
	width: 140px;
}

@media (max-width: 750px) {
	.about_kyoka_name{
		width: 105px;
	}
	.about_kyoka_num{
		min-width: 170px;
	}
}
