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


/* lay1160 */

.lay1160 {
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

 .lay p {
        text-align: left;
    }

/* contents01 */

.contents01 .box-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 30px;
    padding: 100px 0px;
}

.contents01 .box-link:first-child {
    padding-top: 0px;
}

.contents01 .box-link:last-child {
    padding-bottom: 0px;
}

/* box-title-page01 */

.box-title-page01 {
    margin-bottom: 50px;
    text-align: center;
}

.box-title-page01 h4 {
    font-family: var(--sub-font);
    font-weight: var(--base-weight);
    color: #FFF;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    display: inline-block;
    min-width: 800px;
    border-radius: 60px;
    padding: 10px;
    background-color: var(--color-sub4);
}

/* link01 */

.link01 a {
    font-family: var(--sub-font);
    font-weight: var(--base-weight);
    color: var(--color-sub);
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    display: inline-block;
    min-width: 380px;
    border-style: solid;
    border-color: var(--color-sub);
    border-width: 1px;
    padding: 20px 0px;
    text-align: center;
}

.link01 a:hover {
    color: #FFF;
    background-color: var(--color-sub);
    opacity: 1;
}

/* layout03 */

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

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

.layout03 .box-img {
    text-align: center;
    width: 510px;
}

.layout03 h5 {
    font-weight: var(--base-weight);
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom-style: solid;
    border-color: rgba(0, 0, 0, 0.5);
    border-width: 1px;
}

.layout03 h6 {
	text-align: left;
    font-weight: var(--base-weight);
    color: var(--color-sub4);
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.layout03 .box-img {
	text-align: center;
	padding-bottom: 100px;
}

.sp-view {
    display: none;
}
