@charset "UTF-8";
/* CSS Document */


/* contents01 */

.contents01 {
    width: 810px;
}

/* contents02 */

.contents02 .box-wrap {
    background-color: #FFF;
    padding: 80px 75px 70px;
}

.contents02 .box-wrap:not(:last-child) {
    margin-bottom: 60px;
}

.contents02 .box-wrap > div:not(:last-child) {
    margin-bottom: 60px;
}

/* layout01 */

.layout01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 42px 0px;
}

.layout01 .box {
    width: 242px;
}

/* layout02 */

.layout02 {
    text-align: center;
}

.layout02 h2 {
    font-weight: var(--base-weight2);
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    position: relative;
    padding-top: 80px;
    margin-bottom: 20px;
}

.layout02 h2::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    text-align: center;
    font-family: var(--subtitle2-font);
    font-weight: 200;
    color: var(--color-main);
    font-size: 70px;
    line-height: 0.9;
    letter-spacing: 0em;
}

.contents02 .box-wrap:nth-child(1) h2::before {
    content: "01.";
}

.contents02 .box-wrap:nth-child(2) h2::before {
    content: "02.";
}

.contents02 .box-wrap:nth-child(3) h2::before {
    content: "03.";
}

.contents02 .box-wrap:nth-child(4) h2::before {
    content: "04.";
}

.contents02 .box-wrap:nth-child(5) h2::before {
    content: "05.";
}

.contents02 .box-wrap:nth-child(6) h2::before {
    content: "06.";
}

.layout02 p,
.layout03 p,
.layout04 p {
    font-size: 14px;
}

/* layout03 */

.layout03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px 0px;
}

.layout03 .box {
    position: relative;
    padding-top: 25px;
    width: 370px;
}

.layout03 h4 {
    font-weight: var(--base-weight);
    color: #FFF;
    font-size: var(--base-font-size);
    line-height: 1.2;
    letter-spacing: 0.05em;
    background-color: var(--color-main);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    padding: 15px 20px;
    display: inline-block;
    text-align: left;
}

.layout03 p {
    line-height: 1.6;
    padding-top: 20px;
}

/* layout04 */

.layout04 {
    text-align: center;
    padding: 50px 80px 40px;
    background-color: #ECF0F2;
}

.layout04 p {
    text-align: left;
}

/* layout05 */

.layout05 h6 {
    font-weight: var(--base-weight);
    color: var(--color-sub);
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom-style: solid;
    border-color: var(--color-sub);
    border-width: 2px;
}

.layout05 p {
    font-size: 12px;
    line-height: 1.6;
}

.sp-view {
    display: none;
}
