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


.title-box {
    width: 55%;
}

/* img-box */
.img-box {
	width: 80%;
	height: auto;
	text-align: center;
	margin: 0 auto 30px;
}

/* layout03 */

.layout03 ul li {
    background-color: var(--color-back1);
    padding: 30px 10px;
    border-radius: 10px;
    font-family: var(--title-font2);
    font-weight: var(--base-weight);
    color: var(--color-sub);
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0em;
}

.layout03 ul li:nth-child(even) {
    background-color: rgba(96, 192, 189, 0.1);
}

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

/* layout04 */

.layout04 {
    text-align: center;
}

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

.layout04 .box-text {
    background-color: var(--color-back1);
    padding: 30px 10px;
    border-radius: 10px;
    position: relative;
}

.layout04 .box-text::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 20px;
    display: block;
    background-image: url("../common/images/answer.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 50px;
    height: 50px;
}

.layout04 h6 {
    font-family: var(--title-font2);
    font-weight: var(--base-weight);
    color: var(--color-sub2);
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 30px;
    padding-top: 70px;
}

.layout04 h6::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url("../common/images/question.svg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 50px;
}


.target h3 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    color: #60c1d6;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
	margin-top: 40px;
}

.layout01 .item.target {
	background-color: #fff;
    border-style: solid;
    border-color: #60c1d6;
    border-width: 1px;
    border-radius: 15px;
    padding: 50px 0px 40px;
}




.sp-view {
    display: none;
}
