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


.title-box h1,
.title-box h2 {
    color: #FFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 767px) {
    .title-box h1 {
        color: var(--color-sub);
        text-shadow: none;
    }
}

/* contents01 */

.contents01 .box-text h6 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: #f15a24;
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    padding-top: 30px;
}

/* contents02 */

.contents02 .box-text {
    text-align: left;
}

.contents02 .layout-table td {
    text-align: center;
}

.contents02 .layout-table tr:first-child td {
    font-size: 18px;
}

.contents02 .layout-table td:first-child {
    font-weight: var(--base-weight);
}


.layout-contents01 > div:not(:last-child) {
    margin-bottom: 60px;
}

.contents01_lay01 {
    background-color: var(--color-back5);
    padding: 40px 90px 50px;
    margin: 0px -90px;
}

.contents01_lay01 .box-text {
    text-align: center;
    margin-bottom: 40px;
}

.contents01_lay02 > div:not(:last-child) {
    margin-bottom: 50px;
}

.contents01_lay01 .box-text,
.contents01_lay02 .box-text {
    text-align: center;
}

.contents01_lay01 .box-text h6,
.contents01_lay02 .box-text h6 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: var(--color-sub6);
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.15em;
}

.contents01_lay01 .box-text h6 {
    padding-top: 30px;
}

.contents01_lay02 .box-text h6 {
    font-size: 25px;
    margin-bottom: 20px;
}


/* layout01 */

.layout01 span,
.layout01 h5 {
    color: #f65378;
}

.layout01 h5 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 15px;
}

.contents02 .layout01 .item h5 span {
    font-size: 25px;
    letter-spacing: 0em;
}

/* layout03 */

.layout03 .box:not(:last-child) {
    margin-bottom: 40px;
}

.layout03 .box-title-page01 {
    margin-bottom: 30px;
}

.layout03 .box-title-page01 h4 {
    background-color: var(--color-sub6);
    min-width: 660px;
}

/* layout04 */

.layout04 {
    border-radius: 20px;
    background-color: #FFF;
    padding: 35px 5%;
}

.layout04 .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0px 30px;
}

.layout04 .box:not(:last-child) {
    margin-bottom: 25px;
}

.layout04 .box h6 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: #FFF;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    display: inline-block;
    padding: 5px 20px 7px;
    border-radius: 60px;
    background-color: var(--color-sub6);
    text-align: center;
    min-width: 130px;
}

.layout04 .box p {
    flex: 1;
}

/* layout05 */

.layout05-wrap {
    text-align: center;
}

.layout05-wrap > div:not(:last-child) {
    margin-bottom: 40px;
}

.layout05-wrap h6 {
    font-family: var(--title-font);
    font-weight: var(--base-weight2);
    color: var(--color-sub4);
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: 0.15em;
    margin-bottom: 25px;
}

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

.layout05 ul li {
    line-height: 1.6;
}

.layout05 ul li:not(:last-child) {
    margin-bottom: 15px;
    text-indent: -16px;
    margin-left: 16px;
}



.sp-view {
    display: none;
}
