a, .contents a {
    color: #8FA0FF;
}
article {
    background-color: transparent;
}
.about_lead {
    max-width: 70%;
    margin: 0 auto 5%;
}
.about_lead .box_lead {
    background-color: #fff;
    padding: 3%;
    font-size:1.18rem;
}
.about_lead .box_title {
    width: 30%;
    margin: 0 auto;
    position: relative;
    transform: translate(0, 8%);
}
.about_lead .box_lead h2 {
    margin: 0;
    padding-bottom: .7em;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6em;
}
.about_lead p {
    line-height: 1.6em;
}

.wrap_concept h3{
	font-family: ab-kokoro-no3, sans-serif;
	font-style: normal;
	font-weight: 400;
}
.fetures .wrap_concept {
    display: flex;
    justify-content: space-between;
}
.fetures .wrap_concept .box_concept {
    background-color: #fff;
    width: 31%;
    padding: 3%;
}
.fetures .wrap_concept .box_concept .box_fig {
    position: relative;
    height: auto;
}
.fetures .wrap_concept .box_concept .box_fig:before {
    content: "";
    display: block;
    padding-top: 115%;
}
.fetures .wrap_concept .box_concept .box_fig .baloon h3 {
    position: absolute;
    top: 36%;
    left: 50%;
    color: #fff;
    z-index: 1;
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    margin: 0;
    width: 100%;
    text-align: center;
}
.fetures .wrap_concept .box_concept .box_fig .baloon h3 img {
    height: 2rem;
    display: block;
    margin: 0 auto;
}
.fetures .wrap_concept .box_concept .box_fig .baloon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 120px;
}
.fetures .wrap_concept .box_concept .box_fig > img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.fetures .wrap_concept .box_concept.hirogeru .box_fig > img {
    width: 80%;
}

.fetures .wrap_concept .box_concept h4{
	font-size:1.15rem;
	line-height:1.6em;
}
.fetures .wrap_concept .box_concept p {
    line-height: 1.6em;
}
.copyright {
    background-color: #fff;
    margin-top: 2em;
    padding: .7em 2em;
    width: fit-content;
    margin-left: auto;
}

@media screen and (max-width:900px){
.fetures .wrap_concept .box_concept .box_fig:before{
	padding-top: 135%;
}
.fetures .wrap_concept .box_concept .box_fig .baloon {
    width: 90px;
}
.fetures .wrap_concept .box_concept .box_fig .baloon h3{
	font-size:1.6rem;
}
.fetures .wrap_concept .box_concept h4 {
    font-size: 1.1rem;
}
.fetures .wrap_concept .box_concept .box_fig .baloon h3 img {
    height: 1.4rem;
}
}

@media screen and (max-width:600px){
.about_lead {
    max-width: unset;
}
.about_lead .box_title {
    width: 50%;
}
.fetures .wrap_concept {
    display: block;
}
.fetures .wrap_concept .box_concept {
    width: 100%;
    margin-bottom: 7%;
    padding: 7%;
}
.fetures .wrap_concept .box_concept .box_fig:before {
    padding-top: 45%;
}
.fetures .wrap_concept .box_concept .box_fig .baloon {
    left: 0;
    transform: unset;
}
.fetures .wrap_concept .box_concept .box_fig .baloon h3 {
    left: 35%;
    top: 42%;
}
.fetures .wrap_concept .box_concept .box_fig .baloon > img {
    transform: rotate(-60deg);
}
.fetures .wrap_concept .box_concept .box_fig > img {
    width: 65%;
    left: unset;
    right: 0;
    transform: unset;
}
.fetures .wrap_concept .box_concept.hirogeru .box_fig > img {
    width: 60%;
}

}