*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    /* overflow: auto;*/
}

img {
    max-width: 100%;
    height: auto;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", Hiragino Kaku Gothic ProN, Meiryo, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.7;
    color: #333333;
    letter-spacing: 0.8px;
    word-break: break-all;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
}

.wrapper {
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.wrapper_min {
    width: 100%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.inner {
    width: 580px;
    margin-right: auto;
    margin-left: auto;
}


.flex {
    display: flex;
}


/*---斜め---*/
.subtitle1::after {
    content: "";
    display: block;
    width: 0;
    height: 40px;
    transform: rotate(40deg);
    border: 1px solid #333333;
}

.subtitle1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.subtitle1::after {
    margin: 2em 0 0 0;
}

.subtitle3 {
    display: flex;
    flex-direction: column;
}

.pc {
    display: none;
}

.sp {
    display: none;
}

@media(max-width:559px) {
    ul {
        list-style: none;
    }

}