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

.bt_box1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 5em;
}
.bimg1 {
    position: relative;
    width: 60%;
}
.bimg1 span {
    position: absolute;
    width: 14%;
    max-width: 50px;
    right: 1em;
    bottom: 1em;
    line-height: 0;
}
.bimg1 span img {
    width: 100%;
}
.bt_right {
    width: 35%;
}

.bt_box2 ul {
    display: flex;
    flex-direction: column;
    margin-bottom: -3em;
}
.bt_box2 ul li {
    margin-bottom: 3em;
}
.bt_box2 ul li p {
    font-size: 0.92em;
    line-height: 1.5;
}
.bt_box2 ul li:first-child p {
    font-size: 0.76em;
}

.btsub {
    line-height: 1.5;
    color: #672272;
    border-bottom: 1px solid #672272;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    padding-bottom: 0.4em;
    margin-bottom: 0.8em;
}
.btsub2 {
    line-height: 1.5;
    border-bottom: 1px solid #111;
    padding-bottom: 0.4em;
    margin-bottom: 0.8em;
}

.bt_box3 {
    margin-bottom: 5em;
}
.bt_box3 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.bt_box3 ul li {
    width: 30%;
    margin-bottom: 3em;
}
.bt_box3 ul li p {
    font-size: 0.92em;
    line-height: 1.5;
    margin-bottom: 1em;
    text-align: justify !important;
    text-justify: inter-ideograph;
}
.bt_box3 ul li h5 {
    font-size: 1em;
    line-height: 1.5;
}
.bt_box3 ul li img {
    width: 100%;
}

.bt_box4 {
    margin-bottom: 2em;
}
.bt_box4 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -1em;
}
.bt_box4 ul li {
    width: 48%;
    margin-bottom: 1em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.bt_box4 ul li img {
    width: 35%;
}
.bt_box4 ul li section {
    width: 60%;
}
.bt_box4 ul li p {
    font-size: 0.92em;
    line-height: 1.5;
    margin-bottom: 1em;
    text-align: justify !important;
    text-justify: inter-ideograph;
}
.bt_box4 ul li h5 {
    font-size: 1em;
    line-height: 1.5;
}

.bt_img1 {
    text-align: left;
    width: 100%;
    max-width: 800px;
    line-height: 1.5;
    margin: 0 auto 5em;
}

.bt_box5 {
    margin-bottom: 5em;
}
.bt_box5 p {
    font-size: 0.92em;
    line-height: 1.5;
    margin-bottom: 1em;
    text-align: justify !important;
    text-justify: inter-ideograph;
}
.bt_box5 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.bt_box5 ul li {
    width: 45%;
    margin-bottom: 3em;
}
.bt_box5 ul li img {
    width: 100%;
}
.bt_box5 ul li p {
    font-size: 0.76em;
    margin-top: 1em;
    margin-bottom: 0;
}
.bt_box5 ul li h6 {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 0.92em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.bt_box6 {
    margin-bottom: 5em;
}
.bt_box6 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.bt_box6 ul li {
    width: 46%;
    margin-bottom: 3em;
}
.bt_tx6 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.5em;
}
.bt_box6 ul li section {
    width: 60%;
}
.bt_box6 ul li img {
    width: 35%;
}
.bt_box6 ul li p {
    font-size: 0.92em;
    line-height: 1.5;
    text-align: justify !important;
    text-justify: inter-ideograph;
}
.bt_box6 .ch6 {
    font-size: 0.76em;
    line-height: 1.5;
}


@media screen and (max-width: 1190px) {
.bt_box1 {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 5em;
}
.bimg1 {
    width: 60%;
    margin-bottom: 3em;
}

.bt_right {
    width: 100%;
}

.bt_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: -3em;
}
.bt_box2 ul li {
    width: 30%;
    margin-bottom: 3em;
}

}

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

.bimg1 {
    width: 70%;
    margin-bottom: 3em;
}

}

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

.bimg1 {
    width: 70%;
    margin-bottom: 3em;
}

.bt_box2 ul {
    
}
.bt_box2 ul li {
    width: 46%;
}
.bt_box2 ul li:first-child {
    width: 100%;
}
.bt_box2 ul li:first-child section {
    width: 80%;
    margin: 0 auto;
}
.bt_box2 ul li:first-child p {
    font-size: 0.68em;
}

.bt_box3 ul li {
    width: 46%;
}
.bt_box3 ul li:first-child {
    width: 100%;
}
.bt_box3 ul li:first-child img {
    width: 46%;
}

.bt_box4 ul li {
    width: 100%;
}

.bt_box5 ul li {
    width: 100%;
}

.bt_box6 ul li {
    width: 100%;
}

}
