@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: 15px;
    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;
}

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

.se_tx1 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
}
.se_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -1em;
}
.se_box2 ul li {
    margin-bottom: 1em;
}
.se_box2 ul li:nth-child(1) {
    width: 17%;
}
.se_box2 ul li:nth-child(2) {
    width: 40%;
}
.se_box2 ul li:nth-child(3) {
    width: 32%;
}
.se_box2 ul li img {
    width: 100%;
}
.se_box2 p {
    line-height: 1.6;
    font-size: 0.92em;
    margin-bottom: 1em;
    text-align: justify !important;
    text-justify: inter-ideograph;
}

.ji_box {

}
.ji_box ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
}
.ji_box ul li:first-child {
    width: 20%;
    flex-shrink: 0;
    margin-left: 2em;
}
.ji_box ul li:first-child img {
    width: 100%;
}
.ji_box ul li h5 {
    font-size: 1em;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 1em;
}
.ji_box ul li p {
    line-height: 1.6;
    font-size: 0.92em;
    margin-bottom: 2em;
    text-align: justify !important;
    text-justify: inter-ideograph;
}
.ji_box ul li section {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ji_box ul li section h6 {
    font-size: 1em;
    line-height: 1.4;
    font-weight: 500;
    margin-right: 2em;
}
.ji_box ul li section img {
    width: 250px;
}

.se_box3 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.se_box3 ul li:nth-child(1) {
    width: 60%;
}
.se_box3 ul li:nth-child(2) {
    width: 35%;
}
.se_box3 ul li:nth-child(2) h5 {
    font-size: 1em;
    line-height: 2em;
    font-weight: 500;
    text-align: center;
    background-color: #a196c3;
    color: #fff;
    margin-bottom: 0.5em;
}
.se_box3 ul li:nth-child(2) h5:last-of-type {
    background-color: #a78896;
}
.se_box3 ul li section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.se_box3 ul li img {
    width: 200px;
    margin-left: 2em;
}
.se_box3 ul li p {
    line-height: 1.6;
    font-size: 0.92em;
    text-align: justify !important;
    text-justify: inter-ideograph;
}

.se_box4 h5 {
    font-size: 1.16em;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0.5em;
}
.se_box4 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.6;
    font-size: 0.92em;
}
.se_box4 ul img {
    width: 100%;
}
.se_box4 ul li:nth-child(1) {
    width: 22%;
}
.se_box4 ul li:nth-child(2) {
    width: 22%;
}
.se_box4 ul li:nth-child(3) {
    width: 25%;
}
.se_box4 ul li:nth-child(4) {
    width: 25%;
}

@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;
}

.se_box1 ul li h5 img {
    width: 100%;
}

.ji_box {
    
}
.ji_box ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.ji_box ul li:first-child {
    width: 30%;
    margin-left: 1.5em;
}
.ji_box ul li p {
    line-height: 1.5;
}
.ji_box ul li section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap:wrap;
}
.ji_box ul li section h6 {
    margin-right: 0;
    margin-bottom: 0.5em;
}
.ji_box ul li section img {
    width: 200px;
}

}

@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;
}

.se_box1 ul {
    justify-content: space-around;
}
.se_box1 ul li {
    width: 70%;
    margin-bottom: 3em;
}
.se_box1 ul li p {
    line-height: 1.5;
}

.se_box2 ul {
    justify-content: space-around;
}
.se_box2 ul li:nth-child(1) {
    width: 51%;
}
.se_box2 ul li:nth-child(2) {
    width: 80%;
}
.se_box2 ul li:nth-child(3) {
    width: 70%;
}
.se_box2 ul li p {
    line-height: 1.5;
}

.ji_box ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}
.ji_box ul li:first-child {
    width: 60%;
    margin-left: 0;
    margin-top: 2em;
}

.se_box3 ul {
    flex-wrap: wrap;
}
.se_box3 ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 1em;
}
.se_box3 ul li:nth-child(2) {
    width: 100%;
}
.se_box3 ul li img {
    width: 200px;
    margin-left: 0;
}
.se_box3 ul li p {
    line-height: 1.6;
    font-size: 0.92em;
}

.se_box3 ul li section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.se_box3 ul li section p {
    margin-bottom: 1em;
}

.se_box4 h5 {
    font-size: 1em;
}
.se_box4 ul {
    line-height: 1.6;
    font-size: 0.92em;
    margin-bottom: -1em;
}
.se_box4 ul li {
    margin-bottom: 1em;
}
.se_box4 ul li:nth-child(1) {
    width: 100%;
}
.se_box4 ul li:nth-child(2) {
    width: 100%;
}
.se_box4 ul li:nth-child(3) {
    width: 100%;
}
.se_box4 ul li:nth-child(4) {
    width: 100%;
}


}
