@charset "UTF-8";

#sub.about .subMain {
    background-image: url(../images/main-about.jpg);
}

/* about01
--------------------------------------------- */

.about01 h2 br {
    display: none;
}

.about01 p {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.8;
}

.mincho p{
	font-family: "ten-mincho-text", "游明朝", "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-weight: 500;
	font-style: normal;
    font-size: 2rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

@media (max-width: 926px) {
    .about01 h2 br {
        display: block;
    }
    .about01 .read p {
        text-align: left;
    }
    .about01 .read p br {
        display: none;
    }
}

@media (max-width: 559px) {
    .about01 h2,
    .about01 h3 {
        text-align: left;
        margin-bottom: 10px;
    }
    .mincho p{
        text-align: left;
        font-size: 1.6rem;
        margin-bottom: 0;
    }
    .mincho p br{
        display: none;
    }
}


/* about02
--------------------------------------------- */

.about02 figure {
    width: 38%;
}
.about02 figure img {
    width: 100%;
}
.about02 .txtBox {
    width: 60%;
}

@media (max-width: 768px) {
    .about02 .flex {
        flex-wrap: wrap;
    }
    .about02 figure {
        width: 70%;
        margin: 0 auto 30px;
    }
    .about02 .txtBox {
        width: 100%;
    }
}


/* about03
--------------------------------------------- */
.about03 .flex {
	display: flex;
	margin-bottom: 80px;
}

.about03 .flex:nth-child(odd) {
	flex-direction: row-reverse;
}

.about03 .txtBox {
	width: 60%;
	position: relative;
}

.about03 figure {
	width: 36%;
}

.about03 figure img {
    width: 100%;
}

/* 見出し番号 */
.about03 .txtBox h4 {
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 20px;
	padding-left: 120px;
}

.about03 .txtBox h4::before {
	content: "01";
	position: absolute;
	left: 0;
	top: -10px;
	font-size: 6rem;
	font-weight: 700;
	color: #a4b8d0;
	line-height: 1;
	opacity: 0.25;
}

.about03 .flex:nth-of-type(1) h4::before { content: "01"; }
.about03 .flex:nth-of-type(2) h4::before { content: "02"; }
.about03 .flex:nth-of-type(3) h4::before { content: "03"; }
.about03 .flex:nth-of-type(4) h4::before { content: "04"; }

@media (max-width: 1200px) {
    .about03 .flex {
        gap: 10px;
    }
    .about03 h4 br {
        display: none;
    }
}

@media (max-width: 926px) {
	.about03 .flex {
		flex-direction: column;
	}
	.about03 .flex:nth-child(odd) {
		flex-direction: column;
	}
	.about03 .txtBox,
	.about03 figure {
		width: 100%;
	}
	.about03 .txtBox h4 {
		padding-left: 60px;
		font-size: 1.3rem;
	}
	.about03 .txtBox h4::before {
		font-size: 3rem;
	}
}

@media (max-width: 559px) {
    .about03 .txtBox h4 {
        padding-left: 100px;
        font-size: 1.2rem;
    }
    .about03 .txtBox h4::before {
        font-size: 4.5rem;
    }
}