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

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

.snavi ul li {
    width: auto;
}
.snavi ul li a {
    padding: 0 3em;
}

h6.beige {
    line-height: 1.4;
}

.ebox1 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 4em;
}
.ebox1 img {
    width: 100%;
}
.main_img {
    width: 35%;
}
.ebox1_doc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65%;
    box-sizing: border-box;
    padding-left: 5%;
}

.stitle h3 {
    font-size: 4em;
    line-height: 1;
    font-weight: 500;
}
.stitle h6 {
    line-height: 1.7;
    font-weight: 500;
    margin-top: 0.5em;
}

.ebox1_doc h4 {
    font-weight: 500;
    font-size: 1.8em;
    line-height: 1.7;
    margin-top: 1em;
    margin-bottom: 1em;
}
.ebox1_doc p {
    line-height: 1.7;
}

.ebox2 h5 {
    font-weight: 500;
    line-height: 1.4;
}
.ebox2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ebox2 ul img {
    width: 100%;
}
.ebox2 ul li:first-child {
    width: 30%;
}
.ebox2 ul li:last-child {
    width: 67%;
}
.ebox2 ul li ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ebox2 ul li ul li {
    width: 47% !important;
}

.msub {
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.2em;
}
.ebox3 p {
    font-size: 0.92em;
}
.ebox3 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.5;
}
.ebox3 ul img {
    width: 100%;
}
.ebox3 ul li:first-child {
    width: 70%;
}
.ebox3 ul li:last-child {
    width: 25%;
}
.ebox3 ul li ul li:nth-child(1) {
    width: 48% !important;
    flex-shrink: 0;
}
.ebox3 ul li ul li:nth-child(2) {
    width: 4% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}
.ebox3 ul li ul li:nth-child(2) img {
    width: 220%;
    flex-shrink: 0;
    margin-top: 180%;
}
.ebox3 ul li ul li:nth-child(3) {
    width: 48% !important;
    flex-shrink: 0;
}

.ebox4 p {
    font-size: 0.92em;
}
.ebox4 h6 {
    line-height: 0;
    width: 30%;
}
.ebox4 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.5;
}
.ebox4 ul img {
    width: 100%;
}
.ebox4 ul li:nth-child(1) {
    width: 60%;
}
.ebox4 ul li:nth-child(2) {
    width: 35%;
}
.ebox4 ul li:nth-child(1) ul li {
    width: 48% !important;
}

.ebox5 p {
    font-size: 0.92em;
}
.ebox5 ul {
   display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.5; 
}
.ebox5 ul img {
    width: 100%;
}
.ebox5 ul li:nth-child(1) {
    width: 47.5%;
}
.ebox5 ul li:nth-child(2) {
    width: 47.5%;
}
.ebox5 ul li:nth-child(1) ul li:first-child {
    width: 50%;
}
.ebox5 ul li:nth-child(1) ul li:last-child {
    width: 45%;
}
.ebox5 ul li:nth-child(2) ul {
    align-items: center;
}

.ebox6 p {
    font-size: 0.92em;
}
.ebox6 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.5;
}
.ebox6 ul img {
    width: 100%;
}
.ebox6 ul li:nth-child(1) {
    width: 52%;
}
.ebox6 ul li:nth-child(1) ul li:first-child {
    width: 48%;
}
.ebox6 ul li:nth-child(1) ul li:last-child {
    width: 48%;
}
.ebox6 ul li:nth-child(2) {
    width: 43%;
}
.ebox6 ul li:nth-child(2) ul li:first-child {
    width: 49%;
}
.ebox6 ul li:nth-child(2) ul li:last-child {
    width: 49%;
}
.kpoint {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -4px;
}
.kpoint span {
    background-color: #999;
    color: #fff;
    width: calc(50% - 2px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.92em;
    line-height: 1.5;
    padding: 0.5em 0;
    margin-bottom: 4px;
}

@media screen and (max-width: 1100px) {
.stitle h3 {
    font-size: 3em;

}
.ebox1_doc h4 {
    font-size: 1.6em;
}
}


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

.snavi ul li {
    width: calc(100% / 3);
}
.snavi ul li:first-child {
    border-left-width: 0;
    border-bottom: 1px solid #999;
}
.snavi ul li:nth-child(2),.snavi ul li:nth-child(3) {
    border-bottom: 1px solid #999;
}
.snavi ul li:nth-child(3),.snavi ul li:last-child {
    border-right-width: 0;
}
.snavi ul li a {
    padding: 0;
}

.ebox3 ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.5;
}
.ebox3 ul li:first-child {
    width: 100%;
    margin-bottom: 4em;
}
.ebox3 ul li:last-child {
    width: 40%;
}
.ebox3 ul li ul li:nth-child(1) {
    width: 48% !important;
    flex-shrink: 0;
    margin-bottom: 0 !important;
}
.ebox3 ul li ul li:nth-child(2) {
    width: 4% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}
.ebox3 ul li ul li:nth-child(2) img {
    width: 220%;
    flex-shrink: 0;
    margin-top: 180%;
}
.ebox3 ul li ul li:nth-child(3) {
    width: 48% !important;
    flex-shrink: 0;
}

.ebox4 h6 {
    line-height: 0;
    width: 50%;
}

}

@media screen and (max-width: 880px) {
.ebox1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 4em;
}
.main_img {
    width: 70%;
}
.ebox1_doc {
    padding-left: 0;
    margin-bottom: 4em;
}

.ebox2 ul li:first-child {
    width: 20%;
}
.ebox2 ul li:last-child {
    width: 77%;
}
.ebox2 ul li ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.ebox2 ul li ul li {
    width: 100% !important;
}
.ebox2 ul li ul li:first-child {
    margin-bottom: 1em;
}

}

@media screen and (max-width: 520px) {
.ebox1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 3em;
}
.main_img {
    width: 80%;
}
.ebox1_doc {
    width: 100%;
    display: block;
    margin-bottom: 3em;
}

.stitle h3 {
    font-size: 2.6em;
}
.ebox1_doc h4 {
    font-size: 1.4em;
}

.ebox2 ul li:first-child {
    width: 30%;
}
.ebox2 ul li:last-child {
    width: 67%;
}

.ebox3 ul li:last-child {
    width: 60%;
}
.ebox3 ul li ul li:nth-child(2) img {
    width: 300%;
}

.ebox4 ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.5;
}
.ebox4 ul img {
    width: 100%;
}
.ebox4 ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 4em;
}
.ebox4 ul li:nth-child(1) ul li {
    margin-bottom: 0;
}
.ebox4 ul li:nth-child(2) {
    width: 60%;
}
.ebox4 ul li:nth-child(1) ul li {
    width: 46% !important;
}

.ebox5 ul {
   display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.5; 
}
.ebox5 ul img {
    width: 100%;
}
.ebox5 ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 4em;
}
.ebox5 ul li:nth-child(2) {
    width: 100%;
}
.ebox5 ul li:nth-child(1) ul {
    justify-content: space-between;
}
.ebox5 ul li:nth-child(1) ul li:first-child {
    width: 50%;
    margin-bottom: 0 !important;
}
.ebox5 ul li:nth-child(1) ul li:last-child {
    width: 45%;
}
.ebox5 ul li:nth-child(2) ul {
    justify-content: space-around;
}
.ebox5 ul li:nth-child(2) ul li:first-child {
    margin-bottom: 1em;
}
.ebox5 ul li:nth-child(2) ul li:last-child {
    width: 70%
}

.ebox6 ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1.5;
}
.ebox6 ul img {
    width: 100%;
}
.ebox6 ul li:nth-child(1) {
    width: 70%;
    margin-bottom: 4em;
}
.ebox6 ul li:nth-child(1) ul li:first-child {
    width: 100%;
    margin-bottom: 0.5em;
}
.ebox6 ul li:nth-child(1) ul li:last-child {
    width: 100%;
}
.ebox6 ul li:nth-child(2) {
    width: 100%;
}
.ebox6 ul li:nth-child(2) ul li:first-child {
    width: 49%;
    margin-bottom: 0;
}
.ebox6 ul li:nth-child(2) ul li:last-child {
    width: 49%;
}
.kpoint {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -4px;
}
.kpoint span {
    background-color: #999;
    color: #fff;
    width: calc(50% - 2px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.92em;
    line-height: 1.5;
    padding: 0.5em 0;
    margin-bottom: 4px;
}

}

