@charset "utf-8";

@font-face {
    font-family: "LINE Seed Bold";
    src: url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
}

@font-face {
    font-family: "LINE Seed Regular";
    src: url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
}

.line_font {
    font-family: "LINE Seed Regular",sans-serif;
    font-weight: normal;
}
.line_font_nold {
    font-family: "LINE Seed Bold",sans-serif;
    font-weight: normal;
}

.asub {
    font-size: 1.32em;
    font-family: "LINE Seed Regular",sans-serif;
    font-weight: normal;
    line-height: 1.4;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
    border-bottom: 1px dashed #666;
}
.sp_title {
    position: relative;
    margin-top: 190px;
    width: 100%;
    padding: 1.5em 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image:url("../img/title_bg.webp?0716");
    background-position: center center;
    background-size: cover;
    margin-bottom:3em;
}
.spt_autm {
    background-image:url("../img/title_bg2.webp");
    margin-top: 0 !important;
}
.sp_title span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.7)); 
}
.sp_title img {
    position: relative;
    max-width: 900px;
    width: 80%;
}
.bg_sp {
    background-color: #fff;
}
@media screen and (min-width: 1025px) {
.bg_sp {
    font-size: 1.24em;
}
}

.deg-5 {
    transform: rotate(-5deg);
}
.deg5 {
    transform: rotate(5deg);
}

.sp_photo {
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    padding: 1em 1em 3em;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
}
.sp_photo img {
    width: 100%;
}
.sp_photo span {
    position: absolute;
    width: 1.5em;
    left: 0;
    right: 0;
    top: -0.8em;
    margin: auto;
}

.sp_img1 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.7;
}
.sp_img1 ul li:first-child {
    width: 50%;
}
.sp_img1 ul li:last-child {
    width: 43%;
}

.sp_img2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.7;
}
.sp_img2 ul li:nth-child(1) {
    width: 30%;
}
.sp_img2 ul li:nth-child(2) {
    width: 25%;
}
.sp_img2 ul li:nth-child(3) {
    width: 40%;
}

.sp_img3 {
    line-height: 1.7;
}

.sp_img4 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.7;
}
.sp_img4 ul li:first-child {
    width: 45%;
}
.sp_img4 ul li:last-child {
    width: 50%;
}

.sp_img5 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.7;
}
.sp_img5 ul li:first-child {
    width: 50%;
}
.sp_img5 ul li:last-child {
    width: 45%;
}

.sp_img6 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.7;
}
.sp_img6 ul li:first-child {
    width: 43%;
}
.sp_img6 ul li:last-child {
    width: 50%;
}

.sp_img7 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.7;
}
.sp_img7 ul li:first-child {
    width: 50%;
}
.sp_img7 ul li:last-child {
    width: 43%;
}

@media screen and (max-width: 1024px) {
.sp_title {
    margin-top: 80px;
    padding: 1.5em 0 0;
}

}

@media screen and (max-width: 599px) {
.sp_title {
    margin-top: 60px;
    padding: 1.5em 0 0;
}
.sp_title img {
    width: 88%;
}

.sp_img1 ul {
    justify-content: space-around;
}
.sp_img1 ul li:first-child {
    width: 80%;
    margin-bottom: 4em;
}
.sp_img1 ul li:last-child {
    width: 100%;
}

.sp_img2 ul {
    justify-content: space-around;
}
.sp_img2 ul li:nth-child(1) {
    width: 55%;
}
.sp_img2 ul li:nth-child(2) {
    width: 40%;
}
.sp_img2 ul li:nth-child(3) {
    width: 90%;
}

.sp_img3 {
    
}

.sp_img4 ul {
    justify-content: space-around;
}
.sp_img4 ul li:first-child {
    width: 100%;
    margin-bottom: 4em;
}
.sp_img4 ul li:last-child {
    width: 80%;
}

.sp_img5 ul {
    justify-content: space-around;
}
.sp_img5 ul li:first-child {
    width: 80%;
    margin-bottom: 4em;
}
.sp_img5 ul li:last-child {
    width: 100%;
}

.sp_img6 ul {
    justify-content: space-around;
}
.sp_img6 ul li:first-child {
    width: 100%;
    margin-bottom: 4em;
}
.sp_img6 ul li:last-child {
    width: 80%;
}

.sp_img7 ul {
    justify-content: space-around;
    flex-direction: column-reverse;
    align-items: center;
}
.sp_img7 ul li:first-child {
    width: 80%;
}
.sp_img7 ul li:last-child {
    width: 100%;
    margin-bottom: 4em;
}

}

