@font-face{
    font-family:'NotoSansCJKjp';
    src:url("../font/NotoSansCJKjp-Thin.otf") format("opentype");
    font-weight:100;
    font-style:normal
}

@font-face{
    font-family:'NotoSansCJKjp';
    src:url("fonts/NotoSansCJKjp-DemiLight.otf") format("opentype");
    font-weight:200;
    font-style:normal
}

@font-face{
    font-family:'NotoSansCJKjp';
    src:url("fonts/NotoSansCJKjp-Light.otf") format("opentype");
    font-weight:300;
    font-style:normal
}

@font-face{
    font-family:'NotoSansCJKjp';
    src:url("../font/NotoSansCJKjp-Regular.otf") format("opentype");
    font-weight:400;
    font-style:normal
}

@font-face{
    font-family:'NotoSansCJKjp';
    src:url("../font/NotoSansCJKjp-Medium.otf") format("opentype");
    font-weight:500;
    font-style:normal
}

@font-face{
    font-family:'NotoSansCJKjp';
    src:url("../font/NotoSansCJKjp-Bold.otf") format("opentype");
    font-weight:700;
    font-style:normal
}

@font-face{
    font-family:'NotoSansCJKjp';
    src:url("../font/NotoSansCJKjp-Black.otf") format("opentype");
    font-weight:900;
    font-style:normal
}

@font-face{
    font-family:'NotoSansMonoCJKjp';
    src:url("../font/NotoSansMonoCJKjp-Bold.otf") format("opentype");
    font-weight:700;
    font-style:normal
}

@font-face{
    font-family:'NotoSansMonoCJKjp';
    src:url("fonts/NotoSansMonoCJKjp-Regular.otf") format("opentype");
    font-weight:500;
    font-style:normal
}

@media screen and (max-width: 970px){
  [id] {
    scroll-margin-top: 50px;
  }
}

.about p {
	line-height: 2;
}
.about.lower {
    background-color: #FFFFFF;
}
.about .lowerHero{
    background-image:url(../images/about/kv_about.jpg)
}
@media screen and (max-width: 970px){
    .about .lowerHero{
        background-image:url(../images/about/sp_kv_about.jpg)
    }
}  
.about .aboutBlock{
    padding:0 0 78px 0
}  
@media screen and (max-width: 970px){
    .about .aboutBlock{
        padding:0 0 19px 0
    }
}
.about .aboutNav{
    padding:0 0 50px
}
@media screen and (max-width: 970px){
    .about .aboutNav {
        display:none
    }
}
.about .aboutNav__list{
    width: 1080px;
    max-width: 100%;
    margin-inline: auto;
    padding: 0 20px;
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
    gap: 20px;
}
.about .aboutNav__list::after {
    content: "";
    display: block;
    width: 200px;
}
.about .aboutNav__item {
    width:200px;
    height:40px;
    font-size:1.4rem;
    color: #6a3906;
    border: 1px solid;;
    display:flex;
    justify-content:center;
    align-items: center;
    padding:18px 0;
}
.about .aboutNav__item a{
    width:inherit;
    height:inherit;
    flex-direction:column;
    display:flex;
    justify-content: center;
    align-items:center
}

/* 代表挨拶 */
.about .aboutMessage {
	padding-top: 30px;
} 
@media screen and (max-width: 970px){
	.about .aboutMessage {
		padding: 30px 20px 0px 20px;
	}
}
.about .aboutMessage__group {
    padding: 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 970px){
	.about .aboutMessage__group {
		padding: 0;
	}
}
.about .aboutMessage__image {
	width: 35%;
}
@media screen and (max-width: 970px){
	.about .aboutMessage__image {
		width: 200px;
    	margin-inline: auto;
		margin-bottom: 50px;
	}
}
.about .aboutMessage__text {
	width: 59%;
}
@media screen and (max-width: 970px){
	.about .aboutMessage__text {
		width: 100%;
	}
}
.about .aboutMessage__highlight-text {
	margin-top: 50px;
}
.about .aboutMessage__highlight-text p {
	font-size: 1.4rem;
}
.about p.aboutMessage__highlight-title {
	font-size: 2rem;
	font-weight: 600;
	color: #6a3906;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid;
}
@media screen and (max-width: 970px){
	.about p.aboutMessage__highlight-title {
		font-size: 1.5rem;
	}
}
.about .aboutMessage__profile {
	margin-top: 100px;
}
@media screen and (max-width: 970px){
	.about .aboutMessage__profile {
		margin-top: 50px;
	}
}
.about .aboutMessage__profile-innner {
	position: relative;
	z-index: 1;
}
.about .aboutMessage__profile-innner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw; /* ビューポート幅いっぱい */
	height: 100%;
	background-color: #faf4ee;
	z-index: -1;
}
.about .aboutMessage__profile-innner img {
	width: 585px;
    height: auto;
    display: block;
    margin-inline: auto;
}
.about .aboutMessage__profile-caption {
	font-size: 1.1rem;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
@media screen and (max-width: 970px){
	.about .aboutMessage__profile-caption {
		font-size: 1rem;
	}
}
.about .aboutMessage__profile-caption div {
	width: 280px;
}
.about .aboutMessage__profile-caption span {
	font-size: 1.6rem;
}
.about .aboutMessage__message {
	width: 760px;
	max-width: 100%;
	margin-top: 60px;
	margin-inline: auto;
}
.about .aboutMessage__title {
	font-size: 2rem;
	font-weight: 600;
	color: #6a3906;
	margin-bottom: 20px;
}
@media screen and (max-width: 970px){
	.about .aboutMessage__title {
		font-size: 1.5rem;
	}
}
.about .aboutMessage__name {
	text-align: right;
	margin-top: 50px;
}
.about .aboutSection__head {
	text-align: center;
	margin-bottom: 70px;
}
@media screen and (max-width: 970px){
	.about .aboutSection__head {
		margin-bottom: 50px;
	}	
}
/* 社訓 */
.about .aboutPhilosophy {
	padding-top: 50px;
	margin-top: 70px;
}
@media screen and (max-width: 970px){
	.about .aboutPhilosophy {
		padding: 30px 20px 0px 20px;
		margin-top: 50px;
	}
}
.about .aboutPhilosophy p {
	text-align: center;
}
.about .aboutPhilosophy__image {
	width: 400px;
	margin-inline: auto;
	margin-top: 50px;
}
@media screen and (max-width: 970px){
	.about .aboutPhilosophy__image {
		max-width: 100%;
	}
}
/* タカシマグループのあゆみ */
.about .aboutHistory {
	padding-top: 50px;
	margin-top: 70px;
}
@media screen and (max-width: 970px){
	.about .aboutHistory {
		padding: 30px 20px 0px 20px;
		margin-top: 50px;
	}
}
.about .aboutHistory table {
	width: 760px;
	font-size: 1.4rem;
	margin-inline: auto;
}
@media screen and (max-width: 970px){
	.about .aboutHistory table {
		width: 100%;
	}
	.about .aboutHistory table tr {
		display: block;
    	margin-bottom: 1em;
    	border-bottom: 1px solid #ccc;
	}
}
.about .aboutHistory table td {
	padding: 5px;
	line-height: 2;
    min-width: 3em;
}
@media screen and (max-width: 970px){
	.about .aboutHistory table td {
		display: inline-block;
		width: auto;
		padding: 0;
	}
	.about .aboutHistory table td.content {
		display: block;
		margin-bottom: 10px;
	}
	.about .aboutHistory table td.year:empty {
		display: none;
	}
}
/* 以下ブロック共通 */
.about .aboutSection__bg {
	position: relative;
    z-index: 1;
	margin-top: 100px;
	padding-bottom: 100px;
}
@media screen and (max-width: 970px){
	.about .aboutSection__bg {
		padding-bottom: 50px;
	}
}
.about .aboutSection__bg::before {
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #faf4ee;
    z-index: -1;
}
.about .aboutSection {
	padding-top: 120px;
	margin-inline: 50px;
}
@media screen and (max-width: 970px){
	.about .aboutSection {
		padding: 50px 20px 0px 20px;
		margin-inline: 0;
	}
}
.about .aboutSection__top {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 970px){
	.about .aboutSection__top {
		flex-wrap: wrap
	}
}
.about .aboutSection__top-left,
.about .aboutSection__top-right {
	width: 48%;
}
@media screen and (max-width: 970px){
	.about .aboutSection__top-left,
	.about .aboutSection__top-right {
		width: 100%;
	}
	.about .aboutSection__top-right {
		margin-top: 20px;
	}
}
.about .aboutSection__top-left h4 {
	font-size: 3.1rem;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
}
@media screen and (max-width: 970px){
	.about .aboutSection__top-left h4 {
		font-size: 2rem;
	}
}
.about .aboutSection__top-left h5 {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.75;
	margin-bottom: 20px;
}
@media screen and (max-width: 970px){
	.about .aboutSection__top-left h5 {
		font-size: 1.5rem;
	}
}
.about .aboutSection__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 80px; 
	margin-top: 80px;
}
@media screen and (max-width: 970px){
	.about .aboutSection__list {
		row-gap: 50px;
	}
}
.about .aboutSection__item {
	width: 47%;
}
@media screen and (max-width: 970px){
	.about .aboutSection__item {
		width: 100%;
	}
}
.about .aboutSection__item h5 {
	font-size: 2rem;
	font-weight: 600;
	vertical-align: middle;
	margin-bottom: 30px;
}
.about .aboutSection__item h5 img {
	width: 48px;
	height: auto;
	vertical-align: middle;
	margin-right: 20px;
}
.about .aboutSection__item dl {
	font-size: 1.4rem;
	line-height: 2;
	margin-top: 20px;
}
.about .aboutSection__item dl dt,
.about .aboutSection__item dl dd {
	display: inline-block;
}
.about .aboutSection__item dl dt {
	width: 4em;
	vertical-align: top;
}
.about .aboutSection__item dl dd {
	width: calc(100% - 5em)
}
.about .aboutSection__images {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
@media screen and (max-width: 970px){
	.about .aboutSection__images {
		gap: 10px;
	}
}
/* 3枚の場合 */
.about .aboutSection__images.three img {
  width: calc((100% - 20px) / 3); /* gapが10px×2 = 20px */
}
/* 4枚の場合 */
.about .aboutSection__images.four img {
  width: calc((100% - 30px) / 4); /* gapが10px×3 = 30px */
}
@media screen and (max-width: 970px){
	.about .aboutSection__images.four img {
		width: calc((100% - 10px) / 2); 
	}
}
/* 画像の共通スタイル */
.about .aboutSection__images img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  box-sizing: border-box;
}
.about .aboutSection__result {
	margin-top: 80px;
}
.about .aboutSection__result h5 {
	font-size: 2rem;
    font-weight: 600;
    color: #6a3906;
	text-align: center;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid;
}
@media screen and (max-width: 970px){
	.about .aboutSection__result h5 {
		margin-bottom: 20px;
	}
}
.about .aboutSection__result-body {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 970px){
	.about .aboutSection__result-body {
		flex-wrap: wrap;
	}
}
.about .aboutSection__result-text,
.about .aboutSection__result-image {
	width: 48%;
}
@media screen and (max-width: 970px){
	.about .aboutSection__result-text,
	.about .aboutSection__result-image {
		width: 100%;
	}
	.about .aboutSection__result-image {
		margin-top: 20px;
	}
}
.about .aboutSection__result-text ul {
	list-style: disc;
	padding-left: 1.5em;
}
.about .aboutSection__result-text ul li {
	padding-bottom: 10px;
}
.about .aboutSection__result-title {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.75;
	margin-bottom: 20px;
}
@media screen and (max-width: 970px){
	.about .aboutSection__result-title {
		font-size: 2rem;
	}
}
.about .aboutSection__result-image p {
	font-size: 1.4rem;
}

/* 外装工事 T craft部分 */
.about .aboutSection--exterior .aboutSection__top-right-body {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
@media screen and (max-width: 970px){
	.about .aboutSection--exterior .aboutSection__top-right-body {
		flex-wrap: wrap;
	}
}
.about .aboutSection--exterior .aboutSection__top-right-body div {
	width: 48%;
}
@media screen and (max-width: 970px){
	.about .aboutSection--exterior .aboutSection__top-right-body div {
		width: 100%;
	}
	.about .aboutSection--exterior .aboutSection__top-right-body div:last-of-type {
		margin-top: 20px;
	}
}
.about .aboutSection--exterior .aboutSection__top-right-body h5 {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.about .aboutSection--exterior .aboutSection__top-right-body .image-narrow {
	width: 75%;
	height: auto;
	display: block;
	margin-inline: auto;
}
/* 外装工事 T craft部分 ここまで */

@media screen and (max-width: 970px){
	.break--mobile-hidden {
		display: none;
	}
}
