@charset "UTF-8";

.mainVisual .imgView .box.only600 {
    top: unset;
    bottom: 3.82vw;
    left: 4.89vw;
}
.mainVisual .imgView .box.only600 img {
    width: 35.18vw;
}

/* 共通 / about01 */
.box.about01,
.box.about02,
.box.about03 {
    display: block;
}
.box.about01 .copy,
.box.about02 .copy,
.box.about03 .copy {
    margin: 1.5625rem 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.box.about02 .copy p,
.box.about03 .copy p {
    width: 68.14vw;
}
.box .imgBox.post {
    width: 22.311vw;
    display: flex;
    flex-direction: column;
}
.box .imgBox.post .name {
    width: auto;
    margin: 0.5rem 0 0 0;
    font-size: 140%;
    line-height: 1;
}
.box .imgBox.post .name i {
    margin: 0.5rem 0 0 0;
    display: inline-block;
    font-style: normal;
}
.box .imgBox.post .name span {
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.1em;
}
@media (max-width: 600px) {
    .box.about02 .copy p,
    .box.about03 .copy p {
        width: 100%;
    }
    .box .imgBox.post {
        width: 100%;
        flex-direction: row;
        align-items: flex-end;
    }
    .box .imgBox.post img {
        width: 33.333vw;
        max-width: 200px;
        margin: 0 1rem 0 0;
    }
}
@media (max-width: 400px) {
    .box .imgBox.post {
        width: 100%;
        flex-direction: column;
    }
    .box .imgBox.post img {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
    .box .imgBox.post .name {
        margin: 0.5rem auto 0;
    }
}

/* about02 */
.box.about02 {
    border-top: unset;
}
.box.about02 .copy .textBox .imgBox {
    width: 68.14vw;
    margin: 3.125rem 0 0 auto;
}
@media (max-width: 768px) {
    .box.about02 {
        margin: 0 0 0 auto;
    }
}
@media (max-width: 600px) {
    .box .imgBox.post {
        margin: 0 0 1.5625rem 0;
    }
    .box.about02 .copy {
        flex-direction: column;
    }
    .box.about02 .copy .textBox .imgBox {
        width: 100%;
    }
}

/* about03 */
.box.about03 h3 {
    padding: 0;
    text-align: left;
    color: var(--font_jp);
}
.box.about03 ul {
    max-width: 1200px;
    margin: 1.75rem 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box.about03 ul li {
    width: calc((100% / 3) - 1rem);
    margin: 0 0 1rem 0;
    font-family: var(--font_jp);
    color: #231815;
}
.box.about03 ul li p.service {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.2em;
    color: var(--border_color);
    text-shadow: unset;
}
.box.about03 ul li span.serviceContent {
    margin: 0.35rem 0 0 0;
    display: block;
    font-size: 14px;
    line-height: 1.94;
}
@media (max-width: 1150px) {
    .box.about03 ul li {
        width: calc((100% / 2) - 1rem);
    }
}
@media (max-width: 768px) {
    .box.about03 ul li p.service {
        font-size: clamp(15px, 2.343vw, 18px);
    }
    .box.about03 ul li span.serviceContent {
        font-size: clamp(12px, 1.822vw, 14px);
    }
}
@media (max-width: 650px) {
    .box.about03 ul li {
        width: 100%;
        margin: 0 0 1.5rem 0;
    }
}
@media (max-width: 600px) {
    .box.about03 h3 {
        border-top: unset;
        border-bottom: unset;
    }
}