@charset "UTF-8";
/* CSS Document */

.layout-contents01 {
    border-color: var(--color-sub6);
}

.layout04 h5,
.layout04 h6,
.layout04 p::before,
.layout05 h6 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
}

/* layout-contents01 */

.layout-contents01 {
    padding: 80px 6%;
}

/* layout04 */

.layout04 {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.layout04 .box-img {
    width: 52%;
}

.layout04 .box-img img {
    border-radius: 50%;
}

.layout04 .box-detail {
    width: 40%;
    text-align: center;
}

.layout04 h5 {
    font-size: 75px;
    color: var(--color-sub6);
    line-height: 1.1;
    letter-spacing: 0.2em;
    font-weight: 300;
}

.layout04 h6 {
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin: 25px 0px 40px;
}

.layout04 h6::before {
    content: "院長";
    font-size: 26px;
    display: inline-block;
    margin-right: 20px;
}

.layout04 p {
    line-height: 2.2;
    text-align: left;
    display: inline-block;
    position: relative;
    padding-top: 70px;
}

.layout04 p::before {
    content: "経 歴";
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    border-radius: 60px;
    width: 110%;
    margin-left: -5%;
    background-color: var(--color-sub6);
    text-align: center;
    font-size: 26px;
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.2em;
    padding: 8px 0px;
}


/* layout05 */

.layout05 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 25px;
    padding: 20px 0px;
    text-align: center;
    background-color: var(--color-back2);
}

.layout05 .box {
    width: 50%;
    padding: 15px 0px;
}

.layout05 .box:not(:last-child) {
    border-right-style: solid;
    border-color: rgba(0, 0, 0, 0.5);
    border-width: 1px;
}

.layout05 h6 {
    color: var(--color-sub6);
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.layout05 p {
    display: inline-block;
    text-align: left;
}


.sp-view {
    display: none;
}
