@charset "UTF-8";
/* コンテンツ */

#title section span:nth-child(1) {
    background-image: url("../img/title_bg.webp");
}

.sub_box {
    margin-bottom: 5em;
}
.sub_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.sub_box ul li:first-child {
    margin-right: 5em;
    text-align: center;
    line-height: 1.5;
}
.sub_box ul li:first-child h3 {
    font-size: 2.4em;
}

.sub_box ul li:first-child h6 {
    height: 12px;
    line-height: 0;
    margin-top: 1em;
}
.sub_box ul li:first-child h6.jcom {
    height: 23px;
    line-height: 0;
    margin-top: 1em;
}
.sub_box ul li:first-child h6 img {
    height: 100%;
}

.sub_box ul li:last-child {
    text-align: left;
    line-height: 1.7;
}
.sub_box ul li:last-child h4 {
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 0.3em;
}

.iot_img {
    position: relative;
    margin-bottom: 5em;
}
.iot_img span {
    position: absolute;
    right: 5px;
    bottom: -1em;
    width: 15%;
    max-width: 80px;
}
.iot_img span img {
    width: 100%;
}

.tree_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.tree_box ul li {
    width: 30%;
    margin-bottom: 3em;
}
.tree_box ul li h5 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
}
.tree_box ul li img {
    width: 100%;
    margin: 1em 0;
}
.tree_box ul li p {
    line-height: 1.6;
    font-size: 0.92em;
    text-align: justify !important;
    text-justify: inter-ideograph;
}

.waku_ill {
    background-color: #f4eee2;
}
.waku_ill section {
    padding: 2em;
}
.tx2 {
    font-size: 1.4em;
    line-height: 2em;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: #d7c399;
}
.ill_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ill_box ul li {
    width: 30%;
}
.ill_box ul li h5 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
}
.ill_box ul li h6 {
    text-align: center;
}
.ill_box ul li img {
    width: 80%;
}
.ill_box ul li p {
    line-height: 1.6;
    font-size: 0.92em;
    margin: 1.09em 0;
    text-align: justify !important;
    text-justify: inter-ideograph;
}


.jc_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.jc_box ul li img {
    width: 100%;
}
.jc_box ul li {
    text-align: justify !important;
    text-justify: inter-ideograph;
}
.jc_box ul li:nth-child(1) {
    width: 60%;
}
.jc_box ul li:nth-child(2) {
    width: 5%;
}
.jc_box ul li:nth-child(3) {
    width: 30%;
}


@media screen and (max-width: 960px) {
.sub_box {
    margin-bottom: 3em;
}
.sub_box ul {
    flex-direction: column;
}
.sub_box ul li:first-child {
    margin-right: 0;
    margin-bottom: 2em;
}
.sub_box ul li:first-child h3 {
    font-size: 2.2em;
}
.sub_box ul li:last-child h4 {
    font-size: 1.32em;
}

.tree_box ul li {
    width: 47%;
}

.ill_box ul li h5 {
    font-size: 1em;
}

.jc_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.jc_box ul li {
    margin-bottom: 2em;
}
.jc_box ul li img {
    width: 100%;
}
.jc_box ul li:nth-child(1) {
    width: 100%;
}
.jc_box ul li:nth-child(2) {
    width: 30%;
    text-align: center;
}
.jc_box ul li:nth-child(2) img {
    width: 30%;
}
.jc_box ul li:nth-child(3) {
    width: 70%;
}

}

@media screen and (max-width: 520px) {
.sub_box ul li:first-child h3 {
    font-size: 2.0em;
}
.sub_box ul li:last-child h4 {
    font-size: 1.24em;
}

.tree_box ul {
    justify-content: space-around;
}
.tree_box ul li {
    width: 80%;
}
.tree_box ul li p {
    line-height: 1.5;
}

.tx2 {
}
.ill_box ul {
}
.ill_box ul li {
    width: 100%;
    margin-bottom: 2em;
}
.ill_box ul li:last-child {
    width: 100%;
}
.ill_box ul li img {
    width: 80%;
}
.ill_box ul li:last-child {
    margin-bottom: 0;
}

.jc_box ul li:nth-child(2) img {
    width: 50%;
}

}
