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


/* contents-top */

.contents-top {
    width: 100%;
    padding-top: 180px;
    padding-bottom: 100px;
    position: relative;
}

.contents-top::before {
    content: "";
    position: absolute;
    left: 2%;
    top: 0px;
    background-image: url("../common/images/copy.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 220px;
    width: 20px;
    height: 100vh;
}

@media screen and (min-width: 1900px) {
    .contents-top::before {
        height: 70vh;
    }
}

@media screen and (min-width: 768px) {
    .title-box .inner {
        aspect-ratio: 1 / 1;
        height: auto;
    }
}


/* contents04 */

.contents04 {
    width: 100%;
    text-align: center;
    background: rgba(254, 243, 198, 0.3);
    padding: 80px 0px;
}

.contents04 .midashi-box::before {
    display: none;
}

.layout05 h4,
.layout06 ul li,
.layout07 h5,
.layout07 h6,
.layout08 h4 {
    font-family: var(--title-font);
    font-weight: var(--base-font-weight);
    letter-spacing: 0.2em;
}


/* layout05 */

.layout05 {
    margin-bottom: 70px;
}

.layout05 h4 {
    font-size: 27px;
    color: #534741;
    padding: 12px 0px;
    border-style: solid;
    border-color: var(--color-main);
    border-width: 1px;
    border-radius: 60px;
    letter-spacing: 0.1em;
}

.layout05 p {
    line-height: 2;
    text-align: left;
    padding-top: 40px;
}


/* layout06 */

.layout06 {
    background: rgba(241, 154, 148, 0.2);
    border-style: none;
}

.layout06 ul {
    display: inline-block;
}

.layout06 ul li {
    font-size: 22px;
    text-indent: -22px;
    margin-left: 22px;
    text-align: left;
}

.layout06 ul li:not(:last-child) {
    margin-bottom: 25px;
}

.layout06 .box-text {
    padding-bottom: 50px;
}


/* layout07 */

.layout07 {
    padding: 80px 0px;
}

.layout07 h5 {
    font-size: 28px;
    color: #FFF;
    min-width: 550px;
    background-color: var(--color-main);
    padding: 10px 0px;
    border-radius: 60px;
    display: inline-block;
}

.layout07 h6 {
    font-size: 22px;
    padding: 30px 0px;
}

.layout07 p {
    line-height: 2;
}


/* layout08 */

.layout08 {
    border-style: none;
    background-color: #FFF;
    padding: 0px 6% 60px;
}

.layout08 .box:not(:last-child) {
    margin-bottom: 70px;
}

.layout08 h3 {
    background-color: var(--color-back);
}

.layout08 h4 {
    font-size: 28px;
    color: #42210b;
    padding: 12px 0px;
    border-style: solid;
    border-color: var(--color-main);
    border-width: 1px;
    border-radius: 60px;
    margin-bottom: 40px;
}

.layout08 table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.layout08 tr {
    display: grid;
    grid-template-columns: 160px 1fr;
    column-gap: 35px;
}

.layout08 tr:not(:last-child) {
    margin-bottom: 15px;
}

.layout08 th {
    align-self: start;
    width: 160px;
    min-height: 42px;
    background-color: var(--color-main);
    padding: 10px 8px;
    border-radius: 60px;
    font-family: var(--base-font);
    font-size: var(--base-font-size2);
    font-weight: var(--base-font-weight);
    color: #FFF;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
    white-space: nowrap;
}

.layout08 td {
    line-height: 2;
    text-align: left;
}

.layout08 .box > p {
    line-height: 2;
    text-align: left;
    margin-top: 10px;
    padding: 25px 30px;
    background: rgba(254, 243, 198, 0.5);
    border-radius: 15px;
}


/* layout-contents01 */

.layout-contents01 {
    border-color: rgba(0, 0, 0, 0.5);
    border-width: 1px;
}

.midashi-box p {
    font-family: var(--title-font);
    font-size: 32px;
    color: #534741;
    letter-spacing: 0.1em;
    padding-top: 20px;
}

.sp-view {
    display: none;
}
