#about #main {
padding-bottom: 127px;
}
#about #main h2 {
margin-bottom: 19px;
text-align: center;
}
#about #main .aboutTtl01 {
color: #ed6359;
font-size: 1.5em;
font-weight: bold;
margin-bottom: 1em;
}
.aboutSec p {
font-size: 1em;
line-height: 1.875;
letter-spacing: 0.05em;
font-feature-settings : "palt";
}
.aboutSec p a{
text-decoration: underline;
}
.aboutSec p + p {
margin-top: 1.8em;
}
.aboutSec .aboutTtl01 + img {
margin-bottom: 10px;
}
#about .sec02 {
margin-top: 51px;
}
#about .sec02 .image2column {
margin-bottom: 33px;
}
#about .sec03 {
margin-top: 75px;
}
#about .sec03 .aboutTtl01 + img {
margin-bottom: 40px;
}
.aboutSec .image2column {
position: relative;
margin-bottom: 1em;
text-align: center;
}
.aboutSec .image2column img {
width: 49%;
max-width: 300px;
}
.aboutSec .image2column img + img {
float: right;
}
.aboutSec .image2column p {
position: absolute;
font-size: 1.06em;
font-weight: bold;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
@media screen and (max-width: 768px) {
.aboutSec .image2column img {
width: 100%;
}
.aboutSec .image2column img + img {
margin-top: 15px;
float: none;
}
}