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

#title {
    background-image: url("../img/title_bg.webp");
}

.bg_1f {
    background-color: #c6beb9;
}
.bg_2f {
    background-color: #92847c;
}

.f_img {
    margin-bottom: 5em;
}
.f_img ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.f_img ul li:first-child {
    width: 10%;
}
.f_img ul li:last-child {
    width: 85%;
}
.f_img ul li img {
    width: 100%;
}

.ex_tx {
    line-height: 1.7;
}
.ex_tx h2 {
    margin-bottom: 1em;
}
.ex_tx h3 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5em;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.ex_tx h3 span {
    background-color: #92847c;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 0.6em;
    width: 1.8em;
    height: 1.8em;
    border-radius: 50%;
    margin-right: 0.3em;
}
.bg_2f .ex_tx h3 span {
    background-color: #6b5d56 !important;
}

.ex_tx h4 {
    font-family: "LINE Seed Bold",sans-serif;
    font-weight: normal;
    line-height: 1;
    margin-top: 0.7em;
    margin-bottom: 1em;
    margin-left: 3.2em;
    color: #fff;
}
.ex_tx h5 {
    font-family: "LINE Seed Bold",sans-serif;
    font-weight: normal;
    font-size: 1.24em;
}
.ex_tx p {
    margin-top: 0.5em;
}

.img1 img,.img2 img,.img3 img,.img4 img,.img5 img,.img6 img {
    width: 100%;
}

.img1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img1 ul li:nth-child(1) {
    width: 60%;
}
.img1 ul li:nth-child(2) {
    width: 35%;
}

.img2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img2 ul li {
    width: 15%;
}

.img3 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.img3 ul li {
    width: 47.5%;
}

.img4 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.img4 ul li:nth-child(1) {
    width: 30%;
    margin-right: 5%;
}
.img4 ul li:nth-child(2) {
    width: 35%;
}

.img5 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img5 ul li:nth-child(1) {
    width: 35%;
}
.img5 ul li:nth-child(2) {
    width: 60%;
}

.img6 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img6 ul li {
    width: 23.5%;
}

.img1adj {
    position: relative;
    z-index: 1;
}
.img1adj ul li:nth-child(2) p:last-child{
    margin-bottom: 3em !important;
}

.monitor {
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 3em;
    max-width: 800px;
    width: 100%;
    margin-top: -1em;
    margin-left: auto;
    margin-right: 0
}
.monitor img {
    width: 100%;
}

@media screen and (max-width: 960px) {

.f_img {
    margin-bottom: 3em;
}
.f_img ul {
    justify-content: space-around;
}
.f_img ul li:first-child {
    width: 10%;
    margin-bottom: 2em;
}
.f_img ul li:last-child {
    width: 100%;
}

.ex_tx {
    line-height: 1.7;
}
.ex_tx h2 {
    margin-bottom: 1em;
}
.ex_tx h3 {
    font-size: 2em;
}
.ex_tx h4 {
    margin-left: 2.5em;
}
.ex_tx h5 {
    font-size: 1.16em;
}
.ex_tx p {
    margin-top: 0.5em;
}

.img1 ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 1em;
}
.img1 ul li:nth-child(2) {
    width: 100%;
}

.img2 ul {
    margin-bottom: -2em;
}
.img2 ul li {
    width: 30%;
    margin-bottom: 2em;
}

.img3 ul {
    margin-bottom: -5em;
}
.img3 ul li {
    width: 100%;
    margin-bottom: 5em;
}

.img4 ul li:nth-child(1) {
    width: 55%;
    margin-right: 0;
    margin-bottom: 1em;
}
.img4 ul li:nth-child(2) {
    width: 55%;
}

.img5 ul {
    flex-direction: column-reverse;
}
.img5 ul li:nth-child(1) {
    width: 100%;
}
.img5 ul li:nth-child(2) {
    width: 100%;
    margin-bottom: 1em;
}

.img6 ul {
    margin-bottom: -2em;
}
.img6 ul li {
    width: 47.5%;
    margin-bottom: 2em;
}

.img1adj ul li:nth-child(2) p:last-child{
    margin-bottom: 0 !important;
}

.monitor {
    padding: 2em;
    max-width: none;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto
}
}

@media screen and (max-width: 520px) {

.f_img ul li:first-child {
    width: 15%;
}

.img2 ul {
    margin-bottom: -1.5em;
}
.img2 ul li {
    width: 30%;
    margin-bottom: 1.5em;
}

.img4 ul li:nth-child(1) {
    width: 60%;
}
.img4 ul li:nth-child(2) {
    width: 100%;
}

.img6 ul {
    margin-bottom: -1.5em;
}
.img6 ul li {
    width: 47.5%;
    margin-bottom: 1.5em;
}

.monitor {
    padding: 1em;
    max-width: none;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto
}
}

