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


/* contents01 */

.contents01 {
    width: 100%;
    position: relative;
}

/* layout01 */

.layout01 {
    width: 96%;
    max-width: 1580px;
}

.layout01 .box {
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    align-items: center;
}

.layout01 .box:not(:last-child) {
    margin-bottom: 80px;
}

.layout01 .box-img {
    width: 49%;
}

.layout01 .box-detail {
    width: 51%;
}

.layout01 h3 {
    color : var(--color-main);
    font-weight: var(--base-weight3);
    font-size: 3.8vw;
line-height: 1.2;
letter-spacing: 0em;
    margin-bottom: 40px;
}

.layout01 ul li {
    line-height: 1.4;
    font-size: 1vw;
    text-indent: -1vw;
    margin-left: 1vw;
}

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


@media screen and (min-width: 1800px) {
    .layout01 h3 {
    font-size: 67px;
}
    
.layout01 ul li {
    font-size: 16px;
    text-indent: -16px;
    margin-left: 16px;
}
    
}

@media screen and (max-width: 1280px) {
    .layout01 h3 {
    font-size: 48px;
        margin-bottom: 30px;
}
    
.layout01 ul li {
    font-size: 14px;
    text-indent: -14px;
    margin-left: 14px;
}
    
}


.sp-view {
	display: none;
}
